@explorer-1/vue 0.0.0 → 0.0.2

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 (353) hide show
  1. package/dist/edu/.gitkeep +0 -0
  2. package/dist/edu/explorer-1/bg-stars-edu.png +0 -0
  3. package/dist/edu/explorer-1/bg-stars.jpg +0 -0
  4. package/dist/explorer-1/bg-stars-edu.png +0 -0
  5. package/dist/explorer-1/bg-stars.jpg +0 -0
  6. package/dist/explorer-1-vue.d.ts +1 -0
  7. package/dist/explorer-1-vue.js +25211 -0
  8. package/dist/explorer-1-vue.umd.cjs +51 -0
  9. package/dist/src/components/AsteroidWatchWidget/AsteroidWatchWidget.stories.d.ts +52 -0
  10. package/dist/src/components/AsteroidWatchWidget/AsteroidWatchWidget.vue.d.ts +36 -0
  11. package/dist/src/components/BackToTop/BackToTop.stories.d.ts +53 -0
  12. package/dist/src/components/BackToTop/BackToTop.vue.d.ts +35 -0
  13. package/dist/src/components/BaseAudio/BaseAudio.stories.d.ts +24 -0
  14. package/dist/src/components/BaseAudio/BaseAudio.vue.d.ts +59 -0
  15. package/dist/src/components/BaseButton/BaseButton.stories.d.ts +165 -0
  16. package/dist/src/components/BaseButton/BaseButton.vue.d.ts +94 -0
  17. package/dist/src/components/BaseCheckboxGroup/BaseCheckboxGroup.vue.d.ts +63 -0
  18. package/dist/src/components/BaseHeading/BaseHeading.stories.d.ts +183 -0
  19. package/dist/src/components/BaseHeading/BaseHeading.vue.d.ts +37 -0
  20. package/dist/src/components/BaseImage/BaseImage.stories.d.ts +143 -0
  21. package/dist/src/components/BaseImage/BaseImage.vue.d.ts +88 -0
  22. package/dist/src/components/BaseImageCaption/BaseImageCaption.stories.d.ts +24 -0
  23. package/dist/src/components/BaseImageCaption/BaseImageCaption.vue.d.ts +19 -0
  24. package/dist/src/components/BaseImagePlaceholder/BaseImagePlaceholder.stories.d.ts +86 -0
  25. package/dist/src/components/BaseImagePlaceholder/BaseImagePlaceholder.vue.d.ts +61 -0
  26. package/dist/src/components/BaseLightboxCloseButton/BaseLightboxCloseButton.vue.d.ts +5 -0
  27. package/dist/src/components/BaseLightboxOpenButton/BaseLightboxOpenButton.vue.d.ts +4 -0
  28. package/dist/src/components/BaseLink/BaseLink.stories.d.ts +55 -0
  29. package/dist/src/components/BaseLink/BaseLink.vue.d.ts +182 -0
  30. package/dist/src/components/BaseModal/BaseModal.stories.d.ts +341 -0
  31. package/dist/src/components/BaseModal/BaseModal.vue.d.ts +19 -0
  32. package/dist/src/components/BaseModal/BaseModalDialog.vue.d.ts +17 -0
  33. package/dist/src/components/BasePlaceholder/BasePlaceholder.stories.d.ts +26 -0
  34. package/dist/src/components/BasePlaceholder/BasePlaceholder.vue.d.ts +2 -0
  35. package/dist/src/components/BaseRadioGroup/BaseRadioGroup.vue.d.ts +74 -0
  36. package/dist/src/components/BaseSwimlane/BaseSwimlane.vue.d.ts +85 -0
  37. package/dist/src/components/BaseTag/BaseTag.stories.d.ts +65 -0
  38. package/dist/src/components/BaseTag/BaseTag.vue.d.ts +39 -0
  39. package/dist/src/components/BaseTimer/BaseTimer.stories.d.ts +106 -0
  40. package/dist/src/components/BaseTimer/BaseTimer.test.d.ts +1 -0
  41. package/dist/src/components/BaseTimer/BaseTimer.vue.d.ts +88 -0
  42. package/dist/src/components/BaseUnitToggle/BaseUnitToggle.stories.d.ts +258 -0
  43. package/dist/src/components/BaseUnitToggle/BaseUnitToggle.test.d.ts +1 -0
  44. package/dist/src/components/BaseUnitToggle/BaseUnitToggle.vue.d.ts +83 -0
  45. package/dist/src/components/BaseVideo/BaseVideo.stories.d.ts +29 -0
  46. package/dist/src/components/BaseVideo/BaseVideo.vue.d.ts +22 -0
  47. package/dist/src/components/BlockAnchor/BlockAnchor.vue.d.ts +12 -0
  48. package/dist/src/components/BlockAudio/BlockAudio.stories.d.ts +34 -0
  49. package/dist/src/components/BlockAudio/BlockAudio.vue.d.ts +12 -0
  50. package/dist/src/components/BlockCard/BlockCard.stories.d.ts +34 -0
  51. package/dist/src/components/BlockCard/BlockCard.vue.d.ts +42 -0
  52. package/dist/src/components/BlockCardGroup/BlockCardGroup.stories.d.ts +32 -0
  53. package/dist/src/components/BlockCardGroup/BlockCardGroup.vue.d.ts +21 -0
  54. package/dist/src/components/BlockCircleImageCard/BlockCircleImageCard.stories.d.ts +57 -0
  55. package/dist/src/components/BlockCircleImageCard/BlockCircleImageCard.vue.d.ts +61 -0
  56. package/dist/src/components/BlockCta/BlockCta.stories.d.ts +36 -0
  57. package/dist/src/components/BlockCta/BlockCta.vue.d.ts +25 -0
  58. package/dist/src/components/BlockHeading/BlockHeading.stories.d.ts +19 -0
  59. package/dist/src/components/BlockHeading/BlockHeading.vue.d.ts +12 -0
  60. package/dist/src/components/BlockIframeEmbed/BlockIframeEmbed.stories.d.ts +37 -0
  61. package/dist/src/components/BlockIframeEmbed/BlockIframeEmbed.vue.d.ts +16 -0
  62. package/dist/src/components/BlockImage/BlockImage.stories.d.ts +345 -0
  63. package/dist/src/components/BlockImage/BlockImage.vue.d.ts +24 -0
  64. package/dist/src/components/BlockImage/BlockImageFullBleed.vue.d.ts +49 -0
  65. package/dist/src/components/BlockImage/BlockImageStandard.vue.d.ts +46 -0
  66. package/dist/src/components/BlockImageCarousel/BlockImageCarousel.stories.d.ts +61 -0
  67. package/dist/src/components/BlockImageCarousel/BlockImageCarousel.vue.d.ts +66 -0
  68. package/dist/src/components/BlockImageCarouselItem/BlockImageCarouselItem.stories.d.ts +68 -0
  69. package/dist/src/components/BlockImageCarouselItem/BlockImageCarouselItem.vue.d.ts +58 -0
  70. package/dist/src/components/BlockImageComparison/BlockImageComparison.stories.d.ts +46 -0
  71. package/dist/src/components/BlockImageComparison/BlockImageComparison.vue.d.ts +15 -0
  72. package/dist/src/components/BlockImageGallery/BlockImageGallery.stories.d.ts +103 -0
  73. package/dist/src/components/BlockImageGallery/BlockImageGallery.vue.d.ts +57 -0
  74. package/dist/src/components/BlockInlineImage/BlockInlineImage.stories.d.ts +72 -0
  75. package/dist/src/components/BlockInlineImage/BlockInlineImage.vue.d.ts +19 -0
  76. package/dist/src/components/BlockKeyPoints/BlockKeyPoints.stories.d.ts +20 -0
  77. package/dist/src/components/BlockKeyPoints/BlockKeyPoints.vue.d.ts +12 -0
  78. package/dist/src/components/BlockLinkCard/BlockLinkCard.stories.d.ts +112 -0
  79. package/dist/src/components/BlockLinkCard/BlockLinkCard.vue.d.ts +101 -0
  80. package/dist/src/components/BlockLinkCarousel/BlockLinkCarousel.stories.d.ts +207 -0
  81. package/dist/src/components/BlockLinkCarousel/BlockLinkCarousel.vue.d.ts +41 -0
  82. package/dist/src/components/BlockLinkTile/BlockLinkTile.stories.d.ts +80 -0
  83. package/dist/src/components/BlockLinkTile/BlockLinkTile.vue.d.ts +93 -0
  84. package/dist/src/components/BlockListCards/BlockListCards.stories.d.ts +56 -0
  85. package/dist/src/components/BlockListCards/BlockListCards.vue.d.ts +16 -0
  86. package/dist/src/components/BlockQuote/BlockQuote.stories.d.ts +203 -0
  87. package/dist/src/components/BlockQuote/BlockQuote.vue.d.ts +32 -0
  88. package/dist/src/components/BlockRelatedLinks/BlockRelatedLinks.stories.d.ts +44 -0
  89. package/dist/src/components/BlockRelatedLinks/BlockRelatedLinks.vue.d.ts +25 -0
  90. package/dist/src/components/BlockRelatedLinks/RelatedLink.vue.d.ts +42 -0
  91. package/dist/src/components/BlockStreamfield/BlockStreamfield.stories.d.ts +357 -0
  92. package/dist/src/components/BlockStreamfield/BlockStreamfield.vue.d.ts +55 -0
  93. package/dist/src/components/BlockTable/BlockTable.stories.d.ts +17 -0
  94. package/dist/src/components/BlockTable/BlockTable.vue.d.ts +17 -0
  95. package/dist/src/components/BlockTeaser/BlockTeaser.stories.d.ts +61 -0
  96. package/dist/src/components/BlockTeaser/BlockTeaser.test.d.ts +1 -0
  97. package/dist/src/components/BlockTeaser/BlockTeaser.vue.d.ts +100 -0
  98. package/dist/src/components/BlockText/BlockText.stories.d.ts +30 -0
  99. package/dist/src/components/BlockText/BlockText.vue.d.ts +32 -0
  100. package/dist/src/components/BlockTwitterEmbed/BlockTwitterEmbed.stories.d.ts +17 -0
  101. package/dist/src/components/BlockTwitterEmbed/BlockTwitterEmbed.vue.d.ts +14 -0
  102. package/dist/src/components/BlockVideo/BlockVideo.stories.d.ts +23 -0
  103. package/dist/src/components/BlockVideo/BlockVideo.vue.d.ts +22 -0
  104. package/dist/src/components/BlockVideoEmbed/BlockVideoEmbed.stories.d.ts +24 -0
  105. package/dist/src/components/BlockVideoEmbed/BlockVideoEmbed.vue.d.ts +25 -0
  106. package/dist/src/components/CalendarButton/CalendarButton.stories.d.ts +79 -0
  107. package/dist/src/components/CalendarButton/CalendarButton.vue.d.ts +58 -0
  108. package/dist/src/components/DetailHeadline/DetailHeadline.stories.d.ts +36 -0
  109. package/dist/src/components/DetailHeadline/DetailHeadline.vue.d.ts +82 -0
  110. package/dist/src/components/DsnWidget/DsnWidget.stories.d.ts +29 -0
  111. package/dist/src/components/DsnWidget/DsnWidget.vue.d.ts +15 -0
  112. package/dist/src/components/EventCard/EventCard.vue.d.ts +101 -0
  113. package/dist/src/components/EventDetailHero/EventDetailHero.stories.d.ts +48 -0
  114. package/dist/src/components/EventDetailHero/EventDetailHero.vue.d.ts +33 -0
  115. package/dist/src/components/FormContact/FormContact.stories.d.ts +22 -0
  116. package/dist/src/components/FormContact/FormContact.vue.d.ts +9 -0
  117. package/dist/src/components/FormNewsletterSignup/FormNewsletterSignup.stories.d.ts +49 -0
  118. package/dist/src/components/FormNewsletterSignup/FormNewsletterSignup.vue.d.ts +36 -0
  119. package/dist/src/components/HeroLarge/HeroLarge.stories.d.ts +40 -0
  120. package/dist/src/components/HeroLarge/HeroLarge.vue.d.ts +46 -0
  121. package/dist/src/components/HeroListingIndex/HeroListingIndex.stories.d.ts +146 -0
  122. package/dist/src/components/HeroListingIndex/HeroListingIndex.vue.d.ts +40 -0
  123. package/dist/src/components/HeroMedia/HeroMedia.stories.d.ts +171 -0
  124. package/dist/src/components/HeroMedia/HeroMedia.vue.d.ts +59 -0
  125. package/dist/src/components/HeroMedium/HeroMedium.stories.d.ts +76 -0
  126. package/dist/src/components/HeroMedium/HeroMedium.vue.d.ts +59 -0
  127. package/dist/src/components/HomepageCarousel/HomepageCarousel.stories.d.ts +344 -0
  128. package/dist/src/components/HomepageCarousel/HomepageCarousel.vue.d.ts +45 -0
  129. package/dist/src/components/HomepageCarouselItem/HomepageCarouselItem.stories.d.ts +56 -0
  130. package/dist/src/components/HomepageCarouselItem/HomepageCarouselItem.vue.d.ts +29 -0
  131. package/dist/src/components/HomepageEmbedBlock/HomepageEmbedBlock.stories.d.ts +31 -0
  132. package/dist/src/components/HomepageEmbedBlock/HomepageEmbedBlock.vue.d.ts +15 -0
  133. package/dist/src/components/HomepageFeaturedRobot/HomepageFeaturedRobot.stories.d.ts +93 -0
  134. package/dist/src/components/HomepageFeaturedRobot/HomepageFeaturedRobot.vue.d.ts +17 -0
  135. package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.stories.d.ts +118 -0
  136. package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.vue.d.ts +20 -0
  137. package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarouselItem.vue.d.ts +14 -0
  138. package/dist/src/components/HomepageStats/HomepageStats.stories.d.ts +555 -0
  139. package/dist/src/components/HomepageStats/HomepageStats.vue.d.ts +65 -0
  140. package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlock.stories.d.ts +123 -0
  141. package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlock.vue.d.ts +15 -0
  142. package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlockCardImage.vue.d.ts +14 -0
  143. package/dist/src/components/Icons/Icon360.vue.d.ts +2 -0
  144. package/dist/src/components/Icons/IconArrow.vue.d.ts +2 -0
  145. package/dist/src/components/Icons/IconArrows.vue.d.ts +2 -0
  146. package/dist/src/components/Icons/IconAudio.vue.d.ts +2 -0
  147. package/dist/src/components/Icons/IconBook.vue.d.ts +2 -0
  148. package/dist/src/components/Icons/IconBookUser.vue.d.ts +2 -0
  149. package/dist/src/components/Icons/IconBriefcase.vue.d.ts +2 -0
  150. package/dist/src/components/Icons/IconCalendar.vue.d.ts +2 -0
  151. package/dist/src/components/Icons/IconCaret.vue.d.ts +2 -0
  152. package/dist/src/components/Icons/IconCheckbox.vue.d.ts +2 -0
  153. package/dist/src/components/Icons/IconCheckboxSelected.vue.d.ts +2 -0
  154. package/dist/src/components/Icons/IconClose.vue.d.ts +2 -0
  155. package/dist/src/components/Icons/IconCloseLightbox.vue.d.ts +2 -0
  156. package/dist/src/components/Icons/IconDownload.vue.d.ts +2 -0
  157. package/dist/src/components/Icons/IconDropdown.vue.d.ts +2 -0
  158. package/dist/src/components/Icons/IconEnvelope.vue.d.ts +2 -0
  159. package/dist/src/components/Icons/IconExpand.vue.d.ts +2 -0
  160. package/dist/src/components/Icons/IconExternal.vue.d.ts +2 -0
  161. package/dist/src/components/Icons/IconFilter.vue.d.ts +2 -0
  162. package/dist/src/components/Icons/IconForwardTen.vue.d.ts +2 -0
  163. package/dist/src/components/Icons/IconGrid.vue.d.ts +2 -0
  164. package/dist/src/components/Icons/IconHand.vue.d.ts +2 -0
  165. package/dist/src/components/Icons/IconInfo.vue.d.ts +2 -0
  166. package/dist/src/components/Icons/IconLink.vue.d.ts +2 -0
  167. package/dist/src/components/Icons/IconList.vue.d.ts +2 -0
  168. package/dist/src/components/Icons/IconLocation.vue.d.ts +2 -0
  169. package/dist/src/components/Icons/IconMagnifyingGlass.vue.d.ts +2 -0
  170. package/dist/src/components/Icons/IconMedal.vue.d.ts +2 -0
  171. package/dist/src/components/Icons/IconMenu.vue.d.ts +2 -0
  172. package/dist/src/components/Icons/IconMinus.vue.d.ts +2 -0
  173. package/dist/src/components/Icons/IconMute.vue.d.ts +2 -0
  174. package/dist/src/components/Icons/IconNext.vue.d.ts +2 -0
  175. package/dist/src/components/Icons/IconPause.vue.d.ts +2 -0
  176. package/dist/src/components/Icons/IconPlay.vue.d.ts +2 -0
  177. package/dist/src/components/Icons/IconPlus.vue.d.ts +2 -0
  178. package/dist/src/components/Icons/IconPrev.vue.d.ts +2 -0
  179. package/dist/src/components/Icons/IconRewindTen.vue.d.ts +2 -0
  180. package/dist/src/components/Icons/IconSearch.vue.d.ts +2 -0
  181. package/dist/src/components/Icons/IconShare.vue.d.ts +2 -0
  182. package/dist/src/components/Icons/IconSlideshow.vue.d.ts +2 -0
  183. package/dist/src/components/Icons/IconSocialEmail.vue.d.ts +2 -0
  184. package/dist/src/components/Icons/IconSocialFacebook.vue.d.ts +2 -0
  185. package/dist/src/components/Icons/IconSocialGoogleClassroom.vue.d.ts +2 -0
  186. package/dist/src/components/Icons/IconSocialInstagram.vue.d.ts +2 -0
  187. package/dist/src/components/Icons/IconSocialPinterest.vue.d.ts +2 -0
  188. package/dist/src/components/Icons/IconSocialReddit.vue.d.ts +2 -0
  189. package/dist/src/components/Icons/IconSocialTwitter.vue.d.ts +2 -0
  190. package/dist/src/components/Icons/IconSocialYoutube.vue.d.ts +2 -0
  191. package/dist/src/components/Icons/IconStop.vue.d.ts +2 -0
  192. package/dist/src/components/Icons/IconTime.vue.d.ts +2 -0
  193. package/dist/src/components/Icons/IconUniversity.vue.d.ts +2 -0
  194. package/dist/src/components/Icons/IconUser.vue.d.ts +2 -0
  195. package/dist/src/components/Icons/IconVolume.vue.d.ts +2 -0
  196. package/dist/src/components/Icons/Icons.stories.d.ts +492 -0
  197. package/dist/src/components/ImageDetailContextImage/ImageDetailContextImage.vue.d.ts +16 -0
  198. package/dist/src/components/LayoutHelper/LayoutHelper.vue.d.ts +24 -0
  199. package/dist/src/components/LoadingTransition/LoadingTransition.vue.d.ts +7 -0
  200. package/dist/src/components/LogoCaltech/LogoCaltech.stories.d.ts +41 -0
  201. package/dist/src/components/LogoCaltech/LogoCaltech.vue.d.ts +2 -0
  202. package/dist/src/components/LogoTribrand/LogoTribrand.stories.d.ts +111 -0
  203. package/dist/src/components/LogoTribrand/LogoTribrand.vue.d.ts +14 -0
  204. package/dist/src/components/MissionDetailAbout/MissionDetailAbout.stories.d.ts +32 -0
  205. package/dist/src/components/MissionDetailAbout/MissionDetailAbout.vue.d.ts +61 -0
  206. package/dist/src/components/MissionDetailHero/MissionDetailHero.stories.d.ts +417 -0
  207. package/dist/src/components/MissionDetailHero/MissionDetailHero.vue.d.ts +90 -0
  208. package/dist/src/components/MissionDetailHighlights/MissionDetailHighlights.stories.d.ts +282 -0
  209. package/dist/src/components/MissionDetailHighlights/MissionDetailHighlights.vue.d.ts +65 -0
  210. package/dist/src/components/MissionDetailHighlights/MissionDetailHighlightsCarousel.vue.d.ts +30 -0
  211. package/dist/src/components/MissionDetailHighlights/MissionDetailHighlightsCarouselItem.vue.d.ts +36 -0
  212. package/dist/src/components/MissionDetailInlineImage/MissionDetailInlineImage.stories.d.ts +50 -0
  213. package/dist/src/components/MissionDetailInlineImage/MissionDetailInlineImage.vue.d.ts +34 -0
  214. package/dist/src/components/MissionDetailStats/DistanceStats.test.d.ts +1 -0
  215. package/dist/src/components/MissionDetailStats/DistanceStats.vue.d.ts +115 -0
  216. package/dist/src/components/MissionDetailStats/MissionDetailStats.stories.d.ts +268 -0
  217. package/dist/src/components/MissionDetailStats/MissionDetailStats.test.d.ts +1 -0
  218. package/dist/src/components/MissionDetailStats/MissionDetailStats.vue.d.ts +115 -0
  219. package/dist/src/components/MissionDetailStats/MissionDetailStatsMicro.vue.d.ts +23 -0
  220. package/dist/src/components/MissionDetailStats/MissionDetailStatsMini.vue.d.ts +41 -0
  221. package/dist/src/components/MissionDetailStreamfield/MissionDetailStreamfield.stories.d.ts +76 -0
  222. package/dist/src/components/MissionDetailStreamfield/MissionDetailStreamfield.vue.d.ts +12 -0
  223. package/dist/src/components/MixinAnimationCaret/MixinAnimationCaret.stories.d.ts +81 -0
  224. package/dist/src/components/MixinAnimationCaret/MixinAnimationCaret.vue.d.ts +62 -0
  225. package/dist/src/components/MixinCarousel/MixinCarousel.stories.d.ts +265 -0
  226. package/dist/src/components/MixinCarousel/MixinCarousel.vue.d.ts +118 -0
  227. package/dist/src/components/MixinDropdownToggle/MixinDropdownToggle.vue.d.ts +27 -0
  228. package/dist/src/components/MixinFancybox/MixinFancybox.vue.d.ts +153 -0
  229. package/dist/src/components/MixinFancybox/MixinFancyboxOpenButton.vue.d.ts +2 -0
  230. package/dist/src/components/MixinVideoBg/MixinVideoBg.stories.d.ts +22 -0
  231. package/dist/src/components/MixinVideoBg/MixinVideoBg.vue.d.ts +12 -0
  232. package/dist/src/components/NavDesktop/NavDesktop.stories.d.ts +598 -0
  233. package/dist/src/components/NavDesktop/NavDesktop.vue.d.ts +93 -0
  234. package/dist/src/components/NavDesktop/NavDesktopDropdown.vue.d.ts +30 -0
  235. package/dist/src/components/NavDesktop/NavDesktopDropdownContent.vue.d.ts +14 -0
  236. package/dist/src/components/NavDesktop/NavDesktopDropdownMore.vue.d.ts +15 -0
  237. package/dist/src/components/NavHeading/NavHeading.stories.d.ts +22 -0
  238. package/dist/src/components/NavHeading/NavHeading.vue.d.ts +12 -0
  239. package/dist/src/components/NavHighlight/NavHighlight.stories.d.ts +43 -0
  240. package/dist/src/components/NavHighlight/NavHighlight.vue.d.ts +20 -0
  241. package/dist/src/components/NavLinkList/NavLinkList.stories.d.ts +39 -0
  242. package/dist/src/components/NavLinkList/NavLinkList.vue.d.ts +29 -0
  243. package/dist/src/components/NavLogoLinks/NavLogoLinks.stories.d.ts +23 -0
  244. package/dist/src/components/NavLogoLinks/NavLogoLinks.vue.d.ts +2 -0
  245. package/dist/src/components/NavMobile/NavMobile.stories.d.ts +595 -0
  246. package/dist/src/components/NavMobile/NavMobile.vue.d.ts +82 -0
  247. package/dist/src/components/NavMobile/NavMobileDropdown.vue.d.ts +46 -0
  248. package/dist/src/components/NavMobile/NavMobileLink.vue.d.ts +46 -0
  249. package/dist/src/components/NavMobile/NavMobileSecondaryDropdown.vue.d.ts +28 -0
  250. package/dist/src/components/NavSearchForm/NavSearchForm.stories.d.ts +12 -0
  251. package/dist/src/components/NavSearchForm/NavSearchForm.vue.d.ts +19 -0
  252. package/dist/src/components/NavSecondary/NavSecondary.stories.d.ts +24 -0
  253. package/dist/src/components/NavSecondary/NavSecondary.vue.d.ts +40 -0
  254. package/dist/src/components/NavSecondary/NavSecondaryDropdown.vue.d.ts +39 -0
  255. package/dist/src/components/NavSecondary/NavSecondaryDropdownContent.vue.d.ts +20 -0
  256. package/dist/src/components/NavSecondary/NavSecondaryLink.vue.d.ts +22 -0
  257. package/dist/src/components/NavSocial/NavSocial.stories.d.ts +42 -0
  258. package/dist/src/components/NavSocial/NavSocial.vue.d.ts +16 -0
  259. package/dist/src/components/NewsDetailMediaContact/NewsDetailMediaContact.stories.d.ts +36 -0
  260. package/dist/src/components/NewsDetailMediaContact/NewsDetailMediaContact.test.d.ts +1 -0
  261. package/dist/src/components/NewsDetailMediaContact/NewsDetailMediaContact.vue.d.ts +31 -0
  262. package/dist/src/components/ParallaxContainer/ParallaxContainer.stories.d.ts +91 -0
  263. package/dist/src/components/ParallaxContainer/ParallaxContainer.vue.d.ts +37 -0
  264. package/dist/src/components/ParallaxElement/ParallaxElement.vue.d.ts +23 -0
  265. package/dist/src/components/PastEventsCarousel/PastEventsCarousel.vue.d.ts +19 -0
  266. package/dist/src/components/PodcastEpisodeCard/PodcastEpisodeCard.vue.d.ts +82 -0
  267. package/dist/src/components/PodcastSeriesCarousel/PodcastSeriesCarousel.stories.d.ts +50 -0
  268. package/dist/src/components/PodcastSeriesCarousel/PodcastSeriesCarousel.vue.d.ts +55 -0
  269. package/dist/src/components/ProfileDetailSectionGroup/ProfileDetailSectionGroup.vue.d.ts +22 -0
  270. package/dist/src/components/RoboticsDetailStats/RoboticsDetailStats.stories.d.ts +115 -0
  271. package/dist/src/components/RoboticsDetailStats/RoboticsDetailStats.test.d.ts +1 -0
  272. package/dist/src/components/RoboticsDetailStats/RoboticsDetailStats.vue.d.ts +87 -0
  273. package/dist/src/components/RoboticsDetailStats/RoboticsDetailStatsMini.vue.d.ts +30 -0
  274. package/dist/src/components/SearchFilterGroup/SearchFilterGroup.stories.d.ts +38 -0
  275. package/dist/src/components/SearchFilterGroup/SearchFilterGroup.vue.d.ts +63 -0
  276. package/dist/src/components/SearchInput/SearchInput.stories.d.ts +42 -0
  277. package/dist/src/components/SearchInput/SearchInput.vue.d.ts +58 -0
  278. package/dist/src/components/SearchPagination/SearchPagination.stories.d.ts +67 -0
  279. package/dist/src/components/SearchPagination/SearchPagination.vue.d.ts +17 -0
  280. package/dist/src/components/SearchResultCard/SearchResultCard.stories.d.ts +61 -0
  281. package/dist/src/components/SearchResultCard/SearchResultCard.vue.d.ts +164 -0
  282. package/dist/src/components/SearchResultGridItem/SearchResultGridItem.stories.d.ts +71 -0
  283. package/dist/src/components/SearchResultGridItem/SearchResultGridItem.vue.d.ts +92 -0
  284. package/dist/src/components/SearchResultsList/SearchResultsList.vue.d.ts +62 -0
  285. package/dist/src/components/SearchSelectMenu/SearchSelectMenu.stories.d.ts +18 -0
  286. package/dist/src/components/SearchSelectMenu/SearchSelectMenu.vue.d.ts +39 -0
  287. package/dist/src/components/ShareButtons/ShareButtons.stories.d.ts +16 -0
  288. package/dist/src/components/ShareButtons/ShareButtons.vue.d.ts +39 -0
  289. package/dist/src/components/ShareButtonsEdu/ShareButtonsEdu.stories.d.ts +14 -0
  290. package/dist/src/components/ShareButtonsEdu/ShareButtonsEdu.vue.d.ts +16 -0
  291. package/dist/src/components/SkipLink/SkipLink.stories.d.ts +8 -0
  292. package/dist/src/components/SkipLink/SkipLink.vue.d.ts +7 -0
  293. package/dist/src/components/TheFooter/TheFooter.stories.d.ts +83 -0
  294. package/dist/src/components/TheFooter/TheFooter.vue.d.ts +27 -0
  295. package/dist/src/components/TheFooter/TheFooterSignUp.vue.d.ts +6 -0
  296. package/dist/src/components/ThumbnailCarousel/ThumbnailCarousel.stories.d.ts +31 -0
  297. package/dist/src/components/ThumbnailCarousel/ThumbnailCarousel.vue.d.ts +32 -0
  298. package/dist/src/components/TopicDetailMissionCarousel/TopicDetailMissionCarousel.stories.d.ts +45 -0
  299. package/dist/src/components/TopicDetailMissionCarousel/TopicDetailMissionCarousel.vue.d.ts +33 -0
  300. package/dist/src/components/TopicDetailMissionCarouselItem/TopicDetailMissionCarouselItem.stories.d.ts +37 -0
  301. package/dist/src/components/TopicDetailMissionCarouselItem/TopicDetailMissionCarouselItem.vue.d.ts +27 -0
  302. package/dist/src/components/TopicDetailMissionSpotlight/TopicDetailMissionSpotlight.stories.d.ts +83 -0
  303. package/dist/src/components/TopicDetailMissionSpotlight/TopicDetailMissionSpotlight.vue.d.ts +14 -0
  304. package/dist/src/components/TopicDetailMore/TopicDetailMore.stories.d.ts +167 -0
  305. package/dist/src/components/TopicDetailMore/TopicDetailMore.vue.d.ts +39 -0
  306. package/dist/src/components/TopicDetailMore/TopicDetailMoreVisibility.vue.d.ts +8 -0
  307. package/dist/src/components/TopicDetailMoreItem/TopicDetailMoreItem.stories.d.ts +157 -0
  308. package/dist/src/components/TopicDetailMoreItem/TopicDetailMoreItem.vue.d.ts +18 -0
  309. package/dist/src/components/TopicDetailStreamfield/TopicDetailStreamfield.stories.d.ts +100 -0
  310. package/dist/src/components/TopicDetailStreamfield/TopicDetailStreamfield.vue.d.ts +31 -0
  311. package/dist/src/components/YearTicker/YearTicker.stories.d.ts +39 -0
  312. package/dist/src/components/YearTicker/YearTicker.vue.d.ts +16 -0
  313. package/dist/src/docs/foundation/grid.stories.d.ts +69 -0
  314. package/dist/src/docs/foundation/grid_layouthelpers.stories.d.ts +158 -0
  315. package/dist/src/docs/foundation/themes.stories.d.ts +32 -0
  316. package/dist/src/docs/foundation/typography.stories.d.ts +102 -0
  317. package/dist/src/interfaces.d.ts +118 -0
  318. package/dist/src/main.d.ts +1 -0
  319. package/dist/src/store/header.d.ts +18 -0
  320. package/dist/src/store/theme.d.ts +14 -0
  321. package/dist/src/templates/PageContent/PageContent.stories.d.ts +197 -0
  322. package/dist/src/templates/PageContent/PageContent.vue.d.ts +20 -0
  323. package/dist/src/templates/PageEventDetail/PageEventDetail.stories.d.ts +106 -0
  324. package/dist/src/templates/PageEventDetail/PageEventDetail.vue.d.ts +18 -0
  325. package/dist/src/templates/PageNewsDetail/PageNewsDetail.stories.d.ts +3682 -0
  326. package/dist/src/templates/PageNewsDetail/PageNewsDetail.vue.d.ts +17 -0
  327. package/dist/src/templates/edu/PageEduNewsDetail.stories.d.ts +1178 -0
  328. package/dist/src/utils/dayjs.d.ts +2 -0
  329. package/dist/src/utils/filters.d.ts +4 -0
  330. package/dist/src/utils/mixins.d.ts +57 -0
  331. package/dist/style.css +1 -0
  332. package/lib/main.ts +333 -2
  333. package/package.json +5 -5
  334. package/src/components/BaseHeading/BaseHeading.stories.js +3 -3
  335. package/src/components/BaseImagePlaceholder/BaseImagePlaceholder.stories.js +2 -4
  336. package/src/components/BlockCard/BlockCard.stories.js +10 -0
  337. package/src/components/CalendarButton/CalendarButton.vue +1 -1
  338. package/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.vue +3 -3
  339. package/src/components/MixinFancybox/MixinFancyboxOpenButton.vue +1 -1
  340. package/src/components/NavDesktop/NavDesktopDropdown.vue +1 -1
  341. package/src/components/NavSecondary/NavSecondaryDropdown.vue +1 -1
  342. package/src/components/NavSecondary/NavSecondaryDropdownContent.vue +1 -1
  343. package/src/components/NavSocial/NavSocial.vue +1 -1
  344. package/src/components/SearchResultsList/SearchResultsList.vue +1 -1
  345. package/src/components/ShareButtons/ShareButtons.vue +1 -1
  346. package/src/components/ShareButtonsEdu/ShareButtonsEdu.stories.js +2 -2
  347. package/src/components/ShareButtonsEdu/ShareButtonsEdu.vue +1 -1
  348. package/src/components/SwimlaneCTA/SwimlaneCTA.stories.mdx +1 -1
  349. package/src/docs/foundation/color.docs.mdx +52 -52
  350. package/src/docs/foundation/grid_layouthelpers.stories.js +1 -1
  351. package/src/templates/PageNewsDetail/PageNewsDetail.stories.js +3 -3
  352. package/src/utils/mixins.ts +2 -2
  353. package/vite.config.ts +6 -22
