@explorer-1/vue 1.0.2 → 1.0.3
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 +6 -0
- package/components.d.ts +4 -0
- package/dist/explorer-1-vue.css +1 -0
- package/dist/explorer-1-vue.d.ts +1 -1
- package/dist/explorer-1-vue.js +39784 -31438
- package/dist/explorer-1-vue.umd.cjs +58 -66
- package/dist/src/App.vue.d.ts +2 -0
- package/dist/src/components/AboutTheAuthor/AboutTheAuthor.vue.d.ts +27 -0
- package/dist/src/components/AsteroidWatchWidget/AsteroidWatchWidget.vue.d.ts +17 -9
- package/dist/src/components/BackToTop/BackToTop.stories.d.ts +6 -6
- package/dist/src/components/BackToTop/BackToTop.vue.d.ts +6 -7
- package/dist/src/components/BaseAccordionItem/BaseAccordionItem.vue.d.ts +48 -43
- package/dist/src/components/BaseButton/BaseButton.stories.d.ts +6 -6
- package/dist/src/components/BaseButton/BaseButton.vue.d.ts +4 -5
- package/dist/src/components/BaseCheckboxGroup/BaseCheckboxGroup.vue.d.ts +0 -1
- package/dist/src/components/BaseHeading/BaseHeading.vue.d.ts +0 -1
- package/dist/src/components/BaseImage/BaseImage.stories.d.ts +5 -5
- package/dist/src/components/BaseImage/BaseImage.vue.d.ts +3 -4
- package/dist/src/components/BaseImageCaption/BaseImageCaption.stories.d.ts +13 -0
- package/dist/src/components/BaseImageCaption/BaseImageCaption.vue.d.ts +17 -9
- package/dist/src/components/BaseImagePlaceholder/BaseImagePlaceholder.vue.d.ts +0 -1
- package/dist/src/components/BaseLink/BaseLink.vue.d.ts +17 -7
- package/dist/src/components/BaseModal/BaseModal.stories.d.ts +42 -42
- package/dist/src/components/BaseModal/BaseModal.vue.d.ts +6 -6
- package/dist/src/components/BaseModal/BaseModalDialog.vue.d.ts +6 -6
- package/dist/src/components/BasePill/BasePill.vue.d.ts +6 -7
- package/dist/src/components/BaseRadioGroup/BaseRadioGroup.vue.d.ts +0 -1
- package/dist/src/components/BaseSwimlane/BaseSwimlane.vue.d.ts +2 -2
- package/dist/src/components/BaseTimer/BaseTimer.vue.d.ts +0 -1
- package/dist/src/components/BaseUnitToggle/BaseUnitToggle.vue.d.ts +0 -1
- package/dist/src/components/BaseVideo/BaseVideo.vue.d.ts +0 -1
- package/dist/src/components/BlockAccordion/BlockAccordion.vue.d.ts +3 -25
- package/dist/src/components/BlockAudio/BlockAudio.vue.d.ts +6 -7
- package/dist/src/components/BlockCardGrid/BlockCardGrid.vue.d.ts +51 -34
- package/dist/src/components/BlockCardGridItem/BlockCardGridItem.vue.d.ts +24 -16
- package/dist/src/components/BlockCardGridItem/BlockCardGridItemElement.vue.d.ts +7 -8
- package/dist/src/components/BlockCircleImageCard/BlockCircleImageCard.vue.d.ts +5 -5
- package/dist/src/components/BlockCsrTable/BlockCsrTable.stories.d.ts +23 -0
- package/dist/src/components/BlockCsrTable/BlockCsrTable.vue.d.ts +7 -28
- package/dist/src/components/BlockCsrTable/CsrAttachment.vue.d.ts +4 -23
- package/dist/src/components/BlockCsrTable/CsrTestLimits.vue.d.ts +2 -24
- package/dist/src/components/BlockCsrTable/CsrTestLimitsTable.vue.d.ts +6 -24
- package/dist/src/components/BlockCta/BlockCta.vue.d.ts +6 -7
- package/dist/src/components/BlockDialog/BlockDialog.vue.d.ts +57 -0
- package/dist/src/components/BlockGist/BlockGist.vue.d.ts +4 -12
- package/dist/src/components/BlockGist/GitHub404.vue.d.ts +1 -1
- package/dist/src/components/BlockHeading/BlockHeading.vue.d.ts +0 -1
- package/dist/src/components/BlockIframeEmbed/BlockIframeEmbed.vue.d.ts +17 -9
- package/dist/src/components/BlockImage/BlockImage.stories.d.ts +282 -174
- package/dist/src/components/BlockImage/BlockImage.vue.d.ts +47 -30
- package/dist/src/components/BlockImage/BlockImageFullBleed.vue.d.ts +23 -15
- package/dist/src/components/BlockImage/BlockImageStandard.vue.d.ts +23 -15
- package/dist/src/components/BlockImageCarousel/BlockImageCarousel.vue.d.ts +28 -20
- package/dist/src/components/BlockImageCarouselItem/BlockImageCarouselItem.vue.d.ts +22 -14
- package/dist/src/components/BlockImageComparison/BlockImageComparison.vue.d.ts +17 -9
- package/dist/src/components/BlockImageGallery/BlockImageGallery.vue.d.ts +33 -25
- package/dist/src/components/BlockInlineImage/BlockInlineImage.vue.d.ts +22 -14
- package/dist/src/components/BlockKeyPoints/BlockKeyPoints.vue.d.ts +4 -5
- package/dist/src/components/BlockLinkCard/BlockLinkCard.stories.d.ts +24 -16
- package/dist/src/components/BlockLinkCard/BlockLinkCard.vue.d.ts +40 -194
- package/dist/src/components/BlockLinkCard/BlockLinkCardCollectionLg.vue.d.ts +4 -34
- package/dist/src/components/BlockLinkCardList/BlockLinkCardList.vue.d.ts +2 -24
- package/dist/src/components/BlockLinkCarousel/BlockLinkCarousel.stories.d.ts +92 -227
- package/dist/src/components/BlockLinkCarousel/BlockLinkCarousel.vue.d.ts +92 -228
- package/dist/src/components/BlockLinkTile/BlockLinkTile.vue.d.ts +25 -17
- package/dist/src/components/BlockListCards/BlockListCards.vue.d.ts +22 -14
- package/dist/src/components/BlockNewsletterSignup/BlockNewsletterSignup.vue.d.ts +18 -111
- package/dist/src/components/BlockQuote/BlockQuote.stories.d.ts +85 -40
- package/dist/src/components/BlockQuote/BlockQuote.vue.d.ts +17 -9
- package/dist/src/components/BlockRelatedLinks/BlockRelatedLinks.vue.d.ts +19 -11
- package/dist/src/components/BlockRelatedLinks/RelatedLink.vue.d.ts +19 -10
- package/dist/src/components/BlockRichTable/BlockRichTable.vue.d.ts +23 -15
- package/dist/src/components/BlockStreamfield/BlockStreamfield.stories.d.ts +46 -0
- package/dist/src/components/BlockStreamfield/BlockStreamfield.vue.d.ts +475 -622
- package/dist/src/components/BlockTeaser/BlockTeaser.vue.d.ts +14 -14
- package/dist/src/components/BlockVideo/BlockVideo.vue.d.ts +17 -9
- package/dist/src/components/BlockVideoEmbed/BlockVideoEmbed.vue.d.ts +17 -9
- package/dist/src/components/CalendarButton/CalendarButton.vue.d.ts +7 -8
- package/dist/src/components/CalendarChip/CalendarChip.vue.d.ts +3 -28
- package/dist/src/components/DetailHeadline/DetailHeadline.vue.d.ts +24 -16
- package/dist/src/components/DsnWidget/DsnWidget.vue.d.ts +17 -9
- package/dist/src/components/EduSubjectIcon/EduSubjectIcon.vue.d.ts +2 -23
- package/dist/src/components/EventCard/EventCard.vue.d.ts +26 -88
- package/dist/src/components/EventDetailHero/EventDetailHero.stories.d.ts +6 -0
- package/dist/src/components/EventDetailHero/EventDetailHero.vue.d.ts +8 -35
- package/dist/src/components/FormContact/FormContact.stories.d.ts +31 -193
- package/dist/src/components/FormContact/FormContact.vue.d.ts +31 -193
- package/dist/src/components/FormNewsletterSignup/FormNewsletterSignup.stories.d.ts +19 -111
- package/dist/src/components/FormNewsletterSignup/FormNewsletterSignup.vue.d.ts +19 -111
- package/dist/src/components/HeroInlineMedia/HeroInlineMedia.vue.d.ts +3 -27
- package/dist/src/components/HeroLarge/HeroLarge.stories.d.ts +81 -8
- package/dist/src/components/HeroLarge/HeroLarge.vue.d.ts +7 -8
- package/dist/src/components/HeroListingIndex/HeroListingIndex.vue.d.ts +22 -14
- package/dist/src/components/HeroMedia/HeroMedia.vue.d.ts +19 -11
- package/dist/src/components/HeroMedium/HeroMedium.stories.d.ts +32 -5
- package/dist/src/components/HeroMedium/HeroMedium.vue.d.ts +22 -14
- package/dist/src/components/HeroMedium/HeroSmall.stories.d.ts +39 -11
- package/dist/src/components/HomepageCarousel/HomepageCarousel.vue.d.ts +34 -17
- package/dist/src/components/HomepageCarouselItem/HomepageCarouselItem.vue.d.ts +17 -9
- package/dist/src/components/HomepageEmbedBlock/HomepageEmbedBlock.vue.d.ts +17 -9
- package/dist/src/components/HomepageFeaturedRobot/HomepageFeaturedRobot.vue.d.ts +11 -12
- package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.stories.d.ts +17 -8
- package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.vue.d.ts +40 -23
- package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarouselItem.vue.d.ts +17 -8
- package/dist/src/components/HomepageStats/HomepageStats.stories.d.ts +264 -156
- package/dist/src/components/HomepageStats/HomepageStats.vue.d.ts +44 -27
- package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlock.vue.d.ts +27 -18
- package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlockCardImage.vue.d.ts +5 -5
- package/dist/src/components/ImageDetailContextImage/ImageDetailContextImage.vue.d.ts +5 -5
- package/dist/src/components/LayoutHelper/LayoutHelper.vue.d.ts +1 -1
- package/dist/src/components/LogoTribrand/LogoTribrand.stories.d.ts +7 -7
- package/dist/src/components/MetaPanel/MetaPanel.vue.d.ts +42 -0
- package/dist/src/components/MetaPanelAccordion/MetaPanelAccordion.vue.d.ts +8 -0
- package/dist/src/components/MetaPanelItems/MetaPanelItems.vue.d.ts +17 -0
- package/dist/src/components/MetadataEduResource/MetadataEduResource.vue.d.ts +4 -32
- package/dist/src/components/MetadataEvent/MetadataEvent.vue.d.ts +3 -33
- package/dist/src/components/MissionDetailAbout/MissionDetailAbout.vue.d.ts +0 -1
- package/dist/src/components/MissionDetailHero/MissionDetailHero.vue.d.ts +7 -8
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlights.vue.d.ts +23 -15
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlightsCarousel.vue.d.ts +23 -15
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlightsCarouselItem.vue.d.ts +17 -9
- package/dist/src/components/MissionDetailInlineImage/MissionDetailInlineImage.vue.d.ts +22 -14
- package/dist/src/components/MissionDetailStats/DistanceStats.vue.d.ts +0 -1
- package/dist/src/components/MissionDetailStats/MissionDetailStats.stories.d.ts +33 -33
- package/dist/src/components/MissionDetailStats/MissionDetailStats.vue.d.ts +13 -14
- package/dist/src/components/MissionDetailStats/MissionDetailStatsMicro.vue.d.ts +10 -11
- package/dist/src/components/MissionDetailStats/MissionDetailStatsMini.vue.d.ts +10 -11
- package/dist/src/components/MissionDetailStreamfield/MissionDetailStreamfield.vue.d.ts +61 -35
- package/dist/src/components/MixinCarousel/MixinCarousel.stories.d.ts +54 -36
- package/dist/src/components/MixinCarousel/MixinCarousel.vue.d.ts +27 -19
- package/dist/src/components/MixinFancybox/MixinFancybox.vue.d.ts +0 -1
- package/dist/src/components/MixinVideoBg/MixinVideoBg.vue.d.ts +0 -1
- package/dist/src/components/NavDesktop/NavDesktop.stories.d.ts +525 -318
- package/dist/src/components/NavDesktop/NavDesktop.vue.d.ts +158 -105
- package/dist/src/components/NavDesktop/NavDesktopDropdown.vue.d.ts +1 -1
- package/dist/src/components/NavDesktop/NavDesktopDropdownContent.vue.d.ts +56 -29
- package/dist/src/components/NavDesktop/NavDesktopDropdownMore.vue.d.ts +79 -43
- package/dist/src/components/NavDesktop/NavDesktopTopHat.vue.d.ts +297 -0
- package/dist/src/components/NavDesktopEdu/NavDesktopEdu.stories.d.ts +97 -70
- package/dist/src/components/NavDesktopEdu/NavDesktopEdu.vue.d.ts +1753 -0
- package/dist/src/components/NavDropdownToggle/NavDropdownToggle.vue.d.ts +1 -1
- package/dist/src/components/NavHeading/NavHeading.vue.d.ts +17 -8
- package/dist/src/components/NavHighlight/NavHighlight.vue.d.ts +22 -13
- package/dist/src/components/NavJumpMenu/NavJumpMenu.stories.d.ts +3 -0
- package/dist/src/components/NavJumpMenu/NavJumpMenu.vue.d.ts +856 -0
- package/dist/src/components/NavJumpMenu/NavJumpMenuContent.vue.d.ts +291 -0
- package/dist/src/components/NavLinkList/NavLinkList.vue.d.ts +34 -17
- package/dist/src/components/NavLogoLinks/NavLogoLinks.stories.d.ts +17 -8
- package/dist/src/components/NavLogoLinks/NavLogoLinks.vue.d.ts +17 -8
- package/dist/src/components/NavMobile/NavMobile.stories.d.ts +428 -281
- package/dist/src/components/NavMobile/NavMobile.vue.d.ts +99 -72
- package/dist/src/components/NavMobile/NavMobileDropdown.vue.d.ts +38 -21
- package/dist/src/components/NavMobile/NavMobileEdu.stories.d.ts +297 -213
- package/dist/src/components/NavMobile/NavMobileLink.vue.d.ts +17 -9
- package/dist/src/components/NavMobile/NavMobileSecondaryDropdown.vue.d.ts +18 -9
- package/dist/src/components/NavSearchForm/NavSearchForm.vue.d.ts +4 -27
- package/dist/src/components/NavSecondary/NavSecondary.vue.d.ts +39 -22
- package/dist/src/components/NavSecondary/NavSecondaryDropdown.vue.d.ts +22 -13
- package/dist/src/components/NavSecondary/NavSecondaryDropdownContent.vue.d.ts +17 -8
- package/dist/src/components/NavSecondary/NavSecondaryLink.vue.d.ts +17 -9
- package/dist/src/components/NavSocial/NavSocial.stories.d.ts +6 -6
- package/dist/src/components/NavSocial/NavSocial.vue.d.ts +6 -6
- package/dist/src/components/NewsDetailMediaContact/NewsDetailMediaContact.vue.d.ts +0 -1
- package/dist/src/components/PastEventsCarousel/PastEventsCarousel.vue.d.ts +67 -212
- package/dist/src/components/PodcastEpisodeCard/PodcastEpisodeCard.vue.d.ts +22 -14
- package/dist/src/components/PodcastSeriesCarousel/PodcastSeriesCarousel.vue.d.ts +118 -271
- package/dist/src/components/RoboticsDetailStats/RoboticsDetailStats.vue.d.ts +0 -1
- package/dist/src/components/RoboticsDetailStats/RoboticsDetailStatsMini.vue.d.ts +0 -1
- package/dist/src/components/SearchFilterGroup/SearchFilterGroup.vue.d.ts +5 -29
- package/dist/src/components/SearchFilterGroupAccordionItem/SearchFilterGroupAccordionItem.vue.d.ts +12 -27
- package/dist/src/components/SearchInput/SearchInput.vue.d.ts +21 -57
- package/dist/src/components/SearchPagination/SearchPagination.vue.d.ts +6 -6
- package/dist/src/components/SearchResultCard/SearchResultCard.vue.d.ts +115 -312
- package/dist/src/components/SearchResultGridItem/SearchResultGridItem.vue.d.ts +90 -252
- package/dist/src/components/SearchResultsList/SearchResultsList.vue.d.ts +210 -568
- package/dist/src/components/ShareButtons/ShareButtons.vue.d.ts +6 -6
- package/dist/src/components/ShareButtonsEdu/ShareButtonsEdu.vue.d.ts +2 -11
- package/dist/src/components/SkipLink/SkipLink.vue.d.ts +6 -6
- package/dist/src/components/SwimlaneCTA/SwimlaneCTA.vue.d.ts +421 -0
- package/dist/src/components/TextArea/TextArea.vue.d.ts +24 -82
- package/dist/src/components/TextInput/TextInput.vue.d.ts +27 -104
- package/dist/src/components/TheFooter/TheFooter.vue.d.ts +29 -21
- package/dist/src/components/ThumbnailCarousel/ThumbnailCarousel.vue.d.ts +117 -270
- package/dist/src/components/TimelineDialog/TimelineDialog.stories.d.ts +39 -21
- package/dist/src/components/TimelineDialog/TimelineDialog.vue.d.ts +925 -0
- package/dist/src/components/TopicDetailMissionCarousel/TopicDetailMissionCarousel.vue.d.ts +59 -42
- package/dist/src/components/TopicDetailMissionCarouselItem/TopicDetailMissionCarouselItem.vue.d.ts +32 -24
- package/dist/src/components/TopicDetailMissionSpotlight/TopicDetailMissionSpotlight.vue.d.ts +16 -16
- package/dist/src/components/TopicDetailMore/TopicDetailMore.stories.d.ts +28 -19
- package/dist/src/components/TopicDetailMore/TopicDetailMore.vue.d.ts +28 -20
- package/dist/src/components/TopicDetailMoreItem/TopicDetailMoreItem.vue.d.ts +22 -14
- package/dist/src/components/TopicDetailStreamfield/TopicDetailStreamfield.vue.d.ts +70 -44
- package/dist/src/docs/foundation/DynamicTokens.vue.d.ts +2 -0
- package/dist/src/docs/foundation/FontVariants.vue.d.ts +2 -0
- package/dist/src/docs/foundation/grid_layouthelpers.stories.d.ts +4 -4
- package/dist/src/docs/utils/ColorRow.d.ts +6 -0
- package/dist/src/interfaces.d.ts +0 -1
- package/dist/src/main.d.ts +0 -1
- package/dist/src/store/theme.d.ts +0 -1
- package/dist/src/templates/PageAudioDetail/PageAudioDetail.vue.d.ts +6188 -0
- package/dist/src/templates/PageContent/PageContent.vue.d.ts +756 -1262
- package/dist/src/templates/PageEventDetail/PageEventDetail.vue.d.ts +638 -972
- package/dist/src/templates/PageImageDetail/PageImageDetail.vue.d.ts +17037 -0
- package/dist/src/templates/PageNewsDetail/PageNewsDetail.vue.d.ts +638 -912
- package/dist/src/templates/PageVideoDetail/PageVideoDetail.vue.d.ts +3017 -0
- package/dist/src/templates/edu/PageEduCollectionsDetail/PageEduCollectionsDetail.vue.d.ts +877 -0
- package/dist/src/templates/edu/PageEduEventDetail/PageEduEventDetail.vue.d.ts +14610 -0
- package/dist/src/templates/edu/PageEduExplainerArticle/PageEduExplainerArticle.vue.d.ts +15515 -0
- package/dist/src/templates/edu/PageEduGalleryDetail/PageEduGalleryDetail.vue.d.ts +18 -0
- package/dist/src/templates/edu/PageEduHome/PageEduHome.vue.d.ts +15 -0
- package/dist/src/templates/edu/PageEduLesson/PageEduLesson.vue.d.ts +909 -0
- package/dist/src/templates/edu/PageEduLesson/PageEduLessonSection.vue.d.ts +18 -0
- package/dist/src/templates/edu/PageEduMultimediaDetail/PageEduMultimediaDetail.vue.d.ts +24 -0
- package/dist/src/templates/edu/PageEduNewsDetail/PageEduNewsDetail.vue.d.ts +881 -0
- package/dist/src/templates/edu/PageEduStudentProject/PageEduStudentProject.vue.d.ts +894 -0
- package/dist/src/templates/edu/PageEduStudentProject/PageEduStudentProjectSection.vue.d.ts +20 -0
- package/dist/src/templates/edu/PageEduTeachableMoment/PageEduTeachableMoment.vue.d.ts +871 -0
- package/dist/src/templates/www/PageAsteroidWatchContent/PageAsteroidWatchContent.vue.d.ts +7 -0
- package/dist/src/templates/www/PageAsteroidWatchIndex/PageAsteroidWatchIndex.vue.d.ts +14087 -0
- package/dist/src/templates/www/PageCuratedGallery/PageCuratedGallery.vue.d.ts +13853 -0
- package/dist/src/templates/www/PageGoDirectory/PageGoDirectory.vue.d.ts +3422 -0
- package/dist/src/templates/www/PageHomepage/PageHomepage.vue.d.ts +5997 -0
- package/dist/src/templates/www/PageInfographicDetail/PageInfographicDetail.vue.d.ts +963 -0
- package/dist/src/templates/www/PageMaintenanceMode/PageMaintenanceMode.vue.d.ts +181 -0
- package/dist/src/templates/www/PageMissionDetail/PageMissionDetail.vue.d.ts +4792 -0
- package/dist/src/templates/www/PagePodcast/PagePodcast.vue.d.ts +7977 -0
- package/dist/src/templates/www/PagePodcastSeason/PagePodcastSeason.vue.d.ts +5783 -0
- package/dist/src/templates/www/PagePressKitIndex/PagePressKitIndex.vue.d.ts +3495 -0
- package/dist/src/templates/www/PageProfileDetail/PageProfileDetail.vue.d.ts +1135 -0
- package/dist/src/templates/www/PageRoboticsDetail/PageRoboticsDetail.stories.d.ts +17 -2
- package/dist/src/templates/www/PageRoboticsDetail/PageRoboticsDetail.vue.d.ts +14868 -0
- package/dist/src/templates/www/PageTimeline/BlockMilestone.vue.d.ts +326 -0
- package/dist/src/templates/www/PageTimeline/PageTimeline.vue.d.ts +2418 -0
- package/dist/src/templates/www/PageTopicDetail/PageTopicDetail.vue.d.ts +6277 -0
- package/dist/src/utils/anchorizeBlock.d.ts +0 -1
- package/dist/src/utils/anchorizeStreamfield.d.ts +0 -1
- package/dist/src/utils/mixins.d.ts +0 -1
- package/dist/src/utils/rangeifyGrades.d.ts +0 -1
- package/package.json +1 -1
- package/src/components/BlockCsrTable/BlockCsrTable.vue +4 -31
- package/src/components/BlockCsrTable/{CsrTestLimits.vue → CsrDetails.vue} +4 -5
- package/src/components/HomepageStats/HomepageStats.vue +1 -1
- package/dist/style.css +0 -1
- package/src/assets/fonts/archivo-narrow/ArchivoNarrow-Bold.woff2 +0 -0
- package/src/assets/fonts/archivo-narrow/ArchivoNarrow-BoldItalic.woff2 +0 -0
- package/src/assets/fonts/archivo-narrow/ArchivoNarrow-SemiBold.woff2 +0 -0
- package/src/assets/fonts/archivo-narrow/ArchivoNarrow-SemiBoldItalic.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-Bd.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-BdIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-Bold.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-It.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-Md.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-MdIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-Rg.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-XBd.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-XBdIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-Bd.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-BdIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-Bold.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-BoldIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-It.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-Italic.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-Md.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-MdIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-Medium.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-Rg.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Bd.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-BdIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Bold.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-BoldIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-It.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Italic.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Md.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-MdIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Medium.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Regular.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Rg.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Bd It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Black.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Blk It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Bold.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Hair It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Hairline.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Light.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Lt It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Md It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Medium.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Th It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Thin.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display XBd It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display XBlack.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display XBlk It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display XBold.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display XLight.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display XLt It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro Bd It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro Bold.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro ExtraBold.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro ExtraLight.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro Light.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro Lt It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro Md It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro Medium.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro XBd It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro XLt It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Bd It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Black.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Blk It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Bold.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text ExtraBold.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text ExtraLight.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Light.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Lt It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Md It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Medium.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Th It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Thin.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text XBd It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text XLt It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text.otf +0 -0
- package/src/assets/fonts/metropolis/Metropolis-Bold.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-BoldItalic.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-ExtraBold.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-Medium.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-MediumItalic.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-Regular.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-RegularItalic.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-SemiBold.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-SemiBoldItalic.woff2 +0 -0
- package/src/components/BlockCsrTable/CsrAttachment.vue +0 -40
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
|
-
|
|
3
2
|
declare const variants: {
|
|
4
3
|
readonly primary: "text-subtitle text-action can-hover:hover:text-action-dark";
|
|
5
4
|
readonly secondary: "text-subtitle text-action can-hover:hover:text-action-dark";
|
|
@@ -16,7 +15,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
16
15
|
};
|
|
17
16
|
/** If populated, a router-link will be generated. Overrides `href` */
|
|
18
17
|
to: {
|
|
19
|
-
type: (
|
|
18
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
20
19
|
default: undefined;
|
|
21
20
|
};
|
|
22
21
|
/** Maps to the `exact` prop in Nuxt's native `NuxtLink` component. If `true`, `active-class` will be applied to the link only if the current path is an exact match. Only affects router links. */
|
|
@@ -28,6 +27,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
28
27
|
type: StringConstructor;
|
|
29
28
|
default: undefined;
|
|
30
29
|
};
|
|
30
|
+
/** Links are normalized to add a trailing slash (handles links to files, query params etc.). Set to false to disable. */
|
|
31
|
+
addSlash: {
|
|
32
|
+
type: BooleanConstructor;
|
|
33
|
+
default: boolean;
|
|
34
|
+
};
|
|
31
35
|
title: {
|
|
32
36
|
type: StringConstructor;
|
|
33
37
|
default: undefined;
|
|
@@ -133,7 +137,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
133
137
|
};
|
|
134
138
|
/** If populated, a router-link will be generated. Overrides `href` */
|
|
135
139
|
to: {
|
|
136
|
-
type: (
|
|
140
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
137
141
|
default: undefined;
|
|
138
142
|
};
|
|
139
143
|
/** Maps to the `exact` prop in Nuxt's native `NuxtLink` component. If `true`, `active-class` will be applied to the link only if the current path is an exact match. Only affects router links. */
|
|
@@ -145,6 +149,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
145
149
|
type: StringConstructor;
|
|
146
150
|
default: undefined;
|
|
147
151
|
};
|
|
152
|
+
/** Links are normalized to add a trailing slash (handles links to files, query params etc.). Set to false to disable. */
|
|
153
|
+
addSlash: {
|
|
154
|
+
type: BooleanConstructor;
|
|
155
|
+
default: boolean;
|
|
156
|
+
};
|
|
148
157
|
title: {
|
|
149
158
|
type: StringConstructor;
|
|
150
159
|
default: undefined;
|
|
@@ -214,14 +223,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
214
223
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
215
224
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
216
225
|
}>, {
|
|
217
|
-
to: string | Record<string, any>;
|
|
218
226
|
title: string;
|
|
219
|
-
variant: "default" | "
|
|
220
|
-
|
|
221
|
-
target: string;
|
|
227
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
228
|
+
to: string | Record<string, any>;
|
|
222
229
|
exact: boolean;
|
|
230
|
+
href: string;
|
|
231
|
+
addSlash: boolean;
|
|
223
232
|
ariaLabel: string;
|
|
224
233
|
linkClass: string;
|
|
234
|
+
target: string;
|
|
225
235
|
externalTargetBlank: boolean;
|
|
226
236
|
caret: boolean;
|
|
227
237
|
caretWrapperClass: string;
|
|
@@ -61,7 +61,7 @@ export function BaseStory(args: any): {
|
|
|
61
61
|
}, {}, {
|
|
62
62
|
BaseButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
63
63
|
variant: {
|
|
64
|
-
type: import('vue').PropType<"
|
|
64
|
+
type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
|
|
65
65
|
required: false;
|
|
66
66
|
default: string;
|
|
67
67
|
validator: (prop: string) => boolean;
|
|
@@ -87,7 +87,7 @@ export function BaseStory(args: any): {
|
|
|
87
87
|
required: false;
|
|
88
88
|
};
|
|
89
89
|
to: {
|
|
90
|
-
type: (
|
|
90
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
91
91
|
required: false;
|
|
92
92
|
default: undefined;
|
|
93
93
|
};
|
|
@@ -103,7 +103,7 @@ export function BaseStory(args: any): {
|
|
|
103
103
|
variantClass(): string;
|
|
104
104
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
105
105
|
variant: {
|
|
106
|
-
type: import('vue').PropType<"
|
|
106
|
+
type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
|
|
107
107
|
required: false;
|
|
108
108
|
default: string;
|
|
109
109
|
validator: (prop: string) => boolean;
|
|
@@ -129,7 +129,7 @@ export function BaseStory(args: any): {
|
|
|
129
129
|
required: false;
|
|
130
130
|
};
|
|
131
131
|
to: {
|
|
132
|
-
type: (
|
|
132
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
133
133
|
required: false;
|
|
134
134
|
default: undefined;
|
|
135
135
|
};
|
|
@@ -141,13 +141,13 @@ export function BaseStory(args: any): {
|
|
|
141
141
|
}>> & Readonly<{
|
|
142
142
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
143
143
|
}>, {
|
|
144
|
+
variant: "primary" | "secondary" | "dark" | "social";
|
|
144
145
|
to: string | Record<string, any>;
|
|
145
|
-
disabled: boolean;
|
|
146
|
-
variant: "secondary" | "primary" | "dark" | "social";
|
|
147
146
|
href: string;
|
|
148
147
|
ariaLabel: string;
|
|
149
148
|
compact: boolean;
|
|
150
149
|
blockClasses: string;
|
|
150
|
+
disabled: boolean;
|
|
151
151
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
152
152
|
BaseHeading: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
153
153
|
level: {
|
|
@@ -249,7 +249,7 @@ export function CustomTrigger(args: any): {
|
|
|
249
249
|
}, {}, {
|
|
250
250
|
BaseButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
251
251
|
variant: {
|
|
252
|
-
type: import('vue').PropType<"
|
|
252
|
+
type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
|
|
253
253
|
required: false;
|
|
254
254
|
default: string;
|
|
255
255
|
validator: (prop: string) => boolean;
|
|
@@ -275,7 +275,7 @@ export function CustomTrigger(args: any): {
|
|
|
275
275
|
required: false;
|
|
276
276
|
};
|
|
277
277
|
to: {
|
|
278
|
-
type: (
|
|
278
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
279
279
|
required: false;
|
|
280
280
|
default: undefined;
|
|
281
281
|
};
|
|
@@ -291,7 +291,7 @@ export function CustomTrigger(args: any): {
|
|
|
291
291
|
variantClass(): string;
|
|
292
292
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
293
293
|
variant: {
|
|
294
|
-
type: import('vue').PropType<"
|
|
294
|
+
type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
|
|
295
295
|
required: false;
|
|
296
296
|
default: string;
|
|
297
297
|
validator: (prop: string) => boolean;
|
|
@@ -317,7 +317,7 @@ export function CustomTrigger(args: any): {
|
|
|
317
317
|
required: false;
|
|
318
318
|
};
|
|
319
319
|
to: {
|
|
320
|
-
type: (
|
|
320
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
321
321
|
required: false;
|
|
322
322
|
default: undefined;
|
|
323
323
|
};
|
|
@@ -329,13 +329,13 @@ export function CustomTrigger(args: any): {
|
|
|
329
329
|
}>> & Readonly<{
|
|
330
330
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
331
331
|
}>, {
|
|
332
|
+
variant: "primary" | "secondary" | "dark" | "social";
|
|
332
333
|
to: string | Record<string, any>;
|
|
333
|
-
disabled: boolean;
|
|
334
|
-
variant: "secondary" | "primary" | "dark" | "social";
|
|
335
334
|
href: string;
|
|
336
335
|
ariaLabel: string;
|
|
337
336
|
compact: boolean;
|
|
338
337
|
blockClasses: string;
|
|
338
|
+
disabled: boolean;
|
|
339
339
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
340
340
|
BaseHeading: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
341
341
|
level: {
|
|
@@ -384,7 +384,7 @@ export function CustomTrigger(args: any): {
|
|
|
384
384
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
385
385
|
BaseButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
386
386
|
variant: {
|
|
387
|
-
type: import('vue').PropType<"
|
|
387
|
+
type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
|
|
388
388
|
required: false;
|
|
389
389
|
default: string;
|
|
390
390
|
validator: (prop: string) => boolean;
|
|
@@ -410,7 +410,7 @@ export function CustomTrigger(args: any): {
|
|
|
410
410
|
required: false;
|
|
411
411
|
};
|
|
412
412
|
to: {
|
|
413
|
-
type: (
|
|
413
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
414
414
|
required: false;
|
|
415
415
|
default: undefined;
|
|
416
416
|
};
|
|
@@ -426,7 +426,7 @@ export function CustomTrigger(args: any): {
|
|
|
426
426
|
variantClass(): string;
|
|
427
427
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
428
428
|
variant: {
|
|
429
|
-
type: import('vue').PropType<"
|
|
429
|
+
type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
|
|
430
430
|
required: false;
|
|
431
431
|
default: string;
|
|
432
432
|
validator: (prop: string) => boolean;
|
|
@@ -452,7 +452,7 @@ export function CustomTrigger(args: any): {
|
|
|
452
452
|
required: false;
|
|
453
453
|
};
|
|
454
454
|
to: {
|
|
455
|
-
type: (
|
|
455
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
456
456
|
required: false;
|
|
457
457
|
default: undefined;
|
|
458
458
|
};
|
|
@@ -464,13 +464,13 @@ export function CustomTrigger(args: any): {
|
|
|
464
464
|
}>> & Readonly<{
|
|
465
465
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
466
466
|
}>, {
|
|
467
|
+
variant: "primary" | "secondary" | "dark" | "social";
|
|
467
468
|
to: string | Record<string, any>;
|
|
468
|
-
disabled: boolean;
|
|
469
|
-
variant: "secondary" | "primary" | "dark" | "social";
|
|
470
469
|
href: string;
|
|
471
470
|
ariaLabel: string;
|
|
472
471
|
compact: boolean;
|
|
473
472
|
blockClasses: string;
|
|
473
|
+
disabled: boolean;
|
|
474
474
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
475
475
|
};
|
|
476
476
|
template: string;
|
|
@@ -527,7 +527,7 @@ export function Nested(args: any): {
|
|
|
527
527
|
}, {}, {
|
|
528
528
|
BaseButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
529
529
|
variant: {
|
|
530
|
-
type: import('vue').PropType<"
|
|
530
|
+
type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
|
|
531
531
|
required: false;
|
|
532
532
|
default: string;
|
|
533
533
|
validator: (prop: string) => boolean;
|
|
@@ -553,7 +553,7 @@ export function Nested(args: any): {
|
|
|
553
553
|
required: false;
|
|
554
554
|
};
|
|
555
555
|
to: {
|
|
556
|
-
type: (
|
|
556
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
557
557
|
required: false;
|
|
558
558
|
default: undefined;
|
|
559
559
|
};
|
|
@@ -569,7 +569,7 @@ export function Nested(args: any): {
|
|
|
569
569
|
variantClass(): string;
|
|
570
570
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
571
571
|
variant: {
|
|
572
|
-
type: import('vue').PropType<"
|
|
572
|
+
type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
|
|
573
573
|
required: false;
|
|
574
574
|
default: string;
|
|
575
575
|
validator: (prop: string) => boolean;
|
|
@@ -595,7 +595,7 @@ export function Nested(args: any): {
|
|
|
595
595
|
required: false;
|
|
596
596
|
};
|
|
597
597
|
to: {
|
|
598
|
-
type: (
|
|
598
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
599
599
|
required: false;
|
|
600
600
|
default: undefined;
|
|
601
601
|
};
|
|
@@ -607,13 +607,13 @@ export function Nested(args: any): {
|
|
|
607
607
|
}>> & Readonly<{
|
|
608
608
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
609
609
|
}>, {
|
|
610
|
+
variant: "primary" | "secondary" | "dark" | "social";
|
|
610
611
|
to: string | Record<string, any>;
|
|
611
|
-
disabled: boolean;
|
|
612
|
-
variant: "secondary" | "primary" | "dark" | "social";
|
|
613
612
|
href: string;
|
|
614
613
|
ariaLabel: string;
|
|
615
614
|
compact: boolean;
|
|
616
615
|
blockClasses: string;
|
|
616
|
+
disabled: boolean;
|
|
617
617
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
618
618
|
BaseHeading: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
619
619
|
level: {
|
|
@@ -662,7 +662,7 @@ export function Nested(args: any): {
|
|
|
662
662
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
663
663
|
BaseButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
664
664
|
variant: {
|
|
665
|
-
type: import('vue').PropType<"
|
|
665
|
+
type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
|
|
666
666
|
required: false;
|
|
667
667
|
default: string;
|
|
668
668
|
validator: (prop: string) => boolean;
|
|
@@ -688,7 +688,7 @@ export function Nested(args: any): {
|
|
|
688
688
|
required: false;
|
|
689
689
|
};
|
|
690
690
|
to: {
|
|
691
|
-
type: (
|
|
691
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
692
692
|
required: false;
|
|
693
693
|
default: undefined;
|
|
694
694
|
};
|
|
@@ -704,7 +704,7 @@ export function Nested(args: any): {
|
|
|
704
704
|
variantClass(): string;
|
|
705
705
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
706
706
|
variant: {
|
|
707
|
-
type: import('vue').PropType<"
|
|
707
|
+
type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
|
|
708
708
|
required: false;
|
|
709
709
|
default: string;
|
|
710
710
|
validator: (prop: string) => boolean;
|
|
@@ -730,7 +730,7 @@ export function Nested(args: any): {
|
|
|
730
730
|
required: false;
|
|
731
731
|
};
|
|
732
732
|
to: {
|
|
733
|
-
type: (
|
|
733
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
734
734
|
required: false;
|
|
735
735
|
default: undefined;
|
|
736
736
|
};
|
|
@@ -742,13 +742,13 @@ export function Nested(args: any): {
|
|
|
742
742
|
}>> & Readonly<{
|
|
743
743
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
744
744
|
}>, {
|
|
745
|
+
variant: "primary" | "secondary" | "dark" | "social";
|
|
745
746
|
to: string | Record<string, any>;
|
|
746
|
-
disabled: boolean;
|
|
747
|
-
variant: "secondary" | "primary" | "dark" | "social";
|
|
748
747
|
href: string;
|
|
749
748
|
ariaLabel: string;
|
|
750
749
|
compact: boolean;
|
|
751
750
|
blockClasses: string;
|
|
751
|
+
disabled: boolean;
|
|
752
752
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
753
753
|
};
|
|
754
754
|
template: string;
|
|
@@ -787,7 +787,7 @@ export function Dialog(args: any): {
|
|
|
787
787
|
}, {}, {
|
|
788
788
|
BaseButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
789
789
|
variant: {
|
|
790
|
-
type: import('vue').PropType<"
|
|
790
|
+
type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
|
|
791
791
|
required: false;
|
|
792
792
|
default: string;
|
|
793
793
|
validator: (prop: string) => boolean;
|
|
@@ -813,7 +813,7 @@ export function Dialog(args: any): {
|
|
|
813
813
|
required: false;
|
|
814
814
|
};
|
|
815
815
|
to: {
|
|
816
|
-
type: (
|
|
816
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
817
817
|
required: false;
|
|
818
818
|
default: undefined;
|
|
819
819
|
};
|
|
@@ -829,7 +829,7 @@ export function Dialog(args: any): {
|
|
|
829
829
|
variantClass(): string;
|
|
830
830
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
831
831
|
variant: {
|
|
832
|
-
type: import('vue').PropType<"
|
|
832
|
+
type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
|
|
833
833
|
required: false;
|
|
834
834
|
default: string;
|
|
835
835
|
validator: (prop: string) => boolean;
|
|
@@ -855,7 +855,7 @@ export function Dialog(args: any): {
|
|
|
855
855
|
required: false;
|
|
856
856
|
};
|
|
857
857
|
to: {
|
|
858
|
-
type: (
|
|
858
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
859
859
|
required: false;
|
|
860
860
|
default: undefined;
|
|
861
861
|
};
|
|
@@ -867,13 +867,13 @@ export function Dialog(args: any): {
|
|
|
867
867
|
}>> & Readonly<{
|
|
868
868
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
869
869
|
}>, {
|
|
870
|
+
variant: "primary" | "secondary" | "dark" | "social";
|
|
870
871
|
to: string | Record<string, any>;
|
|
871
|
-
disabled: boolean;
|
|
872
|
-
variant: "secondary" | "primary" | "dark" | "social";
|
|
873
872
|
href: string;
|
|
874
873
|
ariaLabel: string;
|
|
875
874
|
compact: boolean;
|
|
876
875
|
blockClasses: string;
|
|
876
|
+
disabled: boolean;
|
|
877
877
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
878
878
|
BaseHeading: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
879
879
|
level: {
|
|
@@ -959,7 +959,7 @@ export function DialogWithHeader(args: any): {
|
|
|
959
959
|
}, {}, {
|
|
960
960
|
BaseButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
961
961
|
variant: {
|
|
962
|
-
type: import('vue').PropType<"
|
|
962
|
+
type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
|
|
963
963
|
required: false;
|
|
964
964
|
default: string;
|
|
965
965
|
validator: (prop: string) => boolean;
|
|
@@ -985,7 +985,7 @@ export function DialogWithHeader(args: any): {
|
|
|
985
985
|
required: false;
|
|
986
986
|
};
|
|
987
987
|
to: {
|
|
988
|
-
type: (
|
|
988
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
989
989
|
required: false;
|
|
990
990
|
default: undefined;
|
|
991
991
|
};
|
|
@@ -1001,7 +1001,7 @@ export function DialogWithHeader(args: any): {
|
|
|
1001
1001
|
variantClass(): string;
|
|
1002
1002
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1003
1003
|
variant: {
|
|
1004
|
-
type: import('vue').PropType<"
|
|
1004
|
+
type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
|
|
1005
1005
|
required: false;
|
|
1006
1006
|
default: string;
|
|
1007
1007
|
validator: (prop: string) => boolean;
|
|
@@ -1027,7 +1027,7 @@ export function DialogWithHeader(args: any): {
|
|
|
1027
1027
|
required: false;
|
|
1028
1028
|
};
|
|
1029
1029
|
to: {
|
|
1030
|
-
type: (
|
|
1030
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1031
1031
|
required: false;
|
|
1032
1032
|
default: undefined;
|
|
1033
1033
|
};
|
|
@@ -1039,13 +1039,13 @@ export function DialogWithHeader(args: any): {
|
|
|
1039
1039
|
}>> & Readonly<{
|
|
1040
1040
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
1041
1041
|
}>, {
|
|
1042
|
+
variant: "primary" | "secondary" | "dark" | "social";
|
|
1042
1043
|
to: string | Record<string, any>;
|
|
1043
|
-
disabled: boolean;
|
|
1044
|
-
variant: "secondary" | "primary" | "dark" | "social";
|
|
1045
1044
|
href: string;
|
|
1046
1045
|
ariaLabel: string;
|
|
1047
1046
|
compact: boolean;
|
|
1048
1047
|
blockClasses: string;
|
|
1048
|
+
disabled: boolean;
|
|
1049
1049
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1050
1050
|
BaseHeading: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1051
1051
|
level: {
|
|
@@ -46,7 +46,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
46
46
|
}, {}, {
|
|
47
47
|
BaseButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
48
48
|
variant: {
|
|
49
|
-
type: import('vue').PropType<"
|
|
49
|
+
type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
|
|
50
50
|
required: false;
|
|
51
51
|
default: string;
|
|
52
52
|
validator: (prop: string) => boolean;
|
|
@@ -72,7 +72,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
72
72
|
required: false;
|
|
73
73
|
};
|
|
74
74
|
to: {
|
|
75
|
-
type: (
|
|
75
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
76
76
|
required: false;
|
|
77
77
|
default: undefined;
|
|
78
78
|
};
|
|
@@ -88,7 +88,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
88
88
|
variantClass(): string;
|
|
89
89
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
90
90
|
variant: {
|
|
91
|
-
type: import('vue').PropType<"
|
|
91
|
+
type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
|
|
92
92
|
required: false;
|
|
93
93
|
default: string;
|
|
94
94
|
validator: (prop: string) => boolean;
|
|
@@ -114,7 +114,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
114
114
|
required: false;
|
|
115
115
|
};
|
|
116
116
|
to: {
|
|
117
|
-
type: (
|
|
117
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
118
118
|
required: false;
|
|
119
119
|
default: undefined;
|
|
120
120
|
};
|
|
@@ -126,13 +126,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
126
126
|
}>> & Readonly<{
|
|
127
127
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
128
128
|
}>, {
|
|
129
|
+
variant: "primary" | "secondary" | "dark" | "social";
|
|
129
130
|
to: string | Record<string, any>;
|
|
130
|
-
disabled: boolean;
|
|
131
|
-
variant: "secondary" | "primary" | "dark" | "social";
|
|
132
131
|
href: string;
|
|
133
132
|
ariaLabel: string;
|
|
134
133
|
compact: boolean;
|
|
135
134
|
blockClasses: string;
|
|
135
|
+
disabled: boolean;
|
|
136
136
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
137
137
|
BaseHeading: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
138
138
|
level: {
|
|
@@ -26,7 +26,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
26
26
|
}, {}, {
|
|
27
27
|
BaseButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
28
28
|
variant: {
|
|
29
|
-
type: import('vue').PropType<"
|
|
29
|
+
type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
|
|
30
30
|
required: false;
|
|
31
31
|
default: string;
|
|
32
32
|
validator: (prop: string) => boolean;
|
|
@@ -52,7 +52,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
52
52
|
required: false;
|
|
53
53
|
};
|
|
54
54
|
to: {
|
|
55
|
-
type: (
|
|
55
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
56
56
|
required: false;
|
|
57
57
|
default: undefined;
|
|
58
58
|
};
|
|
@@ -68,7 +68,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
68
68
|
variantClass(): string;
|
|
69
69
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
70
70
|
variant: {
|
|
71
|
-
type: import('vue').PropType<"
|
|
71
|
+
type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
|
|
72
72
|
required: false;
|
|
73
73
|
default: string;
|
|
74
74
|
validator: (prop: string) => boolean;
|
|
@@ -94,7 +94,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
94
94
|
required: false;
|
|
95
95
|
};
|
|
96
96
|
to: {
|
|
97
|
-
type: (
|
|
97
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
98
98
|
required: false;
|
|
99
99
|
default: undefined;
|
|
100
100
|
};
|
|
@@ -106,13 +106,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
106
106
|
}>> & Readonly<{
|
|
107
107
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
108
108
|
}>, {
|
|
109
|
+
variant: "primary" | "secondary" | "dark" | "social";
|
|
109
110
|
to: string | Record<string, any>;
|
|
110
|
-
disabled: boolean;
|
|
111
|
-
variant: "secondary" | "primary" | "dark" | "social";
|
|
112
111
|
href: string;
|
|
113
112
|
ariaLabel: string;
|
|
114
113
|
compact: boolean;
|
|
115
114
|
blockClasses: string;
|
|
115
|
+
disabled: boolean;
|
|
116
116
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
117
117
|
BaseHeading: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
118
118
|
level: {
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { ContentTypeKey } from './../../interfaces.ts';
|
|
2
|
-
|
|
3
2
|
declare const variantMap: {
|
|
4
3
|
readonly primary: "bg-primary border-primary";
|
|
5
4
|
readonly 'primary-inverted': "bg-gray-light-mid !text-primary-darker border-gray-light-mid";
|
|
@@ -8,9 +7,9 @@ declare const variantMap: {
|
|
|
8
7
|
};
|
|
9
8
|
type VariantMapKey = keyof typeof variantMap;
|
|
10
9
|
declare const sizeMap: {
|
|
11
|
-
readonly sm: "text-
|
|
12
|
-
readonly md: "text-
|
|
13
|
-
readonly lg: "text-
|
|
10
|
+
readonly sm: "text-subtitle border-t-2 py-1 px-2.5";
|
|
11
|
+
readonly md: "text-subtitle lg:text-base border-t py-1.5 px-3.5";
|
|
12
|
+
readonly lg: "text-subtitle lg:text-lg border-t py-1.5 px-5";
|
|
14
13
|
};
|
|
15
14
|
type SizeMapKey = keyof typeof sizeMap;
|
|
16
15
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -72,9 +71,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
72
71
|
default: undefined;
|
|
73
72
|
};
|
|
74
73
|
}>> & Readonly<{}>, {
|
|
75
|
-
text: string;
|
|
76
|
-
variant: "secondary" | "primary" | "primary-inverted" | "action";
|
|
77
74
|
size: "sm" | "md" | "lg";
|
|
75
|
+
text: string;
|
|
76
|
+
variant: "primary" | "primary-inverted" | "secondary" | "action";
|
|
78
77
|
contentType: "EDUNewsPage" | "EDUEventPage" | "EDUCollectionsDetailPage" | "EDUExplainerArticlePage" | "EDULessonPage" | "EDUTeachableMomentPage" | "EDUStudentProjectPage" | "EDUImageDetailPage" | "EDUInfographicDetailPage" | "EDUDocumentDetailPage" | "EDUVideoDetailPage" | "EDUGalleryDetailPage";
|
|
79
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {},
|
|
78
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLParagraphElement>;
|
|
80
79
|
export default _default;
|
|
@@ -75,9 +75,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
75
75
|
};
|
|
76
76
|
}>> & Readonly<{}>, {
|
|
77
77
|
transition: string;
|
|
78
|
-
scale: number;
|
|
79
|
-
rows: number;
|
|
80
78
|
words: unknown[];
|
|
79
|
+
rows: number;
|
|
80
|
+
scale: number;
|
|
81
81
|
transitionDuration: number;
|
|
82
82
|
transitionDelay: number;
|
|
83
83
|
pauseOnHover: boolean;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { ImageBlock } from '../../interfaces';
|
|
2
|
-
|
|
3
2
|
interface AccordionItemCharBlock {
|
|
4
3
|
blockType: 'CharBlock';
|
|
5
4
|
value: string;
|
|
@@ -21,31 +20,10 @@ export interface AccordionBlockObject {
|
|
|
21
20
|
accordionItemsHeadingLevel: string;
|
|
22
21
|
accordionItems: AccordionItemBlock[];
|
|
23
22
|
}
|
|
24
|
-
interface BlockAccordionProps {
|
|
23
|
+
export interface BlockAccordionProps {
|
|
25
24
|
data: AccordionBlockObject;
|
|
26
25
|
}
|
|
27
|
-
declare const _default: import('vue').DefineComponent<import('vue').
|
|
28
|
-
data: undefined;
|
|
29
|
-
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<BlockAccordionProps>, {
|
|
30
|
-
data: undefined;
|
|
31
|
-
}>>> & Readonly<{}>, {
|
|
26
|
+
declare const _default: import('vue').DefineComponent<BlockAccordionProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<BlockAccordionProps> & Readonly<{}>, {
|
|
32
27
|
data: AccordionBlockObject;
|
|
33
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
28
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
34
29
|
export default _default;
|
|
35
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
36
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
37
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
38
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
39
|
-
} : {
|
|
40
|
-
type: import('vue').PropType<T[K]>;
|
|
41
|
-
required: true;
|
|
42
|
-
};
|
|
43
|
-
};
|
|
44
|
-
type __VLS_WithDefaults<P, D> = {
|
|
45
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
46
|
-
default: D[K];
|
|
47
|
-
}> : P[K];
|
|
48
|
-
};
|
|
49
|
-
type __VLS_Prettify<T> = {
|
|
50
|
-
[K in keyof T]: T[K];
|
|
51
|
-
} & {};
|