@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.
Files changed (335) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/components.d.ts +4 -0
  3. package/dist/explorer-1-vue.css +1 -0
  4. package/dist/explorer-1-vue.d.ts +1 -1
  5. package/dist/explorer-1-vue.js +39784 -31438
  6. package/dist/explorer-1-vue.umd.cjs +58 -66
  7. package/dist/src/App.vue.d.ts +2 -0
  8. package/dist/src/components/AboutTheAuthor/AboutTheAuthor.vue.d.ts +27 -0
  9. package/dist/src/components/AsteroidWatchWidget/AsteroidWatchWidget.vue.d.ts +17 -9
  10. package/dist/src/components/BackToTop/BackToTop.stories.d.ts +6 -6
  11. package/dist/src/components/BackToTop/BackToTop.vue.d.ts +6 -7
  12. package/dist/src/components/BaseAccordionItem/BaseAccordionItem.vue.d.ts +48 -43
  13. package/dist/src/components/BaseButton/BaseButton.stories.d.ts +6 -6
  14. package/dist/src/components/BaseButton/BaseButton.vue.d.ts +4 -5
  15. package/dist/src/components/BaseCheckboxGroup/BaseCheckboxGroup.vue.d.ts +0 -1
  16. package/dist/src/components/BaseHeading/BaseHeading.vue.d.ts +0 -1
  17. package/dist/src/components/BaseImage/BaseImage.stories.d.ts +5 -5
  18. package/dist/src/components/BaseImage/BaseImage.vue.d.ts +3 -4
  19. package/dist/src/components/BaseImageCaption/BaseImageCaption.stories.d.ts +13 -0
  20. package/dist/src/components/BaseImageCaption/BaseImageCaption.vue.d.ts +17 -9
  21. package/dist/src/components/BaseImagePlaceholder/BaseImagePlaceholder.vue.d.ts +0 -1
  22. package/dist/src/components/BaseLink/BaseLink.vue.d.ts +17 -7
  23. package/dist/src/components/BaseModal/BaseModal.stories.d.ts +42 -42
  24. package/dist/src/components/BaseModal/BaseModal.vue.d.ts +6 -6
  25. package/dist/src/components/BaseModal/BaseModalDialog.vue.d.ts +6 -6
  26. package/dist/src/components/BasePill/BasePill.vue.d.ts +6 -7
  27. package/dist/src/components/BaseRadioGroup/BaseRadioGroup.vue.d.ts +0 -1
  28. package/dist/src/components/BaseSwimlane/BaseSwimlane.vue.d.ts +2 -2
  29. package/dist/src/components/BaseTimer/BaseTimer.vue.d.ts +0 -1
  30. package/dist/src/components/BaseUnitToggle/BaseUnitToggle.vue.d.ts +0 -1
  31. package/dist/src/components/BaseVideo/BaseVideo.vue.d.ts +0 -1
  32. package/dist/src/components/BlockAccordion/BlockAccordion.vue.d.ts +3 -25
  33. package/dist/src/components/BlockAudio/BlockAudio.vue.d.ts +6 -7
  34. package/dist/src/components/BlockCardGrid/BlockCardGrid.vue.d.ts +51 -34
  35. package/dist/src/components/BlockCardGridItem/BlockCardGridItem.vue.d.ts +24 -16
  36. package/dist/src/components/BlockCardGridItem/BlockCardGridItemElement.vue.d.ts +7 -8
  37. package/dist/src/components/BlockCircleImageCard/BlockCircleImageCard.vue.d.ts +5 -5
  38. package/dist/src/components/BlockCsrTable/BlockCsrTable.stories.d.ts +23 -0
  39. package/dist/src/components/BlockCsrTable/BlockCsrTable.vue.d.ts +7 -28
  40. package/dist/src/components/BlockCsrTable/CsrAttachment.vue.d.ts +4 -23
  41. package/dist/src/components/BlockCsrTable/CsrTestLimits.vue.d.ts +2 -24
  42. package/dist/src/components/BlockCsrTable/CsrTestLimitsTable.vue.d.ts +6 -24
  43. package/dist/src/components/BlockCta/BlockCta.vue.d.ts +6 -7
  44. package/dist/src/components/BlockDialog/BlockDialog.vue.d.ts +57 -0
  45. package/dist/src/components/BlockGist/BlockGist.vue.d.ts +4 -12
  46. package/dist/src/components/BlockGist/GitHub404.vue.d.ts +1 -1
  47. package/dist/src/components/BlockHeading/BlockHeading.vue.d.ts +0 -1
  48. package/dist/src/components/BlockIframeEmbed/BlockIframeEmbed.vue.d.ts +17 -9
  49. package/dist/src/components/BlockImage/BlockImage.stories.d.ts +282 -174
  50. package/dist/src/components/BlockImage/BlockImage.vue.d.ts +47 -30
  51. package/dist/src/components/BlockImage/BlockImageFullBleed.vue.d.ts +23 -15
  52. package/dist/src/components/BlockImage/BlockImageStandard.vue.d.ts +23 -15
  53. package/dist/src/components/BlockImageCarousel/BlockImageCarousel.vue.d.ts +28 -20
  54. package/dist/src/components/BlockImageCarouselItem/BlockImageCarouselItem.vue.d.ts +22 -14
  55. package/dist/src/components/BlockImageComparison/BlockImageComparison.vue.d.ts +17 -9
  56. package/dist/src/components/BlockImageGallery/BlockImageGallery.vue.d.ts +33 -25
  57. package/dist/src/components/BlockInlineImage/BlockInlineImage.vue.d.ts +22 -14
  58. package/dist/src/components/BlockKeyPoints/BlockKeyPoints.vue.d.ts +4 -5
  59. package/dist/src/components/BlockLinkCard/BlockLinkCard.stories.d.ts +24 -16
  60. package/dist/src/components/BlockLinkCard/BlockLinkCard.vue.d.ts +40 -194
  61. package/dist/src/components/BlockLinkCard/BlockLinkCardCollectionLg.vue.d.ts +4 -34
  62. package/dist/src/components/BlockLinkCardList/BlockLinkCardList.vue.d.ts +2 -24
  63. package/dist/src/components/BlockLinkCarousel/BlockLinkCarousel.stories.d.ts +92 -227
  64. package/dist/src/components/BlockLinkCarousel/BlockLinkCarousel.vue.d.ts +92 -228
  65. package/dist/src/components/BlockLinkTile/BlockLinkTile.vue.d.ts +25 -17
  66. package/dist/src/components/BlockListCards/BlockListCards.vue.d.ts +22 -14
  67. package/dist/src/components/BlockNewsletterSignup/BlockNewsletterSignup.vue.d.ts +18 -111
  68. package/dist/src/components/BlockQuote/BlockQuote.stories.d.ts +85 -40
  69. package/dist/src/components/BlockQuote/BlockQuote.vue.d.ts +17 -9
  70. package/dist/src/components/BlockRelatedLinks/BlockRelatedLinks.vue.d.ts +19 -11
  71. package/dist/src/components/BlockRelatedLinks/RelatedLink.vue.d.ts +19 -10
  72. package/dist/src/components/BlockRichTable/BlockRichTable.vue.d.ts +23 -15
  73. package/dist/src/components/BlockStreamfield/BlockStreamfield.stories.d.ts +46 -0
  74. package/dist/src/components/BlockStreamfield/BlockStreamfield.vue.d.ts +475 -622
  75. package/dist/src/components/BlockTeaser/BlockTeaser.vue.d.ts +14 -14
  76. package/dist/src/components/BlockVideo/BlockVideo.vue.d.ts +17 -9
  77. package/dist/src/components/BlockVideoEmbed/BlockVideoEmbed.vue.d.ts +17 -9
  78. package/dist/src/components/CalendarButton/CalendarButton.vue.d.ts +7 -8
  79. package/dist/src/components/CalendarChip/CalendarChip.vue.d.ts +3 -28
  80. package/dist/src/components/DetailHeadline/DetailHeadline.vue.d.ts +24 -16
  81. package/dist/src/components/DsnWidget/DsnWidget.vue.d.ts +17 -9
  82. package/dist/src/components/EduSubjectIcon/EduSubjectIcon.vue.d.ts +2 -23
  83. package/dist/src/components/EventCard/EventCard.vue.d.ts +26 -88
  84. package/dist/src/components/EventDetailHero/EventDetailHero.stories.d.ts +6 -0
  85. package/dist/src/components/EventDetailHero/EventDetailHero.vue.d.ts +8 -35
  86. package/dist/src/components/FormContact/FormContact.stories.d.ts +31 -193
  87. package/dist/src/components/FormContact/FormContact.vue.d.ts +31 -193
  88. package/dist/src/components/FormNewsletterSignup/FormNewsletterSignup.stories.d.ts +19 -111
  89. package/dist/src/components/FormNewsletterSignup/FormNewsletterSignup.vue.d.ts +19 -111
  90. package/dist/src/components/HeroInlineMedia/HeroInlineMedia.vue.d.ts +3 -27
  91. package/dist/src/components/HeroLarge/HeroLarge.stories.d.ts +81 -8
  92. package/dist/src/components/HeroLarge/HeroLarge.vue.d.ts +7 -8
  93. package/dist/src/components/HeroListingIndex/HeroListingIndex.vue.d.ts +22 -14
  94. package/dist/src/components/HeroMedia/HeroMedia.vue.d.ts +19 -11
  95. package/dist/src/components/HeroMedium/HeroMedium.stories.d.ts +32 -5
  96. package/dist/src/components/HeroMedium/HeroMedium.vue.d.ts +22 -14
  97. package/dist/src/components/HeroMedium/HeroSmall.stories.d.ts +39 -11
  98. package/dist/src/components/HomepageCarousel/HomepageCarousel.vue.d.ts +34 -17
  99. package/dist/src/components/HomepageCarouselItem/HomepageCarouselItem.vue.d.ts +17 -9
  100. package/dist/src/components/HomepageEmbedBlock/HomepageEmbedBlock.vue.d.ts +17 -9
  101. package/dist/src/components/HomepageFeaturedRobot/HomepageFeaturedRobot.vue.d.ts +11 -12
  102. package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.stories.d.ts +17 -8
  103. package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.vue.d.ts +40 -23
  104. package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarouselItem.vue.d.ts +17 -8
  105. package/dist/src/components/HomepageStats/HomepageStats.stories.d.ts +264 -156
  106. package/dist/src/components/HomepageStats/HomepageStats.vue.d.ts +44 -27
  107. package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlock.vue.d.ts +27 -18
  108. package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlockCardImage.vue.d.ts +5 -5
  109. package/dist/src/components/ImageDetailContextImage/ImageDetailContextImage.vue.d.ts +5 -5
  110. package/dist/src/components/LayoutHelper/LayoutHelper.vue.d.ts +1 -1
  111. package/dist/src/components/LogoTribrand/LogoTribrand.stories.d.ts +7 -7
  112. package/dist/src/components/MetaPanel/MetaPanel.vue.d.ts +42 -0
  113. package/dist/src/components/MetaPanelAccordion/MetaPanelAccordion.vue.d.ts +8 -0
  114. package/dist/src/components/MetaPanelItems/MetaPanelItems.vue.d.ts +17 -0
  115. package/dist/src/components/MetadataEduResource/MetadataEduResource.vue.d.ts +4 -32
  116. package/dist/src/components/MetadataEvent/MetadataEvent.vue.d.ts +3 -33
  117. package/dist/src/components/MissionDetailAbout/MissionDetailAbout.vue.d.ts +0 -1
  118. package/dist/src/components/MissionDetailHero/MissionDetailHero.vue.d.ts +7 -8
  119. package/dist/src/components/MissionDetailHighlights/MissionDetailHighlights.vue.d.ts +23 -15
  120. package/dist/src/components/MissionDetailHighlights/MissionDetailHighlightsCarousel.vue.d.ts +23 -15
  121. package/dist/src/components/MissionDetailHighlights/MissionDetailHighlightsCarouselItem.vue.d.ts +17 -9
  122. package/dist/src/components/MissionDetailInlineImage/MissionDetailInlineImage.vue.d.ts +22 -14
  123. package/dist/src/components/MissionDetailStats/DistanceStats.vue.d.ts +0 -1
  124. package/dist/src/components/MissionDetailStats/MissionDetailStats.stories.d.ts +33 -33
  125. package/dist/src/components/MissionDetailStats/MissionDetailStats.vue.d.ts +13 -14
  126. package/dist/src/components/MissionDetailStats/MissionDetailStatsMicro.vue.d.ts +10 -11
  127. package/dist/src/components/MissionDetailStats/MissionDetailStatsMini.vue.d.ts +10 -11
  128. package/dist/src/components/MissionDetailStreamfield/MissionDetailStreamfield.vue.d.ts +61 -35
  129. package/dist/src/components/MixinCarousel/MixinCarousel.stories.d.ts +54 -36
  130. package/dist/src/components/MixinCarousel/MixinCarousel.vue.d.ts +27 -19
  131. package/dist/src/components/MixinFancybox/MixinFancybox.vue.d.ts +0 -1
  132. package/dist/src/components/MixinVideoBg/MixinVideoBg.vue.d.ts +0 -1
  133. package/dist/src/components/NavDesktop/NavDesktop.stories.d.ts +525 -318
  134. package/dist/src/components/NavDesktop/NavDesktop.vue.d.ts +158 -105
  135. package/dist/src/components/NavDesktop/NavDesktopDropdown.vue.d.ts +1 -1
  136. package/dist/src/components/NavDesktop/NavDesktopDropdownContent.vue.d.ts +56 -29
  137. package/dist/src/components/NavDesktop/NavDesktopDropdownMore.vue.d.ts +79 -43
  138. package/dist/src/components/NavDesktop/NavDesktopTopHat.vue.d.ts +297 -0
  139. package/dist/src/components/NavDesktopEdu/NavDesktopEdu.stories.d.ts +97 -70
  140. package/dist/src/components/NavDesktopEdu/NavDesktopEdu.vue.d.ts +1753 -0
  141. package/dist/src/components/NavDropdownToggle/NavDropdownToggle.vue.d.ts +1 -1
  142. package/dist/src/components/NavHeading/NavHeading.vue.d.ts +17 -8
  143. package/dist/src/components/NavHighlight/NavHighlight.vue.d.ts +22 -13
  144. package/dist/src/components/NavJumpMenu/NavJumpMenu.stories.d.ts +3 -0
  145. package/dist/src/components/NavJumpMenu/NavJumpMenu.vue.d.ts +856 -0
  146. package/dist/src/components/NavJumpMenu/NavJumpMenuContent.vue.d.ts +291 -0
  147. package/dist/src/components/NavLinkList/NavLinkList.vue.d.ts +34 -17
  148. package/dist/src/components/NavLogoLinks/NavLogoLinks.stories.d.ts +17 -8
  149. package/dist/src/components/NavLogoLinks/NavLogoLinks.vue.d.ts +17 -8
  150. package/dist/src/components/NavMobile/NavMobile.stories.d.ts +428 -281
  151. package/dist/src/components/NavMobile/NavMobile.vue.d.ts +99 -72
  152. package/dist/src/components/NavMobile/NavMobileDropdown.vue.d.ts +38 -21
  153. package/dist/src/components/NavMobile/NavMobileEdu.stories.d.ts +297 -213
  154. package/dist/src/components/NavMobile/NavMobileLink.vue.d.ts +17 -9
  155. package/dist/src/components/NavMobile/NavMobileSecondaryDropdown.vue.d.ts +18 -9
  156. package/dist/src/components/NavSearchForm/NavSearchForm.vue.d.ts +4 -27
  157. package/dist/src/components/NavSecondary/NavSecondary.vue.d.ts +39 -22
  158. package/dist/src/components/NavSecondary/NavSecondaryDropdown.vue.d.ts +22 -13
  159. package/dist/src/components/NavSecondary/NavSecondaryDropdownContent.vue.d.ts +17 -8
  160. package/dist/src/components/NavSecondary/NavSecondaryLink.vue.d.ts +17 -9
  161. package/dist/src/components/NavSocial/NavSocial.stories.d.ts +6 -6
  162. package/dist/src/components/NavSocial/NavSocial.vue.d.ts +6 -6
  163. package/dist/src/components/NewsDetailMediaContact/NewsDetailMediaContact.vue.d.ts +0 -1
  164. package/dist/src/components/PastEventsCarousel/PastEventsCarousel.vue.d.ts +67 -212
  165. package/dist/src/components/PodcastEpisodeCard/PodcastEpisodeCard.vue.d.ts +22 -14
  166. package/dist/src/components/PodcastSeriesCarousel/PodcastSeriesCarousel.vue.d.ts +118 -271
  167. package/dist/src/components/RoboticsDetailStats/RoboticsDetailStats.vue.d.ts +0 -1
  168. package/dist/src/components/RoboticsDetailStats/RoboticsDetailStatsMini.vue.d.ts +0 -1
  169. package/dist/src/components/SearchFilterGroup/SearchFilterGroup.vue.d.ts +5 -29
  170. package/dist/src/components/SearchFilterGroupAccordionItem/SearchFilterGroupAccordionItem.vue.d.ts +12 -27
  171. package/dist/src/components/SearchInput/SearchInput.vue.d.ts +21 -57
  172. package/dist/src/components/SearchPagination/SearchPagination.vue.d.ts +6 -6
  173. package/dist/src/components/SearchResultCard/SearchResultCard.vue.d.ts +115 -312
  174. package/dist/src/components/SearchResultGridItem/SearchResultGridItem.vue.d.ts +90 -252
  175. package/dist/src/components/SearchResultsList/SearchResultsList.vue.d.ts +210 -568
  176. package/dist/src/components/ShareButtons/ShareButtons.vue.d.ts +6 -6
  177. package/dist/src/components/ShareButtonsEdu/ShareButtonsEdu.vue.d.ts +2 -11
  178. package/dist/src/components/SkipLink/SkipLink.vue.d.ts +6 -6
  179. package/dist/src/components/SwimlaneCTA/SwimlaneCTA.vue.d.ts +421 -0
  180. package/dist/src/components/TextArea/TextArea.vue.d.ts +24 -82
  181. package/dist/src/components/TextInput/TextInput.vue.d.ts +27 -104
  182. package/dist/src/components/TheFooter/TheFooter.vue.d.ts +29 -21
  183. package/dist/src/components/ThumbnailCarousel/ThumbnailCarousel.vue.d.ts +117 -270
  184. package/dist/src/components/TimelineDialog/TimelineDialog.stories.d.ts +39 -21
  185. package/dist/src/components/TimelineDialog/TimelineDialog.vue.d.ts +925 -0
  186. package/dist/src/components/TopicDetailMissionCarousel/TopicDetailMissionCarousel.vue.d.ts +59 -42
  187. package/dist/src/components/TopicDetailMissionCarouselItem/TopicDetailMissionCarouselItem.vue.d.ts +32 -24
  188. package/dist/src/components/TopicDetailMissionSpotlight/TopicDetailMissionSpotlight.vue.d.ts +16 -16
  189. package/dist/src/components/TopicDetailMore/TopicDetailMore.stories.d.ts +28 -19
  190. package/dist/src/components/TopicDetailMore/TopicDetailMore.vue.d.ts +28 -20
  191. package/dist/src/components/TopicDetailMoreItem/TopicDetailMoreItem.vue.d.ts +22 -14
  192. package/dist/src/components/TopicDetailStreamfield/TopicDetailStreamfield.vue.d.ts +70 -44
  193. package/dist/src/docs/foundation/DynamicTokens.vue.d.ts +2 -0
  194. package/dist/src/docs/foundation/FontVariants.vue.d.ts +2 -0
  195. package/dist/src/docs/foundation/grid_layouthelpers.stories.d.ts +4 -4
  196. package/dist/src/docs/utils/ColorRow.d.ts +6 -0
  197. package/dist/src/interfaces.d.ts +0 -1
  198. package/dist/src/main.d.ts +0 -1
  199. package/dist/src/store/theme.d.ts +0 -1
  200. package/dist/src/templates/PageAudioDetail/PageAudioDetail.vue.d.ts +6188 -0
  201. package/dist/src/templates/PageContent/PageContent.vue.d.ts +756 -1262
  202. package/dist/src/templates/PageEventDetail/PageEventDetail.vue.d.ts +638 -972
  203. package/dist/src/templates/PageImageDetail/PageImageDetail.vue.d.ts +17037 -0
  204. package/dist/src/templates/PageNewsDetail/PageNewsDetail.vue.d.ts +638 -912
  205. package/dist/src/templates/PageVideoDetail/PageVideoDetail.vue.d.ts +3017 -0
  206. package/dist/src/templates/edu/PageEduCollectionsDetail/PageEduCollectionsDetail.vue.d.ts +877 -0
  207. package/dist/src/templates/edu/PageEduEventDetail/PageEduEventDetail.vue.d.ts +14610 -0
  208. package/dist/src/templates/edu/PageEduExplainerArticle/PageEduExplainerArticle.vue.d.ts +15515 -0
  209. package/dist/src/templates/edu/PageEduGalleryDetail/PageEduGalleryDetail.vue.d.ts +18 -0
  210. package/dist/src/templates/edu/PageEduHome/PageEduHome.vue.d.ts +15 -0
  211. package/dist/src/templates/edu/PageEduLesson/PageEduLesson.vue.d.ts +909 -0
  212. package/dist/src/templates/edu/PageEduLesson/PageEduLessonSection.vue.d.ts +18 -0
  213. package/dist/src/templates/edu/PageEduMultimediaDetail/PageEduMultimediaDetail.vue.d.ts +24 -0
  214. package/dist/src/templates/edu/PageEduNewsDetail/PageEduNewsDetail.vue.d.ts +881 -0
  215. package/dist/src/templates/edu/PageEduStudentProject/PageEduStudentProject.vue.d.ts +894 -0
  216. package/dist/src/templates/edu/PageEduStudentProject/PageEduStudentProjectSection.vue.d.ts +20 -0
  217. package/dist/src/templates/edu/PageEduTeachableMoment/PageEduTeachableMoment.vue.d.ts +871 -0
  218. package/dist/src/templates/www/PageAsteroidWatchContent/PageAsteroidWatchContent.vue.d.ts +7 -0
  219. package/dist/src/templates/www/PageAsteroidWatchIndex/PageAsteroidWatchIndex.vue.d.ts +14087 -0
  220. package/dist/src/templates/www/PageCuratedGallery/PageCuratedGallery.vue.d.ts +13853 -0
  221. package/dist/src/templates/www/PageGoDirectory/PageGoDirectory.vue.d.ts +3422 -0
  222. package/dist/src/templates/www/PageHomepage/PageHomepage.vue.d.ts +5997 -0
  223. package/dist/src/templates/www/PageInfographicDetail/PageInfographicDetail.vue.d.ts +963 -0
  224. package/dist/src/templates/www/PageMaintenanceMode/PageMaintenanceMode.vue.d.ts +181 -0
  225. package/dist/src/templates/www/PageMissionDetail/PageMissionDetail.vue.d.ts +4792 -0
  226. package/dist/src/templates/www/PagePodcast/PagePodcast.vue.d.ts +7977 -0
  227. package/dist/src/templates/www/PagePodcastSeason/PagePodcastSeason.vue.d.ts +5783 -0
  228. package/dist/src/templates/www/PagePressKitIndex/PagePressKitIndex.vue.d.ts +3495 -0
  229. package/dist/src/templates/www/PageProfileDetail/PageProfileDetail.vue.d.ts +1135 -0
  230. package/dist/src/templates/www/PageRoboticsDetail/PageRoboticsDetail.stories.d.ts +17 -2
  231. package/dist/src/templates/www/PageRoboticsDetail/PageRoboticsDetail.vue.d.ts +14868 -0
  232. package/dist/src/templates/www/PageTimeline/BlockMilestone.vue.d.ts +326 -0
  233. package/dist/src/templates/www/PageTimeline/PageTimeline.vue.d.ts +2418 -0
  234. package/dist/src/templates/www/PageTopicDetail/PageTopicDetail.vue.d.ts +6277 -0
  235. package/dist/src/utils/anchorizeBlock.d.ts +0 -1
  236. package/dist/src/utils/anchorizeStreamfield.d.ts +0 -1
  237. package/dist/src/utils/mixins.d.ts +0 -1
  238. package/dist/src/utils/rangeifyGrades.d.ts +0 -1
  239. package/package.json +1 -1
  240. package/src/components/BlockCsrTable/BlockCsrTable.vue +4 -31
  241. package/src/components/BlockCsrTable/{CsrTestLimits.vue → CsrDetails.vue} +4 -5
  242. package/src/components/HomepageStats/HomepageStats.vue +1 -1
  243. package/dist/style.css +0 -1
  244. package/src/assets/fonts/archivo-narrow/ArchivoNarrow-Bold.woff2 +0 -0
  245. package/src/assets/fonts/archivo-narrow/ArchivoNarrow-BoldItalic.woff2 +0 -0
  246. package/src/assets/fonts/archivo-narrow/ArchivoNarrow-SemiBold.woff2 +0 -0
  247. package/src/assets/fonts/archivo-narrow/ArchivoNarrow-SemiBoldItalic.woff2 +0 -0
  248. package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-Bd.woff2 +0 -0
  249. package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-BdIt.woff2 +0 -0
  250. package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-Bold.woff2 +0 -0
  251. package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-It.woff2 +0 -0
  252. package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-Md.woff2 +0 -0
  253. package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-MdIt.woff2 +0 -0
  254. package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-Rg.woff2 +0 -0
  255. package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-XBd.woff2 +0 -0
  256. package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-XBdIt.woff2 +0 -0
  257. package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-Bd.woff2 +0 -0
  258. package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-BdIt.woff2 +0 -0
  259. package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-Bold.woff2 +0 -0
  260. package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-BoldIt.woff2 +0 -0
  261. package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-It.woff2 +0 -0
  262. package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-Italic.woff2 +0 -0
  263. package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-Md.woff2 +0 -0
  264. package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-MdIt.woff2 +0 -0
  265. package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-Medium.woff2 +0 -0
  266. package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-Rg.woff2 +0 -0
  267. package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Bd.woff2 +0 -0
  268. package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-BdIt.woff2 +0 -0
  269. package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Bold.woff2 +0 -0
  270. package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-BoldIt.woff2 +0 -0
  271. package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-It.woff2 +0 -0
  272. package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Italic.woff2 +0 -0
  273. package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Md.woff2 +0 -0
  274. package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-MdIt.woff2 +0 -0
  275. package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Medium.woff2 +0 -0
  276. package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Regular.woff2 +0 -0
  277. package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Rg.woff2 +0 -0
  278. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Bd It.otf +0 -0
  279. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Black.otf +0 -0
  280. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Blk It.otf +0 -0
  281. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Bold.otf +0 -0
  282. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Hair It.otf +0 -0
  283. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Hairline.otf +0 -0
  284. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display It.otf +0 -0
  285. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Light.otf +0 -0
  286. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Lt It.otf +0 -0
  287. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Md It.otf +0 -0
  288. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Medium.otf +0 -0
  289. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Th It.otf +0 -0
  290. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Thin.otf +0 -0
  291. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display XBd It.otf +0 -0
  292. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display XBlack.otf +0 -0
  293. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display XBlk It.otf +0 -0
  294. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display XBold.otf +0 -0
  295. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display XLight.otf +0 -0
  296. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display XLt It.otf +0 -0
  297. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display.otf +0 -0
  298. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro Bd It.otf +0 -0
  299. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro Bold.otf +0 -0
  300. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro ExtraBold.otf +0 -0
  301. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro ExtraLight.otf +0 -0
  302. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro It.otf +0 -0
  303. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro Light.otf +0 -0
  304. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro Lt It.otf +0 -0
  305. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro Md It.otf +0 -0
  306. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro Medium.otf +0 -0
  307. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro XBd It.otf +0 -0
  308. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro XLt It.otf +0 -0
  309. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro.otf +0 -0
  310. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Bd It.otf +0 -0
  311. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Black.otf +0 -0
  312. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Blk It.otf +0 -0
  313. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Bold.otf +0 -0
  314. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text ExtraBold.otf +0 -0
  315. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text ExtraLight.otf +0 -0
  316. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text It.otf +0 -0
  317. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Light.otf +0 -0
  318. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Lt It.otf +0 -0
  319. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Md It.otf +0 -0
  320. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Medium.otf +0 -0
  321. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Th It.otf +0 -0
  322. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Thin.otf +0 -0
  323. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text XBd It.otf +0 -0
  324. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text XLt It.otf +0 -0
  325. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text.otf +0 -0
  326. package/src/assets/fonts/metropolis/Metropolis-Bold.woff2 +0 -0
  327. package/src/assets/fonts/metropolis/Metropolis-BoldItalic.woff2 +0 -0
  328. package/src/assets/fonts/metropolis/Metropolis-ExtraBold.woff2 +0 -0
  329. package/src/assets/fonts/metropolis/Metropolis-Medium.woff2 +0 -0
  330. package/src/assets/fonts/metropolis/Metropolis-MediumItalic.woff2 +0 -0
  331. package/src/assets/fonts/metropolis/Metropolis-Regular.woff2 +0 -0
  332. package/src/assets/fonts/metropolis/Metropolis-RegularItalic.woff2 +0 -0
  333. package/src/assets/fonts/metropolis/Metropolis-SemiBold.woff2 +0 -0
  334. package/src/assets/fonts/metropolis/Metropolis-SemiBoldItalic.woff2 +0 -0
  335. package/src/components/BlockCsrTable/CsrAttachment.vue +0 -40
