@explorer-1/vue 0.3.3 → 0.3.4
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 +9 -0
- package/components.d.ts +280 -0
- package/dist/edu/.gitkeep +0 -0
- package/dist/edu/explorer-1/bg-stars-edu.png +0 -0
- package/dist/edu/explorer-1/bg-stars.jpg +0 -0
- package/dist/explorer-1/bg-stars-edu.png +0 -0
- package/dist/explorer-1/bg-stars.jpg +0 -0
- package/dist/explorer-1-vue.d.ts +1 -0
- package/dist/explorer-1-vue.js +61181 -0
- package/dist/explorer-1-vue.umd.cjs +114 -0
- 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 +30 -0
- package/dist/src/components/AsteroidWatchWidget/AsteroidWatchWidget.stories.d.ts +45 -0
- package/dist/src/components/AsteroidWatchWidget/AsteroidWatchWidget.vue.d.ts +364 -0
- package/dist/src/components/BackToTop/BackToTop.stories.d.ts +147 -0
- package/dist/src/components/BackToTop/BackToTop.vue.d.ts +144 -0
- package/dist/src/components/BaseAccordionItem/BaseAccordionItem.stories.d.ts +39 -0
- package/dist/src/components/BaseAccordionItem/BaseAccordionItem.vue.d.ts +90 -0
- package/dist/src/components/BaseAudio/BaseAudio.stories.d.ts +23 -0
- package/dist/src/components/BaseAudio/BaseAudio.vue.d.ts +78 -0
- package/dist/src/components/BaseButton/BaseButton.stories.d.ts +145 -0
- package/dist/src/components/BaseButton/BaseButton.vue.d.ts +146 -0
- package/dist/src/components/BaseCheckboxGroup/BaseCheckboxGroup.stories.d.ts +25 -0
- package/dist/src/components/BaseCheckboxGroup/BaseCheckboxGroup.vue.d.ts +73 -0
- package/dist/src/components/BaseHeading/BaseHeading.stories.d.ts +166 -0
- package/dist/src/components/BaseHeading/BaseHeading.vue.d.ts +45 -0
- package/dist/src/components/BaseImage/BaseImage.stories.d.ts +141 -0
- package/dist/src/components/BaseImage/BaseImage.vue.d.ts +117 -0
- package/dist/src/components/BaseImageCaption/BaseImageCaption.stories.d.ts +24 -0
- package/dist/src/components/BaseImageCaption/BaseImageCaption.vue.d.ts +303 -0
- package/dist/src/components/BaseImagePlaceholder/BaseImagePlaceholder.stories.d.ts +82 -0
- package/dist/src/components/BaseImagePlaceholder/BaseImagePlaceholder.vue.d.ts +92 -0
- package/dist/src/components/BaseLightboxCloseButton/BaseLightboxCloseButton.vue.d.ts +7 -0
- package/dist/src/components/BaseLightboxOpenButton/BaseLightboxOpenButton.vue.d.ts +6 -0
- package/dist/src/components/BaseLink/BaseLink.stories.d.ts +54 -0
- package/dist/src/components/BaseLink/BaseLink.vue.d.ts +298 -0
- package/dist/src/components/BaseModal/BaseModal.stories.d.ts +1103 -0
- package/dist/src/components/BaseModal/BaseModal.vue.d.ts +182 -0
- package/dist/src/components/BaseModal/BaseModalDialog.vue.d.ts +161 -0
- package/dist/src/components/BasePill/BasePill.stories.d.ts +38 -0
- package/dist/src/components/BasePill/BasePill.vue.d.ts +80 -0
- package/dist/src/components/BasePlaceholder/BasePlaceholder.stories.d.ts +25 -0
- package/dist/src/components/BasePlaceholder/BasePlaceholder.vue.d.ts +3 -0
- package/dist/src/components/BaseRadioGroup/BaseRadioGroup.stories.d.ts +29 -0
- package/dist/src/components/BaseRadioGroup/BaseRadioGroup.vue.d.ts +86 -0
- package/dist/src/components/BaseSwimlane/BaseSwimlane.stories.d.ts +25 -0
- package/dist/src/components/BaseSwimlane/BaseSwimlane.vue.d.ts +85 -0
- package/dist/src/components/BaseTimer/BaseTimer.stories.d.ts +115 -0
- package/dist/src/components/BaseTimer/BaseTimer.test.d.ts +1 -0
- package/dist/src/components/BaseTimer/BaseTimer.vue.d.ts +96 -0
- package/dist/src/components/BaseUnitToggle/BaseUnitToggle.stories.d.ts +229 -0
- package/dist/src/components/BaseUnitToggle/BaseUnitToggle.test.d.ts +1 -0
- package/dist/src/components/BaseUnitToggle/BaseUnitToggle.vue.d.ts +91 -0
- package/dist/src/components/BaseVideo/BaseVideo.stories.d.ts +26 -0
- package/dist/src/components/BaseVideo/BaseVideo.vue.d.ts +90 -0
- package/dist/src/components/BlockAccordion/BlockAccordion.stories.d.ts +83 -0
- package/dist/src/components/BlockAccordion/BlockAccordion.vue.d.ts +51 -0
- package/dist/src/components/BlockAnchor/BlockAnchor.vue.d.ts +12 -0
- package/dist/src/components/BlockAudio/BlockAudio.stories.d.ts +35 -0
- package/dist/src/components/BlockAudio/BlockAudio.vue.d.ts +262 -0
- package/dist/src/components/BlockCardGrid/BlockCardGrid.stories.d.ts +111 -0
- package/dist/src/components/BlockCardGrid/BlockCardGrid.vue.d.ts +1040 -0
- package/dist/src/components/BlockCardGridItem/BlockCardGridItem.stories.d.ts +48 -0
- package/dist/src/components/BlockCardGridItem/BlockCardGridItem.vue.d.ts +537 -0
- package/dist/src/components/BlockCardGridItem/BlockCardGridItemElement.vue.d.ts +248 -0
- package/dist/src/components/BlockCircleImageCard/BlockCircleImageCard.stories.d.ts +53 -0
- package/dist/src/components/BlockCircleImageCard/BlockCircleImageCard.vue.d.ts +251 -0
- package/dist/src/components/BlockCsrTable/BlockCsrTable.stories.d.ts +87 -0
- package/dist/src/components/BlockCsrTable/BlockCsrTable.vue.d.ts +61 -0
- package/dist/src/components/BlockCsrTable/CsrAttachment.vue.d.ts +38 -0
- package/dist/src/components/BlockCsrTable/CsrTestLimits.vue.d.ts +38 -0
- package/dist/src/components/BlockCsrTable/CsrTestLimitsTable.vue.d.ts +30 -0
- package/dist/src/components/BlockCta/BlockCta.stories.d.ts +37 -0
- package/dist/src/components/BlockCta/BlockCta.vue.d.ts +125 -0
- package/dist/src/components/BlockDialog/BlockDialog.stories.d.ts +84 -0
- package/dist/src/components/BlockGist/BlockGist.stories.d.ts +20 -0
- package/dist/src/components/BlockGist/BlockGist.vue.d.ts +21 -0
- package/dist/src/components/BlockGist/GitHub404.vue.d.ts +2 -0
- package/dist/src/components/BlockHeading/BlockHeading.stories.d.ts +21 -0
- package/dist/src/components/BlockHeading/BlockHeading.vue.d.ts +81 -0
- package/dist/src/components/BlockIframeEmbed/BlockIframeEmbed.stories.d.ts +38 -0
- package/dist/src/components/BlockIframeEmbed/BlockIframeEmbed.vue.d.ts +382 -0
- package/dist/src/components/BlockImage/BlockImage.stories.d.ts +8342 -0
- package/dist/src/components/BlockImage/BlockImage.vue.d.ts +1363 -0
- package/dist/src/components/BlockImage/BlockImageFullBleed.vue.d.ts +658 -0
- package/dist/src/components/BlockImage/BlockImageStandard.vue.d.ts +655 -0
- package/dist/src/components/BlockImageCarousel/BlockImageCarousel.stories.d.ts +40 -0
- package/dist/src/components/BlockImageCarousel/BlockImageCarousel.vue.d.ts +816 -0
- package/dist/src/components/BlockImageCarouselItem/BlockImageCarouselItem.stories.d.ts +46 -0
- package/dist/src/components/BlockImageCarouselItem/BlockImageCarouselItem.vue.d.ts +657 -0
- package/dist/src/components/BlockImageComparison/BlockImageComparison.stories.d.ts +48 -0
- package/dist/src/components/BlockImageComparison/BlockImageComparison.vue.d.ts +330 -0
- package/dist/src/components/BlockImageGallery/BlockImageGallery.stories.d.ts +97 -0
- package/dist/src/components/BlockImageGallery/BlockImageGallery.vue.d.ts +1213 -0
- package/dist/src/components/BlockInlineImage/BlockInlineImage.stories.d.ts +77 -0
- package/dist/src/components/BlockInlineImage/BlockInlineImage.vue.d.ts +668 -0
- package/dist/src/components/BlockKeyPoints/BlockKeyPoints.stories.d.ts +21 -0
- package/dist/src/components/BlockKeyPoints/BlockKeyPoints.vue.d.ts +125 -0
- package/dist/src/components/BlockLinkCard/BlockLinkCard.stories.d.ts +422 -0
- package/dist/src/components/BlockLinkCard/BlockLinkCard.vue.d.ts +964 -0
- package/dist/src/components/BlockLinkCard/BlockLinkCardCollectionLg.vue.d.ts +47 -0
- package/dist/src/components/BlockLinkCardList/BlockLinkCardList.stories.d.ts +140 -0
- package/dist/src/components/BlockLinkCardList/BlockLinkCardList.vue.d.ts +30 -0
- package/dist/src/components/BlockLinkCarousel/BlockLinkCarousel.stories.d.ts +2220 -0
- package/dist/src/components/BlockLinkCarousel/BlockLinkCarousel.vue.d.ts +1983 -0
- package/dist/src/components/BlockLinkTile/BlockLinkTile.stories.d.ts +72 -0
- package/dist/src/components/BlockLinkTile/BlockLinkTile.vue.d.ts +560 -0
- package/dist/src/components/BlockListCards/BlockListCards.stories.d.ts +58 -0
- package/dist/src/components/BlockListCards/BlockListCards.vue.d.ts +503 -0
- package/dist/src/components/BlockNewsletterSignup/BlockNewsletterSignup.stories.d.ts +20 -0
- package/dist/src/components/BlockNewsletterSignup/BlockNewsletterSignup.vue.d.ts +323 -0
- package/dist/src/components/BlockQuote/BlockQuote.stories.d.ts +1518 -0
- package/dist/src/components/BlockQuote/BlockQuote.vue.d.ts +295 -0
- package/dist/src/components/BlockRelatedLinks/BlockRelatedLinks.stories.d.ts +45 -0
- package/dist/src/components/BlockRelatedLinks/BlockRelatedLinks.vue.d.ts +393 -0
- package/dist/src/components/BlockRelatedLinks/RelatedLink.vue.d.ts +308 -0
- package/dist/src/components/BlockRichTable/BlockRichTable.stories.d.ts +204 -0
- package/dist/src/components/BlockRichTable/BlockRichTable.vue.d.ts +707 -0
- package/dist/src/components/BlockStreamfield/BlockStreamfield.stories.d.ts +2059 -0
- package/dist/src/components/BlockStreamfield/BlockStreamfield.vue.d.ts +11489 -0
- package/dist/src/components/BlockTeaser/BlockTeaser.stories.d.ts +62 -0
- package/dist/src/components/BlockTeaser/BlockTeaser.test.d.ts +1 -0
- package/dist/src/components/BlockTeaser/BlockTeaser.vue.d.ts +305 -0
- package/dist/src/components/BlockText/BlockText.stories.d.ts +36 -0
- package/dist/src/components/BlockText/BlockText.vue.d.ts +56 -0
- package/dist/src/components/BlockVideo/BlockVideo.stories.d.ts +25 -0
- package/dist/src/components/BlockVideo/BlockVideo.vue.d.ts +434 -0
- package/dist/src/components/BlockVideoEmbed/BlockVideoEmbed.stories.d.ts +26 -0
- package/dist/src/components/BlockVideoEmbed/BlockVideoEmbed.vue.d.ts +395 -0
- package/dist/src/components/CalendarButton/CalendarButton.stories.d.ts +19 -0
- package/dist/src/components/CalendarButton/CalendarButton.vue.d.ts +193 -0
- package/dist/src/components/CalendarChip/CalendarChip.vue.d.ts +36 -0
- package/dist/src/components/DetailHeadline/DetailHeadline.stories.d.ts +55 -0
- package/dist/src/components/DetailHeadline/DetailHeadline.vue.d.ts +527 -0
- package/dist/src/components/DsnWidget/DsnWidget.stories.d.ts +23 -0
- package/dist/src/components/DsnWidget/DsnWidget.vue.d.ts +297 -0
- package/dist/src/components/EduSubjectIcon/EduSubjectIcon.vue.d.ts +28 -0
- package/dist/src/components/EventCard/EventCard.vue.d.ts +688 -0
- package/dist/src/components/EventDetailHero/EventDetailHero.stories.d.ts +44 -0
- package/dist/src/components/EventDetailHero/EventDetailHero.vue.d.ts +241 -0
- package/dist/src/components/FormContact/FormContact.stories.d.ts +397 -0
- package/dist/src/components/FormContact/FormContact.vue.d.ts +383 -0
- package/dist/src/components/FormNewsletterSignup/FormNewsletterSignup.stories.d.ts +385 -0
- package/dist/src/components/FormNewsletterSignup/FormNewsletterSignup.vue.d.ts +371 -0
- package/dist/src/components/HeroInlineMedia/HeroInlineMedia.vue.d.ts +34 -0
- package/dist/src/components/HeroLarge/HeroLarge.stories.d.ts +42 -0
- package/dist/src/components/HeroLarge/HeroLarge.vue.d.ts +139 -0
- package/dist/src/components/HeroListingIndex/HeroListingIndex.stories.d.ts +138 -0
- package/dist/src/components/HeroListingIndex/HeroListingIndex.vue.d.ts +457 -0
- package/dist/src/components/HeroMedia/HeroMedia.stories.d.ts +175 -0
- package/dist/src/components/HeroMedia/HeroMedia.vue.d.ts +384 -0
- package/dist/src/components/HeroMedium/HeroMedium.stories.d.ts +94 -0
- package/dist/src/components/HeroMedium/HeroMedium.vue.d.ts +431 -0
- package/dist/src/components/HeroMedium/HeroSmall.stories.d.ts +92 -0
- package/dist/src/components/HomepageCarousel/HomepageCarousel.stories.d.ts +353 -0
- package/dist/src/components/HomepageCarousel/HomepageCarousel.vue.d.ts +587 -0
- package/dist/src/components/HomepageCarouselItem/HomepageCarouselItem.stories.d.ts +57 -0
- package/dist/src/components/HomepageCarouselItem/HomepageCarouselItem.vue.d.ts +293 -0
- package/dist/src/components/HomepageEmbedBlock/HomepageEmbedBlock.stories.d.ts +27 -0
- package/dist/src/components/HomepageEmbedBlock/HomepageEmbedBlock.vue.d.ts +393 -0
- package/dist/src/components/HomepageFeaturedRobot/HomepageFeaturedRobot.stories.d.ts +94 -0
- package/dist/src/components/HomepageFeaturedRobot/HomepageFeaturedRobot.vue.d.ts +318 -0
- package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.stories.d.ts +370 -0
- package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.vue.d.ts +703 -0
- package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarouselItem.vue.d.ts +282 -0
- package/dist/src/components/HomepageStats/HomepageStats.stories.d.ts +4651 -0
- package/dist/src/components/HomepageStats/HomepageStats.vue.d.ts +746 -0
- package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlock.stories.d.ts +80 -0
- package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlock.vue.d.ts +608 -0
- package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlockCardImage.vue.d.ts +162 -0
- package/dist/src/components/Icons/Icon360.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconArrow.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconArrows.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconAudio.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconBook.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconBookUser.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconBriefcase.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconCalendar.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconCaret.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconCheckbox.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconCheckboxSelected.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconClose.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconCloseLightbox.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconDownload.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconDropdown.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconEduArt.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconEduEngineering.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconEduEnglishLanguageArts.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconEduMathematics.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconEduScience.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconEduTechnology.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconEnvelope.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconExpand.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconExternal.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconFilter.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconForwardTen.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconGrid.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconHand.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconInfo.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconLink.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconList.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconLocation.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconMagnifyingGlass.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconMedal.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconMenu.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconMinus.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconMute.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconNext.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconPause.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconPlay.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconPlus.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconPrev.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconProfile.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconRewindTen.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconSearch.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconShare.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconSlideshow.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconSocialEmail.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconSocialFacebook.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconSocialGoogleClassroom.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconSocialInstagram.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconSocialPinterest.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconSocialReddit.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconSocialTwitter.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconSocialYoutube.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconStop.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconTime.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconUniversity.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconUser.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconVolume.vue.d.ts +2 -0
- package/dist/src/components/Icons/Icons.stories.d.ts +551 -0
- package/dist/src/components/ImageDetailContextImage/ImageDetailContextImage.vue.d.ts +165 -0
- package/dist/src/components/LayoutHelper/LayoutHelper.vue.d.ts +33 -0
- package/dist/src/components/LoadingTransition/LoadingTransition.vue.d.ts +7 -0
- package/dist/src/components/LogoCaltech/LogoCaltech.stories.d.ts +40 -0
- package/dist/src/components/LogoCaltech/LogoCaltech.vue.d.ts +2 -0
- package/dist/src/components/LogoTribrand/LogoTribrand.stories.d.ts +136 -0
- package/dist/src/components/LogoTribrand/LogoTribrand.vue.d.ts +20 -0
- package/dist/src/components/MetaPanel/MetaPanel.stories.d.ts +47 -0
- package/dist/src/components/MetaPanelItems/MetaPanelItems.stories.d.ts +32 -0
- package/dist/src/components/MetadataEduResource/MetadataEduResource.stories.d.ts +55 -0
- package/dist/src/components/MetadataEduResource/MetadataEduResource.vue.d.ts +45 -0
- package/dist/src/components/MetadataEvent/MetadataEvent.stories.d.ts +32 -0
- package/dist/src/components/MetadataEvent/MetadataEvent.vue.d.ts +46 -0
- package/dist/src/components/MissionDetailAbout/MissionDetailAbout.stories.d.ts +27 -0
- package/dist/src/components/MissionDetailAbout/MissionDetailAbout.vue.d.ts +135 -0
- package/dist/src/components/MissionDetailHero/MissionDetailHero.stories.d.ts +417 -0
- package/dist/src/components/MissionDetailHero/MissionDetailHero.vue.d.ts +240 -0
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlights.stories.d.ts +283 -0
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlights.vue.d.ts +552 -0
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlightsCarousel.vue.d.ts +449 -0
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlightsCarouselItem.vue.d.ts +343 -0
- package/dist/src/components/MissionDetailInlineImage/MissionDetailInlineImage.stories.d.ts +41 -0
- package/dist/src/components/MissionDetailInlineImage/MissionDetailInlineImage.vue.d.ts +517 -0
- package/dist/src/components/MissionDetailStats/DistanceStats.test.d.ts +1 -0
- package/dist/src/components/MissionDetailStats/DistanceStats.vue.d.ts +189 -0
- package/dist/src/components/MissionDetailStats/MissionDetailStats.stories.d.ts +731 -0
- package/dist/src/components/MissionDetailStats/MissionDetailStats.test.d.ts +1 -0
- package/dist/src/components/MissionDetailStats/MissionDetailStats.vue.d.ts +355 -0
- package/dist/src/components/MissionDetailStats/MissionDetailStatsMicro.vue.d.ts +80 -0
- package/dist/src/components/MissionDetailStats/MissionDetailStatsMini.vue.d.ts +245 -0
- package/dist/src/components/MissionDetailStreamfield/MissionDetailStreamfield.stories.d.ts +76 -0
- package/dist/src/components/MissionDetailStreamfield/MissionDetailStreamfield.vue.d.ts +1249 -0
- package/dist/src/components/MixinAnimationCaret/MixinAnimationCaret.stories.d.ts +90 -0
- package/dist/src/components/MixinAnimationCaret/MixinAnimationCaret.vue.d.ts +78 -0
- package/dist/src/components/MixinCarousel/MixinCarousel.stories.d.ts +984 -0
- package/dist/src/components/MixinCarousel/MixinCarousel.vue.d.ts +486 -0
- package/dist/src/components/MixinFancybox/MixinFancybox.vue.d.ts +157 -0
- package/dist/src/components/MixinFancybox/MixinFancyboxOpenButton.vue.d.ts +4 -0
- package/dist/src/components/MixinVideoBg/MixinVideoBg.stories.d.ts +21 -0
- package/dist/src/components/MixinVideoBg/MixinVideoBg.vue.d.ts +17 -0
- package/dist/src/components/NavDesktop/NavDesktop.stories.d.ts +9963 -0
- package/dist/src/components/NavDesktop/NavDesktop.vue.d.ts +2895 -0
- package/dist/src/components/NavDesktop/NavDesktopDropdown.vue.d.ts +71 -0
- package/dist/src/components/NavDesktop/NavDesktopDropdownContent.vue.d.ts +1006 -0
- package/dist/src/components/NavDesktop/NavDesktopDropdownMore.vue.d.ts +1432 -0
- package/dist/src/components/NavDesktopEdu/NavDesktopEdu.stories.d.ts +1974 -0
- package/dist/src/components/NavDropdownToggle/NavDropdownToggle.vue.d.ts +40 -0
- package/dist/src/components/NavHeading/NavHeading.stories.d.ts +23 -0
- package/dist/src/components/NavHeading/NavHeading.vue.d.ts +275 -0
- package/dist/src/components/NavHighlight/NavHighlight.stories.d.ts +44 -0
- package/dist/src/components/NavHighlight/NavHighlight.vue.d.ts +429 -0
- package/dist/src/components/NavJumpMenu/NavJumpMenu.stories.d.ts +44 -0
- package/dist/src/components/NavLinkList/NavLinkList.stories.d.ts +40 -0
- package/dist/src/components/NavLinkList/NavLinkList.vue.d.ts +566 -0
- package/dist/src/components/NavLogoLinks/NavLogoLinks.stories.d.ts +282 -0
- package/dist/src/components/NavLogoLinks/NavLogoLinks.vue.d.ts +265 -0
- package/dist/src/components/NavMobile/NavMobile.stories.d.ts +8402 -0
- package/dist/src/components/NavMobile/NavMobile.vue.d.ts +1883 -0
- package/dist/src/components/NavMobile/NavMobileDropdown.vue.d.ts +761 -0
- package/dist/src/components/NavMobile/NavMobileEdu.stories.d.ts +5751 -0
- package/dist/src/components/NavMobile/NavMobileLink.vue.d.ts +309 -0
- package/dist/src/components/NavMobile/NavMobileSecondaryDropdown.vue.d.ts +363 -0
- package/dist/src/components/NavSearchForm/NavSearchForm.stories.d.ts +13 -0
- package/dist/src/components/NavSearchForm/NavSearchForm.vue.d.ts +38 -0
- package/dist/src/components/NavSecondary/NavSecondary.stories.d.ts +33 -0
- package/dist/src/components/NavSecondary/NavSecondary.vue.d.ts +775 -0
- package/dist/src/components/NavSecondary/NavSecondaryDropdown.vue.d.ts +398 -0
- package/dist/src/components/NavSecondary/NavSecondaryDropdownContent.vue.d.ts +293 -0
- package/dist/src/components/NavSecondary/NavSecondaryLink.vue.d.ts +303 -0
- package/dist/src/components/NavSocial/NavSocial.stories.d.ts +179 -0
- package/dist/src/components/NavSocial/NavSocial.vue.d.ts +152 -0
- package/dist/src/components/NewsDetailMediaContact/NewsDetailMediaContact.stories.d.ts +37 -0
- package/dist/src/components/NewsDetailMediaContact/NewsDetailMediaContact.test.d.ts +1 -0
- package/dist/src/components/NewsDetailMediaContact/NewsDetailMediaContact.vue.d.ts +31 -0
- package/dist/src/components/ParallaxContainer/ParallaxContainer.stories.d.ts +91 -0
- package/dist/src/components/ParallaxContainer/ParallaxContainer.vue.d.ts +38 -0
- package/dist/src/components/ParallaxElement/ParallaxElement.vue.d.ts +23 -0
- package/dist/src/components/PastEventsCarousel/PastEventsCarousel.vue.d.ts +1413 -0
- package/dist/src/components/PodcastEpisodeCard/PodcastEpisodeCard.vue.d.ts +618 -0
- package/dist/src/components/PodcastSeriesCarousel/PodcastSeriesCarousel.stories.d.ts +50 -0
- package/dist/src/components/PodcastSeriesCarousel/PodcastSeriesCarousel.vue.d.ts +2719 -0
- package/dist/src/components/ProfileDetailSectionGroup/ProfileDetailSectionGroup.vue.d.ts +103 -0
- package/dist/src/components/RoboticsDetailStats/RoboticsDetailStats.stories.d.ts +162 -0
- package/dist/src/components/RoboticsDetailStats/RoboticsDetailStats.test.d.ts +1 -0
- package/dist/src/components/RoboticsDetailStats/RoboticsDetailStats.vue.d.ts +87 -0
- package/dist/src/components/RoboticsDetailStats/RoboticsDetailStatsMini.vue.d.ts +85 -0
- package/dist/src/components/SearchFilterGroup/SearchFilterGroup.stories.d.ts +83 -0
- package/dist/src/components/SearchFilterGroup/SearchFilterGroup.vue.d.ts +190 -0
- package/dist/src/components/SearchFilterGroupAccordionItem/SearchFilterGroupAccordionItem.vue.d.ts +44 -0
- package/dist/src/components/SearchInput/SearchInput.stories.d.ts +43 -0
- package/dist/src/components/SearchInput/SearchInput.vue.d.ts +69 -0
- package/dist/src/components/SearchPagination/SearchPagination.stories.d.ts +69 -0
- package/dist/src/components/SearchPagination/SearchPagination.vue.d.ts +110 -0
- package/dist/src/components/SearchResultCard/SearchResultCard.stories.d.ts +94 -0
- package/dist/src/components/SearchResultCard/SearchResultCard.vue.d.ts +3005 -0
- package/dist/src/components/SearchResultGridItem/SearchResultGridItem.stories.d.ts +69 -0
- package/dist/src/components/SearchResultGridItem/SearchResultGridItem.vue.d.ts +2143 -0
- package/dist/src/components/SearchResultsList/SearchResultsList.stories.d.ts +404 -0
- package/dist/src/components/SearchResultsList/SearchResultsList.vue.d.ts +5198 -0
- package/dist/src/components/SearchSelectMenu/SearchSelectMenu.stories.d.ts +19 -0
- package/dist/src/components/SearchSelectMenu/SearchSelectMenu.vue.d.ts +39 -0
- package/dist/src/components/ShareButtons/ShareButtons.stories.d.ts +16 -0
- package/dist/src/components/ShareButtons/ShareButtons.vue.d.ts +134 -0
- package/dist/src/components/ShareButtonsEdu/ShareButtonsEdu.stories.d.ts +17 -0
- package/dist/src/components/ShareButtonsEdu/ShareButtonsEdu.vue.d.ts +16 -0
- package/dist/src/components/SkipLink/SkipLink.stories.d.ts +8 -0
- package/dist/src/components/SkipLink/SkipLink.vue.d.ts +98 -0
- package/dist/src/components/SwimlaneCTA/SwimlaneCTA.stories.d.ts +25 -0
- package/dist/src/components/TextArea/TextArea.stories.d.ts +31 -0
- package/dist/src/components/TextArea/TextArea.vue.d.ts +95 -0
- package/dist/src/components/TextInput/TextInput.stories.d.ts +34 -0
- package/dist/src/components/TextInput/TextInput.vue.d.ts +119 -0
- package/dist/src/components/TheFooter/TheFooter.stories.d.ts +88 -0
- package/dist/src/components/TheFooter/TheFooter.vue.d.ts +577 -0
- package/dist/src/components/TheFooter/TheFooterSignUp.vue.d.ts +8 -0
- package/dist/src/components/ThumbnailCarousel/ThumbnailCarousel.stories.d.ts +32 -0
- package/dist/src/components/ThumbnailCarousel/ThumbnailCarousel.vue.d.ts +2639 -0
- package/dist/src/components/TimelineDialog/TimelineDialog.stories.d.ts +946 -0
- package/dist/src/components/TopicDetailMissionCarousel/TopicDetailMissionCarousel.stories.d.ts +46 -0
- package/dist/src/components/TopicDetailMissionCarousel/TopicDetailMissionCarousel.vue.d.ts +1002 -0
- package/dist/src/components/TopicDetailMissionCarouselItem/TopicDetailMissionCarouselItem.stories.d.ts +37 -0
- package/dist/src/components/TopicDetailMissionCarouselItem/TopicDetailMissionCarouselItem.vue.d.ts +512 -0
- package/dist/src/components/TopicDetailMissionSpotlight/TopicDetailMissionSpotlight.stories.d.ts +77 -0
- package/dist/src/components/TopicDetailMissionSpotlight/TopicDetailMissionSpotlight.vue.d.ts +342 -0
- package/dist/src/components/TopicDetailMore/TopicDetailMore.stories.d.ts +696 -0
- package/dist/src/components/TopicDetailMore/TopicDetailMore.vue.d.ts +567 -0
- package/dist/src/components/TopicDetailMore/TopicDetailMoreVisibility.vue.d.ts +8 -0
- package/dist/src/components/TopicDetailMoreItem/TopicDetailMoreItem.stories.d.ts +158 -0
- package/dist/src/components/TopicDetailMoreItem/TopicDetailMoreItem.vue.d.ts +433 -0
- package/dist/src/components/TopicDetailStreamfield/TopicDetailStreamfield.stories.d.ts +95 -0
- package/dist/src/components/TopicDetailStreamfield/TopicDetailStreamfield.vue.d.ts +1964 -0
- package/dist/src/components/YearTicker/YearTicker.stories.d.ts +40 -0
- package/dist/src/components/YearTicker/YearTicker.vue.d.ts +17 -0
- package/dist/src/constants.d.ts +85 -0
- package/dist/src/docs/foundation/grid.stories.d.ts +69 -0
- package/dist/src/docs/foundation/grid_layouthelpers.stories.d.ts +194 -0
- package/dist/src/docs/foundation/themes.stories.d.ts +21 -0
- package/dist/src/docs/foundation/typography.stories.d.ts +106 -0
- package/dist/src/docs/guides/responsive.stories.d.ts +13 -0
- package/dist/src/docs/utils/ComponentItem.d.ts +2 -0
- package/dist/src/docs/utils/ComponentList.d.ts +2 -0
- package/dist/src/interfaces.d.ts +321 -0
- package/dist/src/main.d.ts +1 -0
- package/dist/src/store/curatedGallery.d.ts +6 -0
- package/dist/src/store/header.d.ts +20 -0
- package/dist/src/store/search.d.ts +10 -0
- package/dist/src/store/theme.d.ts +14 -0
- package/dist/src/templates/PageAudioDetail/PageAudioDetail.stories.d.ts +102 -0
- package/dist/src/templates/PageContent/PageContent.stories.d.ts +207 -0
- package/dist/src/templates/PageContent/PageContent.vue.d.ts +17214 -0
- package/dist/src/templates/PageEventDetail/PageEventDetail.stories.d.ts +94 -0
- package/dist/src/templates/PageEventDetail/PageEventDetail.vue.d.ts +15005 -0
- package/dist/src/templates/PageImageDetail/PageImageDetail.stories.d.ts +185 -0
- package/dist/src/templates/PageNewsDetail/PageNewsDetail.stories.d.ts +1852 -0
- package/dist/src/templates/PageNewsDetail/PageNewsDetail.vue.d.ts +14943 -0
- package/dist/src/templates/PageVideoDetail/PageVideoDetail.stories.d.ts +56 -0
- package/dist/src/templates/edu/PageContentEdu.stories.d.ts +397 -0
- package/dist/src/templates/edu/PageEduCollectionsDetail/PageEduCollectionsDetail.stories.d.ts +170 -0
- package/dist/src/templates/edu/PageEduEventDetail/PageEduEventDetail.stories.d.ts +300 -0
- package/dist/src/templates/edu/PageEduExplainerArticle/PageEduExplainerArticle.stories.d.ts +449 -0
- package/dist/src/templates/edu/PageEduGalleryDetail/PageEduGalleryDetail.stories.d.ts +288 -0
- package/dist/src/templates/edu/PageEduHome/PageEduHome.stories.d.ts +73 -0
- package/dist/src/templates/edu/PageEduLesson/PageEduLesson.stories.d.ts +626 -0
- package/dist/src/templates/edu/PageEduMultimediaDetail/PageEduMultimediaDetail.stories.d.ts +364 -0
- package/dist/src/templates/edu/PageEduNewsDetail/PageEduNewsDetail.stories.d.ts +2115 -0
- package/dist/src/templates/edu/PageEduStudentProject/PageEduStudentProject.stories.d.ts +893 -0
- package/dist/src/templates/edu/PageEduTeachableMoment/PageEduTeachableMoment.stories.d.ts +415 -0
- package/dist/src/templates/www/PageAsteroidWatchContent/PageAsteroidWatchContent.stories.d.ts +99 -0
- package/dist/src/templates/www/PageAsteroidWatchIndex/PageAsteroidWatchIndex.stories.d.ts +651 -0
- package/dist/src/templates/www/PageCuratedGallery/PageCuratedGallery.stories.d.ts +142 -0
- package/dist/src/templates/www/PageGoDirectory/PageGoDirectory.stories.d.ts +56 -0
- package/dist/src/templates/www/PageHomepage/PageHomepage.stories.d.ts +705 -0
- package/dist/src/templates/www/PageInfographicDetail/PageInfographicDetail.stories.d.ts +41 -0
- package/dist/src/templates/www/PageMaintenanceMode/PageMaintenanceMode.stories.d.ts +14 -0
- package/dist/src/templates/www/PageMissionDetail/PageMissionDetail.stories.d.ts +875 -0
- package/dist/src/templates/www/PagePodcast/PagePodcast.stories.d.ts +115 -0
- package/dist/src/templates/www/PagePodcastSeason/PagePodcastSeason.stories.d.ts +84 -0
- package/dist/src/templates/www/PagePressKitIndex/PagePressKitIndex.stories.d.ts +64 -0
- package/dist/src/templates/www/PageProfileDetail/PageProfileDetail.stories.d.ts +60 -0
- package/dist/src/templates/www/PageRoboticsDetail/PageRoboticsDetail.stories.d.ts +244 -0
- package/dist/src/templates/www/PageTimeline/PageTimeline.stories.d.ts +339 -0
- package/dist/src/templates/www/PageTopicDetail/PageTopicDetail.stories.d.ts +297 -0
- package/dist/src/utils/anchorizeBlock.d.ts +3 -0
- package/dist/src/utils/anchorizeStreamfield.d.ts +3 -0
- package/dist/src/utils/dayjs.d.ts +2 -0
- package/dist/src/utils/eventBus.d.ts +1 -0
- package/dist/src/utils/filters.d.ts +4 -0
- package/dist/src/utils/generateHash.d.ts +1 -0
- package/dist/src/utils/getHeadingId.d.ts +1 -0
- package/dist/src/utils/isEduExternalLink.d.ts +1 -0
- package/dist/src/utils/lookupContentType.d.ts +3 -0
- package/dist/src/utils/mixins.d.ts +59 -0
- package/dist/src/utils/rangeifyGrades.d.ts +3 -0
- package/dist/style.css +1 -0
- package/package.json +2 -2
- package/src/components/BlockAccordion/BlockAccordion.vue +1 -1
- package/src/components/BlockCsrTable/BlockCsrTable.stories.js +7 -7
- package/src/components/BlockCsrTable/CsrAttachment.vue +3 -11
- package/src/components/HeroMedia/HeroMedia.vue +1 -1
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { FormOption } from '../../interfaces';
|
|
3
|
+
|
|
4
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
5
|
+
/** iContact group id */
|
|
6
|
+
group: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
default: null;
|
|
9
|
+
required: false;
|
|
10
|
+
};
|
|
11
|
+
/** Heading */
|
|
12
|
+
heading: {
|
|
13
|
+
type: StringConstructor;
|
|
14
|
+
default: null;
|
|
15
|
+
required: false;
|
|
16
|
+
};
|
|
17
|
+
/** Descriptive text or summary */
|
|
18
|
+
subHeading: {
|
|
19
|
+
type: StringConstructor;
|
|
20
|
+
default: null;
|
|
21
|
+
required: false;
|
|
22
|
+
};
|
|
23
|
+
/** Fieldset title, for screen readers */
|
|
24
|
+
title: {
|
|
25
|
+
type: StringConstructor;
|
|
26
|
+
default: null;
|
|
27
|
+
required: false;
|
|
28
|
+
};
|
|
29
|
+
/** Array of `{FormOption}s` */
|
|
30
|
+
options: {
|
|
31
|
+
type: PropType<FormOption[]>;
|
|
32
|
+
default: null;
|
|
33
|
+
required: false;
|
|
34
|
+
};
|
|
35
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
36
|
+
/** iContact group id */
|
|
37
|
+
group: {
|
|
38
|
+
type: StringConstructor;
|
|
39
|
+
default: null;
|
|
40
|
+
required: false;
|
|
41
|
+
};
|
|
42
|
+
/** Heading */
|
|
43
|
+
heading: {
|
|
44
|
+
type: StringConstructor;
|
|
45
|
+
default: null;
|
|
46
|
+
required: false;
|
|
47
|
+
};
|
|
48
|
+
/** Descriptive text or summary */
|
|
49
|
+
subHeading: {
|
|
50
|
+
type: StringConstructor;
|
|
51
|
+
default: null;
|
|
52
|
+
required: false;
|
|
53
|
+
};
|
|
54
|
+
/** Fieldset title, for screen readers */
|
|
55
|
+
title: {
|
|
56
|
+
type: StringConstructor;
|
|
57
|
+
default: null;
|
|
58
|
+
required: false;
|
|
59
|
+
};
|
|
60
|
+
/** Array of `{FormOption}s` */
|
|
61
|
+
options: {
|
|
62
|
+
type: PropType<FormOption[]>;
|
|
63
|
+
default: null;
|
|
64
|
+
required: false;
|
|
65
|
+
};
|
|
66
|
+
}>> & Readonly<{}>, {
|
|
67
|
+
title: string;
|
|
68
|
+
group: string;
|
|
69
|
+
heading: string;
|
|
70
|
+
subHeading: string;
|
|
71
|
+
options: FormOption[];
|
|
72
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
73
|
+
export default _default;
|
|
@@ -0,0 +1,166 @@
|
|
|
1
|
+
import { default as BaseHeading } from './BaseHeading.vue';
|
|
2
|
+
declare namespace _default {
|
|
3
|
+
export let title: string;
|
|
4
|
+
export { BaseHeading as component };
|
|
5
|
+
export namespace parameters {
|
|
6
|
+
namespace slots {
|
|
7
|
+
let _default: string;
|
|
8
|
+
export { _default as default };
|
|
9
|
+
}
|
|
10
|
+
namespace docs {
|
|
11
|
+
namespace description {
|
|
12
|
+
let component: string;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
export default _default;
|
|
18
|
+
export namespace BaseStory {
|
|
19
|
+
let name: string;
|
|
20
|
+
namespace args {
|
|
21
|
+
export let size: string;
|
|
22
|
+
export let level: string;
|
|
23
|
+
let _default_1: string;
|
|
24
|
+
export { _default_1 as default };
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
export namespace H2 {
|
|
28
|
+
let name_1: string;
|
|
29
|
+
export { name_1 as name };
|
|
30
|
+
export namespace args_1 {
|
|
31
|
+
let size_1: string;
|
|
32
|
+
export { size_1 as size };
|
|
33
|
+
let level_1: string;
|
|
34
|
+
export { level_1 as level };
|
|
35
|
+
let _default_2: string;
|
|
36
|
+
export { _default_2 as default };
|
|
37
|
+
}
|
|
38
|
+
export { args_1 as args };
|
|
39
|
+
}
|
|
40
|
+
export namespace H3 {
|
|
41
|
+
let name_2: string;
|
|
42
|
+
export { name_2 as name };
|
|
43
|
+
export namespace args_2 {
|
|
44
|
+
let size_2: string;
|
|
45
|
+
export { size_2 as size };
|
|
46
|
+
let level_2: string;
|
|
47
|
+
export { level_2 as level };
|
|
48
|
+
let _default_3: string;
|
|
49
|
+
export { _default_3 as default };
|
|
50
|
+
}
|
|
51
|
+
export { args_2 as args };
|
|
52
|
+
}
|
|
53
|
+
export namespace H4 {
|
|
54
|
+
let name_3: string;
|
|
55
|
+
export { name_3 as name };
|
|
56
|
+
export namespace args_3 {
|
|
57
|
+
let size_3: string;
|
|
58
|
+
export { size_3 as size };
|
|
59
|
+
let level_3: string;
|
|
60
|
+
export { level_3 as level };
|
|
61
|
+
let _default_4: string;
|
|
62
|
+
export { _default_4 as default };
|
|
63
|
+
}
|
|
64
|
+
export { args_3 as args };
|
|
65
|
+
}
|
|
66
|
+
export namespace H5 {
|
|
67
|
+
let name_4: string;
|
|
68
|
+
export { name_4 as name };
|
|
69
|
+
export namespace args_4 {
|
|
70
|
+
let size_4: string;
|
|
71
|
+
export { size_4 as size };
|
|
72
|
+
let level_4: string;
|
|
73
|
+
export { level_4 as level };
|
|
74
|
+
let _default_5: string;
|
|
75
|
+
export { _default_5 as default };
|
|
76
|
+
}
|
|
77
|
+
export { args_4 as args };
|
|
78
|
+
}
|
|
79
|
+
export namespace H6 {
|
|
80
|
+
let name_5: string;
|
|
81
|
+
export { name_5 as name };
|
|
82
|
+
export namespace args_5 {
|
|
83
|
+
let size_5: string;
|
|
84
|
+
export { size_5 as size };
|
|
85
|
+
let level_5: string;
|
|
86
|
+
export { level_5 as level };
|
|
87
|
+
let _default_6: string;
|
|
88
|
+
export { _default_6 as default };
|
|
89
|
+
}
|
|
90
|
+
export { args_5 as args };
|
|
91
|
+
}
|
|
92
|
+
export function HeadingsWithIcons(args: any): {
|
|
93
|
+
components: {
|
|
94
|
+
BaseHeading: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
95
|
+
level: {
|
|
96
|
+
type: import('vue').PropType<import('./BaseHeading.vue').HeadingLevel>;
|
|
97
|
+
required: false;
|
|
98
|
+
default: string;
|
|
99
|
+
};
|
|
100
|
+
size: {
|
|
101
|
+
type: import('vue').PropType<import('./BaseHeading.vue').HeadingLevel>;
|
|
102
|
+
required: false;
|
|
103
|
+
default: string;
|
|
104
|
+
};
|
|
105
|
+
}>, {}, {}, {
|
|
106
|
+
computedTag(): string;
|
|
107
|
+
computedClass(): string;
|
|
108
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
109
|
+
level: {
|
|
110
|
+
type: import('vue').PropType<import('./BaseHeading.vue').HeadingLevel>;
|
|
111
|
+
required: false;
|
|
112
|
+
default: string;
|
|
113
|
+
};
|
|
114
|
+
size: {
|
|
115
|
+
type: import('vue').PropType<import('./BaseHeading.vue').HeadingLevel>;
|
|
116
|
+
required: false;
|
|
117
|
+
default: string;
|
|
118
|
+
};
|
|
119
|
+
}>> & Readonly<{}>, {
|
|
120
|
+
size: keyof {
|
|
121
|
+
h1: string;
|
|
122
|
+
h2: string;
|
|
123
|
+
h3: string;
|
|
124
|
+
h4: string;
|
|
125
|
+
h5: string;
|
|
126
|
+
h6: string;
|
|
127
|
+
};
|
|
128
|
+
level: keyof {
|
|
129
|
+
h1: string;
|
|
130
|
+
h2: string;
|
|
131
|
+
h3: string;
|
|
132
|
+
h4: string;
|
|
133
|
+
h5: string;
|
|
134
|
+
h6: string;
|
|
135
|
+
};
|
|
136
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
137
|
+
IconArrows: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
138
|
+
IconLocation: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
139
|
+
IconUser: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
140
|
+
};
|
|
141
|
+
setup(): {
|
|
142
|
+
args: any;
|
|
143
|
+
};
|
|
144
|
+
template: string;
|
|
145
|
+
};
|
|
146
|
+
export namespace HeadingsWithIcons {
|
|
147
|
+
export namespace args_6 {
|
|
148
|
+
let size_6: string;
|
|
149
|
+
export { size_6 as size };
|
|
150
|
+
let level_6: string;
|
|
151
|
+
export { level_6 as level };
|
|
152
|
+
let _default_7: string;
|
|
153
|
+
export { _default_7 as default };
|
|
154
|
+
}
|
|
155
|
+
export { args_6 as args };
|
|
156
|
+
export namespace parameters_1 {
|
|
157
|
+
export namespace docs_1 {
|
|
158
|
+
export namespace description_1 {
|
|
159
|
+
let story: string;
|
|
160
|
+
}
|
|
161
|
+
export { description_1 as description };
|
|
162
|
+
}
|
|
163
|
+
export { docs_1 as docs };
|
|
164
|
+
}
|
|
165
|
+
export { parameters_1 as parameters };
|
|
166
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
|
|
3
|
+
type HeadingAttributes = {
|
|
4
|
+
h1: string;
|
|
5
|
+
h2: string;
|
|
6
|
+
h3: string;
|
|
7
|
+
h4: string;
|
|
8
|
+
h5: string;
|
|
9
|
+
h6: string;
|
|
10
|
+
};
|
|
11
|
+
export type HeadingLevel = keyof HeadingAttributes;
|
|
12
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
13
|
+
/** The semantic heading tag if different from the display size (ex: a heading needs to look like an `h4`, but semantically is an `h1`. */
|
|
14
|
+
level: {
|
|
15
|
+
type: PropType<HeadingLevel>;
|
|
16
|
+
required: false;
|
|
17
|
+
default: string;
|
|
18
|
+
};
|
|
19
|
+
/** The display size of the heading */
|
|
20
|
+
size: {
|
|
21
|
+
type: PropType<HeadingLevel>;
|
|
22
|
+
required: false;
|
|
23
|
+
default: string;
|
|
24
|
+
};
|
|
25
|
+
}>, {}, {}, {
|
|
26
|
+
computedTag(): string;
|
|
27
|
+
computedClass(): string;
|
|
28
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
29
|
+
/** The semantic heading tag if different from the display size (ex: a heading needs to look like an `h4`, but semantically is an `h1`. */
|
|
30
|
+
level: {
|
|
31
|
+
type: PropType<HeadingLevel>;
|
|
32
|
+
required: false;
|
|
33
|
+
default: string;
|
|
34
|
+
};
|
|
35
|
+
/** The display size of the heading */
|
|
36
|
+
size: {
|
|
37
|
+
type: PropType<HeadingLevel>;
|
|
38
|
+
required: false;
|
|
39
|
+
default: string;
|
|
40
|
+
};
|
|
41
|
+
}>> & Readonly<{}>, {
|
|
42
|
+
size: keyof HeadingAttributes;
|
|
43
|
+
level: keyof HeadingAttributes;
|
|
44
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
45
|
+
export default _default;
|
|
@@ -0,0 +1,141 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4
|
+
imageClass: {
|
|
5
|
+
type: StringConstructor;
|
|
6
|
+
required: false;
|
|
7
|
+
default: string;
|
|
8
|
+
};
|
|
9
|
+
objectFitClass: {
|
|
10
|
+
type: import('vue').PropType<"fill" | "none" | "contain" | "cover" | "scaleDown">;
|
|
11
|
+
required: false;
|
|
12
|
+
default: string;
|
|
13
|
+
validator: (prop: string) => boolean;
|
|
14
|
+
};
|
|
15
|
+
src: {
|
|
16
|
+
type: StringConstructor;
|
|
17
|
+
required: true;
|
|
18
|
+
};
|
|
19
|
+
srcset: {
|
|
20
|
+
type: StringConstructor;
|
|
21
|
+
required: false;
|
|
22
|
+
default: string;
|
|
23
|
+
};
|
|
24
|
+
alt: {
|
|
25
|
+
type: StringConstructor;
|
|
26
|
+
default: string;
|
|
27
|
+
};
|
|
28
|
+
width: {
|
|
29
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
30
|
+
default: string;
|
|
31
|
+
};
|
|
32
|
+
height: {
|
|
33
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
34
|
+
default: string;
|
|
35
|
+
};
|
|
36
|
+
loading: {
|
|
37
|
+
type: import('vue').PropType<"lazy" | "eager" | undefined>;
|
|
38
|
+
required: false;
|
|
39
|
+
default: string;
|
|
40
|
+
};
|
|
41
|
+
}>, {}, {}, {
|
|
42
|
+
computedClass(): string;
|
|
43
|
+
}, {
|
|
44
|
+
imageFailed(): void;
|
|
45
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
46
|
+
imageClass: {
|
|
47
|
+
type: StringConstructor;
|
|
48
|
+
required: false;
|
|
49
|
+
default: string;
|
|
50
|
+
};
|
|
51
|
+
objectFitClass: {
|
|
52
|
+
type: import('vue').PropType<"fill" | "none" | "contain" | "cover" | "scaleDown">;
|
|
53
|
+
required: false;
|
|
54
|
+
default: string;
|
|
55
|
+
validator: (prop: string) => boolean;
|
|
56
|
+
};
|
|
57
|
+
src: {
|
|
58
|
+
type: StringConstructor;
|
|
59
|
+
required: true;
|
|
60
|
+
};
|
|
61
|
+
srcset: {
|
|
62
|
+
type: StringConstructor;
|
|
63
|
+
required: false;
|
|
64
|
+
default: string;
|
|
65
|
+
};
|
|
66
|
+
alt: {
|
|
67
|
+
type: StringConstructor;
|
|
68
|
+
default: string;
|
|
69
|
+
};
|
|
70
|
+
width: {
|
|
71
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
72
|
+
default: string;
|
|
73
|
+
};
|
|
74
|
+
height: {
|
|
75
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
76
|
+
default: string;
|
|
77
|
+
};
|
|
78
|
+
loading: {
|
|
79
|
+
type: import('vue').PropType<"lazy" | "eager" | undefined>;
|
|
80
|
+
required: false;
|
|
81
|
+
default: string;
|
|
82
|
+
};
|
|
83
|
+
}>> & Readonly<{}>, {
|
|
84
|
+
imageClass: string;
|
|
85
|
+
objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
|
|
86
|
+
srcset: string;
|
|
87
|
+
alt: string;
|
|
88
|
+
width: string | number;
|
|
89
|
+
height: string | number;
|
|
90
|
+
loading: "lazy" | "eager" | undefined;
|
|
91
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
92
|
+
excludeStories: RegExp;
|
|
93
|
+
parameters: {
|
|
94
|
+
docs: {
|
|
95
|
+
description: {
|
|
96
|
+
component: string;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
99
|
+
html: {
|
|
100
|
+
root: string;
|
|
101
|
+
};
|
|
102
|
+
};
|
|
103
|
+
};
|
|
104
|
+
export default _default;
|
|
105
|
+
export declare const BaseImageData: {
|
|
106
|
+
src: string;
|
|
107
|
+
srcset: string;
|
|
108
|
+
alt: string;
|
|
109
|
+
width: number;
|
|
110
|
+
height: number;
|
|
111
|
+
imageClass: string;
|
|
112
|
+
objectFitClass: string;
|
|
113
|
+
};
|
|
114
|
+
export declare const BaseStory: {
|
|
115
|
+
args: {
|
|
116
|
+
src: string;
|
|
117
|
+
srcset: string;
|
|
118
|
+
alt: string;
|
|
119
|
+
width: number;
|
|
120
|
+
height: number;
|
|
121
|
+
imageClass: string;
|
|
122
|
+
objectFitClass: string;
|
|
123
|
+
};
|
|
124
|
+
decorators: (() => {
|
|
125
|
+
template: string;
|
|
126
|
+
})[];
|
|
127
|
+
};
|
|
128
|
+
export declare const LazyLoading: {
|
|
129
|
+
args: {
|
|
130
|
+
src: string;
|
|
131
|
+
srcset: string;
|
|
132
|
+
alt: string;
|
|
133
|
+
width: number;
|
|
134
|
+
height: number;
|
|
135
|
+
imageClass: string;
|
|
136
|
+
objectFitClass: string;
|
|
137
|
+
};
|
|
138
|
+
decorators: (() => {
|
|
139
|
+
template: string;
|
|
140
|
+
})[];
|
|
141
|
+
};
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
|
|
3
|
+
type ImageLoader = 'lazy' | 'eager' | undefined;
|
|
4
|
+
declare const objectFitClasses: {
|
|
5
|
+
readonly none: "object-none";
|
|
6
|
+
readonly contain: "object-contain";
|
|
7
|
+
readonly cover: "object-cover";
|
|
8
|
+
readonly fill: "object-fill";
|
|
9
|
+
readonly scaleDown: "object-scale-down";
|
|
10
|
+
};
|
|
11
|
+
type ObjectFitClassesKey = keyof typeof objectFitClasses;
|
|
12
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
13
|
+
/** CSS classes to apply directory to the `<img>` element */
|
|
14
|
+
imageClass: {
|
|
15
|
+
type: StringConstructor;
|
|
16
|
+
required: false;
|
|
17
|
+
default: string;
|
|
18
|
+
};
|
|
19
|
+
/** Tailwind CSS object fit classes to specify how the image will scale within `BaseImagePlaceholder` */
|
|
20
|
+
objectFitClass: {
|
|
21
|
+
type: PropType<ObjectFitClassesKey>;
|
|
22
|
+
required: false;
|
|
23
|
+
default: string;
|
|
24
|
+
validator: (prop: string) => boolean;
|
|
25
|
+
};
|
|
26
|
+
/** `<img> src` attribute */
|
|
27
|
+
src: {
|
|
28
|
+
type: StringConstructor;
|
|
29
|
+
required: true;
|
|
30
|
+
};
|
|
31
|
+
/** `<img> srcset` attribute */
|
|
32
|
+
srcset: {
|
|
33
|
+
type: StringConstructor;
|
|
34
|
+
required: false;
|
|
35
|
+
default: string;
|
|
36
|
+
};
|
|
37
|
+
/** `<img> alt` attribute */
|
|
38
|
+
alt: {
|
|
39
|
+
type: StringConstructor;
|
|
40
|
+
default: string;
|
|
41
|
+
};
|
|
42
|
+
/** `<img> width` attribute */
|
|
43
|
+
width: {
|
|
44
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
45
|
+
default: string;
|
|
46
|
+
};
|
|
47
|
+
/** `<img> height` attribute */
|
|
48
|
+
height: {
|
|
49
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
50
|
+
default: string;
|
|
51
|
+
};
|
|
52
|
+
/** `<img> loading` attribute */
|
|
53
|
+
loading: {
|
|
54
|
+
type: PropType<ImageLoader>;
|
|
55
|
+
required: false;
|
|
56
|
+
default: string;
|
|
57
|
+
};
|
|
58
|
+
}>, {}, {}, {
|
|
59
|
+
computedClass(): string;
|
|
60
|
+
}, {
|
|
61
|
+
imageFailed(): void;
|
|
62
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
63
|
+
/** CSS classes to apply directory to the `<img>` element */
|
|
64
|
+
imageClass: {
|
|
65
|
+
type: StringConstructor;
|
|
66
|
+
required: false;
|
|
67
|
+
default: string;
|
|
68
|
+
};
|
|
69
|
+
/** Tailwind CSS object fit classes to specify how the image will scale within `BaseImagePlaceholder` */
|
|
70
|
+
objectFitClass: {
|
|
71
|
+
type: PropType<ObjectFitClassesKey>;
|
|
72
|
+
required: false;
|
|
73
|
+
default: string;
|
|
74
|
+
validator: (prop: string) => boolean;
|
|
75
|
+
};
|
|
76
|
+
/** `<img> src` attribute */
|
|
77
|
+
src: {
|
|
78
|
+
type: StringConstructor;
|
|
79
|
+
required: true;
|
|
80
|
+
};
|
|
81
|
+
/** `<img> srcset` attribute */
|
|
82
|
+
srcset: {
|
|
83
|
+
type: StringConstructor;
|
|
84
|
+
required: false;
|
|
85
|
+
default: string;
|
|
86
|
+
};
|
|
87
|
+
/** `<img> alt` attribute */
|
|
88
|
+
alt: {
|
|
89
|
+
type: StringConstructor;
|
|
90
|
+
default: string;
|
|
91
|
+
};
|
|
92
|
+
/** `<img> width` attribute */
|
|
93
|
+
width: {
|
|
94
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
95
|
+
default: string;
|
|
96
|
+
};
|
|
97
|
+
/** `<img> height` attribute */
|
|
98
|
+
height: {
|
|
99
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
100
|
+
default: string;
|
|
101
|
+
};
|
|
102
|
+
/** `<img> loading` attribute */
|
|
103
|
+
loading: {
|
|
104
|
+
type: PropType<ImageLoader>;
|
|
105
|
+
required: false;
|
|
106
|
+
default: string;
|
|
107
|
+
};
|
|
108
|
+
}>> & Readonly<{}>, {
|
|
109
|
+
imageClass: string;
|
|
110
|
+
objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
|
|
111
|
+
srcset: string;
|
|
112
|
+
alt: string;
|
|
113
|
+
width: string | number;
|
|
114
|
+
height: string | number;
|
|
115
|
+
loading: ImageLoader;
|
|
116
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
117
|
+
export default _default;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { default as BaseImageCaption } from './BaseImageCaption.vue';
|
|
2
|
+
declare namespace _default {
|
|
3
|
+
export let title: string;
|
|
4
|
+
export { BaseImageCaption as component };
|
|
5
|
+
export let excludeStories: RegExp;
|
|
6
|
+
export namespace parameters {
|
|
7
|
+
namespace docs {
|
|
8
|
+
namespace description {
|
|
9
|
+
let component: string;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
export default _default;
|
|
15
|
+
export namespace BaseImageCaptionData {
|
|
16
|
+
let caption: string;
|
|
17
|
+
let credit: string;
|
|
18
|
+
let detailUrl: string;
|
|
19
|
+
}
|
|
20
|
+
export namespace BaseStory {
|
|
21
|
+
namespace args {
|
|
22
|
+
export { BaseImageCaptionData as data };
|
|
23
|
+
}
|
|
24
|
+
}
|