@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
|
@@ -102,29 +102,6 @@ watch(
|
|
|
102
102
|
</div>
|
|
103
103
|
</template>
|
|
104
104
|
|
|
105
|
-
<style
|
|
106
|
-
|
|
107
|
-
.GitHubIcon {
|
|
108
|
-
@apply h-5 pb-0.5 flex flex-row items-baseline flex-grow-0;
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
iframe {
|
|
112
|
-
@apply border border-gray-light-mid border-t-8 rounded-none;
|
|
113
|
-
}
|
|
114
|
-
}
|
|
115
|
-
body.ThemeVariantLight {
|
|
116
|
-
.BlockGist {
|
|
117
|
-
iframe {
|
|
118
|
-
@apply border-gray-light-mid;
|
|
119
|
-
}
|
|
120
|
-
}
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
body.ThemeVariantDark {
|
|
124
|
-
.BlockGist {
|
|
125
|
-
iframe {
|
|
126
|
-
@apply border-gray-mid-dark bg-gray-light;
|
|
127
|
-
}
|
|
128
|
-
}
|
|
129
|
-
}
|
|
105
|
+
<style lang="scss">
|
|
106
|
+
@import '@explorer-1/common/src/scss/components/BlockGist';
|
|
130
107
|
</style>
|
|
@@ -53,12 +53,5 @@ export default defineComponent({
|
|
|
53
53
|
})
|
|
54
54
|
</script>
|
|
55
55
|
<style lang="scss">
|
|
56
|
-
|
|
57
|
-
&:target {
|
|
58
|
-
@apply scroll-mt-14;
|
|
59
|
-
@screen lg {
|
|
60
|
-
@apply scroll-mt-[7rem];
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
}
|
|
56
|
+
@import '@explorer-1/common/src/scss/components/BlockHeading';
|
|
64
57
|
</style>
|
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
:height="data.height"
|
|
13
13
|
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
|
|
14
14
|
allowfullscreen
|
|
15
|
+
data-chromatic="ignore"
|
|
15
16
|
></iframe>
|
|
16
17
|
</template>
|
|
17
18
|
<template v-else>
|
|
@@ -29,10 +30,10 @@
|
|
|
29
30
|
class="w-full border-none"
|
|
30
31
|
:title="data.title"
|
|
31
32
|
:src="data.url"
|
|
32
|
-
data-chromatic="ignore"
|
|
33
33
|
width="90%"
|
|
34
34
|
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
|
|
35
35
|
allowfullscreen
|
|
36
|
+
data-chromatic="ignore"
|
|
36
37
|
></iframe>
|
|
37
38
|
</div>
|
|
38
39
|
</BaseImagePlaceholder>
|
|
@@ -181,6 +181,7 @@ export const EduLesson = {
|
|
|
181
181
|
template: `<div id="storyDecorator" class="relative grid grid-cols-2 gap-3"><story/></div>`
|
|
182
182
|
})
|
|
183
183
|
],
|
|
184
|
+
globals: { theme: 'ThemeEdu' },
|
|
184
185
|
args: {
|
|
185
186
|
...BlockLinkCardData,
|
|
186
187
|
size: 'sm',
|
|
@@ -210,6 +211,7 @@ export const EduExplainerArticle = {
|
|
|
210
211
|
template: `<div id="storyDecorator" class="relative grid grid-cols-2 gap-3"><story/></div>`
|
|
211
212
|
})
|
|
212
213
|
],
|
|
214
|
+
globals: { theme: 'ThemeEdu' },
|
|
213
215
|
args: {
|
|
214
216
|
...BlockLinkCardData,
|
|
215
217
|
data: {
|
|
@@ -234,6 +236,7 @@ export const EduExplainerArticle = {
|
|
|
234
236
|
}
|
|
235
237
|
}
|
|
236
238
|
export const LargeEduExplainerArticle = {
|
|
239
|
+
globals: { theme: 'ThemeEdu' },
|
|
237
240
|
args: {
|
|
238
241
|
...BlockLinkCardData,
|
|
239
242
|
size: 'lg',
|
|
@@ -260,6 +263,7 @@ export const LargeEduExplainerArticle = {
|
|
|
260
263
|
}
|
|
261
264
|
|
|
262
265
|
export const EduCollection = {
|
|
266
|
+
globals: { theme: 'ThemeEdu' },
|
|
263
267
|
decorators: [
|
|
264
268
|
() => ({
|
|
265
269
|
template: `<div id="storyDecorator" class="relative grid grid-cols-2 gap-3"><story/></div>`
|
|
@@ -296,6 +300,7 @@ export const EduCollection = {
|
|
|
296
300
|
}
|
|
297
301
|
}
|
|
298
302
|
export const EduCollectionLarge = {
|
|
303
|
+
globals: { theme: 'ThemeEdu' },
|
|
299
304
|
args: {
|
|
300
305
|
...BlockLinkCardData,
|
|
301
306
|
size: 'lg',
|
|
@@ -328,6 +333,7 @@ export const EduCollectionLarge = {
|
|
|
328
333
|
}
|
|
329
334
|
|
|
330
335
|
export const EduNewsItem = {
|
|
336
|
+
globals: { theme: 'ThemeEdu' },
|
|
331
337
|
decorators: [
|
|
332
338
|
() => ({
|
|
333
339
|
template: `<div id="storyDecorator" class="relative grid grid-cols-2 gap-3"><story/></div>`
|
|
@@ -405,33 +405,5 @@ export default defineComponent({
|
|
|
405
405
|
})
|
|
406
406
|
</script>
|
|
407
407
|
<style lang="scss">
|
|
408
|
-
|
|
409
|
-
.text-subtitle.divide-x {
|
|
410
|
-
@apply leading-none #{!important};
|
|
411
|
-
}
|
|
412
|
-
.ThemeVariantDark & {
|
|
413
|
-
@apply bg-white;
|
|
414
|
-
.BlockLinkCard__CardContent,
|
|
415
|
-
.BlockLinkCard__CardArrow {
|
|
416
|
-
@apply px-6;
|
|
417
|
-
@apply print:px-0;
|
|
418
|
-
}
|
|
419
|
-
.BaseImagePlaceholder {
|
|
420
|
-
@apply bg-gray-mid-dark;
|
|
421
|
-
}
|
|
422
|
-
}
|
|
423
|
-
.MetadataEvent,
|
|
424
|
-
.MetadataEduResource {
|
|
425
|
-
&.-compact {
|
|
426
|
-
.MetadataEventItem,
|
|
427
|
-
.MetadataEduResourceItem {
|
|
428
|
-
@apply mr-2.5;
|
|
429
|
-
}
|
|
430
|
-
}
|
|
431
|
-
.MetadataEventIcon,
|
|
432
|
-
.MetadataEduResourceIcon {
|
|
433
|
-
@apply mr-1;
|
|
434
|
-
}
|
|
435
|
-
}
|
|
436
|
-
}
|
|
408
|
+
@import '@explorer-1/common/src/scss/components/BlockLinkCard';
|
|
437
409
|
</style>
|
|
@@ -119,14 +119,5 @@ const isSmall = computed(() => {
|
|
|
119
119
|
</BaseLink>
|
|
120
120
|
</template>
|
|
121
121
|
<style lang="scss">
|
|
122
|
-
|
|
123
|
-
.MetadataEduResource .MetadataEduResourceItem {
|
|
124
|
-
.MetadataEduResourceIcon {
|
|
125
|
-
@apply text-white;
|
|
126
|
-
}
|
|
127
|
-
span {
|
|
128
|
-
@apply text-white;
|
|
129
|
-
}
|
|
130
|
-
}
|
|
131
|
-
}
|
|
122
|
+
@import '@explorer-1/common/src/scss/components/BlockLinkCardCollectionLg';
|
|
132
123
|
</style>
|
|
@@ -23,11 +23,5 @@ const props = withDefaults(defineProps<BlockLinkCardListProps>(), {
|
|
|
23
23
|
</div>
|
|
24
24
|
</template>
|
|
25
25
|
<style lang="scss">
|
|
26
|
-
|
|
27
|
-
.BlockLinkCard {
|
|
28
|
-
div.bg-gray-dark.relative.mb-6 {
|
|
29
|
-
@apply mb-3 #{!important};
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
}
|
|
26
|
+
@import '@explorer-1/common/src/scss/components/BlockLinkCardList';
|
|
33
27
|
</style>
|
|
@@ -188,9 +188,5 @@ export default defineComponent({
|
|
|
188
188
|
})
|
|
189
189
|
</script>
|
|
190
190
|
<style lang="scss">
|
|
191
|
-
|
|
192
|
-
.text-subtitle.divide-x {
|
|
193
|
-
@apply leading-none #{!important};
|
|
194
|
-
}
|
|
195
|
-
}
|
|
191
|
+
@import '@explorer-1/common/src/scss/components/BlockLinkTile';
|
|
196
192
|
</style>
|
|
@@ -162,16 +162,6 @@ export default defineComponent({
|
|
|
162
162
|
}
|
|
163
163
|
})
|
|
164
164
|
</script>
|
|
165
|
-
<style
|
|
166
|
-
|
|
167
|
-
fieldset > div {
|
|
168
|
-
column-count: 2;
|
|
169
|
-
}
|
|
170
|
-
.email-container input {
|
|
171
|
-
@apply mt-0 -mr-1;
|
|
172
|
-
}
|
|
173
|
-
.BaseRadioGroup label {
|
|
174
|
-
@apply text-base text-left;
|
|
175
|
-
}
|
|
176
|
-
}
|
|
165
|
+
<style lang="scss">
|
|
166
|
+
@import '@explorer-1/common/src/scss/components/BlockNewsletterSignup';
|
|
177
167
|
</style>
|
|
@@ -46,12 +46,7 @@ export const BlockStreamfieldMinimalData = {
|
|
|
46
46
|
{
|
|
47
47
|
blockType: 'RichTextBlock',
|
|
48
48
|
value:
|
|
49
|
-
'<p>
|
|
50
|
-
},
|
|
51
|
-
{
|
|
52
|
-
blockType: 'RichTextBlock',
|
|
53
|
-
value:
|
|
54
|
-
'<p>Integer imperdiet blandit neque vitae euismod. Nulla aliquet lacus nibh, vel tincidunt urna efficitur non. In et eros vitae ex posuere maximus quis eget urna. Suspendisse fringilla posuere velit sit amet posuere. Morbi malesuada bibendum vehicula. Donec faucibus ut erat ut mattis. Suspendisse ornare, quam at placerat cursus, dolor mi lacinia nunc, eget maximus augue nulla in dolor.</p>\n'
|
|
49
|
+
'<p>Integer imperdiet blandit neque vitae euismod. Nulla aliquet lacus nibh, vel tincidunt urna efficitur non. In et eros vitae ex posuere maximus quis eget urna. Suspendisse fringilla posuere velit sit amet posuere.</p>\n'
|
|
55
50
|
}
|
|
56
51
|
]
|
|
57
52
|
}
|
|
@@ -61,7 +56,7 @@ export const BlockStreamfieldTruncatedData = {
|
|
|
61
56
|
{
|
|
62
57
|
blockType: 'RichTextBlock',
|
|
63
58
|
value:
|
|
64
|
-
'<p>Lorem ipsum <a href="/missions/test-mission/">dolor</a> sit amet, consectetur adipiscing elit. Quisque vitae justo quis justo malesuada molestie. Cras sed tincidunt dui.</p
|
|
59
|
+
'<p>Lorem ipsum <a href="/missions/test-mission/">dolor</a> sit amet, consectetur adipiscing elit. Quisque vitae justo quis justo malesuada molestie. Cras sed tincidunt dui.</p>\n'
|
|
65
60
|
},
|
|
66
61
|
{ ...BlockHeadingData, blockId: Math.random().toString(36).slice(2) },
|
|
67
62
|
{
|
|
@@ -391,32 +391,5 @@ export default defineComponent({
|
|
|
391
391
|
})
|
|
392
392
|
</script>
|
|
393
393
|
<style lang="scss">
|
|
394
|
-
|
|
395
|
-
// makes everything appear equal width
|
|
396
|
-
&.-fluid {
|
|
397
|
-
.LayoutHelper {
|
|
398
|
-
@apply block;
|
|
399
|
-
&.container {
|
|
400
|
-
@apply px-0;
|
|
401
|
-
}
|
|
402
|
-
> div.lg\:px-0.px-4 {
|
|
403
|
-
@apply px-0;
|
|
404
|
-
}
|
|
405
|
-
}
|
|
406
|
-
|
|
407
|
-
.BlockInlineImage {
|
|
408
|
-
.col-start-3 {
|
|
409
|
-
@apply col-start-1 col-span-7;
|
|
410
|
-
}
|
|
411
|
-
|
|
412
|
-
.col-start-6.col-span-5 {
|
|
413
|
-
@apply col-span-7;
|
|
414
|
-
}
|
|
415
|
-
}
|
|
416
|
-
|
|
417
|
-
.p-4.caption-area {
|
|
418
|
-
@apply px-0;
|
|
419
|
-
}
|
|
420
|
-
}
|
|
421
|
-
}
|
|
394
|
+
@import '@explorer-1/common/src/scss/components/BlockStreamfield';
|
|
422
395
|
</style>
|
|
@@ -17,6 +17,7 @@
|
|
|
17
17
|
:width="image.src.width"
|
|
18
18
|
:height="image.src.height"
|
|
19
19
|
:alt="image.alt"
|
|
20
|
+
data-chromatic="ignore"
|
|
20
21
|
/>
|
|
21
22
|
</picture>
|
|
22
23
|
</div>
|
|
@@ -133,6 +134,6 @@ export default defineComponent({
|
|
|
133
134
|
}
|
|
134
135
|
})
|
|
135
136
|
</script>
|
|
136
|
-
<style lang="scss"
|
|
137
|
+
<style lang="scss">
|
|
137
138
|
@import '@explorer-1/common/src/scss/components/HeroLarge';
|
|
138
139
|
</style>
|
|
@@ -344,42 +344,5 @@ export default defineComponent({
|
|
|
344
344
|
})
|
|
345
345
|
</script>
|
|
346
346
|
<style lang="scss">
|
|
347
|
-
@import '
|
|
348
|
-
|
|
349
|
-
.HomepageCarousel {
|
|
350
|
-
.HomepageCarouselSlider {
|
|
351
|
-
.swiper-pagination {
|
|
352
|
-
@apply relative text-left mx-auto pl-3;
|
|
353
|
-
|
|
354
|
-
span {
|
|
355
|
-
@apply py-2 pl-1 pr-2 h-auto w-auto bg-transparent m-0 opacity-100;
|
|
356
|
-
|
|
357
|
-
&::before {
|
|
358
|
-
content: '';
|
|
359
|
-
width: 0.65rem;
|
|
360
|
-
height: 0.65rem;
|
|
361
|
-
@apply block rounded-full bg-white bg-opacity-40;
|
|
362
|
-
}
|
|
363
|
-
|
|
364
|
-
&.swiper-pagination-bullet-active {
|
|
365
|
-
&::before {
|
|
366
|
-
@apply bg-jpl-red;
|
|
367
|
-
}
|
|
368
|
-
}
|
|
369
|
-
}
|
|
370
|
-
}
|
|
371
|
-
}
|
|
372
|
-
|
|
373
|
-
.load-enter-active {
|
|
374
|
-
transition: transform 500ms linear;
|
|
375
|
-
}
|
|
376
|
-
|
|
377
|
-
.load-leave-active {
|
|
378
|
-
transition: none;
|
|
379
|
-
}
|
|
380
|
-
|
|
381
|
-
.load-enter-to {
|
|
382
|
-
@apply translate-x-0;
|
|
383
|
-
}
|
|
384
|
-
}
|
|
347
|
+
@import '@explorer-1/common/src/scss/components/HomepageCarousel';
|
|
385
348
|
</style>
|
|
@@ -141,36 +141,5 @@ export default defineComponent({
|
|
|
141
141
|
})
|
|
142
142
|
</script>
|
|
143
143
|
<style lang="scss">
|
|
144
|
-
|
|
145
|
-
.HomepageCarouselItem.swiper-slide {
|
|
146
|
-
// somewhat arbitrary heights
|
|
147
|
-
// portrait on small screens
|
|
148
|
-
//height: 500px;
|
|
149
|
-
min-height: 500px;
|
|
150
|
-
// landscape on larger screens
|
|
151
|
-
@screen lg {
|
|
152
|
-
height: 800px;
|
|
153
|
-
min-height: 800px;
|
|
154
|
-
}
|
|
155
|
-
}
|
|
156
|
-
|
|
157
|
-
.HomepageCarouselItem {
|
|
158
|
-
img {
|
|
159
|
-
@apply transition-transform duration-1000 ease-out transform scale-100;
|
|
160
|
-
}
|
|
161
|
-
|
|
162
|
-
.IconArrow {
|
|
163
|
-
@apply -ml-5 transition-all duration-500 ease-in opacity-0;
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
&.swiper-slide-active {
|
|
167
|
-
img {
|
|
168
|
-
@apply scale-105;
|
|
169
|
-
}
|
|
170
|
-
|
|
171
|
-
.IconArrow {
|
|
172
|
-
@apply ml-0 opacity-100;
|
|
173
|
-
}
|
|
174
|
-
}
|
|
175
|
-
}
|
|
144
|
+
@import '@explorer-1/common/src/scss/components/HomepageCarouselItem';
|
|
176
145
|
</style>
|
|
@@ -190,77 +190,5 @@ export default defineComponent({
|
|
|
190
190
|
})
|
|
191
191
|
</script>
|
|
192
192
|
<style lang="scss">
|
|
193
|
-
@import '
|
|
194
|
-
|
|
195
|
-
.HomepageMissionsCarousel {
|
|
196
|
-
// container styles
|
|
197
|
-
.swiper {
|
|
198
|
-
@apply overflow-visible #{!important};
|
|
199
|
-
|
|
200
|
-
.swiper-navigation {
|
|
201
|
-
top: 20%;
|
|
202
|
-
}
|
|
203
|
-
|
|
204
|
-
.swiper-prev,
|
|
205
|
-
.swiper-next {
|
|
206
|
-
@apply -mt-1 w-auto h-auto transform -translate-y-1/2;
|
|
207
|
-
|
|
208
|
-
&.swiper-button-disabled {
|
|
209
|
-
@apply invisible;
|
|
210
|
-
}
|
|
211
|
-
// shared styles for the arrow animation
|
|
212
|
-
&.BaseButton {
|
|
213
|
-
@apply transition-none #{!important};
|
|
214
|
-
}
|
|
215
|
-
|
|
216
|
-
&.BaseButton > .label {
|
|
217
|
-
@apply flex overflow-hidden;
|
|
218
|
-
|
|
219
|
-
> .arrow-wrapper {
|
|
220
|
-
@apply block relative w-full h-full overflow-hidden;
|
|
221
|
-
|
|
222
|
-
> .arrow {
|
|
223
|
-
@apply block;
|
|
224
|
-
}
|
|
225
|
-
|
|
226
|
-
> .arrow-fixed {
|
|
227
|
-
@apply absolute top-0 left-0 block;
|
|
228
|
-
}
|
|
229
|
-
}
|
|
230
|
-
&:hover {
|
|
231
|
-
> .arrow-wrapper > .arrow,
|
|
232
|
-
> .arrow-wrapper > .arrow-fixed {
|
|
233
|
-
animation-delay: 50ms !important; // hover intent
|
|
234
|
-
}
|
|
235
|
-
}
|
|
236
|
-
}
|
|
237
|
-
}
|
|
238
|
-
@screen lg {
|
|
239
|
-
// specific directional animation
|
|
240
|
-
.swiper-next.BaseButton > .label {
|
|
241
|
-
&:hover {
|
|
242
|
-
> .arrow-wrapper > .arrow {
|
|
243
|
-
animation: arrow-carousel-next-anim 0.1s linear normal;
|
|
244
|
-
}
|
|
245
|
-
|
|
246
|
-
> .arrow-wrapper > .arrow-fixed {
|
|
247
|
-
animation: arrow-carousel-next-fixed-anim 0.1s linear normal;
|
|
248
|
-
}
|
|
249
|
-
}
|
|
250
|
-
}
|
|
251
|
-
|
|
252
|
-
.swiper-prev.BaseButton > .label {
|
|
253
|
-
&:hover {
|
|
254
|
-
> .arrow-wrapper > .arrow {
|
|
255
|
-
animation: arrow-carousel-prev-anim 0.1s linear normal;
|
|
256
|
-
}
|
|
257
|
-
|
|
258
|
-
> .arrow-wrapper > .arrow-fixed {
|
|
259
|
-
animation: arrow-carousel-prev-fixed-anim 0.1s linear normal;
|
|
260
|
-
}
|
|
261
|
-
}
|
|
262
|
-
}
|
|
263
|
-
}
|
|
264
|
-
}
|
|
265
|
-
}
|
|
193
|
+
@import '@explorer-1/common/src/scss/components/HomepageMissionsCarousel';
|
|
266
194
|
</style>
|
|
@@ -86,61 +86,5 @@ export default defineComponent({
|
|
|
86
86
|
</template>
|
|
87
87
|
|
|
88
88
|
<style lang="scss">
|
|
89
|
-
|
|
90
|
-
.text-wrapper {
|
|
91
|
-
border-width: 1px;
|
|
92
|
-
border-style: solid;
|
|
93
|
-
border-image: linear-gradient(to top, #6f6f6f, rgba(0, 0, 0, 0)) 1 20%; // border-gray-mid-dark
|
|
94
|
-
border-top-width: 0;
|
|
95
|
-
border-right-width: 0;
|
|
96
|
-
border-bottom-width: 0;
|
|
97
|
-
}
|
|
98
|
-
// styling based on slide visibility
|
|
99
|
-
&.swiper-slide,
|
|
100
|
-
&.swiper-slide-duplicate {
|
|
101
|
-
@apply opacity-50 transition-all duration-500 ease-in-out h-auto;
|
|
102
|
-
|
|
103
|
-
.slide-image {
|
|
104
|
-
@apply transition-transform duration-500 ease-in-out transform scale-90;
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
.text-wrapper {
|
|
108
|
-
@apply opacity-0 transition-opacity duration-500 ease-in-out;
|
|
109
|
-
}
|
|
110
|
-
// on mobile, only the active slide should be fully visible
|
|
111
|
-
&.swiper-slide-active,
|
|
112
|
-
&:focus,
|
|
113
|
-
&:focus-within {
|
|
114
|
-
@apply opacity-100;
|
|
115
|
-
|
|
116
|
-
.text-wrapper {
|
|
117
|
-
@apply opacity-100;
|
|
118
|
-
|
|
119
|
-
.shifted-text {
|
|
120
|
-
@apply -mt-3 #{!important};
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
.explore-text {
|
|
124
|
-
@apply opacity-100 ml-0 #{!important};
|
|
125
|
-
}
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
.slide-image {
|
|
129
|
-
@apply scale-105;
|
|
130
|
-
}
|
|
131
|
-
}
|
|
132
|
-
@screen lg {
|
|
133
|
-
// &.swiper-slide-visible, &.swiper-slide-duplicate-visible
|
|
134
|
-
&.swiper-slide-prev,
|
|
135
|
-
&.swiper-slide-active,
|
|
136
|
-
&.swiper-slide-next {
|
|
137
|
-
@apply opacity-100;
|
|
138
|
-
|
|
139
|
-
.text-wrapper {
|
|
140
|
-
@apply opacity-100;
|
|
141
|
-
}
|
|
142
|
-
}
|
|
143
|
-
}
|
|
144
|
-
}
|
|
145
|
-
}
|
|
89
|
+
@import '@explorer-1/common/src/scss/components/HomepageMissionsCarouselItem';
|
|
146
90
|
</style>
|
|
@@ -329,34 +329,5 @@ export default defineComponent({
|
|
|
329
329
|
})
|
|
330
330
|
</script>
|
|
331
331
|
<style lang="scss">
|
|
332
|
-
|
|
333
|
-
.BaseTimer {
|
|
334
|
-
.text-stats-xl {
|
|
335
|
-
@apply leading-none;
|
|
336
|
-
|
|
337
|
-
@screen lg {
|
|
338
|
-
font-size: 2.125rem; // 34px
|
|
339
|
-
}
|
|
340
|
-
@screen xl {
|
|
341
|
-
font-size: 2.25rem; // 36px
|
|
342
|
-
}
|
|
343
|
-
}
|
|
344
|
-
|
|
345
|
-
.unit {
|
|
346
|
-
@apply text-gray-mid-dark;
|
|
347
|
-
}
|
|
348
|
-
}
|
|
349
|
-
|
|
350
|
-
.BaseUnitToggle {
|
|
351
|
-
@apply flex items-center;
|
|
352
|
-
|
|
353
|
-
fieldset {
|
|
354
|
-
@apply pl-3;
|
|
355
|
-
}
|
|
356
|
-
|
|
357
|
-
.unit {
|
|
358
|
-
@apply -mt-3;
|
|
359
|
-
}
|
|
360
|
-
}
|
|
361
|
-
}
|
|
332
|
+
@import '@explorer-1/common/src/scss/components/HomepageStats';
|
|
362
333
|
</style>
|
|
@@ -22,9 +22,5 @@ export default defineComponent({
|
|
|
22
22
|
})
|
|
23
23
|
</script>
|
|
24
24
|
<style lang="scss">
|
|
25
|
-
|
|
26
|
-
.IconSlideshow {
|
|
27
|
-
width: 1em;
|
|
28
|
-
height: 1em;
|
|
29
|
-
}
|
|
25
|
+
@import '@explorer-1/common/src/scss/components/IconSlideshow';
|
|
30
26
|
</style>
|
|
@@ -83,43 +83,6 @@ export default defineComponent({
|
|
|
83
83
|
})
|
|
84
84
|
</script>
|
|
85
85
|
|
|
86
|
-
<style lang="scss"
|
|
87
|
-
|
|
88
|
-
@apply select-none;
|
|
89
|
-
|
|
90
|
-
cursor: pointer;
|
|
91
|
-
|
|
92
|
-
.ContextImage {
|
|
93
|
-
@apply mx-auto w-full;
|
|
94
|
-
|
|
95
|
-
max-width: 640px;
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
@screen sm {
|
|
99
|
-
svg.IconDropdown {
|
|
100
|
-
@apply transform rotate-180;
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
min-width: 100px;
|
|
104
|
-
|
|
105
|
-
.ContextImage {
|
|
106
|
-
min-width: 150px;
|
|
107
|
-
}
|
|
108
|
-
}
|
|
109
|
-
@screen md {
|
|
110
|
-
.ContextImage {
|
|
111
|
-
min-width: 200px;
|
|
112
|
-
}
|
|
113
|
-
}
|
|
114
|
-
@screen lg {
|
|
115
|
-
.ContextImage {
|
|
116
|
-
min-width: 250px;
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
|
-
@screen xl {
|
|
120
|
-
.ContextImage {
|
|
121
|
-
min-width: 300px;
|
|
122
|
-
}
|
|
123
|
-
}
|
|
124
|
-
}
|
|
86
|
+
<style lang="scss">
|
|
87
|
+
@import '@explorer-1/common/src/scss/components/ImageDetailContextImage';
|
|
125
88
|
</style>
|
|
@@ -28,21 +28,6 @@ export default {
|
|
|
28
28
|
}
|
|
29
29
|
</script>
|
|
30
30
|
|
|
31
|
-
<style
|
|
32
|
-
|
|
33
|
-
@apply fixed top-0 left-0 block w-full h-full bg-white opacity-75;
|
|
34
|
-
|
|
35
|
-
z-index: 99999;
|
|
36
|
-
|
|
37
|
-
.loading-wrapper {
|
|
38
|
-
@apply w-full h-full min-h-full min-w-full flex flex-col justify-center items-center;
|
|
39
|
-
|
|
40
|
-
.loading {
|
|
41
|
-
@apply animate-rotate bg-transparent p-0 z-50 rounded-full h-14 w-14 opacity-75;
|
|
42
|
-
|
|
43
|
-
border: 4px solid #888888;
|
|
44
|
-
border-bottom-color: #ffffff;
|
|
45
|
-
}
|
|
46
|
-
}
|
|
47
|
-
}
|
|
31
|
+
<style lang="scss">
|
|
32
|
+
@import '@explorer-1/common/src/scss/components/LoadingTransition';
|
|
48
33
|
</style>
|