@explorer-1/vue 1.0.6 → 1.1.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 (211) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/components.d.ts +10 -2
  3. package/dist/explorer-1-vue.css +1 -1
  4. package/dist/explorer-1-vue.js +43157 -41849
  5. package/dist/explorer-1-vue.umd.cjs +44 -44
  6. package/dist/src/components/AsteroidWatchWidget/AsteroidWatchWidget.vue.d.ts +44 -0
  7. package/dist/src/components/AttractionCard/AttractionCard.vue.d.ts +146 -0
  8. package/dist/src/components/BaseButton/BaseButton.stories.d.ts +2 -2
  9. package/dist/src/components/BaseImageCaption/BaseImageCaption.vue.d.ts +44 -0
  10. package/dist/src/components/BaseLink/BaseLink.stories.d.ts +8 -0
  11. package/dist/src/components/BaseLink/BaseLink.vue.d.ts +50 -2
  12. package/dist/src/components/BlockCardGrid/BlockCardGrid.vue.d.ts +88 -0
  13. package/dist/src/components/BlockCardGridItem/BlockCardGridItem.vue.d.ts +44 -0
  14. package/dist/src/components/BlockCsrTable/BlockCsrTable.stories.d.ts +1 -1
  15. package/dist/src/components/BlockCsrTable/{CsrTestLimits.vue.d.ts → CsrDetails.vue.d.ts} +2 -2
  16. package/dist/src/components/BlockIframeEmbed/BlockIframeEmbed.vue.d.ts +44 -0
  17. package/dist/src/components/BlockImage/BlockImage.stories.d.ts +528 -0
  18. package/dist/src/components/BlockImage/BlockImage.vue.d.ts +88 -0
  19. package/dist/src/components/BlockImage/BlockImageFullBleed.vue.d.ts +44 -0
  20. package/dist/src/components/BlockImage/BlockImageStandard.vue.d.ts +44 -0
  21. package/dist/src/components/BlockImageCarousel/BlockImageCarousel.vue.d.ts +44 -0
  22. package/dist/src/components/BlockImageCarouselItem/BlockImageCarouselItem.vue.d.ts +44 -0
  23. package/dist/src/components/BlockImageComparison/BlockImageComparison.vue.d.ts +44 -0
  24. package/dist/src/components/BlockImageGallery/BlockImageGallery.vue.d.ts +44 -0
  25. package/dist/src/components/BlockInlineImage/BlockInlineImage.vue.d.ts +44 -0
  26. package/dist/src/components/BlockLinkCard/BlockLinkCard.vue.d.ts +44 -0
  27. package/dist/src/components/BlockLinkCarousel/BlockLinkCarousel.stories.d.ts +132 -0
  28. package/dist/src/components/BlockLinkCarousel/BlockLinkCarousel.vue.d.ts +132 -0
  29. package/dist/src/components/BlockLinkTile/BlockLinkTile.vue.d.ts +44 -0
  30. package/dist/src/components/BlockListCards/BlockListCards.vue.d.ts +44 -0
  31. package/dist/src/components/BlockQuote/BlockQuote.stories.d.ts +220 -0
  32. package/dist/src/components/BlockQuote/BlockQuote.vue.d.ts +44 -0
  33. package/dist/src/components/BlockRelatedLinks/BlockRelatedLinks.vue.d.ts +44 -0
  34. package/dist/src/components/BlockRelatedLinks/RelatedLink.vue.d.ts +44 -0
  35. package/dist/src/components/BlockRichTable/BlockRichTable.vue.d.ts +44 -0
  36. package/dist/src/components/BlockStreamfield/BlockStreamfield.stories.d.ts +2 -2
  37. package/dist/src/components/BlockStreamfield/BlockStreamfield.vue.d.ts +792 -0
  38. package/dist/src/components/BlockVideo/BlockVideo.vue.d.ts +44 -0
  39. package/dist/src/components/BlockVideoEmbed/BlockVideoEmbed.vue.d.ts +44 -0
  40. package/dist/src/components/DetailHeadline/DetailHeadline.vue.d.ts +44 -0
  41. package/dist/src/components/DsnWidget/DsnWidget.vue.d.ts +44 -0
  42. package/dist/src/components/EventCard/EventCard.vue.d.ts +44 -0
  43. package/dist/src/components/HeroListingIndex/HeroListingIndex.vue.d.ts +44 -0
  44. package/dist/src/components/HeroMedia/HeroMedia.vue.d.ts +44 -0
  45. package/dist/src/components/HeroMedium/HeroMedium.vue.d.ts +44 -0
  46. package/dist/src/components/HomepageCarousel/HomepageCarousel.vue.d.ts +88 -0
  47. package/dist/src/components/HomepageCarouselItem/HomepageCarouselItem.vue.d.ts +44 -0
  48. package/dist/src/components/HomepageEmbedBlock/HomepageEmbedBlock.vue.d.ts +44 -0
  49. package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.stories.d.ts +44 -0
  50. package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.vue.d.ts +88 -0
  51. package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarouselItem.vue.d.ts +44 -0
  52. package/dist/src/components/HomepageStats/HomepageStats.stories.d.ts +528 -0
  53. package/dist/src/components/HomepageStats/HomepageStats.vue.d.ts +88 -0
  54. package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlock.vue.d.ts +44 -0
  55. package/dist/src/components/Icons/IconBookmark.vue.d.ts +2 -0
  56. package/dist/src/components/Icons/IconHourglass.vue.d.ts +2 -0
  57. package/dist/src/components/Icons/IconLocationCrosshairs.vue.d.ts +2 -0
  58. package/dist/src/components/Icons/IconMap.vue.d.ts +2 -0
  59. package/dist/src/components/Icons/Icons.stories.d.ts +33 -0
  60. package/dist/src/components/MetadataStacked/MetadataStacked.stories.d.ts +18 -0
  61. package/dist/src/components/MetadataStacked/MetadataStacked.vue.d.ts +65 -0
  62. package/dist/src/components/MissionDetailHighlights/MissionDetailHighlights.vue.d.ts +44 -0
  63. package/dist/src/components/MissionDetailHighlights/MissionDetailHighlightsCarousel.vue.d.ts +44 -0
  64. package/dist/src/components/MissionDetailHighlights/MissionDetailHighlightsCarouselItem.vue.d.ts +44 -0
  65. package/dist/src/components/MissionDetailInlineImage/MissionDetailInlineImage.vue.d.ts +44 -0
  66. package/dist/src/components/MissionDetailStreamfield/MissionDetailStreamfield.vue.d.ts +132 -0
  67. package/dist/src/components/MixinAnimationCaret/MixinAnimationCaret.stories.d.ts +22 -0
  68. package/dist/src/components/MixinAnimationCaret/MixinAnimationCaret.vue.d.ts +26 -0
  69. package/dist/src/components/MixinCarousel/MixinCarousel.stories.d.ts +88 -0
  70. package/dist/src/components/MixinCarousel/MixinCarousel.vue.d.ts +44 -0
  71. package/dist/src/components/NavDesktop/NavDesktop.stories.d.ts +1188 -0
  72. package/dist/src/components/NavDesktop/NavDesktop.vue.d.ts +352 -0
  73. package/dist/src/components/NavDesktop/NavDesktopDropdownContent.vue.d.ts +132 -0
  74. package/dist/src/components/NavDesktop/NavDesktopDropdownMore.vue.d.ts +176 -0
  75. package/dist/src/components/NavDesktop/NavDesktopTopHat.vue.d.ts +44 -0
  76. package/dist/src/components/NavDesktopEdu/NavDesktopEdu.stories.d.ts +220 -0
  77. package/dist/src/components/NavDesktopEdu/NavDesktopEdu.vue.d.ts +220 -0
  78. package/dist/src/components/NavHeading/NavHeading.vue.d.ts +44 -0
  79. package/dist/src/components/NavHighlight/NavHighlight.vue.d.ts +44 -0
  80. package/dist/src/components/NavJumpMenu/NavJumpMenu.vue.d.ts +98 -0
  81. package/dist/src/components/NavJumpMenu/NavJumpMenuContent.vue.d.ts +44 -0
  82. package/dist/src/components/NavLinkList/NavLinkList.vue.d.ts +88 -0
  83. package/dist/src/components/NavLogoLinks/NavLogoLinks.stories.d.ts +44 -0
  84. package/dist/src/components/NavLogoLinks/NavLogoLinks.vue.d.ts +44 -0
  85. package/dist/src/components/NavMobile/NavMobile.stories.d.ts +968 -0
  86. package/dist/src/components/NavMobile/NavMobile.vue.d.ts +220 -0
  87. package/dist/src/components/NavMobile/NavMobileDropdown.vue.d.ts +88 -0
  88. package/dist/src/components/NavMobile/NavMobileEdu.stories.d.ts +660 -0
  89. package/dist/src/components/NavMobile/NavMobileLink.vue.d.ts +44 -0
  90. package/dist/src/components/NavMobile/NavMobileSecondaryDropdown.vue.d.ts +44 -0
  91. package/dist/src/components/NavSecondary/NavSecondary.vue.d.ts +105 -0
  92. package/dist/src/components/NavSecondary/NavSecondaryDropdown.vue.d.ts +44 -0
  93. package/dist/src/components/NavSecondary/NavSecondaryDropdownContent.vue.d.ts +44 -0
  94. package/dist/src/components/NavSecondary/NavSecondaryLink.vue.d.ts +44 -0
  95. package/dist/src/components/PastEventsCarousel/PastEventsCarousel.vue.d.ts +88 -0
  96. package/dist/src/components/PodcastEpisodeCard/PodcastEpisodeCard.vue.d.ts +44 -0
  97. package/dist/src/components/PodcastSeriesCarousel/PodcastSeriesCarousel.vue.d.ts +176 -0
  98. package/dist/src/components/SearchResultCard/SearchResultCard.stories.d.ts +11 -0
  99. package/dist/src/components/SearchResultCard/SearchResultCard.vue.d.ts +310 -0
  100. package/dist/src/components/SearchResultGridItem/SearchResultGridItem.vue.d.ts +132 -0
  101. package/dist/src/components/SearchResultsList/SearchResultsList.stories.d.ts +191 -0
  102. package/dist/src/components/SearchResultsList/SearchResultsList.vue.d.ts +451 -0
  103. package/dist/src/components/SwimlaneCTA/SwimlaneCTA.vue.d.ts +44 -0
  104. package/dist/src/components/TheFooter/TheFooter.vue.d.ts +44 -0
  105. package/dist/src/components/ThumbnailCarousel/ThumbnailCarousel.vue.d.ts +176 -0
  106. package/dist/src/components/TimelineDialog/TimelineDialog.stories.d.ts +88 -0
  107. package/dist/src/components/TimelineDialog/TimelineDialog.vue.d.ts +88 -0
  108. package/dist/src/components/TopicDetailMissionCarousel/TopicDetailMissionCarousel.vue.d.ts +88 -0
  109. package/dist/src/components/TopicDetailMissionCarouselItem/TopicDetailMissionCarouselItem.vue.d.ts +44 -0
  110. package/dist/src/components/TopicDetailMore/TopicDetailMore.stories.d.ts +44 -0
  111. package/dist/src/components/TopicDetailMore/TopicDetailMore.vue.d.ts +44 -0
  112. package/dist/src/components/TopicDetailMoreItem/TopicDetailMoreItem.vue.d.ts +44 -0
  113. package/dist/src/components/TopicDetailStreamfield/TopicDetailStreamfield.vue.d.ts +132 -0
  114. package/dist/src/interfaces.d.ts +36 -1
  115. package/dist/src/templates/PageAudioDetail/PageAudioDetail.vue.d.ts +440 -0
  116. package/dist/src/templates/PageContent/PageContent.vue.d.ts +1199 -0
  117. package/dist/src/templates/PageEventDetail/PageEventDetail.vue.d.ts +1012 -0
  118. package/dist/src/templates/PageImageDetail/PageImageDetail.vue.d.ts +1188 -0
  119. package/dist/src/templates/PageNewsDetail/PageNewsDetail.vue.d.ts +1056 -0
  120. package/dist/src/templates/PageVideoDetail/PageVideoDetail.vue.d.ts +220 -0
  121. package/dist/src/templates/edu/PageEduCollectionsDetail/PageEduCollectionsDetail.vue.d.ts +98 -0
  122. package/dist/src/templates/edu/PageEduEventDetail/PageEduEventDetail.vue.d.ts +1012 -0
  123. package/dist/src/templates/edu/PageEduExplainerArticle/PageEduExplainerArticle.vue.d.ts +1154 -0
  124. package/dist/src/templates/edu/PageEduLesson/PageEduLesson.vue.d.ts +98 -0
  125. package/dist/src/templates/edu/PageEduNewsDetail/PageEduNewsDetail.vue.d.ts +98 -0
  126. package/dist/src/templates/edu/PageEduStudentProject/PageEduStudentProject.vue.d.ts +98 -0
  127. package/dist/src/templates/edu/PageEduTeachableMoment/PageEduTeachableMoment.vue.d.ts +98 -0
  128. package/dist/src/templates/explore-jpl/BaseExploreApp/BaseExploreApp.stories.d.ts +21 -0
  129. package/dist/src/templates/explore-jpl/BaseExploreApp/BaseExploreApp.vue.d.ts +41 -0
  130. package/dist/src/templates/explore-jpl/PageContentExploreApp/PageContentExploreApp.stories.d.ts +193 -0
  131. package/dist/src/templates/explore-jpl/PageContentExploreApp/PageContentExploreApp.vue.d.ts +15 -0
  132. package/dist/src/templates/explore-jpl/PageSiteExploreApp/PageSiteExploreApp.stories.d.ts +80 -0
  133. package/dist/src/templates/explore-jpl/PageSiteExploreApp/PageSiteExploreApp.vue.d.ts +15 -0
  134. package/dist/src/templates/www/PageAsteroidWatchIndex/PageAsteroidWatchIndex.vue.d.ts +1023 -2
  135. package/dist/src/templates/www/PageCuratedGallery/PageCuratedGallery.vue.d.ts +968 -0
  136. package/dist/src/templates/www/PageGoDirectory/PageGoDirectory.vue.d.ts +354 -0
  137. package/dist/src/templates/www/PageHomepage/PageHomepage.vue.d.ts +572 -0
  138. package/dist/src/templates/www/PageInfographicDetail/PageInfographicDetail.vue.d.ts +44 -0
  139. package/dist/src/templates/www/PageMissionDetail/PageMissionDetail.vue.d.ts +352 -0
  140. package/dist/src/templates/www/PagePodcast/PagePodcast.vue.d.ts +706 -0
  141. package/dist/src/templates/www/PagePodcastSeason/PagePodcastSeason.vue.d.ts +530 -0
  142. package/dist/src/templates/www/PagePressKitIndex/PagePressKitIndex.vue.d.ts +354 -0
  143. package/dist/src/templates/www/PageProfileDetail/PageProfileDetail.vue.d.ts +97 -0
  144. package/dist/src/templates/www/PageRoboticsDetail/PageRoboticsDetail.vue.d.ts +1056 -0
  145. package/dist/src/templates/www/PageTimeline/PageTimeline.vue.d.ts +185 -0
  146. package/dist/src/templates/www/PageTopicDetail/PageTopicDetail.vue.d.ts +396 -0
  147. package/package.json +25 -24
  148. package/src/components/AttractionCard/AttractionCard.vue +113 -0
  149. package/src/components/BaseButton/BaseButton.stories.ts +2 -2
  150. package/src/components/BaseButton/BaseButton.vue +6 -6
  151. package/src/components/BaseCarousel/BaseCarousel.vue +2 -2
  152. package/src/components/BaseLink/BaseLink.stories.js +8 -0
  153. package/src/components/BaseLink/BaseLink.vue +21 -1
  154. package/src/components/BlockAccordion/BlockAccordion.vue +1 -1
  155. package/src/components/BlockCsrTable/BlockCsrTable.vue +1 -1
  156. package/src/components/BlockCsrTable/CsrTestLimitsTable.vue +1 -0
  157. package/src/components/BlockCta/BlockCta.vue +1 -1
  158. package/src/components/BlockGist/BlockGist.vue +2 -1
  159. package/src/components/BlockImageCarousel/BlockImageCarousel.vue +2 -2
  160. package/src/components/BlockLinkCard/BlockLinkCardCollectionLg.vue +1 -1
  161. package/src/components/CalendarChip/CalendarChip.vue +1 -1
  162. package/src/components/HeroInlineMedia/HeroInlineMedia.vue +1 -1
  163. package/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.vue +2 -2
  164. package/src/components/Icons/IconBookmark.vue +25 -0
  165. package/src/components/Icons/IconHourglass.vue +35 -0
  166. package/src/components/Icons/IconLocationCrosshairs.vue +26 -0
  167. package/src/components/Icons/IconMap.vue +26 -0
  168. package/src/components/Icons/Icons.stories.ts +29 -0
  169. package/src/components/MetaPanel/MetaPanel.vue +1 -1
  170. package/src/components/MetadataEduResource/MetadataEduResource.vue +1 -1
  171. package/src/components/MetadataEvent/MetadataEvent.vue +1 -1
  172. package/src/components/MetadataStacked/MetadataStacked.stories.js +21 -0
  173. package/src/components/MetadataStacked/MetadataStacked.vue +71 -0
  174. package/src/components/MissionDetailHero/MissionDetailHero.vue +1 -1
  175. package/src/components/MissionDetailHighlights/MissionDetailHighlights.vue +24 -19
  176. package/src/components/MissionDetailHighlights/MissionDetailHighlightsCarousel.vue +2 -2
  177. package/src/components/MixinAnimationCaret/MixinAnimationCaret.vue +34 -0
  178. package/src/components/MixinCarousel/MixinCarousel.vue +2 -2
  179. package/src/components/MixinFancybox/MixinFancybox.vue +2 -3
  180. package/src/components/NavDesktop/NavDesktopDropdownMore.vue +1 -1
  181. package/src/components/NavJumpMenu/NavJumpMenu.vue +2 -2
  182. package/src/components/NavJumpMenu/NavJumpMenuContent.vue +1 -1
  183. package/src/components/NavSearchForm/NavSearchForm.vue +1 -1
  184. package/src/components/NavSecondary/NavSecondary.vue +11 -2
  185. package/src/components/NavSocial/NavSocial.vue +1 -1
  186. package/src/components/RoboticsDetailStats/RoboticsDetailStats.vue +3 -3
  187. package/src/components/SearchFilterGroup/SearchFilterGroup.vue +10 -4
  188. package/src/components/SearchPagination/SearchPagination.vue +2 -2
  189. package/src/components/SearchResultCard/SearchResultCard.stories.js +11 -0
  190. package/src/components/SearchResultCard/SearchResultCard.vue +31 -1
  191. package/src/components/SearchResultsList/SearchResultsList.stories.js +870 -0
  192. package/src/components/SearchResultsList/SearchResultsList.vue +19 -2
  193. package/src/components/ShareButtons/ShareButtons.vue +4 -4
  194. package/src/components/ShareButtonsEdu/ShareButtonsEdu.vue +1 -1
  195. package/src/components/TextArea/TextArea.vue +2 -1
  196. package/src/components/TextInput/TextInput.vue +1 -1
  197. package/src/components/TopicDetailMore/TopicDetailMore.vue +1 -1
  198. package/src/interfaces.ts +40 -1
  199. package/src/main.ts +1 -1
  200. package/src/templates/PageAudioDetail/PageAudioDetail.vue +9 -8
  201. package/src/templates/PageContent/PageContent.vue +2 -0
  202. package/src/templates/edu/PageEduNewsDetail/PageEduNewsDetail.vue +1 -1
  203. package/src/templates/edu/PageEduStudentProject/PageEduStudentProject.vue +1 -1
  204. package/src/templates/explore-jpl/BaseExploreApp/BaseExploreApp.stories.js +22 -0
  205. package/src/templates/explore-jpl/BaseExploreApp/BaseExploreApp.vue +65 -0
  206. package/src/templates/explore-jpl/PageContentExploreApp/PageContentExploreApp.stories.js +102 -0
  207. package/src/templates/explore-jpl/PageContentExploreApp/PageContentExploreApp.vue +128 -0
  208. package/src/templates/explore-jpl/PageSiteExploreApp/PageSiteExploreApp.stories.js +90 -0
  209. package/src/templates/explore-jpl/PageSiteExploreApp/PageSiteExploreApp.vue +166 -0
  210. package/vite.config.ts +0 -2
  211. package/dist/src/components/BlockCsrTable/CsrAttachment.vue.d.ts +0 -19
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @explorer-1/vue
2
2
 
