@explorer-1/vue 0.2.104 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (508) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/README.md +53 -5
  3. package/package.json +6 -3
  4. package/src/components/AsteroidWatchWidget/AsteroidWatchWidget.vue +1 -5
  5. package/src/components/BaseAudio/BaseAudio.vue +1 -48
  6. package/src/components/BaseCarousel/BaseCarousel.vue +1 -42
  7. package/src/components/BaseImagePlaceholder/BaseImagePlaceholder.vue +1 -1
  8. package/src/components/BaseLightboxCloseButton/BaseLightboxCloseButton.vue +1 -6
  9. package/src/components/BaseLightboxOpenButton/BaseLightboxOpenButton.vue +1 -8
  10. package/src/components/BaseModal/BaseModal.vue +1 -1
  11. package/src/components/BasePill/BasePill.stories.js +16 -7
  12. package/src/components/BaseSwimlane/BaseSwimlane.vue +2 -40
  13. package/src/components/BaseTimer/BaseTimer.stories.js +6 -1
  14. package/src/components/BaseTimer/BaseTimer.vue +7 -22
  15. package/src/components/BaseUnitToggle/BaseUnitToggle.vue +1 -28
  16. package/src/components/BaseVideo/BaseVideo.vue +2 -8
  17. package/src/components/BlockAccordion/BlockAccordion.vue +1 -7
  18. package/src/components/BlockAnchor/BlockAnchor.vue +1 -14
  19. package/src/components/BlockAudio/BlockAudio.vue +1 -10
  20. package/src/components/BlockCircleImageCard/BlockCircleImageCard.vue +0 -18
  21. package/src/components/BlockCsrTable/BlockCsrTable.vue +2 -43
  22. package/src/components/BlockCsrTable/CsrTestLimitsTable.vue +1 -15
  23. package/src/components/BlockDialog/BlockDialog.stories.mdx +1 -1
  24. package/src/components/BlockDialog/BlockDialog.vue +1 -26
  25. package/src/components/BlockGist/BlockGist.vue +2 -25
  26. package/src/components/BlockHeading/BlockHeading.vue +1 -8
  27. package/src/components/BlockIframeEmbed/BlockIframeEmbed.vue +2 -1
  28. package/src/components/BlockLinkCard/BlockLinkCard.stories.js +6 -0
  29. package/src/components/BlockLinkCard/BlockLinkCard.vue +1 -29
  30. package/src/components/BlockLinkCard/BlockLinkCardCollectionLg.vue +1 -10
  31. package/src/components/BlockLinkCardList/BlockLinkCardList.vue +1 -7
  32. package/src/components/BlockLinkTile/BlockLinkTile.vue +1 -5
  33. package/src/components/BlockNewsletterSignup/BlockNewsletterSignup.vue +2 -12
  34. package/src/components/BlockStreamfield/BlockStreamfield.stories.js +2 -7
  35. package/src/components/BlockStreamfield/BlockStreamfield.vue +1 -28
  36. package/src/components/FormNewsletterSignup/FormNewsletterSignup.vue +2 -4
  37. package/src/components/HeroLarge/HeroLarge.vue +2 -1
  38. package/src/components/HeroMedium/HeroMedium.vue +1 -0
  39. package/src/components/HomepageCarousel/HomepageCarousel.vue +1 -38
  40. package/src/components/HomepageCarouselItem/HomepageCarouselItem.vue +1 -32
  41. package/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.vue +1 -73
  42. package/src/components/HomepageMissionsCarousel/HomepageMissionsCarouselItem.vue +1 -57
  43. package/src/components/HomepageStats/HomepageStats.vue +1 -30
  44. package/src/components/Icons/IconSlideshow.vue +1 -5
  45. package/src/components/ImageDetailContextImage/ImageDetailContextImage.vue +2 -39
  46. package/src/components/LoadingTransition/LoadingTransition.vue +2 -17
  47. package/src/components/LogoCaltech/LogoCaltech.vue +1 -4
  48. package/src/components/LogoTribrand/LogoTribrand.vue +1 -23
  49. package/src/components/MetaPanel/MetaPanel.vue +1 -5
  50. package/src/components/MetaPanelAccordion/MetaPanelAccordion.vue +1 -21
  51. package/src/components/MetaPanelItems/MetaPanelItems.vue +1 -17
  52. package/src/components/MetadataEduResource/MetadataEduResource.stories.js +1 -0
  53. package/src/components/MetadataEduResource/MetadataEduResource.vue +1 -34
  54. package/src/components/MetadataEvent/MetadataEvent.vue +1 -34
  55. package/src/components/MissionDetailAbout/MissionDetailAbout.vue +1 -74
  56. package/src/components/MissionDetailHero/MissionDetailHero.vue +2 -46
  57. package/src/components/MissionDetailHighlights/MissionDetailHighlights.vue +1 -12
  58. package/src/components/MissionDetailHighlights/MissionDetailHighlightsCarousel.vue +1 -16
  59. package/src/components/MissionDetailHighlights/MissionDetailHighlightsCarouselItem.vue +2 -8
  60. package/src/components/MissionDetailInlineImage/MissionDetailInlineImage.vue +1 -7
  61. package/src/components/MissionDetailStats/MissionDetailStats.vue +1 -29
  62. package/src/components/MissionDetailStats/MissionDetailStatsMicro.vue +1 -16
  63. package/src/components/MissionDetailStats/MissionDetailStatsMini.vue +1 -27
  64. package/src/components/MissionDetailStreamfield/MissionDetailStreamfield.vue +2 -23
  65. package/src/components/MixinCarousel/MixinCarousel.docs.mdx +2 -2
  66. package/src/components/MixinCarousel/MixinCarousel.vue +16 -0
  67. package/src/components/MixinFancybox/MixinFancybox.vue +1 -96
  68. package/src/components/MixinFancybox/MixinFancyboxOpenButton.vue +1 -8
  69. package/src/components/MixinVideoBg/MixinVideoBg.vue +1 -0
  70. package/src/components/NavDesktop/NavDesktop.vue +1 -57
  71. package/src/components/NavDesktop/NavDesktopDropdown.vue +1 -89
  72. package/src/components/NavDesktopEdu/NavDesktopEdu.stories.js +1 -0
  73. package/src/components/NavDesktopEdu/NavDesktopEdu.vue +1 -13
  74. package/src/components/NavJumpMenu/NavJumpMenu.vue +1 -19
  75. package/src/components/NavJumpMenu/NavJumpMenuContent.vue +1 -15
  76. package/src/components/NavLinkList/NavLinkList.vue +6 -7
  77. package/src/components/NavLogoLinks/NavLogoLinks.vue +1 -12
  78. package/src/components/NavMobile/NavMobile.vue +1 -37
  79. package/src/components/NavMobile/NavMobileDropdown.vue +1 -29
  80. package/src/components/NavMobile/NavMobileLink.vue +1 -11
  81. package/src/components/NavMobile/NavMobileSecondaryDropdown.vue +1 -19
  82. package/src/components/NavSearchForm/NavSearchForm.vue +1 -39
  83. package/src/components/NavSecondary/NavSecondary.vue +1 -56
  84. package/src/components/NavSecondary/NavSecondaryDropdown.vue +1 -69
  85. package/src/components/NavSecondary/NavSecondaryDropdownContent.vue +1 -21
  86. package/src/components/NavSecondary/NavSecondaryLink.vue +1 -16
  87. package/src/components/NavSocial/NavSocial.vue +2 -15
  88. package/src/components/PodcastEpisodeCard/PodcastEpisodeCard.vue +1 -8
  89. package/src/components/RoboticsDetailStats/RoboticsDetailStats.vue +2 -5
  90. package/src/components/RoboticsDetailStats/RoboticsDetailStatsMini.vue +1 -5
  91. package/src/components/SearchFilterGroupAccordionItem/SearchFilterGroupAccordionItem.vue +1 -5
  92. package/src/components/SearchInput/SearchInput.vue +3 -8
  93. package/src/components/SearchPagination/SearchPagination.vue +1 -9
  94. package/src/components/SearchResultCard/SearchResultCard.stories.js +1 -0
  95. package/src/components/ShareButtons/ShareButtons.vue +2 -9
  96. package/src/components/ShareButtonsEdu/ShareButtonsEdu.stories.js +1 -0
  97. package/src/components/ShareButtonsEdu/ShareButtonsEdu.vue +1 -19
  98. package/src/components/SwimlaneCTA/SwimlaneCTA.vue +2 -34
  99. package/src/components/TheFooter/TheFooter.vue +1 -19
  100. package/src/components/TheFooter/TheFooterSignUp.vue +1 -5
  101. package/src/components/ThumbnailCarousel/ThumbnailCarousel.vue +1 -25
  102. package/src/components/TimelineDialog/TimelineDialog.stories.mdx +1 -1
  103. package/src/components/TimelineDialog/TimelineDialog.vue +1 -20
  104. package/src/components/TopicDetailMissionSpotlight/TopicDetailMissionSpotlight.vue +2 -17
  105. package/src/components/TopicDetailMoreItem/TopicDetailMoreItem.vue +1 -5
  106. package/src/components/YearTicker/YearTicker.vue +1 -83
  107. package/src/docs/foundation/color.docs.mdx +1 -1
  108. package/src/docs/foundation/grid.docs.mdx +1 -1
  109. package/src/docs/foundation/grid_layouthelpers.docs.mdx +1 -1
  110. package/src/docs/foundation/themes.docs.mdx +1 -1
  111. package/src/docs/foundation/typography.docs.mdx +1 -1
  112. package/src/docs/foundation/typography.stories.js +1 -1
  113. package/src/docs/getting-started/designer.docs.mdx +1 -1
  114. package/src/docs/getting-started/developer.docs.mdx +3 -25
  115. package/src/docs/guides/accessibility.docs.mdx +1 -1
  116. package/src/docs/guides/responsive.docs.mdx +1 -1
  117. package/src/docs/introduction.docs.mdx +29 -1
  118. package/src/docs/overviews/base.docs.mdx +1 -1
  119. package/src/docs/overviews/blocks.docs.mdx.disabled +1 -1
  120. package/src/docs/overviews/cards.docs.mdx +1 -1
  121. package/src/docs/overviews/components.docs.mdx +1 -1
  122. package/src/docs/overviews/forms.docs.mdx +1 -1
  123. package/src/docs/overviews/global.docs.mdx +1 -1
  124. package/src/docs/overviews/global_footers.docs.mdx +1 -1
  125. package/src/docs/overviews/global_headers.docs.mdx +1 -1
  126. package/src/docs/overviews/heroes.docs.mdx +1 -1
  127. package/src/docs/overviews/mixins.docs.mdx +1 -1
  128. package/src/docs/overviews/search.docs.mdx +1 -1
  129. package/src/docs/overviews/utilities.docs.mdx +1 -1
  130. package/src/docs/roadmap.docs.mdx +1 -1
  131. package/src/docs/utils/ComponentItem.jsx +1 -1
  132. package/src/templates/PageAudioDetail/PageAudioDetail.vue +1 -67
  133. package/src/templates/PageEventDetail/PageEventDetail.vue +1 -30
  134. package/src/templates/PageImageDetail/PageImageDetail.vue +1 -35
  135. package/src/templates/PageVideoDetail/PageVideoDetail.vue +1 -23
  136. package/src/templates/edu/PageContentEdu.stories.js +1 -0
  137. package/src/templates/edu/PageEduCollectionsDetail/PageEduCollectionsDetail.stories.js +1 -0
  138. package/src/templates/edu/PageEduEventDetail/PageEduEventDetail.stories.js +1 -0
  139. package/src/templates/edu/PageEduEventDetail/PageEduEventDetail.vue +1 -29
  140. package/src/templates/edu/PageEduExplainerArticle/PageEduExplainerArticle.stories.js +1 -0
  141. package/src/templates/edu/PageEduExplainerArticle/PageEduExplainerArticle.vue +1 -11
  142. package/src/templates/edu/PageEduGalleryDetail/PageEduGalleryDetail.stories.js +1 -0
  143. package/src/templates/edu/PageEduGalleryDetail/PageEduGalleryDetail.vue +1 -25
  144. package/src/templates/edu/PageEduHome/PageEduHome.stories.js +1 -0
  145. package/src/templates/edu/PageEduHome/PageEduHome.vue +1 -24
  146. package/src/templates/edu/PageEduLesson/PageEduLesson.stories.js +1 -15
  147. package/src/templates/edu/PageEduLesson/PageEduLessonSection.vue +1 -65
  148. package/src/templates/edu/PageEduMultimediaDetail/PageEduMultimediaDetail.stories.js +1 -0
  149. package/src/templates/edu/PageEduMultimediaDetail/PageEduMultimediaDetail.vue +1 -14
  150. package/src/templates/edu/PageEduNewsDetail/PageEduNewsDetail.stories.js +1 -0
  151. package/src/templates/edu/PageEduStudentProject/PageEduStudentProject.stories.js +1 -0
  152. package/src/templates/edu/PageEduStudentProject/PageEduStudentProject.vue +1 -12
  153. package/src/templates/edu/PageEduStudentProject/PageEduStudentProjectSection.vue +1 -59
  154. package/src/templates/edu/PageEduTeachableMoment/PageEduTeachableMoment.stories.js +1 -0
  155. package/src/templates/www/PageCuratedGallery/PageCuratedGallery.vue +1 -86
  156. package/src/templates/www/PageInfographicDetail/PageInfographicDetail.vue +1 -17
  157. package/src/templates/www/PageMaintenanceMode/PageMaintenanceMode.vue +1 -27
  158. package/src/templates/www/PagePodcastSeason/PagePodcastSeason.vue +3 -6
  159. package/src/templates/www/PageTimeline/PageTimeline.vue +2 -100
  160. package/tailwind.config.js +3 -13
  161. package/dist/edu/.gitkeep +0 -0
  162. package/dist/edu/explorer-1/bg-stars-edu.png +0 -0
  163. package/dist/edu/explorer-1/bg-stars.jpg +0 -0
  164. package/dist/explorer-1/bg-stars-edu.png +0 -0
  165. package/dist/explorer-1/bg-stars.jpg +0 -0
  166. package/dist/explorer-1-vue.d.ts +0 -1
  167. package/dist/explorer-1-vue.js +0 -25799
  168. package/dist/explorer-1-vue.umd.cjs +0 -52
  169. package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Artists.jpg +0 -0
  170. package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Communicators.jpg +0 -0
  171. package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Designers.jpg +0 -0
  172. package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Disruptors.jpg +0 -0
  173. package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Dreamers.jpg +0 -0
  174. package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Educators.jpg +0 -0
  175. package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Innovators.jpg +0 -0
  176. package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Inventors.jpg +0 -0
  177. package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Makers.jpg +0 -0
  178. package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Problem_Solvers.jpg +0 -0
  179. package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Robiticists.jpg +0 -0
  180. package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Scientists.jpg +0 -0
  181. package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Software_Engineers.jpg +0 -0
  182. package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Thinkers.jpg +0 -0
  183. package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Visualizers.jpg +0 -0
  184. package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Artists.jpg +0 -0
  185. package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Communicators.jpg +0 -0
  186. package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Designers.jpg +0 -0
  187. package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Disruptors.jpg +0 -0
  188. package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Dreamers.jpg +0 -0
  189. package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Educators.jpg +0 -0
  190. package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Innovators.jpg +0 -0
  191. package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Inventors.jpg +0 -0
  192. package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Makers.jpg +0 -0
  193. package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Problem_Solvers.jpg +0 -0
  194. package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Robiticists.jpg +0 -0
  195. package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Scientists.jpg +0 -0
  196. package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Software_Engineers.jpg +0 -0
  197. package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Thinkers.jpg +0 -0
  198. package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Visualizers.jpg +0 -0
  199. package/dist/src/components/AboutTheAuthor/AboutTheAuthor.stories.d.ts +0 -30
  200. package/dist/src/components/AsteroidWatchWidget/AsteroidWatchWidget.stories.d.ts +0 -52
  201. package/dist/src/components/BackToTop/BackToTop.stories.d.ts +0 -145
  202. package/dist/src/components/BackToTop/BackToTop.vue.d.ts +0 -127
  203. package/dist/src/components/BaseAccordionItem/BaseAccordionItem.stories.d.ts +0 -99
  204. package/dist/src/components/BaseAccordionItem/BaseAccordionItem.vue.d.ts +0 -56
  205. package/dist/src/components/BaseAudio/BaseAudio.stories.d.ts +0 -24
  206. package/dist/src/components/BaseAudio/BaseAudio.vue.d.ts +0 -66
  207. package/dist/src/components/BaseButton/BaseButton.stories.d.ts +0 -167
  208. package/dist/src/components/BaseButton/BaseButton.vue.d.ts +0 -95
  209. package/dist/src/components/BaseCheckboxGroup/BaseCheckboxGroup.stories.d.ts +0 -24
  210. package/dist/src/components/BaseCheckboxGroup/BaseCheckboxGroup.vue.d.ts +0 -63
  211. package/dist/src/components/BaseHeading/BaseHeading.stories.d.ts +0 -178
  212. package/dist/src/components/BaseHeading/BaseHeading.vue.d.ts +0 -33
  213. package/dist/src/components/BaseImage/BaseImage.stories.d.ts +0 -140
  214. package/dist/src/components/BaseImage/BaseImage.vue.d.ts +0 -85
  215. package/dist/src/components/BaseImageCaption/BaseImageCaption.stories.d.ts +0 -24
  216. package/dist/src/components/BaseImagePlaceholder/BaseImagePlaceholder.stories.d.ts +0 -89
  217. package/dist/src/components/BaseImagePlaceholder/BaseImagePlaceholder.vue.d.ts +0 -61
  218. package/dist/src/components/BaseLightboxCloseButton/BaseLightboxCloseButton.vue.d.ts +0 -7
  219. package/dist/src/components/BaseLightboxOpenButton/BaseLightboxOpenButton.vue.d.ts +0 -6
  220. package/dist/src/components/BaseLink/BaseLink.stories.d.ts +0 -56
  221. package/dist/src/components/BaseLink/BaseLink.vue.d.ts +0 -247
  222. package/dist/src/components/BaseModal/BaseModal.stories.d.ts +0 -994
  223. package/dist/src/components/BaseModal/BaseModal.vue.d.ts +0 -156
  224. package/dist/src/components/BaseModal/BaseModalDialog.vue.d.ts +0 -137
  225. package/dist/src/components/BasePill/BasePill.stories.d.ts +0 -65
  226. package/dist/src/components/BasePill/BasePill.vue.d.ts +0 -41
  227. package/dist/src/components/BasePlaceholder/BasePlaceholder.stories.d.ts +0 -25
  228. package/dist/src/components/BasePlaceholder/BasePlaceholder.vue.d.ts +0 -2
  229. package/dist/src/components/BaseRadioGroup/BaseRadioGroup.stories.d.ts +0 -28
  230. package/dist/src/components/BaseRadioGroup/BaseRadioGroup.vue.d.ts +0 -74
  231. package/dist/src/components/BaseSwimlane/BaseSwimlane.stories.d.ts +0 -25
  232. package/dist/src/components/BaseSwimlane/BaseSwimlane.vue.d.ts +0 -85
  233. package/dist/src/components/BaseTimer/BaseTimer.stories.d.ts +0 -107
  234. package/dist/src/components/BaseTimer/BaseTimer.test.d.ts +0 -1
  235. package/dist/src/components/BaseTimer/BaseTimer.vue.d.ts +0 -88
  236. package/dist/src/components/BaseUnitToggle/BaseUnitToggle.stories.d.ts +0 -259
  237. package/dist/src/components/BaseUnitToggle/BaseUnitToggle.test.d.ts +0 -1
  238. package/dist/src/components/BaseUnitToggle/BaseUnitToggle.vue.d.ts +0 -83
  239. package/dist/src/components/BaseVideo/BaseVideo.stories.d.ts +0 -26
  240. package/dist/src/components/BaseVideo/BaseVideo.vue.d.ts +0 -79
  241. package/dist/src/components/BlockAccordion/BlockAccordion.stories.d.ts +0 -83
  242. package/dist/src/components/BlockAccordion/BlockAccordion.vue.d.ts +0 -51
  243. package/dist/src/components/BlockAnchor/BlockAnchor.vue.d.ts +0 -12
  244. package/dist/src/components/BlockAudio/BlockAudio.stories.d.ts +0 -34
  245. package/dist/src/components/BlockAudio/BlockAudio.vue.d.ts +0 -236
  246. package/dist/src/components/BlockCardGrid/BlockCardGrid.stories.d.ts +0 -111
  247. package/dist/src/components/BlockCardGridItem/BlockCardGridItem.stories.d.ts +0 -48
  248. package/dist/src/components/BlockCardGridItem/BlockCardGridItemElement.vue.d.ts +0 -221
  249. package/dist/src/components/BlockCircleImageCard/BlockCircleImageCard.stories.d.ts +0 -58
  250. package/dist/src/components/BlockCircleImageCard/BlockCircleImageCard.vue.d.ts +0 -224
  251. package/dist/src/components/BlockCta/BlockCta.stories.d.ts +0 -36
  252. package/dist/src/components/BlockCta/BlockCta.vue.d.ts +0 -117
  253. package/dist/src/components/BlockDialog/BlockDialog.stories.d.ts +0 -83
  254. package/dist/src/components/BlockGist/BlockGist.stories.d.ts +0 -19
  255. package/dist/src/components/BlockGist/BlockGist.vue.d.ts +0 -19
  256. package/dist/src/components/BlockGist/GitHub404.vue.d.ts +0 -2
  257. package/dist/src/components/BlockHeading/BlockHeading.stories.d.ts +0 -20
  258. package/dist/src/components/BlockHeading/BlockHeading.vue.d.ts +0 -67
  259. package/dist/src/components/BlockIframeEmbed/BlockIframeEmbed.stories.d.ts +0 -37
  260. package/dist/src/components/BlockImageCarousel/BlockImageCarousel.stories.d.ts +0 -61
  261. package/dist/src/components/BlockImageCarouselItem/BlockImageCarouselItem.stories.d.ts +0 -68
  262. package/dist/src/components/BlockImageComparison/BlockImageComparison.stories.d.ts +0 -46
  263. package/dist/src/components/BlockImageGallery/BlockImageGallery.stories.d.ts +0 -103
  264. package/dist/src/components/BlockInlineImage/BlockInlineImage.stories.d.ts +0 -73
  265. package/dist/src/components/BlockKeyPoints/BlockKeyPoints.stories.d.ts +0 -20
  266. package/dist/src/components/BlockKeyPoints/BlockKeyPoints.vue.d.ts +0 -96
  267. package/dist/src/components/BlockLinkCard/BlockLinkCard.stories.d.ts +0 -411
  268. package/dist/src/components/BlockLinkCard/BlockLinkCardCollectionLg.vue.d.ts +0 -47
  269. package/dist/src/components/BlockLinkCardList/BlockLinkCardList.stories.d.ts +0 -142
  270. package/dist/src/components/BlockLinkCardList/BlockLinkCardList.vue.d.ts +0 -30
  271. package/dist/src/components/BlockLinkTile/BlockLinkTile.stories.d.ts +0 -82
  272. package/dist/src/components/BlockListCards/BlockListCards.stories.d.ts +0 -57
  273. package/dist/src/components/BlockRelatedLinks/BlockRelatedLinks.stories.d.ts +0 -44
  274. package/dist/src/components/BlockRichTable/BlockRichTable.stories.d.ts +0 -204
  275. package/dist/src/components/BlockStreamfield/BlockStreamfield.stories.d.ts +0 -743
  276. package/dist/src/components/BlockTeaser/BlockTeaser.stories.d.ts +0 -61
  277. package/dist/src/components/BlockTeaser/BlockTeaser.test.d.ts +0 -1
  278. package/dist/src/components/BlockTeaser/BlockTeaser.vue.d.ts +0 -269
  279. package/dist/src/components/BlockText/BlockText.stories.d.ts +0 -53
  280. package/dist/src/components/BlockText/BlockText.vue.d.ts +0 -32
  281. package/dist/src/components/BlockVideo/BlockVideo.stories.d.ts +0 -23
  282. package/dist/src/components/BlockVideoEmbed/BlockVideoEmbed.stories.d.ts +0 -25
  283. package/dist/src/components/CalendarButton/CalendarButton.stories.d.ts +0 -19
  284. package/dist/src/components/CalendarButton/CalendarButton.vue.d.ts +0 -179
  285. package/dist/src/components/CalendarChip/CalendarChip.vue.d.ts +0 -36
  286. package/dist/src/components/DetailHeadline/DetailHeadline.stories.d.ts +0 -77
  287. package/dist/src/components/DsnWidget/DsnWidget.stories.d.ts +0 -29
  288. package/dist/src/components/EventDetailHero/EventDetailHero.stories.d.ts +0 -48
  289. package/dist/src/components/EventDetailHero/EventDetailHero.vue.d.ts +0 -234
  290. package/dist/src/components/FormContact/FormContact.stories.d.ts +0 -382
  291. package/dist/src/components/FormContact/FormContact.vue.d.ts +0 -369
  292. package/dist/src/components/FormNewsletterSignup/FormNewsletterSignup.stories.d.ts +0 -444
  293. package/dist/src/components/FormNewsletterSignup/FormNewsletterSignup.vue.d.ts +0 -431
  294. package/dist/src/components/HeroLarge/HeroLarge.stories.d.ts +0 -65
  295. package/dist/src/components/HeroLarge/HeroLarge.vue.d.ts +0 -135
  296. package/dist/src/components/HeroListingIndex/HeroListingIndex.stories.d.ts +0 -137
  297. package/dist/src/components/HeroMedia/HeroMedia.stories.d.ts +0 -173
  298. package/dist/src/components/HeroMedium/HeroMedium.stories.d.ts +0 -93
  299. package/dist/src/components/HeroMedium/HeroSmall.stories.d.ts +0 -91
  300. package/dist/src/components/HomepageCarousel/HomepageCarousel.stories.d.ts +0 -353
  301. package/dist/src/components/HomepageCarouselItem/HomepageCarouselItem.stories.d.ts +0 -57
  302. package/dist/src/components/HomepageEmbedBlock/HomepageEmbedBlock.stories.d.ts +0 -27
  303. package/dist/src/components/HomepageFeaturedRobot/HomepageFeaturedRobot.stories.d.ts +0 -94
  304. package/dist/src/components/HomepageFeaturedRobot/HomepageFeaturedRobot.vue.d.ts +0 -292
  305. package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlock.stories.d.ts +0 -80
  306. package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlockCardImage.vue.d.ts +0 -149
  307. package/dist/src/components/Icons/Icon360.vue.d.ts +0 -2
  308. package/dist/src/components/Icons/IconArrow.vue.d.ts +0 -2
  309. package/dist/src/components/Icons/IconArrows.vue.d.ts +0 -2
  310. package/dist/src/components/Icons/IconAudio.vue.d.ts +0 -2
  311. package/dist/src/components/Icons/IconBook.vue.d.ts +0 -2
  312. package/dist/src/components/Icons/IconBookUser.vue.d.ts +0 -2
  313. package/dist/src/components/Icons/IconBriefcase.vue.d.ts +0 -2
  314. package/dist/src/components/Icons/IconCalendar.vue.d.ts +0 -2
  315. package/dist/src/components/Icons/IconCaret.vue.d.ts +0 -2
  316. package/dist/src/components/Icons/IconCheckbox.vue.d.ts +0 -2
  317. package/dist/src/components/Icons/IconCheckboxSelected.vue.d.ts +0 -2
  318. package/dist/src/components/Icons/IconClose.vue.d.ts +0 -2
  319. package/dist/src/components/Icons/IconCloseLightbox.vue.d.ts +0 -2
  320. package/dist/src/components/Icons/IconDownload.vue.d.ts +0 -2
  321. package/dist/src/components/Icons/IconDropdown.vue.d.ts +0 -2
  322. package/dist/src/components/Icons/IconEnvelope.vue.d.ts +0 -2
  323. package/dist/src/components/Icons/IconExpand.vue.d.ts +0 -2
  324. package/dist/src/components/Icons/IconExternal.vue.d.ts +0 -2
  325. package/dist/src/components/Icons/IconFilter.vue.d.ts +0 -2
  326. package/dist/src/components/Icons/IconForwardTen.vue.d.ts +0 -2
  327. package/dist/src/components/Icons/IconGrid.vue.d.ts +0 -2
  328. package/dist/src/components/Icons/IconHand.vue.d.ts +0 -2
  329. package/dist/src/components/Icons/IconInfo.vue.d.ts +0 -2
  330. package/dist/src/components/Icons/IconLink.vue.d.ts +0 -2
  331. package/dist/src/components/Icons/IconList.vue.d.ts +0 -2
  332. package/dist/src/components/Icons/IconLocation.vue.d.ts +0 -2
  333. package/dist/src/components/Icons/IconMagnifyingGlass.vue.d.ts +0 -2
  334. package/dist/src/components/Icons/IconMedal.vue.d.ts +0 -2
  335. package/dist/src/components/Icons/IconMenu.vue.d.ts +0 -2
  336. package/dist/src/components/Icons/IconMinus.vue.d.ts +0 -2
  337. package/dist/src/components/Icons/IconMute.vue.d.ts +0 -2
  338. package/dist/src/components/Icons/IconNext.vue.d.ts +0 -2
  339. package/dist/src/components/Icons/IconPause.vue.d.ts +0 -2
  340. package/dist/src/components/Icons/IconPlay.vue.d.ts +0 -2
  341. package/dist/src/components/Icons/IconPlus.vue.d.ts +0 -2
  342. package/dist/src/components/Icons/IconPrev.vue.d.ts +0 -2
  343. package/dist/src/components/Icons/IconProfile.vue.d.ts +0 -2
  344. package/dist/src/components/Icons/IconRewindTen.vue.d.ts +0 -2
  345. package/dist/src/components/Icons/IconSearch.vue.d.ts +0 -2
  346. package/dist/src/components/Icons/IconShare.vue.d.ts +0 -2
  347. package/dist/src/components/Icons/IconSlideshow.vue.d.ts +0 -2
  348. package/dist/src/components/Icons/IconSocialEmail.vue.d.ts +0 -2
  349. package/dist/src/components/Icons/IconSocialFacebook.vue.d.ts +0 -2
  350. package/dist/src/components/Icons/IconSocialGoogleClassroom.vue.d.ts +0 -2
  351. package/dist/src/components/Icons/IconSocialInstagram.vue.d.ts +0 -2
  352. package/dist/src/components/Icons/IconSocialPinterest.vue.d.ts +0 -2
  353. package/dist/src/components/Icons/IconSocialReddit.vue.d.ts +0 -2
  354. package/dist/src/components/Icons/IconSocialTwitter.vue.d.ts +0 -2
  355. package/dist/src/components/Icons/IconSocialYoutube.vue.d.ts +0 -2
  356. package/dist/src/components/Icons/IconStop.vue.d.ts +0 -2
  357. package/dist/src/components/Icons/IconSubject.vue.d.ts +0 -2
  358. package/dist/src/components/Icons/IconTime.vue.d.ts +0 -2
  359. package/dist/src/components/Icons/IconUniversity.vue.d.ts +0 -2
  360. package/dist/src/components/Icons/IconUser.vue.d.ts +0 -2
  361. package/dist/src/components/Icons/IconVolume.vue.d.ts +0 -2
  362. package/dist/src/components/Icons/Icons.stories.d.ts +0 -509
  363. package/dist/src/components/ImageDetailContextImage/ImageDetailContextImage.vue.d.ts +0 -152
  364. package/dist/src/components/LayoutHelper/LayoutHelper.vue.d.ts +0 -33
  365. package/dist/src/components/LoadingTransition/LoadingTransition.vue.d.ts +0 -7
  366. package/dist/src/components/LogoCaltech/LogoCaltech.stories.d.ts +0 -41
  367. package/dist/src/components/LogoCaltech/LogoCaltech.vue.d.ts +0 -2
  368. package/dist/src/components/LogoTribrand/LogoTribrand.stories.d.ts +0 -111
  369. package/dist/src/components/LogoTribrand/LogoTribrand.vue.d.ts +0 -14
  370. package/dist/src/components/MetaPanel/MetaPanel.stories.d.ts +0 -58
  371. package/dist/src/components/MetaPanelItems/MetaPanelItems.stories.d.ts +0 -25
  372. package/dist/src/components/MetadataEduResource/MetadataEduResource.stories.d.ts +0 -59
  373. package/dist/src/components/MetadataEduResource/MetadataEduResource.vue.d.ts +0 -42
  374. package/dist/src/components/MetadataEvent/MetadataEvent.stories.d.ts +0 -32
  375. package/dist/src/components/MetadataEvent/MetadataEvent.vue.d.ts +0 -46
  376. package/dist/src/components/MissionDetailAbout/MissionDetailAbout.stories.d.ts +0 -27
  377. package/dist/src/components/MissionDetailAbout/MissionDetailAbout.vue.d.ts +0 -118
  378. package/dist/src/components/MissionDetailHero/MissionDetailHero.stories.d.ts +0 -417
  379. package/dist/src/components/MissionDetailHero/MissionDetailHero.vue.d.ts +0 -240
  380. package/dist/src/components/MissionDetailHighlights/MissionDetailHighlights.stories.d.ts +0 -282
  381. package/dist/src/components/MissionDetailInlineImage/MissionDetailInlineImage.stories.d.ts +0 -50
  382. package/dist/src/components/MissionDetailStats/DistanceStats.test.d.ts +0 -1
  383. package/dist/src/components/MissionDetailStats/DistanceStats.vue.d.ts +0 -170
  384. package/dist/src/components/MissionDetailStats/MissionDetailStats.stories.d.ts +0 -698
  385. package/dist/src/components/MissionDetailStats/MissionDetailStats.test.d.ts +0 -1
  386. package/dist/src/components/MissionDetailStats/MissionDetailStats.vue.d.ts +0 -302
  387. package/dist/src/components/MissionDetailStats/MissionDetailStatsMicro.vue.d.ts +0 -80
  388. package/dist/src/components/MissionDetailStats/MissionDetailStatsMini.vue.d.ts +0 -228
  389. package/dist/src/components/MissionDetailStreamfield/MissionDetailStreamfield.stories.d.ts +0 -76
  390. package/dist/src/components/MixinAnimationCaret/MixinAnimationCaret.stories.d.ts +0 -83
  391. package/dist/src/components/MixinAnimationCaret/MixinAnimationCaret.vue.d.ts +0 -64
  392. package/dist/src/components/MixinFancybox/MixinFancybox.vue.d.ts +0 -157
  393. package/dist/src/components/MixinFancybox/MixinFancyboxOpenButton.vue.d.ts +0 -4
  394. package/dist/src/components/MixinVideoBg/MixinVideoBg.stories.d.ts +0 -14
  395. package/dist/src/components/MixinVideoBg/MixinVideoBg.vue.d.ts +0 -12
  396. package/dist/src/components/NavDesktop/NavDesktopDropdown.vue.d.ts +0 -71
  397. package/dist/src/components/NavDropdownToggle/NavDropdownToggle.vue.d.ts +0 -40
  398. package/dist/src/components/NavHeading/NavHeading.stories.d.ts +0 -22
  399. package/dist/src/components/NavHighlight/NavHighlight.stories.d.ts +0 -43
  400. package/dist/src/components/NavJumpMenu/NavJumpMenu.stories.d.ts +0 -44
  401. package/dist/src/components/NavLinkList/NavLinkList.stories.d.ts +0 -39
  402. package/dist/src/components/NavSearchForm/NavSearchForm.stories.d.ts +0 -12
  403. package/dist/src/components/NavSearchForm/NavSearchForm.vue.d.ts +0 -38
  404. package/dist/src/components/NavSecondary/NavSecondary.stories.d.ts +0 -32
  405. package/dist/src/components/NavSocial/NavSocial.stories.d.ts +0 -178
  406. package/dist/src/components/NavSocial/NavSocial.vue.d.ts +0 -152
  407. package/dist/src/components/NewsDetailMediaContact/NewsDetailMediaContact.stories.d.ts +0 -36
  408. package/dist/src/components/NewsDetailMediaContact/NewsDetailMediaContact.test.d.ts +0 -1
  409. package/dist/src/components/NewsDetailMediaContact/NewsDetailMediaContact.vue.d.ts +0 -31
  410. package/dist/src/components/ParallaxContainer/ParallaxContainer.stories.d.ts +0 -91
  411. package/dist/src/components/ParallaxContainer/ParallaxContainer.vue.d.ts +0 -37
  412. package/dist/src/components/ParallaxElement/ParallaxElement.vue.d.ts +0 -23
  413. package/dist/src/components/PodcastSeriesCarousel/PodcastSeriesCarousel.stories.d.ts +0 -50
  414. package/dist/src/components/ProfileDetailSectionGroup/ProfileDetailSectionGroup.vue.d.ts +0 -86
  415. package/dist/src/components/RoboticsDetailStats/RoboticsDetailStats.stories.d.ts +0 -170
  416. package/dist/src/components/RoboticsDetailStats/RoboticsDetailStats.test.d.ts +0 -1
  417. package/dist/src/components/RoboticsDetailStats/RoboticsDetailStats.vue.d.ts +0 -87
  418. package/dist/src/components/RoboticsDetailStats/RoboticsDetailStatsMini.vue.d.ts +0 -85
  419. package/dist/src/components/SearchFilterGroup/SearchFilterGroup.stories.d.ts +0 -82
  420. package/dist/src/components/SearchFilterGroup/SearchFilterGroup.vue.d.ts +0 -190
  421. package/dist/src/components/SearchFilterGroupAccordionItem/SearchFilterGroupAccordionItem.vue.d.ts +0 -44
  422. package/dist/src/components/SearchInput/SearchInput.stories.d.ts +0 -42
  423. package/dist/src/components/SearchInput/SearchInput.vue.d.ts +0 -69
  424. package/dist/src/components/SearchPagination/SearchPagination.stories.d.ts +0 -68
  425. package/dist/src/components/SearchPagination/SearchPagination.vue.d.ts +0 -110
  426. package/dist/src/components/SearchResultCard/SearchResultCard.stories.d.ts +0 -99
  427. package/dist/src/components/SearchResultGridItem/SearchResultGridItem.stories.d.ts +0 -79
  428. package/dist/src/components/SearchResultsList/SearchResultsList.stories.d.ts +0 -404
  429. package/dist/src/components/SearchSelectMenu/SearchSelectMenu.stories.d.ts +0 -18
  430. package/dist/src/components/SearchSelectMenu/SearchSelectMenu.vue.d.ts +0 -39
  431. package/dist/src/components/ShareButtons/ShareButtons.stories.d.ts +0 -16
  432. package/dist/src/components/ShareButtons/ShareButtons.vue.d.ts +0 -134
  433. package/dist/src/components/ShareButtonsEdu/ShareButtonsEdu.stories.d.ts +0 -14
  434. package/dist/src/components/ShareButtonsEdu/ShareButtonsEdu.vue.d.ts +0 -16
  435. package/dist/src/components/SkipLink/SkipLink.stories.d.ts +0 -8
  436. package/dist/src/components/SkipLink/SkipLink.vue.d.ts +0 -98
  437. package/dist/src/components/SwimlaneCTA/SwimlaneCTA.stories.d.ts +0 -25
  438. package/dist/src/components/TextArea/TextArea.stories.d.ts +0 -30
  439. package/dist/src/components/TextArea/TextArea.vue.d.ts +0 -95
  440. package/dist/src/components/TextInput/TextInput.stories.d.ts +0 -33
  441. package/dist/src/components/TextInput/TextInput.vue.d.ts +0 -119
  442. package/dist/src/components/TheFooter/TheFooter.stories.d.ts +0 -87
  443. package/dist/src/components/TheFooter/TheFooterSignUp.vue.d.ts +0 -8
  444. package/dist/src/components/ThumbnailCarousel/ThumbnailCarousel.stories.d.ts +0 -32
  445. package/dist/src/components/TopicDetailMissionCarousel/TopicDetailMissionCarousel.stories.d.ts +0 -45
  446. package/dist/src/components/TopicDetailMissionCarouselItem/TopicDetailMissionCarouselItem.stories.d.ts +0 -37
  447. package/dist/src/components/TopicDetailMissionSpotlight/TopicDetailMissionSpotlight.stories.d.ts +0 -77
  448. package/dist/src/components/TopicDetailMissionSpotlight/TopicDetailMissionSpotlight.vue.d.ts +0 -325
  449. package/dist/src/components/TopicDetailMore/TopicDetailMoreVisibility.vue.d.ts +0 -8
  450. package/dist/src/components/TopicDetailMoreItem/TopicDetailMoreItem.stories.d.ts +0 -157
  451. package/dist/src/components/TopicDetailStreamfield/TopicDetailStreamfield.stories.d.ts +0 -95
  452. package/dist/src/components/YearTicker/YearTicker.stories.d.ts +0 -40
  453. package/dist/src/components/YearTicker/YearTicker.vue.d.ts +0 -17
  454. package/dist/src/constants.d.ts +0 -14
  455. package/dist/src/docs/foundation/grid.stories.d.ts +0 -69
  456. package/dist/src/docs/foundation/grid_layouthelpers.stories.d.ts +0 -194
  457. package/dist/src/docs/foundation/themes.stories.d.ts +0 -21
  458. package/dist/src/docs/foundation/typography.stories.d.ts +0 -92
  459. package/dist/src/docs/guides/responsive.stories.d.ts +0 -13
  460. package/dist/src/docs/utils/ComponentItem.d.ts +0 -2
  461. package/dist/src/docs/utils/ComponentList.d.ts +0 -2
  462. package/dist/src/interfaces.d.ts +0 -284
  463. package/dist/src/main.d.ts +0 -1
  464. package/dist/src/store/curatedGallery.d.ts +0 -6
  465. package/dist/src/store/header.d.ts +0 -20
  466. package/dist/src/store/search.d.ts +0 -10
  467. package/dist/src/store/theme.d.ts +0 -14
  468. package/dist/src/templates/PageAudioDetail/PageAudioDetail.stories.d.ts +0 -102
  469. package/dist/src/templates/PageContent/PageContent.stories.d.ts +0 -197
  470. package/dist/src/templates/PageEventDetail/PageEventDetail.stories.d.ts +0 -94
  471. package/dist/src/templates/PageImageDetail/PageImageDetail.stories.d.ts +0 -185
  472. package/dist/src/templates/PageNewsDetail/PageNewsDetail.stories.d.ts +0 -1843
  473. package/dist/src/templates/PageVideoDetail/PageVideoDetail.stories.d.ts +0 -56
  474. package/dist/src/templates/edu/PageContentEdu.stories.d.ts +0 -205
  475. package/dist/src/templates/edu/PageEduCollectionsDetail/PageEduCollectionsDetail.stories.d.ts +0 -124
  476. package/dist/src/templates/edu/PageEduEventDetail/PageEduEventDetail.stories.d.ts +0 -297
  477. package/dist/src/templates/edu/PageEduExplainerArticle/PageEduExplainerArticle.stories.d.ts +0 -446
  478. package/dist/src/templates/edu/PageEduGalleryDetail/PageEduGalleryDetail.stories.d.ts +0 -284
  479. package/dist/src/templates/edu/PageEduHome/PageEduHome.stories.d.ts +0 -70
  480. package/dist/src/templates/edu/PageEduLesson/PageEduLesson.stories.d.ts +0 -623
  481. package/dist/src/templates/edu/PageEduMultimediaDetail/PageEduMultimediaDetail.stories.d.ts +0 -359
  482. package/dist/src/templates/edu/PageEduNewsDetail/PageEduNewsDetail.stories.d.ts +0 -2094
  483. package/dist/src/templates/edu/PageEduStudentProject/PageEduStudentProject.stories.d.ts +0 -890
  484. package/dist/src/templates/edu/PageEduTeachableMoment/PageEduTeachableMoment.stories.d.ts +0 -412
  485. package/dist/src/templates/www/PageAsteroidWatchContent/PageAsteroidWatchContent.stories.d.ts +0 -99
  486. package/dist/src/templates/www/PageAsteroidWatchIndex/PageAsteroidWatchIndex.stories.d.ts +0 -645
  487. package/dist/src/templates/www/PageCuratedGallery/PageCuratedGallery.stories.d.ts +0 -142
  488. package/dist/src/templates/www/PageGoDirectory/PageGoDirectory.stories.d.ts +0 -56
  489. package/dist/src/templates/www/PageHomepage/PageHomepage.stories.d.ts +0 -705
  490. package/dist/src/templates/www/PageInfographicDetail/PageInfographicDetail.stories.d.ts +0 -41
  491. package/dist/src/templates/www/PageMaintenanceMode/PageMaintenanceMode.stories.d.ts +0 -14
  492. package/dist/src/templates/www/PageMissionDetail/PageMissionDetail.stories.d.ts +0 -875
  493. package/dist/src/templates/www/PagePodcast/PagePodcast.stories.d.ts +0 -115
  494. package/dist/src/templates/www/PagePodcastSeason/PagePodcastSeason.stories.d.ts +0 -84
  495. package/dist/src/templates/www/PagePressKitIndex/PagePressKitIndex.stories.d.ts +0 -64
  496. package/dist/src/templates/www/PageProfileDetail/PageProfileDetail.stories.d.ts +0 -60
  497. package/dist/src/templates/www/PageRoboticsDetail/PageRoboticsDetail.stories.d.ts +0 -256
  498. package/dist/src/templates/www/PageTimeline/PageTimeline.stories.d.ts +0 -339
  499. package/dist/src/templates/www/PageTopicDetail/PageTopicDetail.stories.d.ts +0 -297
  500. package/dist/src/utils/dayjs.d.ts +0 -2
  501. package/dist/src/utils/eventBus.d.ts +0 -1
  502. package/dist/src/utils/filters.d.ts +0 -4
  503. package/dist/src/utils/generateHash.d.ts +0 -1
  504. package/dist/src/utils/getHeadingId.d.ts +0 -1
  505. package/dist/src/utils/lookupContentType.d.ts +0 -3
  506. package/dist/src/utils/mixins.d.ts +0 -59
  507. package/dist/src/utils/rangeifyGrades.d.ts +0 -3
  508. package/dist/style.css +0 -1
