@explorer-1/vue 0.2.104 → 0.3.1
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 +18 -0
- package/README.md +53 -5
- package/package.json +6 -3
- package/src/components/AsteroidWatchWidget/AsteroidWatchWidget.vue +1 -5
- package/src/components/BaseAudio/BaseAudio.vue +1 -48
- package/src/components/BaseCarousel/BaseCarousel.vue +1 -42
- package/src/components/BaseImagePlaceholder/BaseImagePlaceholder.vue +1 -1
- package/src/components/BaseLightboxCloseButton/BaseLightboxCloseButton.vue +1 -6
- package/src/components/BaseLightboxOpenButton/BaseLightboxOpenButton.vue +1 -8
- package/src/components/BaseModal/BaseModal.vue +1 -1
- package/src/components/BasePill/BasePill.stories.js +16 -7
- package/src/components/BaseSwimlane/BaseSwimlane.vue +2 -40
- package/src/components/BaseTimer/BaseTimer.stories.js +6 -1
- package/src/components/BaseTimer/BaseTimer.vue +7 -22
- package/src/components/BaseUnitToggle/BaseUnitToggle.vue +1 -28
- package/src/components/BaseVideo/BaseVideo.vue +2 -8
- package/src/components/BlockAccordion/BlockAccordion.vue +1 -7
- package/src/components/BlockAnchor/BlockAnchor.vue +1 -14
- package/src/components/BlockAudio/BlockAudio.vue +1 -10
- package/src/components/BlockCircleImageCard/BlockCircleImageCard.vue +0 -18
- package/src/components/BlockCsrTable/BlockCsrTable.vue +2 -43
- package/src/components/BlockCsrTable/CsrTestLimitsTable.vue +1 -15
- package/src/components/BlockDialog/BlockDialog.stories.mdx +1 -1
- package/src/components/BlockDialog/BlockDialog.vue +1 -26
- package/src/components/BlockGist/BlockGist.vue +2 -25
- package/src/components/BlockHeading/BlockHeading.vue +1 -8
- package/src/components/BlockIframeEmbed/BlockIframeEmbed.vue +2 -1
- package/src/components/BlockLinkCard/BlockLinkCard.stories.js +6 -0
- package/src/components/BlockLinkCard/BlockLinkCard.vue +1 -29
- package/src/components/BlockLinkCard/BlockLinkCardCollectionLg.vue +1 -10
- package/src/components/BlockLinkCardList/BlockLinkCardList.vue +1 -7
- package/src/components/BlockLinkTile/BlockLinkTile.vue +1 -5
- package/src/components/BlockNewsletterSignup/BlockNewsletterSignup.vue +2 -12
- package/src/components/BlockStreamfield/BlockStreamfield.stories.js +2 -7
- package/src/components/BlockStreamfield/BlockStreamfield.vue +1 -28
- package/src/components/FormNewsletterSignup/FormNewsletterSignup.vue +2 -4
- package/src/components/HeroLarge/HeroLarge.vue +2 -1
- package/src/components/HeroMedium/HeroMedium.vue +1 -0
- package/src/components/HomepageCarousel/HomepageCarousel.vue +1 -38
- package/src/components/HomepageCarouselItem/HomepageCarouselItem.vue +1 -32
- package/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.vue +1 -73
- package/src/components/HomepageMissionsCarousel/HomepageMissionsCarouselItem.vue +1 -57
- package/src/components/HomepageStats/HomepageStats.vue +1 -30
- package/src/components/Icons/IconSlideshow.vue +1 -5
- package/src/components/ImageDetailContextImage/ImageDetailContextImage.vue +2 -39
- package/src/components/LoadingTransition/LoadingTransition.vue +2 -17
- package/src/components/LogoCaltech/LogoCaltech.vue +1 -4
- package/src/components/LogoTribrand/LogoTribrand.vue +1 -23
- package/src/components/MetaPanel/MetaPanel.vue +1 -5
- package/src/components/MetaPanelAccordion/MetaPanelAccordion.vue +1 -21
- package/src/components/MetaPanelItems/MetaPanelItems.vue +1 -17
- package/src/components/MetadataEduResource/MetadataEduResource.stories.js +1 -0
- package/src/components/MetadataEduResource/MetadataEduResource.vue +1 -34
- package/src/components/MetadataEvent/MetadataEvent.vue +1 -34
- package/src/components/MissionDetailAbout/MissionDetailAbout.vue +1 -74
- package/src/components/MissionDetailHero/MissionDetailHero.vue +2 -46
- package/src/components/MissionDetailHighlights/MissionDetailHighlights.vue +1 -12
- package/src/components/MissionDetailHighlights/MissionDetailHighlightsCarousel.vue +1 -16
- package/src/components/MissionDetailHighlights/MissionDetailHighlightsCarouselItem.vue +2 -8
- package/src/components/MissionDetailInlineImage/MissionDetailInlineImage.vue +1 -7
- package/src/components/MissionDetailStats/MissionDetailStats.vue +1 -29
- package/src/components/MissionDetailStats/MissionDetailStatsMicro.vue +1 -16
- package/src/components/MissionDetailStats/MissionDetailStatsMini.vue +1 -27
- package/src/components/MissionDetailStreamfield/MissionDetailStreamfield.vue +2 -23
- package/src/components/MixinCarousel/MixinCarousel.docs.mdx +2 -2
- package/src/components/MixinCarousel/MixinCarousel.vue +16 -0
- package/src/components/MixinFancybox/MixinFancybox.vue +1 -96
- package/src/components/MixinFancybox/MixinFancyboxOpenButton.vue +1 -8
- package/src/components/MixinVideoBg/MixinVideoBg.vue +1 -0
- package/src/components/NavDesktop/NavDesktop.vue +1 -57
- package/src/components/NavDesktop/NavDesktopDropdown.vue +1 -89
- package/src/components/NavDesktopEdu/NavDesktopEdu.stories.js +1 -0
- package/src/components/NavDesktopEdu/NavDesktopEdu.vue +1 -13
- package/src/components/NavJumpMenu/NavJumpMenu.vue +1 -19
- package/src/components/NavJumpMenu/NavJumpMenuContent.vue +1 -15
- package/src/components/NavLinkList/NavLinkList.vue +6 -7
- package/src/components/NavLogoLinks/NavLogoLinks.vue +1 -12
- package/src/components/NavMobile/NavMobile.vue +1 -37
- package/src/components/NavMobile/NavMobileDropdown.vue +1 -29
- package/src/components/NavMobile/NavMobileLink.vue +1 -11
- package/src/components/NavMobile/NavMobileSecondaryDropdown.vue +1 -19
- package/src/components/NavSearchForm/NavSearchForm.vue +1 -39
- package/src/components/NavSecondary/NavSecondary.vue +1 -56
- package/src/components/NavSecondary/NavSecondaryDropdown.vue +1 -69
- package/src/components/NavSecondary/NavSecondaryDropdownContent.vue +1 -21
- package/src/components/NavSecondary/NavSecondaryLink.vue +1 -16
- package/src/components/NavSocial/NavSocial.vue +2 -15
- package/src/components/PodcastEpisodeCard/PodcastEpisodeCard.vue +1 -8
- package/src/components/RoboticsDetailStats/RoboticsDetailStats.vue +2 -5
- package/src/components/RoboticsDetailStats/RoboticsDetailStatsMini.vue +1 -5
- package/src/components/SearchFilterGroupAccordionItem/SearchFilterGroupAccordionItem.vue +1 -5
- package/src/components/SearchInput/SearchInput.vue +3 -8
- package/src/components/SearchPagination/SearchPagination.vue +1 -9
- package/src/components/SearchResultCard/SearchResultCard.stories.js +1 -0
- package/src/components/ShareButtons/ShareButtons.vue +2 -9
- package/src/components/ShareButtonsEdu/ShareButtonsEdu.stories.js +1 -0
- package/src/components/ShareButtonsEdu/ShareButtonsEdu.vue +1 -19
- package/src/components/SwimlaneCTA/SwimlaneCTA.vue +2 -34
- package/src/components/TheFooter/TheFooter.vue +1 -19
- package/src/components/TheFooter/TheFooterSignUp.vue +1 -5
- package/src/components/ThumbnailCarousel/ThumbnailCarousel.vue +1 -25
- package/src/components/TimelineDialog/TimelineDialog.stories.mdx +1 -1
- package/src/components/TimelineDialog/TimelineDialog.vue +1 -20
- package/src/components/TopicDetailMissionSpotlight/TopicDetailMissionSpotlight.vue +2 -17
- package/src/components/TopicDetailMoreItem/TopicDetailMoreItem.vue +1 -5
- package/src/components/YearTicker/YearTicker.vue +1 -83
- package/src/docs/foundation/color.docs.mdx +1 -1
- package/src/docs/foundation/grid.docs.mdx +1 -1
- package/src/docs/foundation/grid_layouthelpers.docs.mdx +1 -1
- package/src/docs/foundation/themes.docs.mdx +1 -1
- package/src/docs/foundation/typography.docs.mdx +1 -1
- package/src/docs/foundation/typography.stories.js +1 -1
- package/src/docs/getting-started/designer.docs.mdx +1 -1
- package/src/docs/getting-started/developer.docs.mdx +3 -25
- package/src/docs/guides/accessibility.docs.mdx +1 -1
- package/src/docs/guides/responsive.docs.mdx +1 -1
- package/src/docs/introduction.docs.mdx +29 -1
- package/src/docs/overviews/base.docs.mdx +1 -1
- package/src/docs/overviews/blocks.docs.mdx.disabled +1 -1
- package/src/docs/overviews/cards.docs.mdx +1 -1
- package/src/docs/overviews/components.docs.mdx +1 -1
- package/src/docs/overviews/forms.docs.mdx +1 -1
- package/src/docs/overviews/global.docs.mdx +1 -1
- package/src/docs/overviews/global_footers.docs.mdx +1 -1
- package/src/docs/overviews/global_headers.docs.mdx +1 -1
- package/src/docs/overviews/heroes.docs.mdx +1 -1
- package/src/docs/overviews/mixins.docs.mdx +1 -1
- package/src/docs/overviews/search.docs.mdx +1 -1
- package/src/docs/overviews/utilities.docs.mdx +1 -1
- package/src/docs/roadmap.docs.mdx +1 -1
- package/src/docs/utils/ComponentItem.jsx +1 -1
- package/src/templates/PageAudioDetail/PageAudioDetail.vue +1 -67
- package/src/templates/PageEventDetail/PageEventDetail.vue +1 -30
- package/src/templates/PageImageDetail/PageImageDetail.vue +1 -35
- package/src/templates/PageVideoDetail/PageVideoDetail.vue +1 -23
- package/src/templates/edu/PageContentEdu.stories.js +1 -0
- package/src/templates/edu/PageEduCollectionsDetail/PageEduCollectionsDetail.stories.js +1 -0
- package/src/templates/edu/PageEduEventDetail/PageEduEventDetail.stories.js +1 -0
- package/src/templates/edu/PageEduEventDetail/PageEduEventDetail.vue +1 -29
- package/src/templates/edu/PageEduExplainerArticle/PageEduExplainerArticle.stories.js +1 -0
- package/src/templates/edu/PageEduExplainerArticle/PageEduExplainerArticle.vue +1 -11
- package/src/templates/edu/PageEduGalleryDetail/PageEduGalleryDetail.stories.js +1 -0
- package/src/templates/edu/PageEduGalleryDetail/PageEduGalleryDetail.vue +1 -25
- package/src/templates/edu/PageEduHome/PageEduHome.stories.js +1 -0
- package/src/templates/edu/PageEduHome/PageEduHome.vue +1 -24
- package/src/templates/edu/PageEduLesson/PageEduLesson.stories.js +1 -15
- package/src/templates/edu/PageEduLesson/PageEduLessonSection.vue +1 -65
- package/src/templates/edu/PageEduMultimediaDetail/PageEduMultimediaDetail.stories.js +1 -0
- package/src/templates/edu/PageEduMultimediaDetail/PageEduMultimediaDetail.vue +1 -14
- package/src/templates/edu/PageEduNewsDetail/PageEduNewsDetail.stories.js +1 -0
- package/src/templates/edu/PageEduStudentProject/PageEduStudentProject.stories.js +1 -0
- package/src/templates/edu/PageEduStudentProject/PageEduStudentProject.vue +1 -12
- package/src/templates/edu/PageEduStudentProject/PageEduStudentProjectSection.vue +1 -59
- package/src/templates/edu/PageEduTeachableMoment/PageEduTeachableMoment.stories.js +1 -0
- package/src/templates/www/PageCuratedGallery/PageCuratedGallery.vue +1 -86
- package/src/templates/www/PageInfographicDetail/PageInfographicDetail.vue +1 -17
- package/src/templates/www/PageMaintenanceMode/PageMaintenanceMode.vue +1 -27
- package/src/templates/www/PagePodcastSeason/PagePodcastSeason.vue +3 -6
- package/src/templates/www/PageTimeline/PageTimeline.vue +2 -100
- package/tailwind.config.js +3 -13
- 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 +0 -1
- package/dist/explorer-1-vue.js +0 -25799
- package/dist/explorer-1-vue.umd.cjs +0 -52
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Artists.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Communicators.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Designers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Disruptors.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Dreamers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Educators.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Innovators.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Inventors.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Makers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Problem_Solvers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Robiticists.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Scientists.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Software_Engineers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Thinkers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Visualizers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Artists.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Communicators.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Designers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Disruptors.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Dreamers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Educators.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Innovators.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Inventors.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Makers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Problem_Solvers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Robiticists.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Scientists.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Software_Engineers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Thinkers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Visualizers.jpg +0 -0
- package/dist/src/components/AboutTheAuthor/AboutTheAuthor.stories.d.ts +0 -30
- package/dist/src/components/AsteroidWatchWidget/AsteroidWatchWidget.stories.d.ts +0 -52
- package/dist/src/components/BackToTop/BackToTop.stories.d.ts +0 -145
- package/dist/src/components/BackToTop/BackToTop.vue.d.ts +0 -127
- package/dist/src/components/BaseAccordionItem/BaseAccordionItem.stories.d.ts +0 -99
- package/dist/src/components/BaseAccordionItem/BaseAccordionItem.vue.d.ts +0 -56
- package/dist/src/components/BaseAudio/BaseAudio.stories.d.ts +0 -24
- package/dist/src/components/BaseAudio/BaseAudio.vue.d.ts +0 -66
- package/dist/src/components/BaseButton/BaseButton.stories.d.ts +0 -167
- package/dist/src/components/BaseButton/BaseButton.vue.d.ts +0 -95
- package/dist/src/components/BaseCheckboxGroup/BaseCheckboxGroup.stories.d.ts +0 -24
- package/dist/src/components/BaseCheckboxGroup/BaseCheckboxGroup.vue.d.ts +0 -63
- package/dist/src/components/BaseHeading/BaseHeading.stories.d.ts +0 -178
- package/dist/src/components/BaseHeading/BaseHeading.vue.d.ts +0 -33
- package/dist/src/components/BaseImage/BaseImage.stories.d.ts +0 -140
- package/dist/src/components/BaseImage/BaseImage.vue.d.ts +0 -85
- package/dist/src/components/BaseImageCaption/BaseImageCaption.stories.d.ts +0 -24
- package/dist/src/components/BaseImagePlaceholder/BaseImagePlaceholder.stories.d.ts +0 -89
- package/dist/src/components/BaseImagePlaceholder/BaseImagePlaceholder.vue.d.ts +0 -61
- 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 -56
- package/dist/src/components/BaseLink/BaseLink.vue.d.ts +0 -247
- package/dist/src/components/BaseModal/BaseModal.stories.d.ts +0 -994
- package/dist/src/components/BaseModal/BaseModal.vue.d.ts +0 -156
- package/dist/src/components/BaseModal/BaseModalDialog.vue.d.ts +0 -137
- package/dist/src/components/BasePill/BasePill.stories.d.ts +0 -65
- package/dist/src/components/BasePill/BasePill.vue.d.ts +0 -41
- package/dist/src/components/BasePlaceholder/BasePlaceholder.stories.d.ts +0 -25
- package/dist/src/components/BasePlaceholder/BasePlaceholder.vue.d.ts +0 -2
- package/dist/src/components/BaseRadioGroup/BaseRadioGroup.stories.d.ts +0 -28
- package/dist/src/components/BaseRadioGroup/BaseRadioGroup.vue.d.ts +0 -74
- 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 -107
- package/dist/src/components/BaseTimer/BaseTimer.test.d.ts +0 -1
- package/dist/src/components/BaseTimer/BaseTimer.vue.d.ts +0 -88
- package/dist/src/components/BaseUnitToggle/BaseUnitToggle.stories.d.ts +0 -259
- package/dist/src/components/BaseUnitToggle/BaseUnitToggle.test.d.ts +0 -1
- package/dist/src/components/BaseUnitToggle/BaseUnitToggle.vue.d.ts +0 -83
- package/dist/src/components/BaseVideo/BaseVideo.stories.d.ts +0 -26
- package/dist/src/components/BaseVideo/BaseVideo.vue.d.ts +0 -79
- package/dist/src/components/BlockAccordion/BlockAccordion.stories.d.ts +0 -83
- package/dist/src/components/BlockAccordion/BlockAccordion.vue.d.ts +0 -51
- package/dist/src/components/BlockAnchor/BlockAnchor.vue.d.ts +0 -12
- package/dist/src/components/BlockAudio/BlockAudio.stories.d.ts +0 -34
- package/dist/src/components/BlockAudio/BlockAudio.vue.d.ts +0 -236
- package/dist/src/components/BlockCardGrid/BlockCardGrid.stories.d.ts +0 -111
- package/dist/src/components/BlockCardGridItem/BlockCardGridItem.stories.d.ts +0 -48
- package/dist/src/components/BlockCardGridItem/BlockCardGridItemElement.vue.d.ts +0 -221
- package/dist/src/components/BlockCircleImageCard/BlockCircleImageCard.stories.d.ts +0 -58
- package/dist/src/components/BlockCircleImageCard/BlockCircleImageCard.vue.d.ts +0 -224
- package/dist/src/components/BlockCta/BlockCta.stories.d.ts +0 -36
- package/dist/src/components/BlockCta/BlockCta.vue.d.ts +0 -117
- package/dist/src/components/BlockDialog/BlockDialog.stories.d.ts +0 -83
- package/dist/src/components/BlockGist/BlockGist.stories.d.ts +0 -19
- package/dist/src/components/BlockGist/BlockGist.vue.d.ts +0 -19
- package/dist/src/components/BlockGist/GitHub404.vue.d.ts +0 -2
- package/dist/src/components/BlockHeading/BlockHeading.stories.d.ts +0 -20
- package/dist/src/components/BlockHeading/BlockHeading.vue.d.ts +0 -67
- package/dist/src/components/BlockIframeEmbed/BlockIframeEmbed.stories.d.ts +0 -37
- package/dist/src/components/BlockImageCarousel/BlockImageCarousel.stories.d.ts +0 -61
- package/dist/src/components/BlockImageCarouselItem/BlockImageCarouselItem.stories.d.ts +0 -68
- package/dist/src/components/BlockImageComparison/BlockImageComparison.stories.d.ts +0 -46
- package/dist/src/components/BlockImageGallery/BlockImageGallery.stories.d.ts +0 -103
- package/dist/src/components/BlockInlineImage/BlockInlineImage.stories.d.ts +0 -73
- package/dist/src/components/BlockKeyPoints/BlockKeyPoints.stories.d.ts +0 -20
- package/dist/src/components/BlockKeyPoints/BlockKeyPoints.vue.d.ts +0 -96
- package/dist/src/components/BlockLinkCard/BlockLinkCard.stories.d.ts +0 -411
- package/dist/src/components/BlockLinkCard/BlockLinkCardCollectionLg.vue.d.ts +0 -47
- package/dist/src/components/BlockLinkCardList/BlockLinkCardList.stories.d.ts +0 -142
- package/dist/src/components/BlockLinkCardList/BlockLinkCardList.vue.d.ts +0 -30
- package/dist/src/components/BlockLinkTile/BlockLinkTile.stories.d.ts +0 -82
- package/dist/src/components/BlockListCards/BlockListCards.stories.d.ts +0 -57
- package/dist/src/components/BlockRelatedLinks/BlockRelatedLinks.stories.d.ts +0 -44
- package/dist/src/components/BlockRichTable/BlockRichTable.stories.d.ts +0 -204
- package/dist/src/components/BlockStreamfield/BlockStreamfield.stories.d.ts +0 -743
- package/dist/src/components/BlockTeaser/BlockTeaser.stories.d.ts +0 -61
- package/dist/src/components/BlockTeaser/BlockTeaser.test.d.ts +0 -1
- package/dist/src/components/BlockTeaser/BlockTeaser.vue.d.ts +0 -269
- package/dist/src/components/BlockText/BlockText.stories.d.ts +0 -53
- package/dist/src/components/BlockText/BlockText.vue.d.ts +0 -32
- package/dist/src/components/BlockVideo/BlockVideo.stories.d.ts +0 -23
- package/dist/src/components/BlockVideoEmbed/BlockVideoEmbed.stories.d.ts +0 -25
- package/dist/src/components/CalendarButton/CalendarButton.stories.d.ts +0 -19
- package/dist/src/components/CalendarButton/CalendarButton.vue.d.ts +0 -179
- package/dist/src/components/CalendarChip/CalendarChip.vue.d.ts +0 -36
- package/dist/src/components/DetailHeadline/DetailHeadline.stories.d.ts +0 -77
- package/dist/src/components/DsnWidget/DsnWidget.stories.d.ts +0 -29
- package/dist/src/components/EventDetailHero/EventDetailHero.stories.d.ts +0 -48
- package/dist/src/components/EventDetailHero/EventDetailHero.vue.d.ts +0 -234
- package/dist/src/components/FormContact/FormContact.stories.d.ts +0 -382
- package/dist/src/components/FormContact/FormContact.vue.d.ts +0 -369
- package/dist/src/components/FormNewsletterSignup/FormNewsletterSignup.stories.d.ts +0 -444
- package/dist/src/components/FormNewsletterSignup/FormNewsletterSignup.vue.d.ts +0 -431
- package/dist/src/components/HeroLarge/HeroLarge.stories.d.ts +0 -65
- package/dist/src/components/HeroLarge/HeroLarge.vue.d.ts +0 -135
- package/dist/src/components/HeroListingIndex/HeroListingIndex.stories.d.ts +0 -137
- package/dist/src/components/HeroMedia/HeroMedia.stories.d.ts +0 -173
- package/dist/src/components/HeroMedium/HeroMedium.stories.d.ts +0 -93
- package/dist/src/components/HeroMedium/HeroSmall.stories.d.ts +0 -91
- package/dist/src/components/HomepageCarousel/HomepageCarousel.stories.d.ts +0 -353
- package/dist/src/components/HomepageCarouselItem/HomepageCarouselItem.stories.d.ts +0 -57
- package/dist/src/components/HomepageEmbedBlock/HomepageEmbedBlock.stories.d.ts +0 -27
- package/dist/src/components/HomepageFeaturedRobot/HomepageFeaturedRobot.stories.d.ts +0 -94
- package/dist/src/components/HomepageFeaturedRobot/HomepageFeaturedRobot.vue.d.ts +0 -292
- package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlock.stories.d.ts +0 -80
- package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlockCardImage.vue.d.ts +0 -149
- 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/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/IconSubject.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 -509
- package/dist/src/components/ImageDetailContextImage/ImageDetailContextImage.vue.d.ts +0 -152
- 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 -41
- package/dist/src/components/LogoCaltech/LogoCaltech.vue.d.ts +0 -2
- package/dist/src/components/LogoTribrand/LogoTribrand.stories.d.ts +0 -111
- package/dist/src/components/LogoTribrand/LogoTribrand.vue.d.ts +0 -14
- package/dist/src/components/MetaPanel/MetaPanel.stories.d.ts +0 -58
- package/dist/src/components/MetaPanelItems/MetaPanelItems.stories.d.ts +0 -25
- package/dist/src/components/MetadataEduResource/MetadataEduResource.stories.d.ts +0 -59
- package/dist/src/components/MetadataEduResource/MetadataEduResource.vue.d.ts +0 -42
- package/dist/src/components/MetadataEvent/MetadataEvent.stories.d.ts +0 -32
- package/dist/src/components/MetadataEvent/MetadataEvent.vue.d.ts +0 -46
- package/dist/src/components/MissionDetailAbout/MissionDetailAbout.stories.d.ts +0 -27
- package/dist/src/components/MissionDetailAbout/MissionDetailAbout.vue.d.ts +0 -118
- package/dist/src/components/MissionDetailHero/MissionDetailHero.stories.d.ts +0 -417
- package/dist/src/components/MissionDetailHero/MissionDetailHero.vue.d.ts +0 -240
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlights.stories.d.ts +0 -282
- package/dist/src/components/MissionDetailInlineImage/MissionDetailInlineImage.stories.d.ts +0 -50
- package/dist/src/components/MissionDetailStats/DistanceStats.test.d.ts +0 -1
- package/dist/src/components/MissionDetailStats/DistanceStats.vue.d.ts +0 -170
- package/dist/src/components/MissionDetailStats/MissionDetailStats.stories.d.ts +0 -698
- package/dist/src/components/MissionDetailStats/MissionDetailStats.test.d.ts +0 -1
- package/dist/src/components/MissionDetailStats/MissionDetailStats.vue.d.ts +0 -302
- package/dist/src/components/MissionDetailStats/MissionDetailStatsMicro.vue.d.ts +0 -80
- package/dist/src/components/MissionDetailStats/MissionDetailStatsMini.vue.d.ts +0 -228
- package/dist/src/components/MissionDetailStreamfield/MissionDetailStreamfield.stories.d.ts +0 -76
- package/dist/src/components/MixinAnimationCaret/MixinAnimationCaret.stories.d.ts +0 -83
- package/dist/src/components/MixinAnimationCaret/MixinAnimationCaret.vue.d.ts +0 -64
- package/dist/src/components/MixinFancybox/MixinFancybox.vue.d.ts +0 -157
- package/dist/src/components/MixinFancybox/MixinFancyboxOpenButton.vue.d.ts +0 -4
- package/dist/src/components/MixinVideoBg/MixinVideoBg.stories.d.ts +0 -14
- package/dist/src/components/MixinVideoBg/MixinVideoBg.vue.d.ts +0 -12
- package/dist/src/components/NavDesktop/NavDesktopDropdown.vue.d.ts +0 -71
- package/dist/src/components/NavDropdownToggle/NavDropdownToggle.vue.d.ts +0 -40
- package/dist/src/components/NavHeading/NavHeading.stories.d.ts +0 -22
- package/dist/src/components/NavHighlight/NavHighlight.stories.d.ts +0 -43
- package/dist/src/components/NavJumpMenu/NavJumpMenu.stories.d.ts +0 -44
- package/dist/src/components/NavLinkList/NavLinkList.stories.d.ts +0 -39
- package/dist/src/components/NavSearchForm/NavSearchForm.stories.d.ts +0 -12
- package/dist/src/components/NavSearchForm/NavSearchForm.vue.d.ts +0 -38
- package/dist/src/components/NavSecondary/NavSecondary.stories.d.ts +0 -32
- package/dist/src/components/NavSocial/NavSocial.stories.d.ts +0 -178
- package/dist/src/components/NavSocial/NavSocial.vue.d.ts +0 -152
- package/dist/src/components/NewsDetailMediaContact/NewsDetailMediaContact.stories.d.ts +0 -36
- package/dist/src/components/NewsDetailMediaContact/NewsDetailMediaContact.test.d.ts +0 -1
- package/dist/src/components/NewsDetailMediaContact/NewsDetailMediaContact.vue.d.ts +0 -31
- package/dist/src/components/ParallaxContainer/ParallaxContainer.stories.d.ts +0 -91
- package/dist/src/components/ParallaxContainer/ParallaxContainer.vue.d.ts +0 -37
- package/dist/src/components/ParallaxElement/ParallaxElement.vue.d.ts +0 -23
- package/dist/src/components/PodcastSeriesCarousel/PodcastSeriesCarousel.stories.d.ts +0 -50
- package/dist/src/components/ProfileDetailSectionGroup/ProfileDetailSectionGroup.vue.d.ts +0 -86
- package/dist/src/components/RoboticsDetailStats/RoboticsDetailStats.stories.d.ts +0 -170
- package/dist/src/components/RoboticsDetailStats/RoboticsDetailStats.test.d.ts +0 -1
- package/dist/src/components/RoboticsDetailStats/RoboticsDetailStats.vue.d.ts +0 -87
- package/dist/src/components/RoboticsDetailStats/RoboticsDetailStatsMini.vue.d.ts +0 -85
- package/dist/src/components/SearchFilterGroup/SearchFilterGroup.stories.d.ts +0 -82
- package/dist/src/components/SearchFilterGroup/SearchFilterGroup.vue.d.ts +0 -190
- package/dist/src/components/SearchFilterGroupAccordionItem/SearchFilterGroupAccordionItem.vue.d.ts +0 -44
- package/dist/src/components/SearchInput/SearchInput.stories.d.ts +0 -42
- package/dist/src/components/SearchInput/SearchInput.vue.d.ts +0 -69
- package/dist/src/components/SearchPagination/SearchPagination.stories.d.ts +0 -68
- package/dist/src/components/SearchPagination/SearchPagination.vue.d.ts +0 -110
- package/dist/src/components/SearchResultCard/SearchResultCard.stories.d.ts +0 -99
- package/dist/src/components/SearchResultGridItem/SearchResultGridItem.stories.d.ts +0 -79
- package/dist/src/components/SearchResultsList/SearchResultsList.stories.d.ts +0 -404
- package/dist/src/components/SearchSelectMenu/SearchSelectMenu.stories.d.ts +0 -18
- 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 -14
- package/dist/src/components/ShareButtonsEdu/ShareButtonsEdu.vue.d.ts +0 -16
- 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/TextArea/TextArea.stories.d.ts +0 -30
- package/dist/src/components/TextArea/TextArea.vue.d.ts +0 -95
- package/dist/src/components/TextInput/TextInput.stories.d.ts +0 -33
- package/dist/src/components/TextInput/TextInput.vue.d.ts +0 -119
- package/dist/src/components/TheFooter/TheFooter.stories.d.ts +0 -87
- 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/TopicDetailMissionCarousel/TopicDetailMissionCarousel.stories.d.ts +0 -45
- package/dist/src/components/TopicDetailMissionCarouselItem/TopicDetailMissionCarouselItem.stories.d.ts +0 -37
- package/dist/src/components/TopicDetailMissionSpotlight/TopicDetailMissionSpotlight.stories.d.ts +0 -77
- package/dist/src/components/TopicDetailMissionSpotlight/TopicDetailMissionSpotlight.vue.d.ts +0 -325
- package/dist/src/components/TopicDetailMore/TopicDetailMoreVisibility.vue.d.ts +0 -8
- package/dist/src/components/TopicDetailMoreItem/TopicDetailMoreItem.stories.d.ts +0 -157
- package/dist/src/components/TopicDetailStreamfield/TopicDetailStreamfield.stories.d.ts +0 -95
- 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 -14
- 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 -92
- package/dist/src/docs/guides/responsive.stories.d.ts +0 -13
- 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 -284
- package/dist/src/main.d.ts +0 -1
- 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 -14
- package/dist/src/templates/PageAudioDetail/PageAudioDetail.stories.d.ts +0 -102
- package/dist/src/templates/PageContent/PageContent.stories.d.ts +0 -197
- package/dist/src/templates/PageEventDetail/PageEventDetail.stories.d.ts +0 -94
- package/dist/src/templates/PageImageDetail/PageImageDetail.stories.d.ts +0 -185
- package/dist/src/templates/PageNewsDetail/PageNewsDetail.stories.d.ts +0 -1843
- package/dist/src/templates/PageVideoDetail/PageVideoDetail.stories.d.ts +0 -56
- package/dist/src/templates/edu/PageContentEdu.stories.d.ts +0 -205
- package/dist/src/templates/edu/PageEduCollectionsDetail/PageEduCollectionsDetail.stories.d.ts +0 -124
- package/dist/src/templates/edu/PageEduEventDetail/PageEduEventDetail.stories.d.ts +0 -297
- package/dist/src/templates/edu/PageEduExplainerArticle/PageEduExplainerArticle.stories.d.ts +0 -446
- package/dist/src/templates/edu/PageEduGalleryDetail/PageEduGalleryDetail.stories.d.ts +0 -284
- package/dist/src/templates/edu/PageEduHome/PageEduHome.stories.d.ts +0 -70
- package/dist/src/templates/edu/PageEduLesson/PageEduLesson.stories.d.ts +0 -623
- package/dist/src/templates/edu/PageEduMultimediaDetail/PageEduMultimediaDetail.stories.d.ts +0 -359
- package/dist/src/templates/edu/PageEduNewsDetail/PageEduNewsDetail.stories.d.ts +0 -2094
- package/dist/src/templates/edu/PageEduStudentProject/PageEduStudentProject.stories.d.ts +0 -890
- package/dist/src/templates/edu/PageEduTeachableMoment/PageEduTeachableMoment.stories.d.ts +0 -412
- package/dist/src/templates/www/PageAsteroidWatchContent/PageAsteroidWatchContent.stories.d.ts +0 -99
- package/dist/src/templates/www/PageAsteroidWatchIndex/PageAsteroidWatchIndex.stories.d.ts +0 -645
- package/dist/src/templates/www/PageCuratedGallery/PageCuratedGallery.stories.d.ts +0 -142
- package/dist/src/templates/www/PageGoDirectory/PageGoDirectory.stories.d.ts +0 -56
- package/dist/src/templates/www/PageHomepage/PageHomepage.stories.d.ts +0 -705
- package/dist/src/templates/www/PageInfographicDetail/PageInfographicDetail.stories.d.ts +0 -41
- package/dist/src/templates/www/PageMaintenanceMode/PageMaintenanceMode.stories.d.ts +0 -14
- package/dist/src/templates/www/PageMissionDetail/PageMissionDetail.stories.d.ts +0 -875
- package/dist/src/templates/www/PagePodcast/PagePodcast.stories.d.ts +0 -115
- package/dist/src/templates/www/PagePodcastSeason/PagePodcastSeason.stories.d.ts +0 -84
- package/dist/src/templates/www/PagePressKitIndex/PagePressKitIndex.stories.d.ts +0 -64
- package/dist/src/templates/www/PageProfileDetail/PageProfileDetail.stories.d.ts +0 -60
- package/dist/src/templates/www/PageRoboticsDetail/PageRoboticsDetail.stories.d.ts +0 -256
- package/dist/src/templates/www/PageTimeline/PageTimeline.stories.d.ts +0 -339
- package/dist/src/templates/www/PageTopicDetail/PageTopicDetail.stories.d.ts +0 -297
- 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/lookupContentType.d.ts +0 -3
- package/dist/src/utils/mixins.d.ts +0 -59
- package/dist/src/utils/rangeifyGrades.d.ts +0 -3
- package/dist/style.css +0 -1
|
@@ -81,9 +81,5 @@ const emit = defineEmits(['filterGroupAccordionItemOpened', 'filterGroupAccordio
|
|
|
81
81
|
</div>
|
|
82
82
|
</template>
|
|
83
83
|
<style lang="scss">
|
|
84
|
-
|
|
85
|
-
input.mt-px {
|
|
86
|
-
@apply mt-0 #{!important};
|
|
87
|
-
}
|
|
88
|
-
}
|
|
84
|
+
@import '@explorer-1/common/src/scss/components/SearchFilterGroupAccordionItem';
|
|
89
85
|
</style>
|
|
@@ -42,7 +42,7 @@ onMounted(() => {
|
|
|
42
42
|
* on pages (such as the search page and listing pages)
|
|
43
43
|
* for site-wide search -->
|
|
44
44
|
<div
|
|
45
|
-
class="relative flex items-center"
|
|
45
|
+
class="relative flex items-center SearchInput"
|
|
46
46
|
:class="{
|
|
47
47
|
'border border-gray-mid': defaultColors && !underlinedInput,
|
|
48
48
|
'custom-focus': underlinedInput
|
|
@@ -94,11 +94,6 @@ onMounted(() => {
|
|
|
94
94
|
</button>
|
|
95
95
|
</div>
|
|
96
96
|
</template>
|
|
97
|
-
<style lang="scss"
|
|
98
|
-
|
|
99
|
-
input {
|
|
100
|
-
outline: none;
|
|
101
|
-
box-shadow: none;
|
|
102
|
-
}
|
|
103
|
-
}
|
|
97
|
+
<style lang="scss">
|
|
98
|
+
@import '@explorer-1/common/src/scss/components/SearchInput';
|
|
104
99
|
</style>
|
|
@@ -161,13 +161,5 @@ export default {
|
|
|
161
161
|
}
|
|
162
162
|
</script>
|
|
163
163
|
<style lang="scss">
|
|
164
|
-
|
|
165
|
-
.-current {
|
|
166
|
-
@apply font-medium;
|
|
167
|
-
|
|
168
|
-
span {
|
|
169
|
-
@apply border-primary border-b-2;
|
|
170
|
-
}
|
|
171
|
-
}
|
|
172
|
-
}
|
|
164
|
+
@import '@explorer-1/common/src/scss/components/SearchPagination';
|
|
173
165
|
</style>
|
|
@@ -120,13 +120,6 @@ export default defineComponent({
|
|
|
120
120
|
}
|
|
121
121
|
})
|
|
122
122
|
</script>
|
|
123
|
-
<style lang="scss"
|
|
124
|
-
|
|
125
|
-
.BaseButton {
|
|
126
|
-
@apply relative;
|
|
127
|
-
&:hover {
|
|
128
|
-
@apply z-10;
|
|
129
|
-
}
|
|
130
|
-
}
|
|
131
|
-
}
|
|
123
|
+
<style lang="scss">
|
|
124
|
+
@import '@explorer-1/common/src/scss/components/ShareButtons';
|
|
132
125
|
</style>
|
|
@@ -7,6 +7,7 @@ export default {
|
|
|
7
7
|
|
|
8
8
|
export const BaseStory = {
|
|
9
9
|
name: 'ShareButtonsEdu',
|
|
10
|
+
globals: { theme: 'ThemeEdu' },
|
|
10
11
|
args: {
|
|
11
12
|
url: 'https://jpl.nasa.gov/edu/news/nasas-ingenuity-mars-helicopter-recharges-its-batteries-in-flight',
|
|
12
13
|
title: "NASA's Ingenuity Mars Helicopter Recharges Its Batteries in Flight"
|
|
@@ -198,23 +198,5 @@ const buttonClass = computed(() => {
|
|
|
198
198
|
</div>
|
|
199
199
|
</template>
|
|
200
200
|
<style lang="scss">
|
|
201
|
-
|
|
202
|
-
.BaseButton {
|
|
203
|
-
@apply relative focus:z-20;
|
|
204
|
-
&:hover {
|
|
205
|
-
@apply z-20;
|
|
206
|
-
}
|
|
207
|
-
}
|
|
208
|
-
.share-buttons-list {
|
|
209
|
-
.BaseButton.-social {
|
|
210
|
-
@apply h-10 xl:h-11 py-0 px-2 lg:px-3 #{!important};
|
|
211
|
-
span.text-xs {
|
|
212
|
-
@apply whitespace-nowrap;
|
|
213
|
-
}
|
|
214
|
-
.label {
|
|
215
|
-
@apply justify-start xl:justify-center;
|
|
216
|
-
}
|
|
217
|
-
}
|
|
218
|
-
}
|
|
219
|
-
}
|
|
201
|
+
@import '@explorer-1/common/src/scss/components/ShareButtonsEdu';
|
|
220
202
|
</style>
|
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
v-bind-once="{ style: 'background-image: url(' + randomizeImage + ');' }"
|
|
14
14
|
role="presentation"
|
|
15
15
|
:class="'SwimlaneCTA lg:block hidden' + computedClass"
|
|
16
|
+
data-chromatic="ignore"
|
|
16
17
|
>
|
|
17
18
|
<div class="absolute inset-0 z-10 bg-black bg-opacity-25"></div>
|
|
18
19
|
<div
|
|
@@ -255,38 +256,5 @@ export default defineComponent({
|
|
|
255
256
|
</script>
|
|
256
257
|
|
|
257
258
|
<style lang="scss">
|
|
258
|
-
|
|
259
|
-
.SwimlaneCTA {
|
|
260
|
-
@apply max-w-screen-3xl animate-fadeIn relative items-center justify-center object-cover w-full mx-auto bg-center bg-no-repeat bg-cover select-none;
|
|
261
|
-
|
|
262
|
-
min-height: 245px;
|
|
263
|
-
|
|
264
|
-
@screen lg {
|
|
265
|
-
min-height: 595px;
|
|
266
|
-
}
|
|
267
|
-
|
|
268
|
-
* {
|
|
269
|
-
@apply animate-fadeInSlow;
|
|
270
|
-
}
|
|
271
|
-
|
|
272
|
-
&.light-theme {
|
|
273
|
-
@apply bg-gray-light text-gray-dark;
|
|
274
|
-
|
|
275
|
-
ul {
|
|
276
|
-
li {
|
|
277
|
-
@apply text-gray-dark;
|
|
278
|
-
}
|
|
279
|
-
}
|
|
280
|
-
}
|
|
281
|
-
|
|
282
|
-
&.dark-theme {
|
|
283
|
-
@apply bg-black text-white;
|
|
284
|
-
|
|
285
|
-
ul {
|
|
286
|
-
li {
|
|
287
|
-
@apply text-white;
|
|
288
|
-
}
|
|
289
|
-
}
|
|
290
|
-
}
|
|
291
|
-
}
|
|
259
|
+
@import '@explorer-1/common/src/scss/components/SwimlaneCTA';
|
|
292
260
|
</style>
|
|
@@ -236,23 +236,5 @@ export default defineComponent({
|
|
|
236
236
|
})
|
|
237
237
|
</script>
|
|
238
238
|
<style lang="scss">
|
|
239
|
-
|
|
240
|
-
.auto-col-2 {
|
|
241
|
-
@screen sm {
|
|
242
|
-
column-count: 2;
|
|
243
|
-
}
|
|
244
|
-
}
|
|
245
|
-
|
|
246
|
-
.auto-col-4 {
|
|
247
|
-
@screen sm {
|
|
248
|
-
column-count: 2;
|
|
249
|
-
}
|
|
250
|
-
@screen lg {
|
|
251
|
-
column-count: 3;
|
|
252
|
-
}
|
|
253
|
-
@screen 2xl {
|
|
254
|
-
column-count: 4;
|
|
255
|
-
}
|
|
256
|
-
}
|
|
257
|
-
}
|
|
239
|
+
@import '@explorer-1/common/src/scss/components/TheFooter';
|
|
258
240
|
</style>
|
|
@@ -48,29 +48,5 @@ export default defineComponent({
|
|
|
48
48
|
})
|
|
49
49
|
</script>
|
|
50
50
|
<style lang="scss">
|
|
51
|
-
|
|
52
|
-
&.-cards {
|
|
53
|
-
.swiper {
|
|
54
|
-
.swiper-navigation {
|
|
55
|
-
padding-top: 29.5%;
|
|
56
|
-
|
|
57
|
-
.swiper-prev,
|
|
58
|
-
.swiper-next {
|
|
59
|
-
@apply transform -translate-y-1/2;
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
.nuxt-link-exact-active {
|
|
66
|
-
> p {
|
|
67
|
-
@apply font-semibold;
|
|
68
|
-
|
|
69
|
-
span {
|
|
70
|
-
padding-bottom: 0.2rem;
|
|
71
|
-
@apply border-b-2 border-jpl-red;
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
}
|
|
51
|
+
@import '@explorer-1/common/src/scss/components/ThumbnailCarousel';
|
|
76
52
|
</style>
|
|
@@ -122,24 +122,5 @@ export default defineComponent({
|
|
|
122
122
|
})
|
|
123
123
|
</script>
|
|
124
124
|
<style lang="scss">
|
|
125
|
-
|
|
126
|
-
.dialog-main {
|
|
127
|
-
max-height: 55vh;
|
|
128
|
-
|
|
129
|
-
/* Fade effect */
|
|
130
|
-
mask-image: linear-gradient(
|
|
131
|
-
to bottom,
|
|
132
|
-
transparent 0%,
|
|
133
|
-
black 1rem,
|
|
134
|
-
black calc(100% - 1rem),
|
|
135
|
-
transparent 100%
|
|
136
|
-
);
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
@media (forced-colors: active) {
|
|
140
|
-
hr {
|
|
141
|
-
border: 1px solid;
|
|
142
|
-
}
|
|
143
|
-
}
|
|
144
|
-
}
|
|
125
|
+
@import '@explorer-1/common/src/scss/components/TimelineDialog';
|
|
145
126
|
</style>
|
|
@@ -92,21 +92,6 @@ export default defineComponent({
|
|
|
92
92
|
}
|
|
93
93
|
})
|
|
94
94
|
</script>
|
|
95
|
-
<style lang="scss"
|
|
96
|
-
|
|
97
|
-
.content-wrapper {
|
|
98
|
-
@screen lg {
|
|
99
|
-
min-height: 548px; // maintains 1440x770 aspect ratio
|
|
100
|
-
}
|
|
101
|
-
@screen xl {
|
|
102
|
-
min-height: 684px; // maintains 1440x770 aspect ratio
|
|
103
|
-
}
|
|
104
|
-
@screen 2xl {
|
|
105
|
-
min-height: 770px; // 1440x770
|
|
106
|
-
}
|
|
107
|
-
@screen 3xl {
|
|
108
|
-
min-height: 963px; // maintains 1440x770 aspect ratio
|
|
109
|
-
}
|
|
110
|
-
}
|
|
111
|
-
}
|
|
95
|
+
<style lang="scss">
|
|
96
|
+
@import '@explorer-1/common/src/scss/components/TopicDetailMissionSpotlight';
|
|
112
97
|
</style>
|
|
@@ -126,9 +126,5 @@ export default defineComponent({
|
|
|
126
126
|
})
|
|
127
127
|
</script>
|
|
128
128
|
<style lang="scss">
|
|
129
|
-
|
|
130
|
-
.text-subtitle.divide-x {
|
|
131
|
-
@apply leading-none #{!important};
|
|
132
|
-
}
|
|
133
|
-
}
|
|
129
|
+
@import '@explorer-1/common/src/scss/components/TopicDetailMoreItem';
|
|
134
130
|
</style>
|
|
@@ -54,87 +54,5 @@ export default defineComponent({
|
|
|
54
54
|
</script>
|
|
55
55
|
|
|
56
56
|
<style lang="scss">
|
|
57
|
-
|
|
58
|
-
@apply sticky transform text-gray-light-mid translate-x-0.5 md:translate-x-0 ml-7 md:ml-8 lg:ml-30 pt-10 md:pt-5;
|
|
59
|
-
|
|
60
|
-
// Unitless 0 isn’t supported in a `calc` operation.
|
|
61
|
-
// stylelint-disable-next-line length-zero-no-unit
|
|
62
|
-
--top-offset: 0px;
|
|
63
|
-
|
|
64
|
-
font-variant-numeric: tabular-nums;
|
|
65
|
-
font-weight: 900;
|
|
66
|
-
line-height: 1;
|
|
67
|
-
font-size: min(5rem, 25vw);
|
|
68
|
-
// Secondary nav minus gap.
|
|
69
|
-
top: calc(theme('spacing.16') - 1px + var(--top-offset));
|
|
70
|
-
z-index: 50;
|
|
71
|
-
|
|
72
|
-
@screen md {
|
|
73
|
-
--top-offset: theme('spacing.20');
|
|
74
|
-
|
|
75
|
-
z-index: -20;
|
|
76
|
-
font-size: min(8rem, 20vw);
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
@screen lg {
|
|
80
|
-
font-size: min(11.25rem, 10vw);
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
@screen xl {
|
|
84
|
-
font-size: min(11.25rem, 25vw);
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
.header-sticky-showing & {
|
|
88
|
-
// For the mobile viewport, offset by the height of the top header and NavSecondary combined.
|
|
89
|
-
top: calc(theme('spacing.18') + theme('spacing.16') + var (--top-offset));
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
&::after {
|
|
93
|
-
@apply md:hidden;
|
|
94
|
-
|
|
95
|
-
content: '';
|
|
96
|
-
position: absolute;
|
|
97
|
-
z-index: -10;
|
|
98
|
-
top: 2px;
|
|
99
|
-
left: 0;
|
|
100
|
-
width: 100%;
|
|
101
|
-
height: 140px;
|
|
102
|
-
pointer-events: none;
|
|
103
|
-
background-image: linear-gradient(to bottom, white 90%, transparent);
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
> span {
|
|
107
|
-
display: inline-grid;
|
|
108
|
-
grid-template-columns: 1fr;
|
|
109
|
-
grid-template-rows: 1fr;
|
|
110
|
-
overflow: hidden;
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
.Digit {
|
|
114
|
-
grid-area: 1 / 1 / 1 / 1;
|
|
115
|
-
transition: transform var(--duration);
|
|
116
|
-
transform: translateY(0);
|
|
117
|
-
|
|
118
|
-
@media (prefers-reduced-motion: reduce) {
|
|
119
|
-
transition-duration: 0.1ms;
|
|
120
|
-
}
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
// transitions
|
|
124
|
-
.digits-decrement-enter-active {
|
|
125
|
-
transform: translateY(100%);
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
.digits-decrement-leave-active {
|
|
129
|
-
transform: translateY(-100%);
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
.digits-increment-enter-active {
|
|
133
|
-
transform: translateY(-100%);
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
.digits-increment-leave-active {
|
|
137
|
-
transform: translateY(100%);
|
|
138
|
-
}
|
|
139
|
-
}
|
|
57
|
+
@import '@explorer-1/common/src/scss/components/YearTicker';
|
|
140
58
|
</style>
|
|
@@ -109,7 +109,7 @@ export const HeadingIcons = {
|
|
|
109
109
|
export const TextContrast = {
|
|
110
110
|
args: {},
|
|
111
111
|
render: () => ({
|
|
112
|
-
template: `<div style="background-image: url('https://picsum.photos/1000/
|
|
112
|
+
template: `<div style="background-image: url('https://fastly.picsum.photos/id/1015/1000/40.jpg?hmac=fpUcZPtNEqNVb9cio8CwkUIBZKywJSfhaxdieF0Uxgk');" class="bg-cover bg-no-repeat bg-center">
|
|
113
113
|
<div class="p-10 bg-black/30">
|
|
114
114
|
<span class="text-h3 text-white text-contrast">
|
|
115
115
|
This text uses a text shadow that increases readability when used with a semi-transparent overlay.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Meta } from '@storybook/blocks'
|
|
1
|
+
import { Meta } from '@storybook/addon-docs/blocks'
|
|
2
2
|
|
|
3
3
|
<Meta title="Getting Started/Developer" />
|
|
4
4
|
|
|
@@ -39,29 +39,7 @@ Explorer 1 comprises components that range from very simple, single-purpose elem
|
|
|
39
39
|
|
|
40
40
|
### HTML templates
|
|
41
41
|
|
|
42
|
-
HTML templates are provided by this Storybook in
|
|
43
|
-
|
|
44
|
-
#### How to copy HTML snippets from Docs view
|
|
45
|
-
|
|
46
|
-
1. Find the story block you want to copy.
|
|
47
|
-
2. In the bottom right corner of the block, click on "Show code".
|
|
48
|
-
3. In the bottom right corner of the now-visible code block, click on "Copy".
|
|
49
|
-
|
|
50
|
-
<details className="pl-4 -mt-3 text-sm">
|
|
51
|
-
<summary> <span className="font-medium border-b border-blue hover:border-gray-dark">Watch how to copy snippets from Docs view</span></summary>
|
|
52
|
-
|
|
53
|
-

|
|
54
|
-
|
|
55
|
-
</details>
|
|
56
|
-
|
|
57
|
-
4. You can customize the component by modifying the controls. The code will update to match.
|
|
58
|
-
|
|
59
|
-
<details className="pl-4 -mt-3 text-sm">
|
|
60
|
-
<summary> <span className="font-medium border-b border-blue hover:border-gray-dark">Watch how to customize a component</span></summary>
|
|
61
|
-
|
|
62
|
-

|
|
63
|
-
|
|
64
|
-
</details>
|
|
42
|
+
HTML templates are provided by this Storybook in Canvas view only. To customize component options, modify the component "controls."
|
|
65
43
|
|
|
66
44
|
#### How to copy HTML snippets from Canvas view
|
|
67
45
|
|
|
@@ -71,7 +49,7 @@ Canvas view is useful to isolate your view to a single rendition of the componen
|
|
|
71
49
|
2. Make sure addons (the tabbed pane under the rendered component) are enabled by clicking on the three dots to the right of the JPL logo and checking "Show addons", or by typing `A`. If you still don't see the addons pane, you may need to toggle "Change addons orientation" in the menu (or type `D`) a couple times.
|
|
72
50
|
3. Click on the "HTML" tab within the addons pane.
|
|
73
51
|
4. Click on "Copy" in the bottom right of the screen or manually copy and paste the code block.
|
|
74
|
-
5. You can
|
|
52
|
+
5. You can customize the component by modifying the controls in the "Controls" tab within the Add-ons viewer. The code will update to match.
|
|
75
53
|
|
|
76
54
|
<details className="pl-4 text-sm">
|
|
77
55
|
<summary> <span className="font-medium border-b border-blue hover:border-gray-dark">Watch how to copy snippets from Canvas view</span></summary>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Meta, Description } from '@storybook/blocks'
|
|
1
|
+
import { Meta, Description } from '@storybook/addon-docs/blocks'
|
|
2
2
|
|
|
3
3
|
<Meta title="Introduction" />
|
|
4
4
|
|
|
@@ -40,3 +40,31 @@ This website uses [Storybook](https://storybook.js.org/) to display our document
|
|
|
40
40
|
---
|
|
41
41
|
|
|
42
42
|
Maintained by [DesignLab](https://www.behance.net/JPL-DesignLab)
|
|
43
|
+
|
|
44
|
+
<div>
|
|
45
|
+
<table
|
|
46
|
+
class="w-auto text-left"
|
|
47
|
+
style={{ width: 'unset' }}
|
|
48
|
+
>
|
|
49
|
+
<thead>
|
|
50
|
+
<tr class="text-left">
|
|
51
|
+
<th>Package</th>
|
|
52
|
+
<th>Version</th>
|
|
53
|
+
</tr>
|
|
54
|
+
</thead>
|
|
55
|
+
<tbody>
|
|
56
|
+
<tr>
|
|
57
|
+
<td>[@explorer-1/common](https://www.npmjs.com/package/@explorer-1/common)</td>
|
|
58
|
+
<td>
|
|
59
|
+
<code>{packageVersions.__VERSION__EXPLORER_1_COMMON__}</code>
|
|
60
|
+
</td>
|
|
61
|
+
</tr>
|
|
62
|
+
<tr>
|
|
63
|
+
<td>[@explorer-1/vue](https://www.npmjs.com/package/@explorer-1/vue)</td>
|
|
64
|
+
<td>
|
|
65
|
+
<code>{packageVersions.__VERSION__EXPLORER_1_VUE__}</code>
|
|
66
|
+
</td>
|
|
67
|
+
</tr>
|
|
68
|
+
</tbody>
|
|
69
|
+
</table>
|
|
70
|
+
</div>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Meta } from '@storybook/blocks'
|
|
1
|
+
import { Meta } from '@storybook/addon-docs/blocks'
|
|
2
2
|
import { ComponentList } from './../utils/ComponentList'
|
|
3
3
|
import * as BaseButtonStories from './../../components/BaseButton/BaseButton.stories'
|
|
4
4
|
import * as BaseHeadingStories from './../../components/BaseHeading/BaseHeading.stories'
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{/* TODO: refactor to include all blocks in the vue storybook */}
|
|
2
|
-
import { Meta } from '@storybook/blocks'
|
|
2
|
+
import { Meta } from '@storybook/addon-docs/blocks'
|
|
3
3
|
import { ComponentList } from './../utils/ComponentList'
|
|
4
4
|
import _ as BlockAccordionStories from './../../components/BlockAccordion/BlockAccordion.stories'
|
|
5
5
|
import _ as BlockCardGridStories from './../../components/BlockCardGrid/BlockCardGrid.stories'
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Meta } from '@storybook/blocks'
|
|
1
|
+
import { Meta } from '@storybook/addon-docs/blocks'
|
|
2
2
|
import { ComponentList } from './../utils/ComponentList'
|
|
3
3
|
import * as BlockCardGridItemStories from './../../components/BlockCardGridItem/BlockCardGridItem.stories'
|
|
4
4
|
import * as BlockCircleImageCardStories from './../../components/BlockCircleImageCard/BlockCircleImageCard.stories'
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Meta, Canvas, Story } from '@storybook/blocks'
|
|
1
|
+
import { Meta, Canvas, Story } from '@storybook/addon-docs/blocks'
|
|
2
2
|
import { ComponentList } from './../utils/ComponentList'
|
|
3
3
|
import * as BaseImageStories from './../../components/BaseImage/BaseImage.stories'
|
|
4
4
|
import * as BaseImageCaptionStories from './../../components/BaseImageCaption/BaseImageCaption.stories'
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Meta, Canvas, Story } from '@storybook/blocks'
|
|
1
|
+
import { Meta, Canvas, Story } from '@storybook/addon-docs/blocks'
|
|
2
2
|
import { ComponentList } from './../utils/ComponentList'
|
|
3
3
|
import * as FormContactStories from './../../components/FormContact/FormContact.stories'
|
|
4
4
|
import * as TextInputStories from './../../components/TextInput/TextInput.stories'
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Meta } from '@storybook/blocks'
|
|
1
|
+
import { Meta } from '@storybook/addon-docs/blocks'
|
|
2
2
|
import { ComponentList } from './../utils/ComponentList'
|
|
3
3
|
import * as NavDesktopStories from './../../components/NavDesktop/NavDesktop.stories'
|
|
4
4
|
import * as NavDesktopEduStories from './../../components/NavDesktopEdu/NavDesktopEdu.stories'
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Meta } from '@storybook/blocks'
|
|
1
|
+
import { Meta } from '@storybook/addon-docs/blocks'
|
|
2
2
|
import { ComponentList } from './../utils/ComponentList'
|
|
3
3
|
import * as HeroSmallStories from './../../components/HeroMedium/HeroSmall.stories'
|
|
4
4
|
import * as HeroMediumStories from './../../components/HeroMedium/HeroMedium.stories'
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Meta } from '@storybook/blocks'
|
|
1
|
+
import { Meta } from '@storybook/addon-docs/blocks'
|
|
2
2
|
import { ComponentList } from './../utils/ComponentList'
|
|
3
3
|
import * as MixinAnimationCaretStories from './../../components/MixinAnimationCaret/MixinAnimationCaret.stories'
|
|
4
4
|
import * as MixinVideoBgStories from './../../components/MixinVideoBg/MixinVideoBg.stories'
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Meta } from '@storybook/blocks'
|
|
1
|
+
import { Meta } from '@storybook/addon-docs/blocks'
|
|
2
2
|
import { ComponentList } from './../utils/ComponentList'
|
|
3
3
|
import * as SearchInputStories from './../../components/SearchInput/SearchInput.stories'
|
|
4
4
|
import * as SearchResultCardStories from './../../components/SearchResultCard/SearchResultCard.stories'
|