@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
|
@@ -67,27 +67,5 @@ export default defineComponent({
|
|
|
67
67
|
})
|
|
68
68
|
</script>
|
|
69
69
|
<style lang="scss">
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
.LogoTribrand {
|
|
73
|
-
width: 20.25em; // 324x72 px at .text-base
|
|
74
|
-
height: auto;
|
|
75
|
-
|
|
76
|
-
.logo-path-jpl-caltech {
|
|
77
|
-
color: $logo-text-dark;
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
.-transparent.-scrolled & {
|
|
81
|
-
.logo-path-jpl-caltech {
|
|
82
|
-
color: $logo-text-dark;
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
.-transparent &,
|
|
87
|
-
&.-invert {
|
|
88
|
-
.logo-path-jpl-caltech {
|
|
89
|
-
color: #ffffff;
|
|
90
|
-
}
|
|
91
|
-
}
|
|
92
|
-
}
|
|
70
|
+
@import '@explorer-1/common/src/scss/components/LogoTribrand';
|
|
93
71
|
</style>
|
|
@@ -234,9 +234,5 @@ const standardsIste = computed(() => {
|
|
|
234
234
|
</section>
|
|
235
235
|
</template>
|
|
236
236
|
<style lang="scss">
|
|
237
|
-
|
|
238
|
-
.MetaPanel-button {
|
|
239
|
-
@apply border-[1px] font-primary normal-case tracking-normal font-bold text-lg py-2 bg-white;
|
|
240
|
-
}
|
|
241
|
-
}
|
|
237
|
+
@import '@explorer-1/common/src/scss/components/MetaPanel';
|
|
242
238
|
</style>
|
|
@@ -40,25 +40,5 @@ const { standards } = reactive(props)
|
|
|
40
40
|
</div>
|
|
41
41
|
</template>
|
|
42
42
|
<style lang="scss">
|
|
43
|
-
|
|
44
|
-
.BaseAccordionItem {
|
|
45
|
-
.BaseAccordionHeader {
|
|
46
|
-
@apply bg-white;
|
|
47
|
-
> div {
|
|
48
|
-
@apply border-none;
|
|
49
|
-
}
|
|
50
|
-
button.BaseAccordion-trigger {
|
|
51
|
-
@apply py-2 px-3;
|
|
52
|
-
@apply can-hover:hover:no-underline;
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
&.-open {
|
|
56
|
-
.BaseAccordionHeader {
|
|
57
|
-
button.BaseAccordion-trigger {
|
|
58
|
-
@apply pb-0;
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
}
|
|
43
|
+
@import '@explorer-1/common/src/scss/components/MetaPanelAccordion';
|
|
64
44
|
</style>
|
|
@@ -170,21 +170,5 @@ const themeVariant = computed(() => {
|
|
|
170
170
|
</div>
|
|
171
171
|
</template>
|
|
172
172
|
<style lang="scss">
|
|
173
|
-
|
|
174
|
-
.MetaPanelItem {
|
|
175
|
-
@apply flex w-full items-start mb-4 md:mb-0 w-auto;
|
|
176
|
-
&:last-of-type {
|
|
177
|
-
@apply mb-0;
|
|
178
|
-
}
|
|
179
|
-
.MetaPanelItem-icon {
|
|
180
|
-
@apply mr-1 w-10 md:w-12;
|
|
181
|
-
}
|
|
182
|
-
.MetaPanelItem-heading {
|
|
183
|
-
@apply text-subtitle text-base md:mb-[.2em] whitespace-nowrap;
|
|
184
|
-
}
|
|
185
|
-
.MetaPanelItem-content {
|
|
186
|
-
@apply font-primary font-bold lg:text-xl;
|
|
187
|
-
}
|
|
188
|
-
}
|
|
189
|
-
}
|
|
173
|
+
@import '@explorer-1/common/src/scss/components/MetaPanelItems';
|
|
190
174
|
</style>
|
|
@@ -84,38 +84,5 @@ const time = computed(() => {
|
|
|
84
84
|
</div>
|
|
85
85
|
</template>
|
|
86
86
|
<style lang="scss">
|
|
87
|
-
|
|
88
|
-
@apply lg:flex lg:flex-grow;
|
|
89
|
-
.MetadataEduResourceItem {
|
|
90
|
-
@apply flex;
|
|
91
|
-
@apply items-start;
|
|
92
|
-
@apply mr-4 md:mr-4 xl:mr-8;
|
|
93
|
-
@apply mb-5 lg:mb-7;
|
|
94
|
-
@apply lg:min-w-[10rem];
|
|
95
|
-
|
|
96
|
-
span {
|
|
97
|
-
@apply text-gray-dark;
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
svg {
|
|
101
|
-
min-width: 1.25rem;
|
|
102
|
-
@apply top-0.5;
|
|
103
|
-
}
|
|
104
|
-
.MetadataEduResourceIcon {
|
|
105
|
-
@apply relative mr-3 lg:mr-2 xl:mr-3;
|
|
106
|
-
}
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
&.-compact {
|
|
110
|
-
@apply flex flex-grow flex-wrap;
|
|
111
|
-
.MetadataEduResourceItem {
|
|
112
|
-
@apply whitespace-nowrap;
|
|
113
|
-
@apply max-w-none min-w-[4em];
|
|
114
|
-
@apply mr-6 mb-0;
|
|
115
|
-
&.-xlScreensOnly {
|
|
116
|
-
@apply hidden xl:flex;
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
|
-
}
|
|
120
|
-
}
|
|
87
|
+
@import '@explorer-1/common/src/scss/components/MetadataEduResource';
|
|
121
88
|
</style>
|
|
@@ -150,38 +150,5 @@ const location = computed(() => {
|
|
|
150
150
|
</div>
|
|
151
151
|
</template>
|
|
152
152
|
<style lang="scss">
|
|
153
|
-
|
|
154
|
-
@apply lg:flex lg:flex-grow;
|
|
155
|
-
.MetadataEventItem {
|
|
156
|
-
@apply flex;
|
|
157
|
-
@apply items-start;
|
|
158
|
-
@apply mr-4 md:mr-4 xl:mr-8;
|
|
159
|
-
@apply mb-5 lg:mb-7;
|
|
160
|
-
@apply lg:min-w-[10rem];
|
|
161
|
-
|
|
162
|
-
span {
|
|
163
|
-
@apply text-gray-dark;
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
svg {
|
|
167
|
-
min-width: 1.25rem;
|
|
168
|
-
@apply top-0.5;
|
|
169
|
-
}
|
|
170
|
-
.MetadataEventIcon {
|
|
171
|
-
@apply text-primary relative mr-3 lg:mr-2 xl:mr-3;
|
|
172
|
-
}
|
|
173
|
-
}
|
|
174
|
-
|
|
175
|
-
&.-compact {
|
|
176
|
-
@apply flex flex-grow flex-wrap;
|
|
177
|
-
.MetadataEventItem {
|
|
178
|
-
@apply whitespace-nowrap;
|
|
179
|
-
@apply max-w-none min-w-[4em];
|
|
180
|
-
@apply mr-6 mb-0;
|
|
181
|
-
}
|
|
182
|
-
&.-allow-break {
|
|
183
|
-
@apply block lg:flex;
|
|
184
|
-
}
|
|
185
|
-
}
|
|
186
|
-
}
|
|
153
|
+
@import '@explorer-1/common/src/scss/components/MetadataEvent';
|
|
187
154
|
</style>
|
|
@@ -123,78 +123,5 @@ export default defineComponent({
|
|
|
123
123
|
})
|
|
124
124
|
</script>
|
|
125
125
|
<style lang="scss">
|
|
126
|
-
|
|
127
|
-
@apply text-gray-dark; // fallback if no theme
|
|
128
|
-
li.instrument {
|
|
129
|
-
@apply mb-3;
|
|
130
|
-
@apply flex;
|
|
131
|
-
@apply max-w-full;
|
|
132
|
-
|
|
133
|
-
span {
|
|
134
|
-
@apply opacity-0;
|
|
135
|
-
@screen lg {
|
|
136
|
-
max-width: 20ch;
|
|
137
|
-
}
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
&::before {
|
|
141
|
-
@apply bg-jpl-red-light;
|
|
142
|
-
@apply inline-block;
|
|
143
|
-
@apply relative;
|
|
144
|
-
@apply mr-3;
|
|
145
|
-
@apply flex-shrink-0;
|
|
146
|
-
|
|
147
|
-
content: '';
|
|
148
|
-
transform: scale(0);
|
|
149
|
-
margin-top: 0.65rem;
|
|
150
|
-
width: 30px;
|
|
151
|
-
height: 2px;
|
|
152
|
-
}
|
|
153
|
-
|
|
154
|
-
&.lifeless {
|
|
155
|
-
span {
|
|
156
|
-
@apply opacity-100;
|
|
157
|
-
}
|
|
158
|
-
|
|
159
|
-
&::before {
|
|
160
|
-
transform: scale(1);
|
|
161
|
-
}
|
|
162
|
-
}
|
|
163
|
-
|
|
164
|
-
&.animated {
|
|
165
|
-
span {
|
|
166
|
-
@apply animate-fadeIn;
|
|
167
|
-
@screen lg {
|
|
168
|
-
max-width: 20ch;
|
|
169
|
-
}
|
|
170
|
-
|
|
171
|
-
-webkit-animation-delay: inherit;
|
|
172
|
-
animation-delay: inherit;
|
|
173
|
-
}
|
|
174
|
-
@for $i from 1 through 20 {
|
|
175
|
-
&:nth-child(#{$i}) {
|
|
176
|
-
-webkit-animation-delay: (#{$i * 300ms});
|
|
177
|
-
animation-delay: (#{$i * 300ms});
|
|
178
|
-
}
|
|
179
|
-
}
|
|
180
|
-
|
|
181
|
-
&::before {
|
|
182
|
-
@apply animate-scaleIn;
|
|
183
|
-
|
|
184
|
-
-webkit-animation-delay: inherit;
|
|
185
|
-
animation-delay: inherit;
|
|
186
|
-
transform-origin: 0% 50%;
|
|
187
|
-
}
|
|
188
|
-
}
|
|
189
|
-
}
|
|
190
|
-
|
|
191
|
-
// dark and light treatments
|
|
192
|
-
.ThemeVariantLight & {
|
|
193
|
-
@apply text-gray-dark;
|
|
194
|
-
}
|
|
195
|
-
|
|
196
|
-
.ThemeVariantDark & {
|
|
197
|
-
@apply text-white;
|
|
198
|
-
}
|
|
199
|
-
}
|
|
126
|
+
@import '@explorer-1/common/src/scss/components/MissionDetailAbout';
|
|
200
127
|
</style>
|
|
@@ -244,50 +244,6 @@ export default defineComponent({
|
|
|
244
244
|
}
|
|
245
245
|
})
|
|
246
246
|
</script>
|
|
247
|
-
<style lang="scss"
|
|
248
|
-
|
|
249
|
-
.content-wrapper {
|
|
250
|
-
@screen lg {
|
|
251
|
-
min-height: 80vh;
|
|
252
|
-
}
|
|
253
|
-
}
|
|
254
|
-
|
|
255
|
-
.content {
|
|
256
|
-
// fallback text color
|
|
257
|
-
@apply text-black;
|
|
258
|
-
}
|
|
259
|
-
|
|
260
|
-
.foreground {
|
|
261
|
-
@screen lg {
|
|
262
|
-
width: 55%;
|
|
263
|
-
}
|
|
264
|
-
|
|
265
|
-
img {
|
|
266
|
-
max-height: 300px;
|
|
267
|
-
@apply w-auto;
|
|
268
|
-
@screen lg {
|
|
269
|
-
max-height: 550px;
|
|
270
|
-
}
|
|
271
|
-
}
|
|
272
|
-
}
|
|
273
|
-
|
|
274
|
-
&.ThemeVariantLight {
|
|
275
|
-
.content {
|
|
276
|
-
@apply text-black;
|
|
277
|
-
}
|
|
278
|
-
}
|
|
279
|
-
|
|
280
|
-
&.ThemeVariantDark {
|
|
281
|
-
.background {
|
|
282
|
-
&::before {
|
|
283
|
-
content: '';
|
|
284
|
-
@apply absolute inset-x-0 bottom-0 min-h-1/2 z-20 bg-gradient-to-b from-transparent to-black;
|
|
285
|
-
}
|
|
286
|
-
}
|
|
287
|
-
|
|
288
|
-
.content {
|
|
289
|
-
@apply text-white;
|
|
290
|
-
}
|
|
291
|
-
}
|
|
292
|
-
}
|
|
247
|
+
<style lang="scss">
|
|
248
|
+
@import '@explorer-1/common/src/scss/components/MissionDetailHero';
|
|
293
249
|
</style>
|
|
@@ -313,16 +313,5 @@ export default defineComponent({
|
|
|
313
313
|
})
|
|
314
314
|
</script>
|
|
315
315
|
<style lang="scss">
|
|
316
|
-
|
|
317
|
-
&.min-h-mission-highlights {
|
|
318
|
-
min-height: 38rem;
|
|
319
|
-
}
|
|
320
|
-
|
|
321
|
-
.mission-highlights-lines.-filler {
|
|
322
|
-
padding-top: 60%;
|
|
323
|
-
@screen lg {
|
|
324
|
-
@apply pt-0;
|
|
325
|
-
}
|
|
326
|
-
}
|
|
327
|
-
}
|
|
316
|
+
@import '@explorer-1/common/src/scss/components/MissionDetailHighlights';
|
|
328
317
|
</style>
|
|
@@ -141,20 +141,5 @@ export default defineComponent({
|
|
|
141
141
|
})
|
|
142
142
|
</script>
|
|
143
143
|
<style lang="scss">
|
|
144
|
-
@import '
|
|
145
|
-
|
|
146
|
-
.MissionHighlightsCarousel {
|
|
147
|
-
.swiper {
|
|
148
|
-
.swiper-prev {
|
|
149
|
-
@apply mr-px;
|
|
150
|
-
}
|
|
151
|
-
|
|
152
|
-
.swiper-prev,
|
|
153
|
-
.swiper-next {
|
|
154
|
-
&.swiper-button-disabled {
|
|
155
|
-
@apply opacity-75 cursor-default bg-none;
|
|
156
|
-
}
|
|
157
|
-
}
|
|
158
|
-
}
|
|
159
|
-
}
|
|
144
|
+
@import '@explorer-1/common/src/scss/components/MissionDetailHighlightsCarousel';
|
|
160
145
|
</style>
|
|
@@ -112,12 +112,6 @@ export default defineComponent({
|
|
|
112
112
|
}
|
|
113
113
|
})
|
|
114
114
|
</script>
|
|
115
|
-
<style lang="scss"
|
|
116
|
-
|
|
117
|
-
@apply invisible;
|
|
118
|
-
|
|
119
|
-
.swiper-slide-active & {
|
|
120
|
-
@apply visible;
|
|
121
|
-
}
|
|
122
|
-
}
|
|
115
|
+
<style lang="scss">
|
|
116
|
+
@import '@explorer-1/common/src/scss/components/MissionDetailHighlightsCarouselItem';
|
|
123
117
|
</style>
|
|
@@ -87,11 +87,5 @@ export default defineComponent({
|
|
|
87
87
|
</script>
|
|
88
88
|
|
|
89
89
|
<style lang="scss">
|
|
90
|
-
|
|
91
|
-
.ThemeVariantDark & {
|
|
92
|
-
> div {
|
|
93
|
-
@apply text-white;
|
|
94
|
-
}
|
|
95
|
-
}
|
|
96
|
-
}
|
|
90
|
+
@import '@explorer-1/common/src/scss/components/MissionDetailInlineImage';
|
|
97
91
|
</style>
|
|
@@ -155,33 +155,5 @@ export default defineComponent({
|
|
|
155
155
|
})
|
|
156
156
|
</script>
|
|
157
157
|
<style lang="scss">
|
|
158
|
-
|
|
159
|
-
.adaptive-stats-grid div:nth-child(3) {
|
|
160
|
-
@apply col-span-3;
|
|
161
|
-
}
|
|
162
|
-
|
|
163
|
-
.theme {
|
|
164
|
-
@apply bg-gray-light text-gray-dark;
|
|
165
|
-
}
|
|
166
|
-
|
|
167
|
-
.ThemeVariantDark & .theme {
|
|
168
|
-
@apply bg-jpl-blue-darker bg-opacity-75 text-white;
|
|
169
|
-
}
|
|
170
|
-
|
|
171
|
-
.label {
|
|
172
|
-
@apply font-semibold mb-3 text-jpl-red-dark;
|
|
173
|
-
}
|
|
174
|
-
|
|
175
|
-
.ThemeVariantDark & .label {
|
|
176
|
-
@apply text-jpl-blue-light;
|
|
177
|
-
}
|
|
178
|
-
|
|
179
|
-
.legend {
|
|
180
|
-
@apply text-gray-mid-dark;
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
.ThemeVariantDark & .legend {
|
|
184
|
-
@apply text-white;
|
|
185
|
-
}
|
|
186
|
-
}
|
|
158
|
+
@import '@explorer-1/common/src/scss/components/MissionDetailStats';
|
|
187
159
|
</style>
|
|
@@ -33,20 +33,5 @@ export default defineComponent({
|
|
|
33
33
|
})
|
|
34
34
|
</script>
|
|
35
35
|
<style lang="scss">
|
|
36
|
-
|
|
37
|
-
.text-stats-xl {
|
|
38
|
-
@apply text-base leading-none;
|
|
39
|
-
|
|
40
|
-
@screen sm {
|
|
41
|
-
@apply text-4xl;
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
.legend {
|
|
46
|
-
@apply text-sm;
|
|
47
|
-
@screen sm {
|
|
48
|
-
@apply text-base;
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
}
|
|
36
|
+
@import '@explorer-1/common/src/scss/components/MissionDetailStatsMicro';
|
|
52
37
|
</style>
|
|
@@ -79,31 +79,5 @@ export default defineComponent({
|
|
|
79
79
|
})
|
|
80
80
|
</script>
|
|
81
81
|
<style lang="scss">
|
|
82
|
-
|
|
83
|
-
.theme,
|
|
84
|
-
.theme-inner {
|
|
85
|
-
@apply bg-jpl-blue-darker bg-opacity-75 text-white;
|
|
86
|
-
}
|
|
87
|
-
// different padding left for first child, which is dynamic
|
|
88
|
-
.theme-inner {
|
|
89
|
-
@apply pl-10 pb-10;
|
|
90
|
-
@screen lg {
|
|
91
|
-
@apply py-10 pl-0;
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
&:first-child {
|
|
95
|
-
@apply pt-10;
|
|
96
|
-
@screen lg {
|
|
97
|
-
@apply pl-10;
|
|
98
|
-
}
|
|
99
|
-
@screen 2xl {
|
|
100
|
-
@apply pl-0;
|
|
101
|
-
}
|
|
102
|
-
}
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
.legend {
|
|
106
|
-
@apply text-white;
|
|
107
|
-
}
|
|
108
|
-
}
|
|
82
|
+
@import '@explorer-1/common/src/scss/components/MissionDetailStatsMini';
|
|
109
83
|
</style>
|
|
@@ -69,27 +69,6 @@ export default {
|
|
|
69
69
|
}
|
|
70
70
|
}
|
|
71
71
|
</script>
|
|
72
|
-
<style lang="scss"
|
|
73
|
-
|
|
74
|
-
.MissionDetailStreamfield-heading,
|
|
75
|
-
.BlockText {
|
|
76
|
-
@apply text-white;
|
|
77
|
-
}
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
.MissionDetailStreamfield {
|
|
81
|
-
.MissionDetailInlineImage {
|
|
82
|
-
.featured-image {
|
|
83
|
-
max-width: 700px;
|
|
84
|
-
width: auto;
|
|
85
|
-
position: relative;
|
|
86
|
-
display: block;
|
|
87
|
-
}
|
|
88
|
-
@media screen and (min-width: 1024px) {
|
|
89
|
-
.BlockText p {
|
|
90
|
-
max-width: 30ch;
|
|
91
|
-
}
|
|
92
|
-
}
|
|
93
|
-
}
|
|
94
|
-
}
|
|
72
|
+
<style lang="scss">
|
|
73
|
+
@import '@explorer-1/common/src/scss/components/MissionDetailStreamfield';
|
|
95
74
|
</style>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Meta, Story, Canvas } from '@storybook/addon-docs'
|
|
1
|
+
import { Meta, Story, Canvas } from '@storybook/addon-docs/blocks'
|
|
2
2
|
import * as Stories from './MixinCarousel.stories'
|
|
3
3
|
|
|
4
4
|
<Meta of={Stories} />
|
|
@@ -30,4 +30,4 @@ And with a link using the `link` and `linkTitle` props:
|
|
|
30
30
|
|
|
31
31
|
## Used in the following components
|
|
32
32
|
|
|
33
|
-
See [all usage in the repository](https://github.com/nasa-jpl/
|
|
33
|
+
See [all usage in the repository](https://github.com/nasa-jpl/explorer-1/search?q=MixinCarousel&type=code).
|
|
@@ -196,11 +196,27 @@ export default defineComponent({
|
|
|
196
196
|
sliderOptions: {
|
|
197
197
|
...MixinCarouselOptions,
|
|
198
198
|
initialSlide: this.initialSlide,
|
|
199
|
+
watchSlidesProgress: true,
|
|
199
200
|
a11y: {
|
|
200
201
|
prevSlideMessage: this.heading ? this.heading + ' - Previous slide' : 'Previous slide',
|
|
201
202
|
nextSlideMessage: this.heading ? this.heading + ' - Next slide' : 'Next slide',
|
|
202
203
|
slideRole: 'link'
|
|
203
204
|
},
|
|
205
|
+
on: {
|
|
206
|
+
...MixinCarouselOptions.on,
|
|
207
|
+
progress(swiper) {
|
|
208
|
+
const classList = swiper.el.classList
|
|
209
|
+
classList.replace('opacity-0', 'opacity-100')
|
|
210
|
+
swiper.slides.forEach((slide) => {
|
|
211
|
+
if (slide.classList.contains('swiper-slide-fully-visible')) {
|
|
212
|
+
slide.setAttribute('aria-hidden', 'false')
|
|
213
|
+
slide.setAttribute('role', 'link')
|
|
214
|
+
} else {
|
|
215
|
+
slide.setAttribute('role', 'presentation')
|
|
216
|
+
}
|
|
217
|
+
})
|
|
218
|
+
}
|
|
219
|
+
},
|
|
204
220
|
breakpoints: {
|
|
205
221
|
...MixinCarouselOptions.breakpoints,
|
|
206
222
|
1024: {
|
|
@@ -307,100 +307,5 @@ export default defineComponent({
|
|
|
307
307
|
</template>
|
|
308
308
|
|
|
309
309
|
<style lang="scss">
|
|
310
|
-
|
|
311
|
-
@apply relative;
|
|
312
|
-
|
|
313
|
-
&:active {
|
|
314
|
-
outline: none;
|
|
315
|
-
}
|
|
316
|
-
|
|
317
|
-
.MixinFancyboxOpenButton {
|
|
318
|
-
@apply can-hover:opacity-0 opacity-70 transition-opacity duration-300 block top-px right-px z-10;
|
|
319
|
-
}
|
|
320
|
-
|
|
321
|
-
&:hover {
|
|
322
|
-
.MixinFancyboxOpenButton {
|
|
323
|
-
@apply can-hover:opacity-100 duration-200;
|
|
324
|
-
}
|
|
325
|
-
}
|
|
326
|
-
|
|
327
|
-
&:focus {
|
|
328
|
-
.MixinFancyboxOpenButton {
|
|
329
|
-
@apply can-hover:opacity-100;
|
|
330
|
-
}
|
|
331
|
-
}
|
|
332
|
-
|
|
333
|
-
img {
|
|
334
|
-
@apply min-w-full h-auto block;
|
|
335
|
-
}
|
|
336
|
-
}
|
|
337
|
-
|
|
338
|
-
// Fancybox overrides for various themes
|
|
339
|
-
.fancybox-theme-dark.fancybox__container {
|
|
340
|
-
z-index: 9999;
|
|
341
|
-
|
|
342
|
-
--fancybox-color: rgba(255, 255, 255, var(--tw-text-opacity));
|
|
343
|
-
--fancybox-bg: #000000;
|
|
344
|
-
--fancybox-accent-color: #ffffff;
|
|
345
|
-
--fancybox-thumbs-width: 100px;
|
|
346
|
-
--fancybox-thumbs-border-radius: 0;
|
|
347
|
-
--fancybox-thumbs-ratio: 1 / 1;
|
|
348
|
-
--carousel-button-bg: rgba(0, 0, 0, 0.9);
|
|
349
|
-
--carousel-button-border-radius: 0;
|
|
350
|
-
--carousel-button-svg-width: 30px;
|
|
351
|
-
--carousel-button-svg-height: 30px;
|
|
352
|
-
--carousel-button-svg-stroke-width: 3;
|
|
353
|
-
--carousel-button-svg-filter: none;
|
|
354
|
-
|
|
355
|
-
.fancybox__content {
|
|
356
|
-
@apply z-50;
|
|
357
|
-
}
|
|
358
|
-
|
|
359
|
-
.fancybox__nav {
|
|
360
|
-
@apply hidden;
|
|
361
|
-
|
|
362
|
-
@screen sm {
|
|
363
|
-
@apply block;
|
|
364
|
-
}
|
|
365
|
-
}
|
|
366
|
-
|
|
367
|
-
.fancybox__caption {
|
|
368
|
-
@apply z-40 text-left relative inline-block pt-3 lg:pt-4 w-full;
|
|
369
|
-
|
|
370
|
-
h1 {
|
|
371
|
-
text-overflow: ellipsis;
|
|
372
|
-
}
|
|
373
|
-
|
|
374
|
-
p {
|
|
375
|
-
@apply inline;
|
|
376
|
-
}
|
|
377
|
-
}
|
|
378
|
-
|
|
379
|
-
.fancybox__slide.has-image.has-caption.is-draggable {
|
|
380
|
-
.fancybox__caption {
|
|
381
|
-
@apply opacity-0 transition-opacity duration-200;
|
|
382
|
-
}
|
|
383
|
-
}
|
|
384
|
-
|
|
385
|
-
.fancybox__slide.has-image:not(.is-draggable),
|
|
386
|
-
.fancybox__slide.has-image.has-caption.can-zoom_in,
|
|
387
|
-
.fancybox__slide.has-image.has-caption.is-selected:not(.is-draggable) {
|
|
388
|
-
.fancybox__caption {
|
|
389
|
-
@apply opacity-100 transition-opacity duration-200;
|
|
390
|
-
}
|
|
391
|
-
}
|
|
392
|
-
|
|
393
|
-
.caption-width {
|
|
394
|
-
background: rgba(0, 0, 0, 0.95);
|
|
395
|
-
-webkit-transition: max-width 0.15s ease;
|
|
396
|
-
transition: max-width 0.15s ease;
|
|
397
|
-
width: 100%;
|
|
398
|
-
}
|
|
399
|
-
|
|
400
|
-
@screen lg {
|
|
401
|
-
.fancybox__toolbar {
|
|
402
|
-
padding: 25px;
|
|
403
|
-
}
|
|
404
|
-
}
|
|
405
|
-
}
|
|
310
|
+
@import '@explorer-1/common/src/scss/components/MixinFancybox';
|
|
406
311
|
</style>
|
|
@@ -24,12 +24,5 @@ export default defineComponent({
|
|
|
24
24
|
</template>
|
|
25
25
|
|
|
26
26
|
<style lang="scss">
|
|
27
|
-
|
|
28
|
-
// scoped styles for Fancybox Opener button
|
|
29
|
-
@apply relative pointer-events-none cursor-pointer z-10;
|
|
30
|
-
|
|
31
|
-
.BaseButton {
|
|
32
|
-
@apply -top-px -right-px absolute focus:outline-none xl:text-xl inline-block;
|
|
33
|
-
}
|
|
34
|
-
}
|
|
27
|
+
@import '@explorer-1/common/src/scss/components/MixinFancyboxOpenButton';
|
|
35
28
|
</style>
|