@@ -1,5 +1,4 @@
1
1
  import { PropType } from 'vue';
2
-
3
2
  type blockObject = {
4
3
  blockType: string;
5
4
  };
@@ -64,13 +63,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
64
63
  }>> & Readonly<{}>, {}, {}, {
65
64
  BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
66
65
  variant: {
67
- type: PropType<"default" | "secondary" | "primary" | "none">;
66
+ type: PropType<"default" | "primary" | "secondary" | "none">;
68
67
  required: false;
69
68
  default: string;
70
69
  validator: (prop: string) => boolean;
71
70
  };
72
71
  to: {
73
- type: (StringConstructor | ObjectConstructor)[];
72
+ type: (ObjectConstructor | StringConstructor)[];
74
73
  default: undefined;
75
74
  };
76
75
  exact: {
@@ -81,6 +80,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
81
80
  type: StringConstructor;
82
81
  default: undefined;
83
82
  };
83
+ addSlash: {
84
+ type: BooleanConstructor;
85
+ default: boolean;
86
+ };
84
87
  title: {
85
88
  type: StringConstructor;
86
89
  default: undefined;
@@ -167,13 +170,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
167
170
  addTrailingSlash(path: string): string;
168
171
  }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
169
172
  variant: {
170
- type: PropType<"default" | "secondary" | "primary" | "none">;
173
+ type: PropType<"default" | "primary" | "secondary" | "none">;
171
174
  required: false;
172
175
  default: string;
173
176
  validator: (prop: string) => boolean;
174
177
  };
175
178
  to: {
176
- type: (StringConstructor | ObjectConstructor)[];
179
+ type: (ObjectConstructor | StringConstructor)[];
177
180
  default: undefined;
178
181
  };
179
182
  exact: {
@@ -184,6 +187,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
184
187
  type: StringConstructor;
185
188
  default: undefined;
186
189
  };
190
+ addSlash: {
191
+ type: BooleanConstructor;
192
+ default: boolean;
193
+ };
187
194
  title: {
188
195
  type: StringConstructor;
189
196
  default: undefined;
@@ -243,14 +250,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
243
250
  onLinkClicked?: ((...args: any[]) => any) | undefined;
244
251
  onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
245
252
  }>, {
246
- to: string | Record<string, any>;
247
253
  title: string;
248
- variant: "default" | "secondary" | "primary" | "none";
249
- href: string;
250
- target: string;
254
+ variant: "default" | "primary" | "secondary" | "none";
255
+ to: string | Record<string, any>;
251
256
  exact: boolean;
257
+ href: string;
258
+ addSlash: boolean;
252
259
  ariaLabel: string;
253
260
  linkClass: string;
261
+ target: string;
254
262
  externalTargetBlank: boolean;
255
263
  caret: boolean;
256
264
  caretWrapperClass: string;
@@ -386,9 +394,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
386
394
  required: true;
387
395
  };
388
396
  selectedUnits: {
389
- type: PropType<("years" | "months" | "days" | "hours" | "minutes" | "seconds")[]>;
397
+ type: PropType<("seconds" | "minutes" | "hours" | "days" | "months" | "years")[]>;
390
398
  required: false;
391
- validator: (val: ("years" | "months" | "days" | "hours" | "minutes" | "seconds")[]) => boolean;
399
+ validator: (val: ("seconds" | "minutes" | "hours" | "days" | "months" | "years")[]) => boolean;
392
400
  };
393
401
  inline: {
394
402
  type: BooleanConstructor;
@@ -404,23 +412,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
404
412
  diff: import('dayjs/plugin/duration').Duration | undefined;
405
413
  interval: NodeJS.Timeout | undefined;
406
414
  }, {
407
- selectedUnitsComputed(): ("years" | "months" | "days" | "hours" | "minutes" | "seconds")[];
415
+ selectedUnitsComputed(): ("seconds" | "minutes" | "hours" | "days" | "months" | "years")[];
408
416
  isPast(): boolean;
409
417
  }, {
410
- shortLabel(unit: "years" | "months" | "days" | "hours" | "minutes" | "seconds"): "Yrs" | "Mos" | "Days" | "Hrs" | "Mins" | "Secs";
411
- longLabel(unit: "years" | "months" | "days" | "hours" | "minutes" | "seconds"): "Years" | "Months" | "Days" | "Hours" | "Minutes" | "Seconds";
412
- unitSignificant(unit: "years" | "months" | "days" | "hours" | "minutes" | "seconds"): boolean;
413
- checkOtherUnits(unit: "years" | "months" | "days" | "hours" | "minutes" | "seconds"): boolean;
414
- unitValue(unit: "years" | "months" | "days" | "hours" | "minutes" | "seconds"): string | undefined;
418
+ shortLabel(unit: "seconds" | "minutes" | "hours" | "days" | "months" | "years"): "Yrs" | "Mos" | "Days" | "Hrs" | "Mins" | "Secs";
419
+ longLabel(unit: "seconds" | "minutes" | "hours" | "days" | "months" | "years"): "Years" | "Months" | "Days" | "Hours" | "Minutes" | "Seconds";
420
+ unitSignificant(unit: "seconds" | "minutes" | "hours" | "days" | "months" | "years"): boolean;
421
+ checkOtherUnits(unit: "seconds" | "minutes" | "hours" | "days" | "months" | "years"): boolean;
422
+ unitValue(unit: "seconds" | "minutes" | "hours" | "days" | "months" | "years"): string | undefined;
415
423
  }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
416
424
  targetDateTime: {
417
425
  type: StringConstructor;
418
426
  required: true;
419
427
  };
420
428
  selectedUnits: {
421
- type: PropType<("years" | "months" | "days" | "hours" | "minutes" | "seconds")[]>;
429
+ type: PropType<("seconds" | "minutes" | "hours" | "days" | "months" | "years")[]>;
422
430
  required: false;
423
- validator: (val: ("years" | "months" | "days" | "hours" | "minutes" | "seconds")[]) => boolean;
431
+ validator: (val: ("seconds" | "minutes" | "hours" | "days" | "months" | "years")[]) => boolean;
424
432
  };
425
433
  inline: {
426
434
  type: BooleanConstructor;
@@ -480,13 +488,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
480
488
  }, {}, {
481
489
  BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
482
490
  variant: {
483
- type: PropType<"default" | "secondary" | "primary" | "none">;
491
+ type: PropType<"default" | "primary" | "secondary" | "none">;
484
492
  required: false;
485
493
  default: string;
486
494
  validator: (prop: string) => boolean;
487
495
  };
488
496
  to: {
489
- type: (StringConstructor | ObjectConstructor)[];
497
+ type: (ObjectConstructor | StringConstructor)[];
490
498
  default: undefined;
491
499
  };
492
500
  exact: {
@@ -497,6 +505,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
497
505
  type: StringConstructor;
498
506
  default: undefined;
499
507
  };
508
+ addSlash: {
509
+ type: BooleanConstructor;
510
+ default: boolean;
511
+ };
500
512
  title: {
501
513
  type: StringConstructor;
502
514
  default: undefined;
@@ -583,13 +595,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
583
595
  addTrailingSlash(path: string): string;
584
596
  }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
585
597
  variant: {
586
- type: PropType<"default" | "secondary" | "primary" | "none">;
598
+ type: PropType<"default" | "primary" | "secondary" | "none">;
587
599
  required: false;
588
600
  default: string;
589
601
  validator: (prop: string) => boolean;
590
602
  };
591
603
  to: {
592
- type: (StringConstructor | ObjectConstructor)[];
604
+ type: (ObjectConstructor | StringConstructor)[];
593
605
  default: undefined;
594
606
  };
595
607
  exact: {
@@ -600,6 +612,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
600
612
  type: StringConstructor;
601
613
  default: undefined;
602
614
  };
615
+ addSlash: {
616
+ type: BooleanConstructor;
617
+ default: boolean;
618
+ };
603
619
  title: {
604
620
  type: StringConstructor;
605
621
  default: undefined;
@@ -659,14 +675,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
659
675
  onLinkClicked?: ((...args: any[]) => any) | undefined;
660
676
  onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
661
677
  }>, {
662
- to: string | Record<string, any>;
663
678
  title: string;
664
- variant: "default" | "secondary" | "primary" | "none";
665
- href: string;
666
- target: string;
679
+ variant: "default" | "primary" | "secondary" | "none";
680
+ to: string | Record<string, any>;
667
681
  exact: boolean;
682
+ href: string;
683
+ addSlash: boolean;
668
684
  ariaLabel: string;
669
685
  linkClass: string;
686
+ target: string;
670
687
  externalTargetBlank: boolean;
671
688
  caret: boolean;
672
689
  caretWrapperClass: string;
@@ -99,7 +99,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
99
99
  default: string;
100
100
  };
101
101
  objectFitClass: {
102
- type: import('vue').PropType<"fill" | "none" | "contain" | "cover" | "scaleDown">;
102
+ type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
103
103
  required: false;
104
104
  default: string;
105
105
  validator: (prop: string) => boolean;
@@ -141,7 +141,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
141
141
  default: string;
142
142
  };
143
143
  objectFitClass: {
144
- type: import('vue').PropType<"fill" | "none" | "contain" | "cover" | "scaleDown">;
144
+ type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
145
145
  required: false;
146
146
  default: string;
147
147
  validator: (prop: string) => boolean;
@@ -173,23 +173,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
173
173
  default: string;
174
174
  };
175
175
  }>> & Readonly<{}>, {
176
- imageClass: string;
177
- objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
178
- srcset: string;
179
176
  alt: string;
180
177
  width: string | number;
181
178
  height: string | number;
179
+ srcset: string;
182
180
  loading: "lazy" | "eager" | undefined;
181
+ imageClass: string;
182
+ objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
183
183
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
184
184
  BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
185
185
  variant: {
186
- type: import('vue').PropType<"default" | "secondary" | "primary" | "none">;
186
+ type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
187
187
  required: false;
188
188
  default: string;
189
189
  validator: (prop: string) => boolean;
190
190
  };
191
191
  to: {
192
- type: (StringConstructor | ObjectConstructor)[];
192
+ type: (ObjectConstructor | StringConstructor)[];
193
193
  default: undefined;
194
194
  };
195
195
  exact: {
@@ -200,6 +200,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
200
200
  type: StringConstructor;
201
201
  default: undefined;
202
202
  };
203
+ addSlash: {
204
+ type: BooleanConstructor;
205
+ default: boolean;
206
+ };
203
207
  title: {
204
208
  type: StringConstructor;
205
209
  default: undefined;
@@ -286,13 +290,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
286
290
  addTrailingSlash(path: string): string;
287
291
  }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
288
292
  variant: {
289
- type: import('vue').PropType<"default" | "secondary" | "primary" | "none">;
293
+ type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
290
294
  required: false;
291
295
  default: string;
292
296
  validator: (prop: string) => boolean;
293
297
  };
294
298
  to: {
295
- type: (StringConstructor | ObjectConstructor)[];
299
+ type: (ObjectConstructor | StringConstructor)[];
296
300
  default: undefined;
297
301
  };
298
302
  exact: {
@@ -303,6 +307,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
303
307
  type: StringConstructor;
304
308
  default: undefined;
305
309
  };
310
+ addSlash: {
311
+ type: BooleanConstructor;
312
+ default: boolean;
313
+ };
306
314
  title: {
307
315
  type: StringConstructor;
308
316
  default: undefined;
@@ -362,14 +370,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
362
370
  onLinkClicked?: ((...args: any[]) => any) | undefined;
363
371
  onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
364
372
  }>, {
365
- to: string | Record<string, any>;
366
373
  title: string;
367
- variant: "default" | "secondary" | "primary" | "none";
368
- href: string;
369
- target: string;
374
+ variant: "default" | "primary" | "secondary" | "none";
375
+ to: string | Record<string, any>;
370
376
  exact: boolean;
377
+ href: string;
378
+ addSlash: boolean;
371
379
  ariaLabel: string;
372
380
  linkClass: string;
381
+ target: string;
373
382
  externalTargetBlank: boolean;
374
383
  caret: boolean;
375
384
  caretWrapperClass: string;
@@ -520,7 +529,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
520
529
  default: string;
521
530
  };
522
531
  objectFitClass: {
523
- type: import('vue').PropType<"fill" | "none" | "contain" | "cover" | "scaleDown">;
532
+ type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
524
533
  required: false;
525
534
  default: string;
526
535
  validator: (prop: string) => boolean;
@@ -562,7 +571,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
562
571
  default: string;
563
572
  };
564
573
  objectFitClass: {
565
- type: import('vue').PropType<"fill" | "none" | "contain" | "cover" | "scaleDown">;
574
+ type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
566
575
  required: false;
567
576
  default: string;
568
577
  validator: (prop: string) => boolean;
@@ -594,13 +603,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
594
603
  default: string;
595
604
  };
596
605
  }>> & Readonly<{}>, {
597
- imageClass: string;
598
- objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
599
- srcset: string;
600
606
  alt: string;
601
607
  width: string | number;
602
608
  height: string | number;
609
+ srcset: string;
603
610
  loading: "lazy" | "eager" | undefined;
611
+ imageClass: string;
612
+ objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
604
613
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
605
614
  Icon360: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
606
615
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -75,7 +75,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
75
75
  default: string;
76
76
  };
77
77
  objectFitClass: {
78
- type: import('vue').PropType<"fill" | "none" | "contain" | "cover" | "scaleDown">;
78
+ type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
79
79
  required: false;
80
80
  default: string;
81
81
  validator: (prop: string) => boolean;
@@ -117,7 +117,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
117
117
  default: string;
118
118
  };
119
119
  objectFitClass: {
120
- type: import('vue').PropType<"fill" | "none" | "contain" | "cover" | "scaleDown">;
120
+ type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
121
121
  required: false;
122
122
  default: string;
123
123
  validator: (prop: string) => boolean;
@@ -149,13 +149,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
149
149
  default: string;
150
150
  };
151
151
  }>> & Readonly<{}>, {
152
- imageClass: string;
153
- objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
154
- srcset: string;
155
152
  alt: string;
156
153
  width: string | number;
157
154
  height: string | number;
155
+ srcset: string;
158
156
  loading: "lazy" | "eager" | undefined;
157
+ imageClass: string;
158
+ objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
159
159
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
160
160
  Icon360: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
161
161
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -77,7 +77,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
77
77
  default: string;
78
78
  };