@@ -299,61 +299,5 @@ export default defineComponent({
299
299
  })
300
300
  </script>
301
301
  <style lang="scss">
302
- .NavDesktop {
303
- @apply border-b border-transparent;
304
- // styles for default vs transparent header
305
- // underline color and logo inversion styles handled within their respective components
306
- > .header-bg {
307
- @apply bg-white;
308
-
309
- .main-navigation {
310
- > * {
311
- @apply text-gray-dark;
312
- }
313
- }
314
- }
315
-
316
- &.-transparent {
317
- @apply bg-transparent;
318
-
319
- > .header-bg {
320
- @apply bg-gradient-to-b from-transparent-black-75 to-transparent bg-transparent;
321
- }
322
-
323
- .main-navigation {
324
- > * {
325
- @apply text-white;
326
-
327
- .NavDesktopDropdown > button {
328
- // mimics .text-contrast class
329
- text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
330
- }
331
- }
332
- }
333
- }
334
-
335
- &.-scrolled {
336
- @apply border-b border-gray-mid border-opacity-50 bg-white;
337
-
338
- &.-transparent {
339
- > .header-bg {
340
- @apply opacity-0 bg-white;
341
- }
342
-
343
- .main-navigation {
344
- > * {
345
- @apply text-gray-dark;
346
-
347
- .NavDesktopDropdown > button {
348
- text-shadow: none;
349
- }
350
- }
351
- }
352
- }
353
-
354
- &.-hasSecondary {
355
- @apply border-0 border-transparent;
356
- }
357
- }
358
- }
302
+ @import '@explorer-1/common/src/scss/components/NavDesktop';
359
303
  </style>