3
+ ## 1.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - cc79897: Adding Explore JPL components
8
+ - Updated dependencies [cc79897]
9
+ - @explorer-1/common@2.1.1
10
+
11
+ ## 1.1.0
12
+
13
+ ### Minor Changes
14
+
15
+ - 582fa5e: Updating to Node 24. Updating dependencies.
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies [582fa5e]
20
+ - @explorer-1/common@2.1.0
21
+
3
22
  ## 1.0.6
4
23
 
5
24
  ### Patch Changes
package/components.d.ts CHANGED
@@ -13,12 +13,14 @@ declare module 'vue' {
13
13
  export interface GlobalComponents {
14
14
  AboutTheAuthor: typeof import('./src/components/AboutTheAuthor/AboutTheAuthor.vue')['default']
15
15
  AsteroidWatchWidget: typeof import('./src/components/AsteroidWatchWidget/AsteroidWatchWidget.vue')['default']
16
+ AttractionCard: typeof import('./src/components/AttractionCard/AttractionCard.vue')['default']
16
17
  BackToTop: typeof import('./src/components/BackToTop/BackToTop.vue')['default']
17
18
  BaseAccordionItem: typeof import('./src/components/BaseAccordionItem/BaseAccordionItem.vue')['default']
18
19
  BaseAudio: typeof import('./src/components/BaseAudio/BaseAudio.vue')['default']
19
20
  BaseButton: typeof import('./src/components/BaseButton/BaseButton.vue')['default']
20
21
  BaseCarousel: typeof import('./src/components/BaseCarousel/BaseCarousel.vue')['default']
21
22
  BaseCheckboxGroup: typeof import('./src/components/BaseCheckboxGroup/BaseCheckboxGroup.vue')['default']
23
+ BaseExploreApp: typeof import('./src/templates/explore-jpl/BaseExploreApp/BaseExploreApp.vue')['default']
22
24
  BaseHeading: typeof import('./src/components/BaseHeading/BaseHeading.vue')['default']
23
25
  BaseImage: typeof import('./src/components/BaseImage/BaseImage.vue')['default']
24
26
  BaseImageCaption: typeof import('./src/components/BaseImageCaption/BaseImageCaption.vue')['default']
@@ -75,8 +77,7 @@ declare module 'vue' {
75
77
  BlockVideoEmbed: typeof import('./src/components/BlockVideoEmbed/BlockVideoEmbed.vue')['default']
76
78
  CalendarButton: typeof import('./src/components/CalendarButton/CalendarButton.vue')['default']
77
79
  CalendarChip: typeof import('./src/components/CalendarChip/CalendarChip.vue')['default']
78
- CsrAttachment: typeof import('./src/components/BlockCsrTable/CsrAttachment.vue')['default']
79
- CsrTestLimits: typeof import('./src/components/BlockCsrTable/CsrTestLimits.vue')['default']
80
+ CsrDetails: typeof import('./src/components/BlockCsrTable/CsrDetails.vue')['default']
80
81
  CsrTestLimitsTable: typeof import('./src/components/BlockCsrTable/CsrTestLimitsTable.vue')['default']
81
82
  DetailHeadline: typeof import('./src/components/DetailHeadline/DetailHeadline.vue')['default']
82
83
  DistanceStats: typeof import('./src/components/MissionDetailStats/DistanceStats.vue')['default']
@@ -106,6 +107,7 @@ declare module 'vue' {
106
107
  IconArrows: typeof import('./src/components/Icons/IconArrows.vue')['default']
107
108
  IconAudio: typeof import('./src/components/Icons/IconAudio.vue')['default']
108
109
  IconBook: typeof import('./src/components/Icons/IconBook.vue')['default']
110
+ IconBookmark: typeof import('./src/components/Icons/IconBookmark.vue')['default']
109
111
  IconBookUser: typeof import('./src/components/Icons/IconBookUser.vue')['default']
110
112
  IconBriefcase: typeof import('./src/components/Icons/IconBriefcase.vue')['default']
111
113
  IconCalendar: typeof import('./src/components/Icons/IconCalendar.vue')['default']
@@ -129,11 +131,14 @@ declare module 'vue' {
129
131
  IconForwardTen: typeof import('./src/components/Icons/IconForwardTen.vue')['default']
130
132
  IconGrid: typeof import('./src/components/Icons/IconGrid.vue')['default']
131
133
  IconHand: typeof import('./src/components/Icons/IconHand.vue')['default']
134
+ IconHourglass: typeof import('./src/components/Icons/IconHourglass.vue')['default']
132
135
  IconInfo: typeof import('./src/components/Icons/IconInfo.vue')['default']
133
136
  IconLink: typeof import('./src/components/Icons/IconLink.vue')['default']
134
137
  IconList: typeof import('./src/components/Icons/IconList.vue')['default']
135
138
  IconLocation: typeof import('./src/components/Icons/IconLocation.vue')['default']
139
+ IconLocationCrosshairs: typeof import('./src/components/Icons/IconLocationCrosshairs.vue')['default']
136
140
  IconMagnifyingGlass: typeof import('./src/components/Icons/IconMagnifyingGlass.vue')['default']
141
+ IconMap: typeof import('./src/components/Icons/IconMap.vue')['default']
137
142
  IconMedal: typeof import('./src/components/Icons/IconMedal.vue')['default']
138
143
  IconMenu: typeof import('./src/components/Icons/IconMenu.vue')['default']
139
144
  IconMinus: typeof import('./src/components/Icons/IconMinus.vue')['default']
@@ -168,6 +173,7 @@ declare module 'vue' {
168
173
  LogoTribrand: typeof import('./src/components/LogoTribrand/LogoTribrand.vue')['default']
169
174
  MetadataEduResource: typeof import('./src/components/MetadataEduResource/MetadataEduResource.vue')['default']
170
175
  MetadataEvent: typeof import('./src/components/MetadataEvent/MetadataEvent.vue')['default']
176
+ MetadataStacked: typeof import('./src/components/MetadataStacked/MetadataStacked.vue')['default']
171
177
  MetaPanel: typeof import('./src/components/MetaPanel/MetaPanel.vue')['default']
172
178
  MetaPanelAccordion: typeof import('./src/components/MetaPanelAccordion/MetaPanelAccordion.vue')['default']
173
179
  MetaPanelItems: typeof import('./src/components/MetaPanelItems/MetaPanelItems.vue')['default']
@@ -214,6 +220,7 @@ declare module 'vue' {
214
220
  PageAsteroidWatchIndex: typeof import('./src/templates/www/PageAsteroidWatchIndex/PageAsteroidWatchIndex.vue')['default']
215
221
  PageAudioDetail: typeof import('./src/templates/PageAudioDetail/PageAudioDetail.vue')['default']
216
222
  PageContent: typeof import('./src/templates/PageContent/PageContent.vue')['default']
223
+ PageContentExploreApp: typeof import('./src/templates/explore-jpl/PageContentExploreApp/PageContentExploreApp.vue')['default']
217
224
  PageCuratedGallery: typeof import('./src/templates/www/PageCuratedGallery/PageCuratedGallery.vue')['default']
218
225
  PageEduCollectionsDetail: typeof import('./src/templates/edu/PageEduCollectionsDetail/PageEduCollectionsDetail.vue')['default']
219
226
  PageEduEventDetail: typeof import('./src/templates/edu/PageEduEventDetail/PageEduEventDetail.vue')['default']
@@ -240,6 +247,7 @@ declare module 'vue' {
240
247
  PagePressKitIndex: typeof import('./src/templates/www/PagePressKitIndex/PagePressKitIndex.vue')['default']
241
248
  PageProfileDetail: typeof import('./src/templates/www/PageProfileDetail/PageProfileDetail.vue')['default']
242
249
  PageRoboticsDetail: typeof import('./src/templates/www/PageRoboticsDetail/PageRoboticsDetail.vue')['default']
250
+ PageSiteExploreApp: typeof import('./src/templates/explore-jpl/PageSiteExploreApp/PageSiteExploreApp.vue')['default']
243
251
  PageTimeline: typeof import('./src/templates/www/PageTimeline/PageTimeline.vue')['default']
244
252
  PageTopicDetail: typeof import('./src/templates/www/PageTopicDetail/PageTopicDetail.vue')['default']
245
253
  PageVideoDetail: typeof import('./src/templates/PageVideoDetail/PageVideoDetail.vue')['default']