79
79
  objectFitClass: {
80
- type: import('vue').PropType<"fill" | "none" | "contain" | "cover" | "scaleDown">;
80
+ type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
81
81
  required: false;
82
82
  default: string;
83
83
  validator: (prop: string) => boolean;
@@ -119,7 +119,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
119
119
  default: string;
120
120
  };
121
121
  objectFitClass: {
122
- type: import('vue').PropType<"fill" | "none" | "contain" | "cover" | "scaleDown">;
122
+ type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
123
123
  required: false;
124
124
  default: string;
125
125
  validator: (prop: string) => boolean;
@@ -151,13 +151,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
151
151
  default: string;
152
152
  };
153
153
  }>> & Readonly<{}>, {
154
- imageClass: string;
155
- objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
156
- srcset: string;
157
154
  alt: string;
158
155
  width: string | number;
159
156
  height: string | number;
157
+ srcset: string;
160
158
  loading: "lazy" | "eager" | undefined;
159
+ imageClass: string;
160
+ objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
161
161
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
162
162
  IconDropdown: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
163
163
  IconClose: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -27,7 +27,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
27
27
  default: boolean;
28
28
  };
29
29
  }>> & Readonly<{}>, {
30
- fullBleed: boolean;
31
30
  indent: string;
31
+ fullBleed: boolean;
32
32
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
33
33
  export default _default;
@@ -1,6 +1,4 @@
1
1
  import { default as LogoTribrand } from './LogoTribrand.vue';
2
- import { default as LogoColor } from '@explorer-1/common/src/images/svg/logo-tribrand-color.svg';
3
- import { default as LogoWhite } from '@explorer-1/common/src/images/svg/logo-tribrand-white.svg';
4
2
  declare namespace _default {
5
3
  export let title: string;
6
4
  export { LogoTribrand as component };
@@ -64,14 +62,15 @@ export namespace BaseStory {
64
62
  }
65
63
  export namespace LogoImageColor {
66
64
  export namespace args_1 {
67
- export { LogoColor as src };
65
+ let src: string;
68
66
  }
69
67
  export { args_1 as args };
70
68
  export namespace argTypes_1 {
71
- export namespace src {
69
+ export namespace src_1 {
72
70
  let control_2: boolean;
73
71
  export { control_2 as control };
74
72
  }
73
+ export { src_1 as src };
75
74
  export namespace invert_2 {
76
75
  let control_3: boolean;
77
76
  export { control_3 as control };
@@ -99,15 +98,16 @@ export namespace LogoImageColor {
99
98
  }
100
99
  export namespace LogoImageWhite {
101
100
  export namespace args_2 {
102
- export { LogoWhite as src };
101
+ let src_2: string;
102
+ export { src_2 as src };
103
103
  }
104
104
  export { args_2 as args };
105
105
  export namespace argTypes_2 {
106
- export namespace src_1 {
106
+ export namespace src_3 {
107
107
  let control_4: boolean;
108
108
  export { control_4 as control };
109
109
  }
110
- export { src_1 as src };
110
+ export { src_3 as src };
111
111
  export namespace invert_3 {
112
112
  let control_5: boolean;
113
113
  export { control_5 as control };
@@ -0,0 +1,42 @@
1
+ import { EduResourcesGradeLevel, EduResourcesSubject, EduResourceStandardItem, EduResourcesTime, MetaPanelTheme } from './../../interfaces';
2
+ interface MetaPanelProps {
3
+ /** Text for button that expands the panel */
4
+ button?: string;
5
+ theme?: MetaPanelTheme;
6
+ primarySubject?: EduResourcesSubject;
7
+ additionalSubjects?: EduResourcesSubject[];
8
+ gradeLevels?: EduResourcesGradeLevel[];
9
+ time?: EduResourcesTime;
10
+ standards?: EduResourceStandardItem[];
11
+ /** If the top of the panel should overlay the area above it */
12
+ negativeTop?: boolean;
13
+ /** If the bottom of the panel should overlay the area below it */
14
+ negativeBottom?: boolean;
15
+ }
16
+ declare function __VLS_template(): {
17
+ attrs: Partial<{}>;
18
+ slots: {
19
+ metaInfo?(_: {}): any;
20
+ };
21
+ refs: {};
22
+ rootEl: HTMLElement;
23
+ };
24
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
25
+ declare const __VLS_component: import('vue').DefineComponent<MetaPanelProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<MetaPanelProps> & Readonly<{}>, {
26
+ primarySubject: EduResourcesSubject;
27
+ gradeLevels: EduResourcesGradeLevel[];
28
+ time: EduResourcesTime;
29
+ theme: MetaPanelTheme;
30
+ button: string;
31
+ standards: EduResourceStandardItem[];
32
+ additionalSubjects: EduResourcesSubject[];
33
+ negativeTop: boolean;
34
+ negativeBottom: boolean;
35
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
36
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
37
+ export default _default;
38
+ type __VLS_WithTemplateSlots<T, S> = T & {
39
+ new (): {
40
+ $slots: S;
41
+ };
42
+ };
@@ -0,0 +1,8 @@
1
+ import { EduResourceStandardItem } from './../../interfaces';
2
+ interface MetaPanelAccordionProps {
3
+ standards?: EduResourceStandardItem[];
4
+ }
5
+ declare const _default: import('vue').DefineComponent<MetaPanelAccordionProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<MetaPanelAccordionProps> & Readonly<{}>, {
6
+ standards: EduResourceStandardItem[];
7
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
8
+ export default _default;
@@ -0,0 +1,17 @@
1
+ import { MetaPanelTheme, EduResourcesSubject, EduResourcesGradeLevel, EduResourcesTime } from './../../interfaces';
2
+ interface MetaPanelProps {
3
+ /** Select color scheme */
4
+ theme?: MetaPanelTheme;
5
+ primarySubject?: EduResourcesSubject;
6
+ additionalSubjects?: EduResourcesSubject[];
7
+ gradeLevels?: EduResourcesGradeLevel[];
8
+ time?: EduResourcesTime;
9
+ }
10
+ declare const _default: import('vue').DefineComponent<MetaPanelProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<MetaPanelProps> & Readonly<{}>, {
11
+ primarySubject: EduResourcesSubject;
12
+ gradeLevels: EduResourcesGradeLevel[];
13
+ time: EduResourcesTime;
14
+ theme: MetaPanelTheme;
15
+ additionalSubjects: EduResourcesSubject[];
16
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
17
+ export default _default;
@@ -1,6 +1,5 @@
1
1
  import { EduResourceCardObject, MetaPanelTheme } from './../../interfaces.ts';
2
-
3
- interface MetadataEduResourceProps {
2
+ export interface MetadataEduResourceProps {
4
3
  resource: EduResourceCardObject;
5
4
  /** If compact styling should be used */
6
5
  compact?: boolean;
@@ -9,37 +8,10 @@ interface MetadataEduResourceProps {
9
8
  /** If time commitment should be displayed */
10
9
  showTime?: boolean;
11
10
  }
12
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<MetadataEduResourceProps>, {
13
- resource: undefined;
14
- compact: boolean;
15
- showTime: boolean;
16
- variant: string;
17
- }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<MetadataEduResourceProps>, {
18
- resource: undefined;
19
- compact: boolean;
20
- showTime: boolean;
21
- variant: string;
22
- }>>> & Readonly<{}>, {
23
- variant: MetaPanelTheme;
11
+ declare const _default: import('vue').DefineComponent<MetadataEduResourceProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<MetadataEduResourceProps> & Readonly<{}>, {
24
12
  resource: EduResourceCardObject;
13
+ variant: MetaPanelTheme;
25
14
  compact: boolean;
26
15
  showTime: boolean;
27
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
16
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
28
17
  export default _default;
29
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
30
- type __VLS_TypePropsToRuntimeProps<T> = {
31
- [K in keyof T]-?: {} extends Pick<T, K> ? {
32
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
33
- } : {
34
- type: import('vue').PropType<T[K]>;
35
- required: true;
36
- };
37
- };
38
- type __VLS_WithDefaults<P, D> = {
39
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
40
- default: D[K];
41
- }> : P[K];
42
- };
43
- type __VLS_Prettify<T> = {
44
- [K in keyof T]: T[K];
45
- } & {};
@@ -1,46 +1,16 @@
1
1
  import { EventCardObject } from './../../interfaces.ts';
2
-
3
- interface MetadataEventProps {
2
+ export interface MetadataEventProps {
4
3
  event: EventCardObject;
5
4
  compact?: boolean;
6
5
  allowBreak?: boolean;
7
6
  showLocation?: boolean;
8
7
  showTime?: boolean;
9
8
  }
10
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<MetadataEventProps>, {
11
- event: undefined;
12
- compact: boolean;
13
- allowBreak: boolean;
14
- showLocation: boolean;
15
- showTime: boolean;
16
- }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<MetadataEventProps>, {
17
- event: undefined;
18
- compact: boolean;
19
- allowBreak: boolean;
20
- showLocation: boolean;
21
- showTime: boolean;
22
- }>>> & Readonly<{}>, {
9
+ declare const _default: import('vue').DefineComponent<MetadataEventProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<MetadataEventProps> & Readonly<{}>, {
23
10
  event: EventCardObject;
24
11
  compact: boolean;
25
12
  showTime: boolean;
26
13
  allowBreak: boolean;
27
14
  showLocation: boolean;
28
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
15
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
29
16
  export default _default;
30
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
31
- type __VLS_TypePropsToRuntimeProps<T> = {
32
- [K in keyof T]-?: {} extends Pick<T, K> ? {
33
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
34
- } : {
35
- type: import('vue').PropType<T[K]>;
36
- required: true;
37
- };
38
- };
39
- type __VLS_WithDefaults<P, D> = {
40
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
41
- default: D[K];
42
- }> : P[K];
43
- };
44
- type __VLS_Prettify<T> = {
45
- [K in keyof T]: T[K];
46
- } & {};
@@ -1,5 +1,4 @@
1
1
  import { PropType } from 'vue';
2
-
3
2
  export interface Instrument {
4
3
  id: string;
5
4
  instrument: string;