@@ -107,93 +107,5 @@ export default defineComponent({
107
107
  })
108
108
  </script>
109
109
  <style lang="scss">
110
- .NavDesktopDropdown {
111
- // pushes the dropdown below the closest parent div that has position:relative (e.g. the header)
112
- > div {
113
- &::before {
114
- content: '';
115
- @apply relative z-0 w-full h-full block;
116
- }
117
- }
118
-
119
- > button {
120
- > span {
121
- @apply border-transparent;
122
- }
123
-
124
- &.-open {
125
- > span {
126
- @apply border-primary edu:border-white;
127
-
128
- .-transparent & {
129
- @apply border-white;
130
- }
131
-
132
- .-transparent.-scrolled & {
133
- @apply border-primary edu:border-white;
134
- }
135
- }
136
- }
137
- &:hover {
138
- > span {
139
- @apply border-primary edu:border-white;
140
-
141
- .-transparent & {
142
- @apply border-white;
143
- }
144
-
145
- .-transparent.-scrolled & {
146
- @apply border-primary edu:border-white;
147
- }
148
- }
149
- }
150
- }
151
- // parent div is active
152
- &.-active {
153
- > button {
154
- > span {
155
- @apply border-primary edu:border-white font-bold;
156
-
157
- .-transparent & {
158
- @apply border-white;
159
- }
160
-
161
- .-transparent.-scrolled & {
162
- @apply border-primary edu:border-white;
163
- }
164
-
165
- &.hasSecondary {
166
- @apply border-transparent #{!important};
167
- }
168
- }
169
- }
170
- }
171
-
172
- // transitions
173
- .navfade-enter-to,
174
- .navfade-enter-active {
175
- @apply transition-all ease-out transform duration-500;
176
- }
177
-
178
- .navfade-leave-active,
179
- .navfade-leave-to {
180
- @apply transition-all ease-out transform duration-100;
181
- }
182
-
183
- .navfade-enter-active {
184
- @apply opacity-0 translate-y-2;
185
- }
186
-
187
- .navfade-enter-to {
188
- @apply opacity-100 translate-y-0;
189
- }
190
-
191
- .navfade-leave-to {
192
- @apply opacity-100; // translate-y-0
193
- }
194
-
195
- .navfade-leave-active {
196
- @apply opacity-0; // -translate-y-2
197
- }
198
- }
110
+ @import '@explorer-1/common/src/scss/components/NavDesktopDropdown';
199
111
  </style>
