@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
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @explorer-1/vue
|
|
2
2
|
|
|
3
|
+
## 0.3.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [230858f]
|
|
8
|
+
- @explorer-1/common@1.2.1
|
|
9
|
+
|
|
10
|
+
## 0.3.0
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- fb2e39d: Moving SCSS to dedicated files in packages/common
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- Updated dependencies [fb2e39d]
|
|
19
|
+
- @explorer-1/common@1.2.0
|
|
20
|
+
|
|
3
21
|
## 0.2.104
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
package/README.md
CHANGED
|
@@ -1,9 +1,57 @@
|
|
|
1
|
-
#
|
|
1
|
+
# @explorer-1/vue
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
- [Prerequisites](#prerequisites)
|
|
4
|
+
- [Getting Started](#getting-started)
|
|
5
|
+
- [Configuration (Vite)](#configuration-vite)
|
|
6
|
+
- [Preloading Fonts](#preloading-fonts)
|
|
7
|
+
- [Using Components](#using-components)
|
|
4
8
|
|
|
5
|
-
##
|
|
9
|
+
## Prerequisites
|
|
6
10
|
|
|
7
|
-
-
|
|
11
|
+
- Recommended build tool: [Vite](https://vite.dev/)
|
|
8
12
|
|
|
9
|
-
|
|
13
|
+
## Getting Started
|
|
14
|
+
|
|
15
|
+
Install `@explorer-1/vue` and `@explorer-1/common` with [npm](https://www.npmjs.com/) or similar:
|
|
16
|
+
|
|
17
|
+
```bash
|
|
18
|
+
npm install --save @explorer-1/vue @explorer-1/common
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
Install secondary dependencies:
|
|
22
|
+
|
|
23
|
+
- @tailwindcss/forms
|
|
24
|
+
- click-outside-vue3
|
|
25
|
+
- dayjs
|
|
26
|
+
- mitt
|
|
27
|
+
- swiper
|
|
28
|
+
- vue
|
|
29
|
+
- vue-bind-once
|
|
30
|
+
- vue3-compare-image
|
|
31
|
+
- vue3-observe-visibility
|
|
32
|
+
|
|
33
|
+
```bash
|
|
34
|
+
npm install --save @tailwindcss/forms click-outside-vue3 dayjs mitt swiper vue vue-bind-once vue3-compare-image vue3-observe-visibility
|
|
35
|
+
```
|
|
36
|
+
|
|
37
|
+
### Configuration (Vite)
|
|
38
|
+
|
|
39
|
+
View files in the `@explorer-1/vue` package for examples on how to configure your Vue app with Vite.
|
|
40
|
+
|
|
41
|
+
- [vite.config.ts](./vite.config.ts)
|
|
42
|
+
- [postcss.config.js](./postcss.config.js)
|
|
43
|
+
- [tailwind.config.js](./tailwind.config.js)
|
|
44
|
+
- [index.html](./index.html) -- Vite entrypoint
|
|
45
|
+
- [main.ts](./src/main.ts) -- Vue app entrypoint
|
|
46
|
+
- [App.vue](./src/App.vue)
|
|
47
|
+
|
|
48
|
+
### Preloading Fonts
|
|
49
|
+
|
|
50
|
+
In the example `App.vue`, `@explorer-1/vue/src/assets/scss/styles-with-fonts.scss` is the main SCSS include. However, if you need to preload your fonts separately, you can do so by including `./assets/scss/styles.scss` instead (excludes font declarations). You can then preload fonts using a dedicated stylesheet:
|
|
51
|
+
|
|
52
|
+
1. Replace `@explorer-1/vue/src/assets/scss/styles-with-fonts.scss` with `@explorer-1/vue/src/assets/scss/styles.scss`
|
|
53
|
+
2. Preload fonts with this dedicated stylesheet:`@explorer-1/common/dist/assets/css/font-face.css`
|
|
54
|
+
|
|
55
|
+
## Using Components
|
|
56
|
+
|
|
57
|
+
Available components and usage guidance is documented in our [Storybook](https://nasa-jpl.github.io/explorer-1/).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@explorer-1/vue",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"author": "DesignLab",
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
11
|
-
"url": "https://github.com/nasa-jpl/explorer-1"
|
|
11
|
+
"url": "https://github.com/nasa-jpl/explorer-1/tree/main/packages/vue"
|
|
12
12
|
},
|
|
13
13
|
"type": "module",
|
|
14
14
|
"prettier": "@explorer-1/prettier-config",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"vue-bind-once": "^0.2.1",
|
|
32
32
|
"vue3-compare-image": "^1.2.5",
|
|
33
33
|
"vue3-observe-visibility": "^1.0.1",
|
|
34
|
-
"@explorer-1/common": "1.1
|
|
34
|
+
"@explorer-1/common": "1.2.1"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
@@ -46,6 +46,9 @@
|
|
|
46
46
|
"vue-tsc": "^2.0.6",
|
|
47
47
|
"@explorer-1/prettier-config": "1.0.0"
|
|
48
48
|
},
|
|
49
|
+
"storybook": {
|
|
50
|
+
"url": "https://main--668c47cbeb95392cd79c3c0d.chromatic.com"
|
|
51
|
+
},
|
|
49
52
|
"scripts": {
|
|
50
53
|
"dev": "pnpm prepare && vite",
|
|
51
54
|
"build": "pnpm prepare && vue-tsc && vite build",
|
|
@@ -148,9 +148,5 @@ export default defineComponent({
|
|
|
148
148
|
})
|
|
149
149
|
</script>
|
|
150
150
|
<style lang="scss">
|
|
151
|
-
|
|
152
|
-
.label {
|
|
153
|
-
@apply font-semibold mb-4 text-jpl-red-dark;
|
|
154
|
-
}
|
|
155
|
-
}
|
|
151
|
+
@import '@explorer-1/common/src/scss/components/AsteroidWatchWidget';
|
|
156
152
|
</style>
|
|
@@ -338,52 +338,5 @@ export default defineComponent({
|
|
|
338
338
|
</script>
|
|
339
339
|
|
|
340
340
|
<style lang="scss">
|
|
341
|
-
|
|
342
|
-
@apply relative w-full;
|
|
343
|
-
|
|
344
|
-
.BaseAudio__stage {
|
|
345
|
-
@apply flex flex-row w-full;
|
|
346
|
-
}
|
|
347
|
-
|
|
348
|
-
.BaseAudio__playback-time-total {
|
|
349
|
-
@apply text-sm md:text-base pl-1 md:pl-3 text-right;
|
|
350
|
-
}
|
|
351
|
-
|
|
352
|
-
.BaseAudio__playback-time-current,
|
|
353
|
-
.BaseAudio__playback-time-total {
|
|
354
|
-
@screen sm {
|
|
355
|
-
min-width: 7ch;
|
|
356
|
-
}
|
|
357
|
-
}
|
|
358
|
-
|
|
359
|
-
.BaseAudio__rewind-forward {
|
|
360
|
-
@apply hidden sm:flex flex-row w-25 lg:w-35 mx-auto justify-between;
|
|
361
|
-
|
|
362
|
-
> button {
|
|
363
|
-
@apply opacity-100 hover:opacity-80;
|
|
364
|
-
|
|
365
|
-
svg {
|
|
366
|
-
@apply w-6 text-white;
|
|
367
|
-
}
|
|
368
|
-
}
|
|
369
|
-
}
|
|
370
|
-
|
|
371
|
-
.BaseAudio__playback-time-indicator {
|
|
372
|
-
&::after {
|
|
373
|
-
@apply h-4 bg-white block absolute w-1 -top-1 -right-1;
|
|
374
|
-
|
|
375
|
-
content: '';
|
|
376
|
-
}
|
|
377
|
-
}
|
|
378
|
-
|
|
379
|
-
.BaseAudio__extern-wrapper {
|
|
380
|
-
> button {
|
|
381
|
-
@apply mr-1 sm:-mt-2 lg:-mt-2.5 ml-2.5 opacity-100 hover:opacity-80;
|
|
382
|
-
|
|
383
|
-
svg {
|
|
384
|
-
@apply w-6;
|
|
385
|
-
}
|
|
386
|
-
}
|
|
387
|
-
}
|
|
388
|
-
}
|
|
341
|
+
@import '@explorer-1/common/src/scss/components/BaseAudio';
|
|
389
342
|
</style>
|
|
@@ -107,46 +107,5 @@ export default defineComponent({
|
|
|
107
107
|
})
|
|
108
108
|
</script>
|
|
109
109
|
<style lang="scss">
|
|
110
|
-
@import '
|
|
111
|
-
.BaseCarousel {
|
|
112
|
-
.swiper {
|
|
113
|
-
.swiper-prev {
|
|
114
|
-
@apply mr-px;
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
.swiper-prev,
|
|
118
|
-
.swiper-next {
|
|
119
|
-
&.swiper-button-disabled {
|
|
120
|
-
@apply opacity-75 cursor-default bg-none;
|
|
121
|
-
}
|
|
122
|
-
}
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
.swiper-nav {
|
|
126
|
-
padding-top: 56.25%;
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
// .swiper-dots {
|
|
130
|
-
// padding-top: 56.25%;
|
|
131
|
-
// @apply pointer-events-none;
|
|
132
|
-
|
|
133
|
-
// .swiper-dot {
|
|
134
|
-
// @apply inline-block px-1 py-3 cursor-pointer pointer-events-auto;
|
|
135
|
-
|
|
136
|
-
// &:focus {
|
|
137
|
-
// @apply outline-none ring-1;
|
|
138
|
-
// }
|
|
139
|
-
|
|
140
|
-
// > span {
|
|
141
|
-
// @apply inline-block w-3 h-3 rounded-full bg-gray-light-mid;
|
|
142
|
-
// }
|
|
143
|
-
|
|
144
|
-
// &.swiper-dot-active {
|
|
145
|
-
// > span {
|
|
146
|
-
// @apply bg-primary;
|
|
147
|
-
// }
|
|
148
|
-
// }
|
|
149
|
-
// }
|
|
150
|
-
// }
|
|
151
|
-
}
|
|
110
|
+
@import '@explorer-1/common/src/scss/components/BaseCarousel';
|
|
152
111
|
</style>
|
|
@@ -36,10 +36,5 @@ export default defineComponent({
|
|
|
36
36
|
</script>
|
|
37
37
|
|
|
38
38
|
<style lang="scss">
|
|
39
|
-
|
|
40
|
-
@apply bg-black z-50 px-px text-right w-full mb-auto;
|
|
41
|
-
@screen 2xl {
|
|
42
|
-
@apply w-auto -mr-20 -mt-5;
|
|
43
|
-
}
|
|
44
|
-
}
|
|
39
|
+
@import '@explorer-1/common/src/scss/components/BaseLightboxCloseButton';
|
|
45
40
|
</style>
|
|
@@ -35,12 +35,5 @@ export default defineComponent({
|
|
|
35
35
|
</script>
|
|
36
36
|
|
|
37
37
|
<style lang="scss">
|
|
38
|
-
|
|
39
|
-
// scoped styles for Lightbox Opener button
|
|
40
|
-
@apply relative lg:absolute lg:inset-0 cursor-pointer z-10;
|
|
41
|
-
|
|
42
|
-
.BaseButton {
|
|
43
|
-
@apply -top-px -right-px absolute focus:outline-none xl:text-xl inline-block;
|
|
44
|
-
}
|
|
45
|
-
}
|
|
38
|
+
@import '@explorer-1/common/src/scss/components/BaseLightboxOpenButton';
|
|
46
39
|
</style>
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import BasePill from './BasePill.vue'
|
|
2
|
+
import { eduMetadataDictionary } from './../../constants'
|
|
2
3
|
|
|
3
4
|
export default {
|
|
4
5
|
title: 'Components/Base/BasePill',
|
|
@@ -15,20 +16,28 @@ export default {
|
|
|
15
16
|
description: 'The size of the tag',
|
|
16
17
|
control: { type: 'select' },
|
|
17
18
|
options: ['sm', 'md', 'lg']
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
default: 'BaseStory slot'
|
|
19
|
+
},
|
|
20
|
+
contentType: {
|
|
21
|
+
control: { type: 'select' },
|
|
22
|
+
options: Object.keys(eduMetadataDictionary)
|
|
23
23
|
}
|
|
24
24
|
}
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
// stories
|
|
28
28
|
export const PrimaryMedium = {
|
|
29
|
-
args: {
|
|
29
|
+
args: {
|
|
30
|
+
size: 'md',
|
|
31
|
+
variant: 'primary',
|
|
32
|
+
text: 'Psyche Asteroid',
|
|
33
|
+
contentType: 'EDULessonPage'
|
|
34
|
+
}
|
|
30
35
|
}
|
|
31
36
|
|
|
32
37
|
export const SecondarySmall = {
|
|
33
|
-
args: { size: 'sm', variant: 'secondary',
|
|
38
|
+
args: { size: 'sm', variant: 'secondary', text: 'Do it yourself' }
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
export const WithType = {
|
|
42
|
+
args: { size: 'sm', variant: 'secondary', text: 'Do it yourself' }
|
|
34
43
|
}
|
|
@@ -161,44 +161,6 @@ export default defineComponent({
|
|
|
161
161
|
})
|
|
162
162
|
</script>
|
|
163
163
|
|
|
164
|
-
<style lang="scss"
|
|
165
|
-
|
|
166
|
-
@apply overflow-hidden;
|
|
167
|
-
|
|
168
|
-
-webkit-mask-image: -webkit-gradient(
|
|
169
|
-
linear,
|
|
170
|
-
left top,
|
|
171
|
-
left bottom,
|
|
172
|
-
color-stop(0, transparent),
|
|
173
|
-
color-stop(0.05, rgba(0, 0, 0, 0.35)),
|
|
174
|
-
color-stop(0.1, black),
|
|
175
|
-
color-stop(0.5, black),
|
|
176
|
-
color-stop(0.9, rgba(0, 0, 0, 0.15)),
|
|
177
|
-
color-stop(1, transparent)
|
|
178
|
-
);
|
|
179
|
-
@screen lg {
|
|
180
|
-
-webkit-mask-image: -webkit-gradient(
|
|
181
|
-
linear,
|
|
182
|
-
left top,
|
|
183
|
-
left bottom,
|
|
184
|
-
color-stop(0, transparent),
|
|
185
|
-
color-stop(0.1, rgba(0, 0, 0, 0.15)),
|
|
186
|
-
color-stop(0.35, black),
|
|
187
|
-
color-stop(0.65, black),
|
|
188
|
-
color-stop(0.9, rgba(0, 0, 0, 0.15)),
|
|
189
|
-
color-stop(1, transparent)
|
|
190
|
-
);
|
|
191
|
-
}
|
|
192
|
-
|
|
193
|
-
ul {
|
|
194
|
-
@apply list-none overflow-hidden transition-transform;
|
|
195
|
-
|
|
196
|
-
li {
|
|
197
|
-
@apply text-center p-0 m-0;
|
|
198
|
-
@screen lg {
|
|
199
|
-
@apply text-left font-medium;
|
|
200
|
-
}
|
|
201
|
-
}
|
|
202
|
-
}
|
|
203
|
-
}
|
|
164
|
+
<style lang="scss">
|
|
165
|
+
@import '@explorer-1/common/src/scss/components/BaseSwimlane';
|
|
204
166
|
</style>
|
|
@@ -2,7 +2,12 @@ import BaseTimer from './BaseTimer.vue'
|
|
|
2
2
|
|
|
3
3
|
export default {
|
|
4
4
|
title: 'Components/Base/BaseTimer',
|
|
5
|
-
component: BaseTimer
|
|
5
|
+
component: BaseTimer,
|
|
6
|
+
decorators: [
|
|
7
|
+
() => ({
|
|
8
|
+
template: `<div id="storyDecorator" class="w-full"><story/></div>`
|
|
9
|
+
})
|
|
10
|
+
]
|
|
6
11
|
}
|
|
7
12
|
|
|
8
13
|
export const BaseStory = {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<component
|
|
3
3
|
:is="diff ? 'time' : 'div'"
|
|
4
|
-
class="BaseTimer whitespace-nowrap"
|
|
4
|
+
class="BaseTimer whitespace-nowrap block"
|
|
5
5
|
:datetime="diff ? diff.toISOString() : null"
|
|
6
6
|
:class="{ '-inline': inline }"
|
|
7
|
+
data-chromatic="ignore"
|
|
7
8
|
>
|
|
8
9
|
<span :hidden="!!diff">Loading…</span>
|
|
9
10
|
<span
|
|
@@ -40,7 +41,10 @@
|
|
|
40
41
|
<template v-else>{{ unitValue(unit) }}</template>
|
|
41
42
|
</span>
|
|
42
43
|
<br v-if="!inline" />
|
|
43
|
-
<span
|
|
44
|
+
<span
|
|
45
|
+
class="unit text-body-xs uppercase"
|
|
46
|
+
data-chromatic="ignore"
|
|
47
|
+
>
|
|
44
48
|
{{ shortLabel(unit) }}
|
|
45
49
|
</span>
|
|
46
50
|
</span>
|
|
@@ -244,24 +248,5 @@ export default defineComponent({
|
|
|
244
248
|
})
|
|
245
249
|
</script>
|
|
246
250
|
<style lang="scss">
|
|
247
|
-
|
|
248
|
-
.unit {
|
|
249
|
-
// Make the units dimmer than the numbers, regardless of which color it’s displayed with.
|
|
250
|
-
--text-opacity: 0.84;
|
|
251
|
-
}
|
|
252
|
-
|
|
253
|
-
&.-inline {
|
|
254
|
-
.text-stats-separator {
|
|
255
|
-
@apply hidden;
|
|
256
|
-
}
|
|
257
|
-
|
|
258
|
-
.text-seconds {
|
|
259
|
-
width: 2ch;
|
|
260
|
-
}
|
|
261
|
-
|
|
262
|
-
> span span {
|
|
263
|
-
@apply inline-block;
|
|
264
|
-
}
|
|
265
|
-
}
|
|
266
|
-
}
|
|
251
|
+
@import '@explorer-1/common/src/scss/components/BaseTimer';
|
|
267
252
|
</style>
|
|
@@ -224,32 +224,5 @@ export default defineComponent({
|
|
|
224
224
|
})
|
|
225
225
|
</script>
|
|
226
226
|
<style lang="scss">
|
|
227
|
-
|
|
228
|
-
.unit {
|
|
229
|
-
// - Make the clickable areas much bigger than they appear for ease of interaction.
|
|
230
|
-
// - Hide the un-selected units from text selection, so copy-pasted text shows the correct unit.
|
|
231
|
-
@apply inline-block pt-3 pb-2 px-1 -my-2 -mx-1 leading-relaxed select-none;
|
|
232
|
-
|
|
233
|
-
// Make the units dimmer than the numbers, regardless of which color it’s displayed with.
|
|
234
|
-
--text-opacity: 0.84;
|
|
235
|
-
}
|
|
236
|
-
|
|
237
|
-
label:first-of-type .unit {
|
|
238
|
-
@apply pl-3 -ml-3;
|
|
239
|
-
}
|
|
240
|
-
|
|
241
|
-
label:last-of-type .unit {
|
|
242
|
-
@apply pr-3 -mr-3;
|
|
243
|
-
}
|
|
244
|
-
|
|
245
|
-
[type='radio']:focus + .unit {
|
|
246
|
-
@apply underline;
|
|
247
|
-
}
|
|
248
|
-
|
|
249
|
-
[type='radio']:checked + .unit {
|
|
250
|
-
@apply font-bold select-text;
|
|
251
|
-
|
|
252
|
-
--text-opacity: 1;
|
|
253
|
-
}
|
|
254
|
-
}
|
|
227
|
+
@import '@explorer-1/common/src/scss/components/BaseUnitToggle';
|
|
255
228
|
</style>
|
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
:muted="autoplay"
|
|
15
15
|
:playsinline="autoplay"
|
|
16
16
|
:autoplay="autoplay"
|
|
17
|
+
data-chromatic="ignore"
|
|
17
18
|
controls
|
|
18
19
|
>
|
|
19
20
|
<template v-if="data.fileWebm">
|
|
@@ -62,12 +63,5 @@ export default defineComponent({
|
|
|
62
63
|
</script>
|
|
63
64
|
|
|
64
65
|
<style lang="scss">
|
|
65
|
-
|
|
66
|
-
video {
|
|
67
|
-
min-width: 100%;
|
|
68
|
-
left: 0;
|
|
69
|
-
right: 0;
|
|
70
|
-
max-height: 901px;
|
|
71
|
-
}
|
|
72
|
-
}
|
|
66
|
+
@import '@explorer-1/common/src/scss/components/BaseVideo';
|
|
73
67
|
</style>
|
|
@@ -103,11 +103,5 @@ const remappedAccordionItems = computed((): AccordionItemObject[] | undefined =>
|
|
|
103
103
|
</div>
|
|
104
104
|
</template>
|
|
105
105
|
<style lang="scss">
|
|
106
|
-
|
|
107
|
-
.AccordionItemImage {
|
|
108
|
-
div.p-4 {
|
|
109
|
-
@apply px-0 #{!important};
|
|
110
|
-
}
|
|
111
|
-
}
|
|
112
|
-
}
|
|
106
|
+
@import '@explorer-1/common/src/scss/components/BlockAccordion';
|
|
113
107
|
</style>
|
|
@@ -21,18 +21,5 @@ export default defineComponent({
|
|
|
21
21
|
</script>
|
|
22
22
|
|
|
23
23
|
<style lang="scss">
|
|
24
|
-
|
|
25
|
-
.BlockAnchor {
|
|
26
|
-
&::before {
|
|
27
|
-
@apply block invisible pointer-events-none;
|
|
28
|
-
|
|
29
|
-
content: ' ';
|
|
30
|
-
margin-top: -83px;
|
|
31
|
-
height: 83px;
|
|
32
|
-
@screen lg {
|
|
33
|
-
margin-top: -182px;
|
|
34
|
-
height: 182px;
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
}
|
|
24
|
+
@import '@explorer-1/common/src/scss/components/BlockAnchor';
|
|
38
25
|
</style>
|
|
@@ -65,14 +65,5 @@ export default defineComponent({
|
|
|
65
65
|
</script>
|
|
66
66
|
|
|
67
67
|
<style lang="scss">
|
|
68
|
-
|
|
69
|
-
max-height: 480px;
|
|
70
|
-
|
|
71
|
-
.BlockAudio-thumbnail {
|
|
72
|
-
@apply hidden;
|
|
73
|
-
@media only screen and (min-width: 345px) {
|
|
74
|
-
@apply block;
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
}
|
|
68
|
+
@import '@explorer-1/common/src/scss/components/BlockAudio';
|
|
78
69
|
</style>
|
|
@@ -99,22 +99,4 @@ export default defineComponent({
|
|
|
99
99
|
</script>
|
|
100
100
|
<style lang="scss">
|
|
101
101
|
@import '@explorer-1/common/src/scss/components/BlockCircleImageCard';
|
|
102
|
-
|
|
103
|
-
@media (forced-colors: active) {
|
|
104
|
-
.BlockCircleImageCard {
|
|
105
|
-
border: 1px solid;
|
|
106
|
-
}
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
.BlockCircleImageCard {
|
|
110
|
-
@apply md:z-40;
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
.BlockCircleImageCard .IconExternal {
|
|
114
|
-
@apply w-6 h-6 text-gray-mid-dark;
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
.BlockCircleImageCard .IconPlay {
|
|
118
|
-
@apply w-7 h-7 bg-jpl-red text-white;
|
|
119
|
-
}
|
|
120
102
|
</style>
|
|
@@ -252,47 +252,6 @@ const onFilterTextBoxChanged = () => {
|
|
|
252
252
|
</div>
|
|
253
253
|
</client-only>
|
|
254
254
|
</template>
|
|
255
|
-
<style
|
|
256
|
-
|
|
257
|
-
.MainCsrTable .ag-root {
|
|
258
|
-
@apply overflow-x-auto;
|
|
259
|
-
min-height: 75rem;
|
|
260
|
-
.ag-body {
|
|
261
|
-
min-width: 40rem;
|
|
262
|
-
}
|
|
263
|
-
.ag-header,
|
|
264
|
-
.ag-header-viewport {
|
|
265
|
-
@apply overflow-visible;
|
|
266
|
-
}
|
|
267
|
-
}
|
|
268
|
-
.ag-cell {
|
|
269
|
-
padding-left: 0.6rem;
|
|
270
|
-
padding-right: 0.6rem;
|
|
271
|
-
@screen lg {
|
|
272
|
-
padding-left: 1.2rem;
|
|
273
|
-
padding-right: 1.2rem;
|
|
274
|
-
}
|
|
275
|
-
}
|
|
276
|
-
.ag-root-wrapper,
|
|
277
|
-
.ag-cell,
|
|
278
|
-
.ag-theme-params-1 {
|
|
279
|
-
@apply font-primary;
|
|
280
|
-
}
|
|
281
|
-
.ag-cell-wrap-text {
|
|
282
|
-
line-height: 1.25rem;
|
|
283
|
-
padding-top: 0.75rem;
|
|
284
|
-
padding-bottom: 0.75rem;
|
|
285
|
-
}
|
|
286
|
-
.ag-filter-filter {
|
|
287
|
-
.ag-wrapper::before {
|
|
288
|
-
@apply hidden;
|
|
289
|
-
}
|
|
290
|
-
.ag-input-field-input {
|
|
291
|
-
@apply text-xs;
|
|
292
|
-
}
|
|
293
|
-
}
|
|
294
|
-
.ag-paging-row-summary-panel {
|
|
295
|
-
@apply whitespace-nowrap;
|
|
296
|
-
}
|
|
297
|
-
}
|
|
255
|
+
<style lang="scss">
|
|
256
|
+
@import '@explorer-1/common/src/scss/components/BlockCsrTable';
|
|
298
257
|
</style>
|
|
@@ -72,19 +72,5 @@ const defaultcolDef = {
|
|
|
72
72
|
</ag-grid-vue>
|
|
73
73
|
</template>
|
|
74
74
|
<style lang="scss">
|
|
75
|
-
|
|
76
|
-
.ag-root {
|
|
77
|
-
@apply min-h-12 overflow-x-auto;
|
|
78
|
-
.ag-body {
|
|
79
|
-
min-width: 40rem;
|
|
80
|
-
}
|
|
81
|
-
.ag-header,
|
|
82
|
-
.ag-header-viewport {
|
|
83
|
-
@apply overflow-visible;
|
|
84
|
-
}
|
|
85
|
-
}
|
|
86
|
-
.ag-root-wrapper {
|
|
87
|
-
@apply overflow-visible;
|
|
88
|
-
}
|
|
89
|
-
}
|
|
75
|
+
@import '@explorer-1/common/src/scss/components/CsrTestLimitsTable';
|
|
90
76
|
</style>
|
|
@@ -102,30 +102,5 @@ export default defineComponent({
|
|
|
102
102
|
})
|
|
103
103
|
</script>
|
|
104
104
|
<style lang="scss">
|
|
105
|
-
|
|
106
|
-
// Make sure the dialog container and all its descendants are not visible and not focusable when it is hidden.
|
|
107
|
-
&[aria-hidden='true'] {
|
|
108
|
-
display: none;
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
@media (forced-colors: active) {
|
|
112
|
-
.dialog-box {
|
|
113
|
-
border: 1px solid;
|
|
114
|
-
}
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
.dialog-overlay,
|
|
118
|
-
.dialog-box {
|
|
119
|
-
@apply animate-fadeIn;
|
|
120
|
-
|
|
121
|
-
@media (prefers-reduced-motion: reduce) {
|
|
122
|
-
animation: none;
|
|
123
|
-
}
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
// Offset by the size of the icon.
|
|
127
|
-
.button-close {
|
|
128
|
-
top: -2rem;
|
|
129
|
-
}
|
|
130
|
-
}
|
|
105
|
+
@import '@explorer-1/common/src/scss/components/BlockDialog';
|
|
131
106
|
</style>
|