@@ -0,0 +1,61 @@
1
+ import { default as BlockImageCarousel } from './BlockImageCarousel.vue';
2
+ declare namespace _default {
3
+ export let title: string;
4
+ export { BlockImageCarousel as component };
5
+ export let decorators: (() => {
6
+ template: string;
7
+ })[];
8
+ export namespace argTypes {
9
+ namespace blockId {
10
+ namespace text {
11
+ let type: string;
12
+ }
13
+ let required: boolean;
14
+ let description: string;
15
+ }
16
+ namespace showTitle {
17
+ export namespace text_1 {
18
+ let type_1: string;
19
+ export { type_1 as type };
20
+ }
21
+ export { text_1 as text };
22
+ let required_1: boolean;
23
+ export { required_1 as required };
24
+ let description_1: string;
25
+ export { description_1 as description };
26
+ }
27
+ }
28
+ export namespace parameters {
29
+ namespace html {
30
+ let root: string;
31
+ }
32
+ }
33
+ export let excludeStories: RegExp;
34
+ }
35
+ export default _default;
36
+ export const BlockImageCarouselData: {
37
+ image: {
38
+ alt: string;
39
+ title: string;
40
+ caption: string;
41
+ credit: string;
42
+ detailUrl: string;
43
+ original: string;
44
+ src: {
45
+ height: string;
46
+ url: string;
47
+ width: string;
48
+ };
49
+ srcSet: string;
50
+ };
51
+ }[];
52
+ export namespace Carousel {
53
+ let name: string;
54
+ namespace args {
55
+ let blockId_1: string;
56
+ export { blockId_1 as blockId };
57
+ let showTitle_1: boolean;
58
+ export { showTitle_1 as showTitle };
59
+ export { BlockImageCarouselData as items };
60
+ }
61
+ }
@@ -0,0 +1,66 @@
1
+ import { PropType } from 'vue';
2
+ import { default as Swiper } from 'swiper';
3
+ import { SwiperOptions } from 'swiper/types';
4
+ import { ImageObject } from '../../interfaces';
5
+
6
+ declare const _default: import('vue').DefineComponent<{
7
+ items: {
8
+ type: PropType<Partial<ImageObject>[]>;
9
+ required: false;
10
+ };
11
+ loop: {
12
+ type: BooleanConstructor;
13
+ default: boolean;
14
+ };
15
+ slide: {
16
+ type: NumberConstructor;
17
+ required: false;
18
+ };
19
+ blockId: {
20
+ type: StringConstructor;
21
+ required: false;
22
+ };
23
+ showTitle: {
24
+ type: BooleanConstructor;
25
+ required: false;
26
+ default: boolean;
27
+ };
28
+ }, unknown, {
29
+ currentIndex: number;
30
+ slider: Swiper | null;
31
+ currentCaption: string;
32
+ sliderOptions: SwiperOptions;
33
+ }, {
34
+ hasCover(): boolean;
35
+ itemsMobileNav(): Partial<ImageObject>[] | undefined;
36
+ }, {
37
+ init(): void;
38
+ updateIndex(val: number): void;
39
+ slideTo(val: number): void;
40
+ }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
41
+ items: {
42
+ type: PropType<Partial<ImageObject>[]>;
43
+ required: false;
44
+ };
45
+ loop: {
46
+ type: BooleanConstructor;
47
+ default: boolean;
48
+ };
49
+ slide: {
50
+ type: NumberConstructor;
51
+ required: false;
52
+ };
53
+ blockId: {
54
+ type: StringConstructor;
55
+ required: false;
56
+ };
57
+ showTitle: {
58
+ type: BooleanConstructor;
59
+ required: false;
60
+ default: boolean;
61
+ };
62
+ }>>, {
63
+ loop: boolean;
64
+ showTitle: boolean;
65
+ }, {}>;
66
+ export default _default;
@@ -0,0 +1,68 @@
1
+ import { default as BlockImageCarouselItem } from './BlockImageCarouselItem.vue';
2
+ declare namespace _default {
3
+ export let title: string;
4
+ export { BlockImageCarouselItem as component };
5
+ export let decorators: (() => {
6
+ template: string;
7
+ })[];
8
+ export namespace argTypes {
9
+ namespace blockId {
10
+ namespace text {
11
+ let type: string;
12
+ }
13
+ let required: boolean;
14
+ let description: string;
15
+ }
16
+ namespace showTitle {
17
+ export namespace text_1 {
18
+ let type_1: string;
19
+ export { type_1 as type };
20
+ }
21
+ export { text_1 as text };
22
+ let required_1: boolean;
23
+ export { required_1 as required };
24
+ let description_1: string;
25
+ export { description_1 as description };
26
+ }
27
+ }
28
+ export namespace parameters {
29
+ namespace html {
30
+ let root: string;
31
+ }
32
+ }
33
+ export let excludeStories: RegExp;
34
+ }
35
+ export default _default;
36
+ export namespace BlockImageCarouselItemData {
37
+ namespace item {
38
+ namespace image {
39
+ export let alt: string;
40
+ let title_1: string;
41
+ export { title_1 as title };
42
+ export let caption: string;
43
+ export let credit: string;
44
+ export let detailUrl: string;
45
+ export let original: string;
46
+ export namespace src {
47
+ let height: number;
48
+ let url: string;
49
+ let width: number;
50
+ }
51
+ export let srcSet: string;
52
+ }
53
+ }
54
+ }
55
+ export namespace SingleItem {
56
+ let name: string;
57
+ namespace args {
58
+ import image_1 = image;
59
+ export { image_1 as image };
60
+ let caption_1: string;
61
+ export { caption_1 as caption };
62
+ export let displayCaption: boolean;
63
+ let blockId_1: string;
64
+ export { blockId_1 as blockId };
65
+ let showTitle_1: boolean;
66
+ export { showTitle_1 as showTitle };
67
+ }
68
+ }
@@ -0,0 +1,58 @@
1
+ import { ImageObject } from '../../interfaces';
2
+
3
+ declare const _default: import('vue').DefineComponent<{
4
+ image: {
5
+ type: ObjectConstructor;
6
+ required: true;
7
+ default: () => {};
8
+ };
9
+ displayCaption: {
10
+ type: BooleanConstructor;
11
+ default: boolean;
12
+ };
13
+ caption: {
14
+ type: StringConstructor;
15
+ required: false;
16
+ };
17
+ blockId: {
18
+ type: StringConstructor;
19
+ required: false;
20
+ };
21
+ showTitle: {
22
+ type: BooleanConstructor;
23
+ required: false;
24
+ default: boolean;
25
+ };
26
+ }, unknown, unknown, {
27
+ theCaption(): string | undefined;
28
+ theImageData(): Partial<ImageObject> | null;
29
+ hasCaptionArea(): string | boolean;
30
+ }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
31
+ image: {
32
+ type: ObjectConstructor;
33
+ required: true;
34
+ default: () => {};
35
+ };
36
+ displayCaption: {
37
+ type: BooleanConstructor;
38
+ default: boolean;
39
+ };
40
+ caption: {
41
+ type: StringConstructor;
42
+ required: false;
43
+ };
44
+ blockId: {
45
+ type: StringConstructor;
46
+ required: false;
47
+ };
48
+ showTitle: {
49
+ type: BooleanConstructor;
50
+ required: false;
51
+ default: boolean;
52
+ };
53
+ }>>, {
54
+ image: Record<string, any>;
55
+ displayCaption: boolean;
56
+ showTitle: boolean;
57
+ }, {}>;
58
+ export default _default;
@@ -0,0 +1,46 @@
1
+ import { default as BlockImageComparison } from './BlockImageComparison.vue';
2
+ declare namespace _default {
3
+ export let title: string;
4
+ export { BlockImageComparison as component };
5
+ export let decorators: (() => {
6
+ template: string;
7
+ })[];
8
+ export namespace parameters {
9
+ namespace html {
10
+ let root: string;
11
+ }
12
+ }
13
+ export let excludeStories: RegExp;
14
+ }
15
+ export default _default;
16
+ export namespace BlockImageComparisonData {
17
+ let blockType: string;
18
+ namespace beforeImage {
19
+ namespace src {
20
+ let url: string;
21
+ }
22
+ namespace srcCropped {
23
+ let url_1: string;
24
+ export { url_1 as url };
25
+ }
26
+ }
27
+ namespace afterImage {
28
+ export namespace src_1 {
29
+ let url_2: string;
30
+ export { url_2 as url };
31
+ }
32
+ export { src_1 as src };
33
+ export namespace srcCropped_1 {
34
+ let url_3: string;
35
+ export { url_3 as url };
36
+ }
37
+ export { srcCropped_1 as srcCropped };
38
+ }
39
+ let caption: string;
40
+ }
41
+ export namespace Comparison {
42
+ let name: string;
43
+ namespace args {
44
+ export { BlockImageComparisonData as data };
45
+ }
46
+ }
@@ -0,0 +1,15 @@
1
+ declare const _default: import('vue').DefineComponent<{
2
+ data: {
3
+ type: ObjectConstructor;
4
+ required: true;
5
+ };
6
+ }, unknown, unknown, {
7
+ theBeforeImageSrc(): any;
8
+ theAfterImageSrc(): any;
9
+ }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
10
+ data: {
11
+ type: ObjectConstructor;
12
+ required: true;
13
+ };
14
+ }>>, {}, {}>;
15
+ export default _default;
@@ -0,0 +1,103 @@
1
+ import { default as BlockImageGallery } from './BlockImageGallery.vue';
2
+ declare namespace _default {
3
+ export let title: string;
4
+ export { BlockImageGallery as component };
5
+ export let decorators: (() => {
6
+ template: string;
7
+ })[];
8
+ export namespace argTypes {
9
+ namespace blockId {
10
+ namespace text {
11
+ let type: string;
12
+ }
13
+ let required: boolean;
14
+ let description: string;
15
+ }
16
+ }
17
+ export namespace parameters {
18
+ namespace html {
19
+ let root: string;
20
+ }
21
+ }
22
+ export let excludeStories: RegExp;
23
+ }
24
+ export default _default;
25
+ export namespace BlockImageGalleryData {
26
+ let label: string;
27
+ namespace block {
28
+ let id: string;
29
+ let blockType: string;
30
+ let galleryTitle: string;
31
+ let galleryDescription: string;
32
+ let coverImage: {
33
+ alt: string;
34
+ title: string;
35
+ caption: string;
36
+ credit: string;
37
+ detailUrl: string;
38
+ original: string;
39
+ src: {
40
+ height: string;
41
+ url: string;
42
+ width: string;
43
+ };
44
+ srcSet: string;
45
+ };
46
+ let gallerySlides: {
47
+ image: {
48
+ alt: string;
49
+ title: string;
50
+ caption: string;
51
+ credit: string;
52
+ detailUrl: string;
53
+ original: string;
54
+ src: {
55
+ height: string;
56
+ url: string;
57
+ width: string;
58
+ };
59
+ srcSet: string;
60
+ };
61
+ }[];
62
+ }
63
+ }
64
+ export const ImageGalleryData: {
65
+ label: string;
66
+ 'block-id': string;
67
+ title: string;
68
+ description: string;
69
+ cover: {
70
+ alt: string;
71
+ title: string;
72
+ caption: string;
73
+ credit: string;
74
+ detailUrl: string;
75
+ original: string;
76
+ src: {
77
+ height: string;
78
+ url: string;
79
+ width: string;
80
+ };
81
+ srcSet: string;
82
+ };
83
+ items: {
84
+ image: {
85
+ alt: string;
86
+ title: string;
87
+ caption: string;
88
+ credit: string;
89
+ detailUrl: string;
90
+ original: string;
91
+ src: {
92
+ height: string;
93
+ url: string;
94
+ width: string;
95
+ };
96
+ srcSet: string;
97
+ };
98
+ }[];
99
+ };
100
+ export namespace Gallery {
101
+ export let name: string;
102
+ export { ImageGalleryData as args };
103
+ }
@@ -0,0 +1,57 @@
1
+ import { PropType } from 'vue';
2
+ import { ImageObject } from '../../interfaces';
3
+
4
+ declare const _default: import('vue').DefineComponent<{
5
+ label: {
6
+ type: StringConstructor;
7
+ required: false;
8
+ };
9
+ title: {
10
+ type: StringConstructor;
11
+ required: false;
12
+ };
13
+ description: {
14
+ type: StringConstructor;
15
+ required: false;
16
+ };
17
+ cover: {
18
+ type: PropType<ImageObject>;
19
+ required: false;
20
+ };
21
+ items: {
22
+ type: PropType<ImageObject[]>;
23
+ required: false;
24
+ };
25
+ blockId: {
26
+ type: StringConstructor;
27
+ required: false;
28
+ };
29
+ }, unknown, unknown, {
30
+ theSrcSet(): string | undefined;
31
+ }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
32
+ label: {
33
+ type: StringConstructor;
34
+ required: false;
35
+ };
36
+ title: {
37
+ type: StringConstructor;
38
+ required: false;
39
+ };
40
+ description: {
41
+ type: StringConstructor;
42
+ required: false;
43
+ };
44
+ cover: {
45
+ type: PropType<ImageObject>;
46
+ required: false;
47
+ };
48
+ items: {
49
+ type: PropType<ImageObject[]>;
50
+ required: false;
51
+ };
52
+ blockId: {
53
+ type: StringConstructor;
54
+ required: false;
55
+ };
56
+ }>>, {}, {}>;
57
+ export default _default;
@@ -0,0 +1,72 @@
1
+ import { default as BlockInlineImage } from './BlockInlineImage.vue';
2
+ declare namespace _default {
3
+ export let title: string;
4
+ export { BlockInlineImage as component };
5
+ export let excludeStories: RegExp;
6
+ }
7
+ export default _default;
8
+ export namespace BlockInlineImageData {
9
+ namespace block {
10
+ let blockType: string;
11
+ let text: string;
12
+ let alignTo: string;
13
+ let image: {
14
+ alt: string;
15
+ src: {
16
+ height: number;
17
+ url: string;
18
+ width: number;
19
+ };
20
+ original: string;
21
+ caption: string;
22
+ credit: string;
23
+ detailUrl: string;
24
+ };
25
+ let displayCaption: boolean;
26
+ }
27
+ }
28
+ export namespace AlignRight {
29
+ namespace args {
30
+ import data = BlockInlineImageData.block;
31
+ export { data };
32
+ }
33
+ }
34
+ export namespace CustomCaption {
35
+ export namespace args_1 {
36
+ export namespace data_1 {
37
+ let caption: string;
38
+ }
39
+ export { data_1 as data };
40
+ }
41
+ export { args_1 as args };
42
+ }
43
+ export namespace AlignLeft {
44
+ export namespace args_2 {
45
+ export namespace data_2 {
46
+ let alignTo_1: string;
47
+ export { alignTo_1 as alignTo };
48
+ }
49
+ export { data_2 as data };
50
+ }
51
+ export { args_2 as args };
52
+ }
53
+ export namespace PortraitImage {
54
+ export namespace args_3 {
55
+ export namespace data_3 {
56
+ let image_1: {
57
+ alt: string;
58
+ src: {
59
+ height: number;
60
+ url: string;
61
+ width: number;
62
+ };
63
+ caption: string;
64
+ credit: string;
65
+ detailUrl: string;
66
+ };
67
+ export { image_1 as image };
68
+ }
69
+ export { data_3 as data };
70
+ }
71
+ export { args_3 as args };
72
+ }
@@ -0,0 +1,19 @@
1
+ import { ImageObject } from '../../interfaces';
2
+
3
+ declare const _default: import('vue').DefineComponent<{
4
+ data: {
5
+ type: ObjectConstructor;
6
+ required: false;
7
+ };
8
+ }, unknown, unknown, {
9
+ theCaption(): string | undefined;
10
+ theImageData(): Partial<ImageObject> | null;
11
+ hasCaptionArea(): string | false;
12
+ theSrcSet(): string | undefined;
13
+ }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
14
+ data: {
15
+ type: ObjectConstructor;
16
+ required: false;
17
+ };
18
+ }>>, {}, {}>;
19
+ export default _default;
@@ -0,0 +1,20 @@
1
+ import { default as BlockKeyPoints } from './BlockKeyPoints.vue';
2
+ declare namespace _default {
3
+ export let title: string;
4
+ export { BlockKeyPoints as component };
5
+ export let excludeStories: RegExp;
6
+ }
7
+ export default _default;
8
+ export namespace BlockKeyPointsData {
9
+ let blockType: string;
10
+ let heading: string;
11
+ let listItem: {
12
+ text: string;
13
+ }[];
14
+ }
15
+ export namespace KeyPoints {
16
+ let name: string;
17
+ namespace args {
18
+ export { BlockKeyPointsData as data };
19
+ }
20
+ }
@@ -0,0 +1,12 @@
1
+ declare const _default: import('vue').DefineComponent<{
2
+ data: {
3
+ type: ObjectConstructor;
4
+ required: false;
5
+ };
6
+ }, unknown, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
7
+ data: {
8
+ type: ObjectConstructor;
9
+ required: false;
10
+ };
11
+ }>>, {}, {}>;
12
+ export default _default;