@@ -161,6 +161,7 @@ export const NavDesktopData = {
161
161
 
162
162
  export const BaseStory = {
163
163
  name: 'NavDesktop',
164
+ globals: { theme: 'ThemeEdu' },
164
165
  args: {
165
166
  data: NavDesktopData,
166
167
  headerVisible: true,
@@ -304,17 +304,5 @@ export default defineComponent({
304
304
  })
305
305
  </script>
306
306
  <style lang="scss">
307
- .NavDesktopEdu {
308
- @apply border-none;
309
-
310
- > .header-bg {
311
- @apply bg-gradient-to-r from-black to-primary bg-transparent to-90%;
312
- }
313
-
314
- .main-navigation {
315
- > * {
316
- @apply text-white;
317
- }
318
- }
319
- }
307
+ @import '@explorer-1/common/src/scss/components/NavDesktopEdu';
320
308
  </style>
@@ -180,23 +180,5 @@ watch(
180
180
  )
181
181
  </script>
182
182
  <style lang="scss">
183
- .NavJumpMenu {
184
- @apply invisible transition-all overflow-visible -mb-[3.7rem] z-30 fixed #{!important};
185
- &.-ready {
186
- @apply visible #{!important};
187
- }
188
- &.-at-top {
189
- @apply invisible #{!important};
190
- }
191
- .NavSecondaryLink.secondary-root {
192
- span {
193
- @apply border-primary #{!important};
194
- }
195
- &.-invert {
196
- span {
197
- @apply border-white #{!important};
198
- }
199
- }
200
- }
201
- }
183
+ @import '@explorer-1/common/src/scss/components/NavJumpMenu';
202
184
  </style>
@@ -61,19 +61,5 @@ export default defineComponent({
61
61
  })
62
62
  </script>
63
63
  <style lang="scss">
64
- .NavJumpMenuContent {
65
- a {
66
- @apply block pl-18 pr-6 lg:pl-6 text-gray-dark;
67
-
68
- > span {
69
- @apply border-b border-transparent pb-2px;
70
- }
71
-
72
- &:hover {
73
- > span {
74
- @apply border-gray-dark text-gray-dark;
75
- }
76
- }
77
- }
78
- }
64
+ @import '@explorer-1/common/src/scss/components/NavJumpMenuContent';
79
65
  </style>
@@ -1,6 +1,9 @@
1
1
  <template>
2
2
  <div v-if="data">
3
- <NavHeading :data="data" />
3
+ <NavHeading
4
+ :data="data"
5
+ class="NavLinkList"
6
+ />
4
7
  <div
5
8
  v-if="data.links"
6
9
  :class="{ 'auto-col': autoCol }"
@@ -57,10 +60,6 @@ export default defineComponent({
57
60
  }
58
61
  })
59
62
  </script>
60
- <style lang="scss" scoped>
61
- .auto-col {
62
- @screen lg {
63
- column-count: 2;
64
- }
65
- }
63
+ <style lang="scss">
64
+ @import '@explorer-1/common/src/scss/components/NavLinkList';
66
65
  </style>
@@ -41,16 +41,5 @@ export default defineComponent({
41
41
  })
42
42
  </script>
43
43
  <style lang="scss">
44
- // In Windows high contrast mode, gives the logo a "link color" background to convey it’s clickable.
45
- @media (forced-colors: active) {
46
- .NavLogoLinks img {
47
- position: relative;
48
- z-index: 1;
49
- pointer-events: none;
50
- }
51
-
52
- .NavLogoLinks a {
53
- background-color: linktext;
54
- }
55
- }
44
+ @import '@explorer-1/common/src/scss/components/NavLogoLinks';
56
45
  </style>
@@ -298,41 +298,5 @@ export default defineComponent({
298
298
  })
299
299
  </script>
300
300
  <style lang="scss">
301
- .NavMobile {
302
- @apply absolute top-0 z-50 inset-x-0;
303
- // styles for default vs transparent header
304
- // underline color and logo inversion styles handled within their respective components
305
- &.-scrolled {
306
- @media not print {
307
- @apply fixed;
308
- }
309
- }
310
- }
311
- // vue-transition classes
312
- // may scope this wider if mobile uses the same transition
313
- .headerMobileReveal-enter-to,
314
- .headerMobileReveal-enter-active {
315
- @apply transition-transform transform ease-in-out duration-200;
316
- }
317
-
318
- .headerMobileReveal-leave-active,
319
- .headerMobileReveal-leave-to {
320
- @apply transition-transform transform ease-out duration-200;
321
- }
322
-
323
- .headerMobileReveal-enter-active {
324
- @apply -translate-y-full;
325
- }
326
-
327
- .headerMobileReveal-enter-to {
328
- @apply translate-y-0;
329
- }
330
-
331
- .headerMobileReveal-leave-to {
332
- @apply translate-y-0;
333
- }
334
-
335
- .headerMobileReveal-leave-active {
336
- @apply -translate-y-full;
337
- }
301
+ @import '@explorer-1/common/src/scss/components/NavMobile';
338
302
  </style>
@@ -147,33 +147,5 @@ export default defineComponent({
147
147
  })
148
148
  </script>
149
149
  <style lang="scss">
150
- .NavDropdownMobile {
151
- // pushes the dropdown below the closest parent div that has position:relative (e.g. the header)
152
- > div {
153
- &::before {
154
- content: '';
155
- @apply relative z-0 w-full h-full block;
156
- }
157
- }
158
-
159
- > button {
160
- > span {
161
- @apply border-transparent;
162
- }
163
-
164
- &.-open {
165
- > span {
166
- @apply border-primary font-bold;
167
- }
168
- }
169
- }
170
- // parent div is active
171
- &.-active {
172
- > button {
173
- > span {
174
- @apply border-primary font-bold;
175
- }
176
- }
177
- }
178
- }
150
+ @import '@explorer-1/common/src/scss/components/NavMobileDropdown';
179
151
  </style>
@@ -55,15 +55,5 @@ export default defineComponent({
55
55
  })
56
56
  </script>
57
57
  <style lang="scss">
58
- .NavMobileLink {
59
- span {
60
- @apply border-b border-transparent;
61
- }
62
-
63
- .nuxt-link-active {
64
- span {
65
- @apply font-medium border-primary #{!important};
66
- }
67
- }
68
- }
58
+ @import '@explorer-1/common/src/scss/components/NavMobileLink';
69
59
  </style>
@@ -105,23 +105,5 @@ export default defineComponent({
105
105
  })
106
106
  </script>
107
107
  <style lang="scss">
108
- .NavMobileSecondaryDropdown {
109
- .NavDropdownToggle {
110
- span {
111
- @apply border-b border-transparent;
112
- }
113
-
114
- &.-open {
115
- span {
116
- @apply border-gray-dark font-normal;
117
- }
118
- }
119
-
120
- &.-active {
121
- span {
122
- @apply font-medium border-primary #{!important};
123
- }
124
- }
125
- }
126
- }
108
+ @import '@explorer-1/common/src/scss/components/NavMobileSecondaryDropdown';
127
109
  </style>
@@ -55,43 +55,5 @@ const submitSearch = () => {
55
55
  </form>
56
56
  </template>
57
57
  <style lang="scss">
58
- .NavSearchForm {
59
- ::placeholder {
60
- @apply text-gray-dark;
61
- }
62
-
63
- .-transparent & {
64
- ::placeholder {
65
- @apply text-white;
66
- }
67
- }
68
-
69
- .-transparent.-scrolled & {
70
- ::placeholder {
71
- @apply text-gray-dark;
72
- }
73
- }
74
- @screen lg {
75
- // remove the default styling of search field
76
- input[type='search']::-ms-clear {
77
- display: none;
78
- width: 0;
79
- height: 0;
80
- }
81
-
82
- input[type='search']::-ms-reveal {
83
- display: none;
84
- width: 0;
85
- height: 0;
86
- }
87
-
88
- /* clears the 'X' from Chrome */
89
- input[type='search']::-webkit-search-decoration,
90
- input[type='search']::-webkit-search-cancel-button,
91
- input[type='search']::-webkit-search-results-button,
92
- input[type='search']::-webkit-search-results-decoration {
93
- display: none;
94
- }
95
- }
96
- }
58
+ @import '@explorer-1/common/src/scss/components/NavSearchForm';
97
59
  </style>
@@ -187,60 +187,5 @@ export default defineComponent({
187
187
  })
188
188
  </script>
189
189
  <style lang="scss">
190
- .NavSecondary {
191
- top: -1px; // for intersection observer to work
192
- @apply sticky z-40 w-full bg-white border-b border-gray-mid border-opacity-0 transition-border-opacity duration-150 edu:duration-300 ease-in;
193
- @apply hidden;
194
- @screen lg {
195
- @apply block;
196
- }
197
-
198
- &.has-intro {
199
- .nav-secondary-container {
200
- @apply border-gray-mid border-opacity-0;
201
- }
202
- }
203
-
204
- &.-is-sticky {
205
- @apply border-gray-mid border-opacity-50;
206
- }
207
-
208
- .secondary-root {
209
- .nuxt-link-exact-active {
210
- span {
211
- @apply text-primary font-semibold #{!important};
212
- }
213
- }
214
- }
215
-
216
- // for that nice horizontal scroll on mobile
217
- .overflow-x-auto {
218
- scrollbar-width: thin;
219
-
220
- &::-webkit-scrollbar {
221
- display: none;
222
- }
223
- }
224
-
225
- // change sticky point if global nav is showing
226
- .header-sticky-showing & {
227
- @apply top-18;
228
- @screen lg {
229
- @apply top-28;
230
- }
231
-
232
- &.-scrolled-up {
233
- @apply border-gray-mid border-opacity-50;
234
- .nav-secondary-container {
235
- @apply border-gray-mid border-opacity-50;
236
- }
237
- }
238
- }
239
- }
240
- // since we depend on a body class, the edu: prefix won't work as usual and requires the below line
241
- body.header-sticky-showing .ThemeEdu .NavSecondary {
242
- @screen lg {
243
- @apply top-[4.45rem];
244
- }
245
- }
190
+ @import '@explorer-1/common/src/scss/components/NavSecondary';
246
191
  </style>
@@ -143,73 +143,5 @@ export default defineComponent({
143
143
  })
144
144
  </script>
145
145
  <style lang="scss">
146
- .NavSecondaryDropdown {
147
- .NavDropdownToggle {
148
- &.-open {
149
- > span {
150
- @apply border-black text-gray-dark #{!important};
151
- }
152
- &.-invert {
153
- > span {
154
- @apply border-white text-white #{!important};
155
- }
156
- }
157
- }
158
-
159
- &.-active {
160
- > span {
161
- @apply font-bold text-gray-dark;
162
- @apply border-primary #{!important};
163
- }
164
- &.-invert {
165
- > span {
166
- @apply text-white;
167
- @apply border-white #{!important};
168
- }
169
- }
170
- }
171
- &:hover {
172
- &.-active {
173
- > span {
174
- @apply text-gray-mid-dark;
175
- }
176
- &.-invert {
177
- > span {
178
- @apply text-white;
179
- }
180
- }
181
- }
182
- }
183
- }
184
- // transitions
185
- .navfade-enter-to,
186
- .navfade-enter-active {
187
- @apply transition-all ease-out transform duration-200;
188
- }
189
-
190
- .navfade-leave-active,
191
- .navfade-leave-to {
192
- @apply transition-all ease-out transform duration-200;
193
- }
194
-
195
- .navfade-enter-active {
196
- @apply opacity-0;
197
- @apply -translate-y-2;
198
- }
199
-
200
- .navfade-enter-to {
201
- @apply opacity-100;
202
- @apply translate-y-0;
203
- }
204
-
205
- .navfade-leave-to {
206
- @apply opacity-100;
207
- @apply translate-y-0;
208
- }
209
-
210
- .navfade-leave-active {
211
- @apply opacity-0;
212
- @apply -translate-y-2;
213
- }
214
- }
146
+ @import '@explorer-1/common/src/scss/components/NavSecondaryDropdown';
215
147
  </style>
@@ -122,25 +122,5 @@ export default defineComponent({
122
122
  })
123
123
  </script>
124
124
  <style lang="scss">
125
- .NavSecondaryDropdownContent {
126
- a {
127
- @apply block pl-18 pr-6 lg:pl-6 text-black;
128
-
129
- > span {
130
- @apply border-b border-transparent pb-2px;
131
- }
132
-
133
- &:hover {
134
- > span {
135
- @apply border-black text-black;
136
- }
137
- }
138
-
139
- &.nuxt-link-active {
140
- > span {
141
- @apply border-primary font-medium;
142
- }
143
- }
144
- }
145
- }
125
+ @import '@explorer-1/common/src/scss/components/NavSecondaryDropdownContent';
146
126
  </style>
@@ -72,20 +72,5 @@ export default defineComponent({
72
72
  })
73
73
  </script>
74
74
  <style lang="scss">
75
- .NavSecondaryLink {
76
- .nuxt-link-exact-active {
77
- span {
78
- @apply font-bold text-gray-dark;
79
- @apply border-primary #{!important};
80
- }
81
- }
82
- &.-invert {
83
- .nuxt-link-exact-active {
84
- span {
85
- @apply font-bold text-white;
86
- @apply border-white #{!important};
87
- }
88
- }
89
- }
90
- }
75
+ @import '@explorer-1/common/src/scss/components/NavSecondaryLink.scss';
91
76
  </style>
@@ -107,19 +107,6 @@ export default defineComponent({
107
107
  }
108
108
  })
109
109
  </script>
110
- <style lang="scss" scoped>
111
- .BaseButton {
112
- @apply relative;
113
- &:hover {
114
- @apply z-10;
115
- }
116
- // we have to define these here to override the extracted border styles native to BaseButton
117
- &.-dark {
118
- @apply border-l-0 #{!important};
119
-
120
- &:first-child {
121
- @apply border-l #{!important};
122
- }
123
- }
124
- }
110
+ <style lang="scss">
111
+ @import '@explorer-1/common/src/scss/components/NavSocial';
125
112
  </style>
@@ -240,12 +240,5 @@ export default defineComponent({
240
240
  })
241
241
  </script>
242
242
  <style lang="scss">
243
- .PodcastEpisodeCard {
244
- .PodcastEpisodeCard-thumbnail {
245
- @apply hidden;
246
- @media only screen and (min-width: 325px) {
247
- @apply block;
248
- }
249
- }
250
- }
243
+ @import '@explorer-1/common/src/scss/components/PodcastEpisodeCard';
251
244
  </style>
@@ -55,6 +55,7 @@
55
55
  :src="animalAnalogIcon.src.url"
56
56
  width="160"
57
57
  height="160"
58
+ data-chromatic="ignore"
58
59
  alt=""
59
60
  />
60
61
  </picture>
@@ -209,9 +210,5 @@ export default defineComponent({
209
210
  })
210
211
  </script>
211
212
  <style lang="scss">
212
- .RoboticsDetailStats {
213
- .label {
214
- @apply font-semibold mb-4 text-jpl-red-dark;
215
- }
216
- }
213
+ @import '@explorer-1/common/src/scss/components/RoboticsDetailStats';
217
214
  </style>