@explorer-1/vue 1.1.0 → 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 (188) hide show
  1. package/CHANGELOG.md +8 -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 +2 -2
  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/BlockCta/BlockCta.vue +1 -1
  155. package/src/components/BlockImageCarousel/BlockImageCarousel.vue +2 -2
  156. package/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.vue +2 -2
  157. package/src/components/Icons/IconBookmark.vue +25 -0
  158. package/src/components/Icons/IconHourglass.vue +35 -0
  159. package/src/components/Icons/IconLocationCrosshairs.vue +26 -0
  160. package/src/components/Icons/IconMap.vue +26 -0
  161. package/src/components/Icons/Icons.stories.ts +29 -0
  162. package/src/components/MetaPanel/MetaPanel.vue +1 -1
  163. package/src/components/MetadataStacked/MetadataStacked.stories.js +21 -0
  164. package/src/components/MetadataStacked/MetadataStacked.vue +71 -0
  165. package/src/components/MissionDetailHero/MissionDetailHero.vue +1 -1
  166. package/src/components/MissionDetailHighlights/MissionDetailHighlightsCarousel.vue +2 -2
  167. package/src/components/MixinAnimationCaret/MixinAnimationCaret.vue +34 -0
  168. package/src/components/MixinCarousel/MixinCarousel.vue +2 -2
  169. package/src/components/NavSecondary/NavSecondary.vue +11 -2
  170. package/src/components/NavSocial/NavSocial.vue +1 -1
  171. package/src/components/SearchFilterGroup/SearchFilterGroup.vue +10 -4
  172. package/src/components/SearchPagination/SearchPagination.vue +2 -2
  173. package/src/components/SearchResultCard/SearchResultCard.stories.js +11 -0
  174. package/src/components/SearchResultCard/SearchResultCard.vue +31 -1
  175. package/src/components/SearchResultsList/SearchResultsList.stories.js +870 -0
  176. package/src/components/SearchResultsList/SearchResultsList.vue +18 -1
  177. package/src/components/ShareButtons/ShareButtons.vue +4 -4
  178. package/src/components/TopicDetailMore/TopicDetailMore.vue +1 -1
  179. package/src/interfaces.ts +40 -1
  180. package/src/templates/PageAudioDetail/PageAudioDetail.vue +9 -8
  181. package/src/templates/PageContent/PageContent.vue +2 -0
  182. package/src/templates/explore-jpl/BaseExploreApp/BaseExploreApp.stories.js +22 -0
  183. package/src/templates/explore-jpl/BaseExploreApp/BaseExploreApp.vue +65 -0
  184. package/src/templates/explore-jpl/PageContentExploreApp/PageContentExploreApp.stories.js +102 -0
  185. package/src/templates/explore-jpl/PageContentExploreApp/PageContentExploreApp.vue +128 -0
  186. package/src/templates/explore-jpl/PageSiteExploreApp/PageSiteExploreApp.stories.js +90 -0
  187. package/src/templates/explore-jpl/PageSiteExploreApp/PageSiteExploreApp.vue +166 -0
  188. package/dist/src/components/BlockCsrTable/CsrAttachment.vue.d.ts +0 -19
@@ -1184,6 +1184,863 @@ export const SearchResultsListData = {
1184
1184
  }
1185
1185
  }
1186
1186
 
1187
+ export const SearchResultsListAttractionData = {
1188
+ took: 161,
1189
+ timed_out: false,
1190
+ hits: {
1191
+ total: { value: 10000, relation: 'gte' },
1192
+ max_score: null,
1193
+ hits: [
1194
+ {
1195
+ _index: 'wagtail__wagtailcore_page_qxic7dc',
1196
+ _type: '_doc',
1197
+ _id: '126893',
1198
+ _score: 27.498775,
1199
+ _source: {
1200
+ pk: '126893',
1201
+ content_type: ['explore_jpl_sites.ExploreJPLSite', 'wagtailcore.Page'],
1202
+ title: 'Mars Odyssey',
1203
+ title_edgengrams: 'Mars Odyssey',
1204
+ title_filter: 'Mars Odyssey',
1205
+ id_filter: 126893,
1206
+ live_filter: true,
1207
+ owner_id_filter: null,
1208
+ content_type_id_filter: 28,
1209
+ path_filter: '0001000100020025',
1210
+ depth_filter: 4,
1211
+ locked_filter: false,
1212
+ show_in_menus_filter: false,
1213
+ first_published_at_filter: '2014-07-31T14:26:38+00:00',
1214
+ last_published_at_filter: '2021-12-21T19:51:06.579160+00:00',
1215
+ latest_revision_created_at_filter: '2021-12-21T19:51:06.425922+00:00',
1216
+ locale_id_filter: 1,
1217
+ translation_key_filter: '5330d600-bec5-4860-8a6f-4220aecb255f',
1218
+ missions_mission__thumbnail_image: {
1219
+ thumbnail_image: 'https://picsum.photos/512/288'
1220
+ },
1221
+ missions_mission__mission_target_labels_filter: ['Mars'],
1222
+ missions_mission__mission_type_labels_filter: ['Orbiter'],
1223
+ url: '/missions/mars-odyssey',
1224
+ missions_mission__summary:
1225
+ "With more than 20 years in orbit and counting, the 2001 Mars Odyssey spacecraft has spent more time in orbit around the Red Planet, collecting data on Mars' climate and geology, than any other spacecraft in history.",
1226
+ missions_mission__description: [
1227
+ "With more than 10 years in orbit and counting, the 2001 Mars Odyssey spacecraft has spent more time in orbit around the Red Planet, collecting data on Mars' climate and geology, than any other spacecraft in history. It also serves as a key communications relay for other Mars missions. In 2002, the orbiter's discovery of hydrogen just below the Martian surface prompted the creation of NASA's Phoenix Mars Lander mission, which in 2008 confirmed theories that the element was contained in frozen water in Mars' high-latitude regions."
1228
+ ],
1229
+ missions_mission__subtitle: 'Mars Odyssey',
1230
+ missions_mission__feature: [
1231
+ 'Mars Odyssey',
1232
+ 'Interactive 3D model of Mars Odyssey. View the full interactive experience at Eyes on the Solar System.',
1233
+ 'https://eyes.nasa.gov/apps/orrery/#/sc_mars_odyssey?time=2021-09-29T21:34:32.182+00:00',
1234
+ '500'
1235
+ ],
1236
+ missions_mission__status_filter: 'current',
1237
+ missions_mission__label: 'Mission',
1238
+ topic_labels_filter: ['Mars'],
1239
+ publication_date_filter: '2001-04-07',
1240
+ display_date_filter: 'April 7, 2001',
1241
+ explore_jpl_sites_explorejplsite__thumbnail_image: {
1242
+ thumbnail_image: 'https://picsum.photos/512/288'
1243
+ },
1244
+ explore_jpl_sites_explorejplsite__map_icon: {
1245
+ thumbnail_image: ''
1246
+ },
1247
+ explore_jpl_sites_explorejplsite__attraction_type_filter: 'Exhibits',
1248
+ explore_jpl_sites_explorejplsite__attraction_type: 'Exhibits',
1249
+ explore_jpl_sites_explorejplsite__wait_time_filter: '15',
1250
+ explore_jpl_sites_explorejplsite__wait_time_label_filter: '15 minute wait',
1251
+ explore_jpl_sites_explorejplsite__latitude: '34.2012848',
1252
+ explore_jpl_sites_explorejplsite__longitude: '-118.1719942',
1253
+ explore_jpl_sites_explorejplsite__location: 'Building 123',
1254
+ explore_jpl_sites_explorejplsite__body: ['Rich Text'],
1255
+ explore_jpl_sites_explorejplsite__tags: [
1256
+ {
1257
+ name: 'Exhibit',
1258
+ slug_filter: 'Exhibit'
1259
+ }
1260
+ ],
1261
+ _edgengrams: ['Mars Odyssey', 'Mars Odyssey']
1262
+ },
1263
+ fields: { pk: ['126893'] },
1264
+ sort: [27.498775, '2001-04-07 00:00:00'],
1265
+ inner_hits: {
1266
+ latest: {
1267
+ hits: {
1268
+ total: { value: 1, relation: 'eq' },
1269
+ max_score: 27.498775,
1270
+ hits: [
1271
+ {
1272
+ _index: 'wagtail__wagtailcore_page_qxic7dc',
1273
+ _type: '_doc',
1274
+ _id: '126893',
1275
+ _score: 27.498775,
1276
+ _source: {
1277
+ pk: '126893',
1278
+ content_type: ['explore_jpl_sites.ExploreJPLSite', 'wagtailcore.Page'],
1279
+ title: 'Mars Odyssey',
1280
+ title_edgengrams: 'Mars Odyssey',
1281
+ title_filter: 'Mars Odyssey',
1282
+ id_filter: 126893,
1283
+ live_filter: true,
1284
+ owner_id_filter: null,
1285
+ content_type_id_filter: 28,
1286
+ path_filter: '0001000100020025',
1287
+ depth_filter: 4,
1288
+ locked_filter: false,
1289
+ show_in_menus_filter: false,
1290
+ first_published_at_filter: '2014-07-31T14:26:38+00:00',
1291
+ last_published_at_filter: '2021-12-21T19:51:06.579160+00:00',
1292
+ latest_revision_created_at_filter: '2021-12-21T19:51:06.425922+00:00',
1293
+ locale_id_filter: 1,
1294
+ translation_key_filter: '5330d600-bec5-4860-8a6f-4220aecb255f',
1295
+ missions_mission__thumbnail_image: {
1296
+ thumbnail_image: 'https://picsum.photos/512/288'
1297
+ },
1298
+ missions_mission__mission_target_labels_filter: ['Mars'],
1299
+ missions_mission__mission_type_labels_filter: ['Orbiter'],
1300
+ url: '/missions/mars-odyssey',
1301
+ missions_mission__summary:
1302
+ "With more than 20 years in orbit and counting, the 2001 Mars Odyssey spacecraft has spent more time in orbit around the Red Planet, collecting data on Mars' climate and geology, than any other spacecraft in history.",
1303
+ missions_mission__description: [
1304
+ "With more than 10 years in orbit and counting, the 2001 Mars Odyssey spacecraft has spent more time in orbit around the Red Planet, collecting data on Mars' climate and geology, than any other spacecraft in history. It also serves as a key communications relay for other Mars missions. In 2002, the orbiter's discovery of hydrogen just below the Martian surface prompted the creation of NASA's Phoenix Mars Lander mission, which in 2008 confirmed theories that the element was contained in frozen water in Mars' high-latitude regions."
1305
+ ],
1306
+ missions_mission__subtitle: 'Mars Odyssey',
1307
+ missions_mission__feature: [
1308
+ 'Mars Odyssey',
1309
+ 'Interactive 3D model of Mars Odyssey. View the full interactive experience at Eyes on the Solar System.',
1310
+ 'https://eyes.nasa.gov/apps/orrery/#/sc_mars_odyssey?time=2021-09-29T21:34:32.182+00:00',
1311
+ '500'
1312
+ ],
1313
+ missions_mission__status_filter: 'current',
1314
+ missions_mission__label: 'Mission',
1315
+ topic_labels_filter: ['Mars'],
1316
+ publication_date_filter: '2001-04-07',
1317
+ display_date_filter: 'April 7, 2001',
1318
+ _edgengrams: ['Mars Odyssey', 'Mars Odyssey']
1319
+ }
1320
+ }
1321
+ ]
1322
+ }
1323
+ }
1324
+ }
1325
+ },
1326
+ {
1327
+ _index: 'wagtail__wagtailcore_page_qxic7dc',
1328
+ _type: '_doc',
1329
+ _id: '126891',
1330
+ _score: 26.592674,
1331
+ _source: {
1332
+ pk: '126891',
1333
+ content_type: ['explore_jpl_sites.ExploreJPLSite', 'wagtailcore.Page'],
1334
+ title: 'Mars Global Surveyor',
1335
+ title_edgengrams: 'Mars Global Surveyor',
1336
+ title_filter: 'Mars Global Surveyor',
1337
+ id_filter: 126891,
1338
+ live_filter: true,
1339
+ owner_id_filter: null,
1340
+ content_type_id_filter: 28,
1341
+ path_filter: '0001000100020023',
1342
+ depth_filter: 4,
1343
+ locked_filter: false,
1344
+ show_in_menus_filter: false,
1345
+ first_published_at_filter: '2014-10-15T14:49:27+00:00',
1346
+ last_published_at_filter: '2021-12-21T21:25:15.566061+00:00',
1347
+ latest_revision_created_at_filter: '2021-12-21T21:25:07.779973+00:00',
1348
+ locale_id_filter: 1,
1349
+ translation_key_filter: '50075567-bb01-4813-b91b-a7839818b63a',
1350
+ missions_mission__thumbnail_image: {
1351
+ thumbnail_image: 'https://picsum.photos/512/288'
1352
+ },
1353
+ missions_mission__mission_target_labels_filter: ['Mars'],
1354
+ missions_mission__mission_type_labels_filter: ['Orbiter'],
1355
+ url: '/missions/mars-global-surveyor',
1356
+ missions_mission__summary:
1357
+ 'The Mars Global Surveyor orbiter, which operated on Mars for more than nine years, was designed to study the composition of Mars, map its topography and monitor weather patterns.',
1358
+ missions_mission__description: [
1359
+ 'The Mars Global Surveyor orbiter, which operated on Mars for more than nine years, was designed to study the composition of Mars, map its topography and monitor weather patterns. The orbiter made a number of discoveries about the Red Planet, including evidence of liquid water at or near the Martian surface. Observations from the Mars Global Surveyor, especially its identifications of water-related minerals, were used to determine drive routes for the Mars Exploration Rover Opportunity in 2010.'
1360
+ ],
1361
+ missions_mission__subtitle: 'Mars Global Surveyor',
1362
+ missions_mission__feature: [],
1363
+ missions_mission__status_filter: 'past',
1364
+ missions_mission__label: 'Mission',
1365
+ topic_labels_filter: ['Mars'],
1366
+ publication_date_filter: '1996-11-07',
1367
+ display_date_filter: 'Nov. 7, 1996',
1368
+ explore_jpl_sites_explorejplsite__thumbnail_image: {
1369
+ thumbnail_image: 'https://picsum.photos/512/288'
1370
+ },
1371
+ explore_jpl_sites_explorejplsite__map_icon: {
1372
+ thumbnail_image: 'https://picsum.photos/512/288?random=1'
1373
+ },
1374
+ explore_jpl_sites_explorejplsite__attraction_type_filter: 'Exhibits',
1375
+ explore_jpl_sites_explorejplsite__attraction_type: 'Exhibits',
1376
+ explore_jpl_sites_explorejplsite__wait_time_filter: '',
1377
+ explore_jpl_sites_explorejplsite__wait_time_label_filter: '',
1378
+ explore_jpl_sites_explorejplsite__latitude: '34.2012848',
1379
+ explore_jpl_sites_explorejplsite__longitude: '-118.1719942',
1380
+ explore_jpl_sites_explorejplsite__location: 'Building 123',
1381
+ explore_jpl_sites_explorejplsite__body: ['Rich Text'],
1382
+ explore_jpl_sites_explorejplsite__tags: [
1383
+ {
1384
+ name: 'Exhibit',
1385
+ slug_filter: 'Exhibit'
1386
+ }
1387
+ ],
1388
+ _edgengrams: ['Mars Global Surveyor', 'Mars Global Surveyor']
1389
+ },
1390
+ fields: { pk: ['126891'] },
1391
+ sort: [26.592674, '1996-11-07 00:00:00'],
1392
+ inner_hits: {
1393
+ latest: {
1394
+ hits: {
1395
+ total: { value: 1, relation: 'eq' },
1396
+ max_score: 26.592674,
1397
+ hits: [
1398
+ {
1399
+ _index: 'wagtail__wagtailcore_page_qxic7dc',
1400
+ _type: '_doc',
1401
+ _id: '126891',
1402
+ _score: 26.592674,
1403
+ _source: {
1404
+ pk: '126891',
1405
+ content_type: ['explore_jpl_sites.ExploreJPLSite', 'wagtailcore.Page'],
1406
+ title: 'Mars Global Surveyor',
1407
+ title_edgengrams: 'Mars Global Surveyor',
1408
+ title_filter: 'Mars Global Surveyor',
1409
+ id_filter: 126891,
1410
+ live_filter: true,
1411
+ owner_id_filter: null,
1412
+ content_type_id_filter: 28,
1413
+ path_filter: '0001000100020023',
1414
+ depth_filter: 4,
1415
+ locked_filter: false,
1416
+ show_in_menus_filter: false,
1417
+ first_published_at_filter: '2014-10-15T14:49:27+00:00',
1418
+ last_published_at_filter: '2021-12-21T21:25:15.566061+00:00',
1419
+ latest_revision_created_at_filter: '2021-12-21T21:25:07.779973+00:00',
1420
+ locale_id_filter: 1,
1421
+ translation_key_filter: '50075567-bb01-4813-b91b-a7839818b63a',
1422
+ missions_mission__thumbnail_image: {
1423
+ thumbnail_image: 'https://picsum.photos/512/288'
1424
+ },
1425
+ missions_mission__mission_target_labels_filter: ['Mars'],
1426
+ missions_mission__mission_type_labels_filter: ['Orbiter'],
1427
+ url: '/missions/mars-global-surveyor',
1428
+ missions_mission__summary:
1429
+ 'The Mars Global Surveyor orbiter, which operated on Mars for more than nine years, was designed to study the composition of Mars, map its topography and monitor weather patterns.',
1430
+ missions_mission__description: [
1431
+ 'The Mars Global Surveyor orbiter, which operated on Mars for more than nine years, was designed to study the composition of Mars, map its topography and monitor weather patterns. The orbiter made a number of discoveries about the Red Planet, including evidence of liquid water at or near the Martian surface. Observations from the Mars Global Surveyor, especially its identifications of water-related minerals, were used to determine drive routes for the Mars Exploration Rover Opportunity in 2010.'
1432
+ ],
1433
+ missions_mission__subtitle: 'Mars Global Surveyor',
1434
+ missions_mission__feature: [],
1435
+ missions_mission__status_filter: 'past',
1436
+ missions_mission__label: 'Mission',
1437
+ topic_labels_filter: ['Mars'],
1438
+ publication_date_filter: '1996-11-07',
1439
+ display_date_filter: 'Nov. 7, 1996',
1440
+ _edgengrams: ['Mars Global Surveyor', 'Mars Global Surveyor']
1441
+ }
1442
+ }
1443
+ ]
1444
+ }
1445
+ }
1446
+ }
1447
+ },
1448
+ {
1449
+ _index: 'wagtail__wagtailcore_page_qxic7dc',
1450
+ _type: '_doc',
1451
+ _id: '126887',
1452
+ _score: 25.452345,
1453
+ _source: {
1454
+ pk: '126887',
1455
+ content_type: ['explore_jpl_sites.ExploreJPLSite', 'wagtailcore.Page'],
1456
+ title: 'Mars Climate Orbiter',
1457
+ title_edgengrams: 'Mars Climate Orbiter',
1458
+ title_filter: 'Mars Climate Orbiter',
1459
+ id_filter: 126887,
1460
+ live_filter: true,
1461
+ owner_id_filter: null,
1462
+ content_type_id_filter: 28,
1463
+ path_filter: '000100010002001Z',
1464
+ depth_filter: 4,
1465
+ locked_filter: false,
1466
+ show_in_menus_filter: false,
1467
+ first_published_at_filter: '2014-07-31T14:26:38+00:00',
1468
+ last_published_at_filter: '2021-12-21T21:20:32.551892+00:00',
1469
+ latest_revision_created_at_filter: '2021-12-21T21:20:32.085145+00:00',
1470
+ locale_id_filter: 1,
1471
+ translation_key_filter: '8c264721-ea5e-46b6-8e5f-35cfa7956179',
1472
+ missions_mission__thumbnail_image: {
1473
+ thumbnail_image: 'https://picsum.photos/512/288'
1474
+ },
1475
+ missions_mission__mission_target_labels_filter: ['Mars'],
1476
+ missions_mission__mission_type_labels_filter: ['Orbiter'],
1477
+ url: '/missions/mars-climate-orbiter',
1478
+ missions_mission__summary:
1479
+ 'Designed to study Mars from orbit and serve as a communications relay for the Mars Polar Lander and Deep Space probes, the Mars Climate Orbiter was unsuccessful due to a navigation error caused by a failure to translate English units to metric.',
1480
+ missions_mission__description: [
1481
+ "Designed to study Mars from orbit and serve as a communications relay for the Mars Polar Lander and Deep Space probes, the Mars Climate Orbiter was unsuccessful due to a navigation error caused by a failure to translate English units to metric. Last contact with the spacecraft was on September 23, 1999, 9 months after launch, and an investigation found that the spacecraft burned up in Mars' atmosphere."
1482
+ ],
1483
+ missions_mission__subtitle: 'Mars Climate Orbiter',
1484
+ missions_mission__feature: [],
1485
+ missions_mission__status_filter: 'past',
1486
+ missions_mission__label: 'Mission',
1487
+ topic_labels_filter: ['Mars'],
1488
+ publication_date_filter: '1998-12-11',
1489
+ display_date_filter: 'Dec. 11, 1998',
1490
+ explore_jpl_sites_explorejplsite__thumbnail_image: {
1491
+ thumbnail_image: 'https://picsum.photos/512/288'
1492
+ },
1493
+ explore_jpl_sites_explorejplsite__map_icon: {
1494
+ thumbnail_image: 'https://picsum.photos/512/288?random=1'
1495
+ },
1496
+ explore_jpl_sites_explorejplsite__attraction_type_filter: 'Exhibits',
1497
+ explore_jpl_sites_explorejplsite__attraction_type: 'Exhibits',
1498
+ explore_jpl_sites_explorejplsite__wait_time_filter: '',
1499
+ explore_jpl_sites_explorejplsite__wait_time_label_filter: '60 minute wait',
1500
+ explore_jpl_sites_explorejplsite__latitude: '34.2012848',
1501
+ explore_jpl_sites_explorejplsite__longitude: '-118.1719942',
1502
+ explore_jpl_sites_explorejplsite__location: 'Building 123',
1503
+ explore_jpl_sites_explorejplsite__body: ['Rich Text'],
1504
+ explore_jpl_sites_explorejplsite__tags: [
1505
+ {
1506
+ name: 'Exhibit',
1507
+ slug_filter: 'Exhibit'
1508
+ }
1509
+ ],
1510
+ _edgengrams: ['Mars Climate Orbiter', 'Mars Climate Orbiter']
1511
+ },
1512
+ fields: { pk: ['126887'] },
1513
+ sort: [25.452345, '1998-12-11 00:00:00'],
1514
+ inner_hits: {
1515
+ latest: {
1516
+ hits: {
1517
+ total: { value: 1, relation: 'eq' },
1518
+ max_score: 25.452345,
1519
+ hits: [
1520
+ {
1521
+ _index: 'wagtail__wagtailcore_page_qxic7dc',
1522
+ _type: '_doc',
1523
+ _id: '126887',
1524
+ _score: 25.452345,
1525
+ _source: {
1526
+ pk: '126887',
1527
+ content_type: ['explore_jpl_sites.ExploreJPLSite', 'wagtailcore.Page'],
1528
+ title: 'Mars Climate Orbiter',
1529
+ title_edgengrams: 'Mars Climate Orbiter',
1530
+ title_filter: 'Mars Climate Orbiter',
1531
+ id_filter: 126887,
1532
+ live_filter: true,
1533
+ owner_id_filter: null,
1534
+ content_type_id_filter: 28,
1535
+ path_filter: '000100010002001Z',
1536
+ depth_filter: 4,
1537
+ locked_filter: false,
1538
+ show_in_menus_filter: false,
1539
+ first_published_at_filter: '2014-07-31T14:26:38+00:00',
1540
+ last_published_at_filter: '2021-12-21T21:20:32.551892+00:00',
1541
+ latest_revision_created_at_filter: '2021-12-21T21:20:32.085145+00:00',
1542
+ locale_id_filter: 1,
1543
+ translation_key_filter: '8c264721-ea5e-46b6-8e5f-35cfa7956179',
1544
+ missions_mission__thumbnail_image: {
1545
+ thumbnail_image: 'https://picsum.photos/512/288'
1546
+ },
1547
+ missions_mission__mission_target_labels_filter: ['Mars'],
1548
+ missions_mission__mission_type_labels_filter: ['Orbiter'],
1549
+ url: '/missions/mars-climate-orbiter',
1550
+ missions_mission__summary:
1551
+ 'Designed to study Mars from orbit and serve as a communications relay for the Mars Polar Lander and Deep Space probes, the Mars Climate Orbiter was unsuccessful due to a navigation error caused by a failure to translate English units to metric.',
1552
+ missions_mission__description: [
1553
+ "Designed to study Mars from orbit and serve as a communications relay for the Mars Polar Lander and Deep Space probes, the Mars Climate Orbiter was unsuccessful due to a navigation error caused by a failure to translate English units to metric. Last contact with the spacecraft was on September 23, 1999, 9 months after launch, and an investigation found that the spacecraft burned up in Mars' atmosphere."
1554
+ ],
1555
+ missions_mission__subtitle: 'Mars Climate Orbiter',
1556
+ missions_mission__feature: [],
1557
+ missions_mission__status_filter: 'past',
1558
+ missions_mission__label: 'Mission',
1559
+ topic_labels_filter: ['Mars'],
1560
+ publication_date_filter: '1998-12-11',
1561
+ display_date_filter: 'Dec. 11, 1998',
1562
+ _edgengrams: ['Mars Climate Orbiter', 'Mars Climate Orbiter']
1563
+ }
1564
+ }
1565
+ ]
1566
+ }
1567
+ }
1568
+ }
1569
+ },
1570
+ {
1571
+ _index: 'wagtail__wagtailcore_page_qxic7dc',
1572
+ _type: '_doc',
1573
+ _id: '126892',
1574
+ _score: 24.737144,
1575
+ _source: {
1576
+ pk: '126892',
1577
+ content_type: ['explore_jpl_sites.ExploreJPLSite', 'wagtailcore.Page'],
1578
+ title: 'Mars Observer',
1579
+ title_edgengrams: 'Mars Observer',
1580
+ title_filter: 'Mars Observer',
1581
+ id_filter: 126892,
1582
+ live_filter: true,
1583
+ owner_id_filter: null,
1584
+ content_type_id_filter: 28,
1585
+ path_filter: '0001000100020024',
1586
+ depth_filter: 4,
1587
+ locked_filter: false,
1588
+ show_in_menus_filter: false,
1589
+ first_published_at_filter: '2014-07-31T14:26:38+00:00',
1590
+ last_published_at_filter: '2021-12-21T21:26:23.703379+00:00',
1591
+ latest_revision_created_at_filter: '2021-12-21T21:26:23.564149+00:00',
1592
+ locale_id_filter: 1,
1593
+ translation_key_filter: '8c9ccb64-62c2-4103-8d7e-26d773a60b6a',
1594
+ missions_mission__thumbnail_image: {
1595
+ thumbnail_image: 'https://picsum.photos/512/288'
1596
+ },
1597
+ missions_mission__mission_target_labels_filter: ['Mars'],
1598
+ missions_mission__mission_type_labels_filter: ['Orbiter'],
1599
+ url: '/missions/mars-observer',
1600
+ missions_mission__summary:
1601
+ 'The Mars Observer was based on a commercial Earth-orbiting spacecraft and designed to study and take high-resolution photography of the Martian surface.',
1602
+ missions_mission__description: [
1603
+ "The Mars Observer was based on a commercial Earth-orbiting spacecraft and designed to study and take high-resolution photography of the Martian surface. In 1992, it was to be the United States' first mission to the Red Planet in 17 years. However, the mission ended prematurely on August 22, 1993 when contact with the spacecraft was lost just before it was to enter orbit around Mars."
1604
+ ],
1605
+ missions_mission__subtitle: 'Mars Observer',
1606
+ missions_mission__feature: [],
1607
+ missions_mission__status_filter: 'past',
1608
+ missions_mission__label: 'Mission',
1609
+ topic_labels_filter: ['Mars'],
1610
+ publication_date_filter: '1992-09-25',
1611
+ display_date_filter: 'Sept. 25, 1992',
1612
+ explore_jpl_sites_explorejplsite__thumbnail_image: {
1613
+ thumbnail_image: 'https://picsum.photos/512/288'
1614
+ },
1615
+ explore_jpl_sites_explorejplsite__map_icon: {
1616
+ thumbnail_image: 'https://picsum.photos/512/288?random=1'
1617
+ },
1618
+ explore_jpl_sites_explorejplsite__attraction_type_filter: 'Exhibits',
1619
+ explore_jpl_sites_explorejplsite__attraction_type: 'Exhibits',
1620
+ explore_jpl_sites_explorejplsite__wait_time_filter: '0',
1621
+ explore_jpl_sites_explorejplsite__wait_time_label_filter: 'No wait',
1622
+ explore_jpl_sites_explorejplsite__latitude: '34.2012848',
1623
+ explore_jpl_sites_explorejplsite__longitude: '-118.1719942',
1624
+ explore_jpl_sites_explorejplsite__location: 'Building 123',
1625
+ explore_jpl_sites_explorejplsite__body: ['Rich Text'],
1626
+ explore_jpl_sites_explorejplsite__tags: [
1627
+ {
1628
+ name: 'Exhibit',
1629
+ slug_filter: 'Exhibit'
1630
+ }
1631
+ ],
1632
+ _edgengrams: ['Mars Observer', 'Mars Observer']
1633
+ },
1634
+ fields: { pk: ['126892'] },
1635
+ sort: [24.737144, '1992-09-25 00:00:00'],
1636
+ inner_hits: {
1637
+ latest: {
1638
+ hits: {
1639
+ total: { value: 1, relation: 'eq' },
1640
+ max_score: 24.737144,
1641
+ hits: [
1642
+ {
1643
+ _index: 'wagtail__wagtailcore_page_qxic7dc',
1644
+ _type: '_doc',
1645
+ _id: '126892',
1646
+ _score: 24.737144,
1647
+ _source: {
1648
+ pk: '126892',
1649
+ content_type: ['explore_jpl_sites.ExploreJPLSite', 'wagtailcore.Page'],
1650
+ title: 'Mars Observer',
1651
+ title_edgengrams: 'Mars Observer',
1652
+ title_filter: 'Mars Observer',
1653
+ id_filter: 126892,
1654
+ live_filter: true,
1655
+ owner_id_filter: null,
1656
+ content_type_id_filter: 28,
1657
+ path_filter: '0001000100020024',
1658
+ depth_filter: 4,
1659
+ locked_filter: false,
1660
+ show_in_menus_filter: false,
1661
+ first_published_at_filter: '2014-07-31T14:26:38+00:00',
1662
+ last_published_at_filter: '2021-12-21T21:26:23.703379+00:00',
1663
+ latest_revision_created_at_filter: '2021-12-21T21:26:23.564149+00:00',
1664
+ locale_id_filter: 1,
1665
+ translation_key_filter: '8c9ccb64-62c2-4103-8d7e-26d773a60b6a',
1666
+ missions_mission__thumbnail_image: {
1667
+ thumbnail_image: 'https://picsum.photos/512/288'
1668
+ },
1669
+ missions_mission__mission_target_labels_filter: ['Mars'],
1670
+ missions_mission__mission_type_labels_filter: ['Orbiter'],
1671
+ url: '/missions/mars-observer',
1672
+ missions_mission__summary:
1673
+ 'The Mars Observer was based on a commercial Earth-orbiting spacecraft and designed to study and take high-resolution photography of the Martian surface.',
1674
+ missions_mission__description: [
1675
+ "The Mars Observer was based on a commercial Earth-orbiting spacecraft and designed to study and take high-resolution photography of the Martian surface. In 1992, it was to be the United States' first mission to the Red Planet in 17 years. However, the mission ended prematurely on August 22, 1993 when contact with the spacecraft was lost just before it was to enter orbit around Mars."
1676
+ ],
1677
+ missions_mission__subtitle: 'Mars Observer',
1678
+ missions_mission__feature: [],
1679
+ missions_mission__status_filter: 'past',
1680
+ missions_mission__label: 'Mission',
1681
+ topic_labels_filter: ['Mars'],
1682
+ publication_date_filter: '1992-09-25',
1683
+ display_date_filter: 'Sept. 25, 1992',
1684
+ _edgengrams: ['Mars Observer', 'Mars Observer']
1685
+ }
1686
+ }
1687
+ ]
1688
+ }
1689
+ }
1690
+ }
1691
+ },
1692
+ {
1693
+ _index: 'wagtail__wagtailcore_page_qxic7dc',
1694
+ _type: '_doc',
1695
+ _id: '126894',
1696
+ _score: 22.823849,
1697
+ _source: {
1698
+ pk: '126894',
1699
+ content_type: ['explore_jpl_sites.ExploreJPLSite', 'wagtailcore.Page'],
1700
+ title: 'Mars Pathfinder / Sojourner Rover',
1701
+ title_edgengrams: 'Mars Pathfinder / Sojourner Rover',
1702
+ title_filter: 'Mars Pathfinder / Sojourner Rover',
1703
+ id_filter: 126894,
1704
+ live_filter: true,
1705
+ owner_id_filter: null,
1706
+ content_type_id_filter: 28,
1707
+ path_filter: '0001000100020026',
1708
+ depth_filter: 4,
1709
+ locked_filter: false,
1710
+ show_in_menus_filter: false,
1711
+ first_published_at_filter: '2014-07-31T14:26:38+00:00',
1712
+ last_published_at_filter: '2021-12-21T21:22:49.205964+00:00',
1713
+ latest_revision_created_at_filter: '2021-12-21T21:22:49.062312+00:00',
1714
+ locale_id_filter: 1,
1715
+ translation_key_filter: '6540f7a8-b084-4162-867f-5971dd5f82b0',
1716
+ missions_mission__thumbnail_image: {
1717
+ thumbnail_image: 'https://picsum.photos/512/288'
1718
+ },
1719
+ missions_mission__mission_target_labels_filter: ['Mars'],
1720
+ missions_mission__mission_type_labels_filter: ['Lander/Rover'],
1721
+ url: '/missions/mars-pathfinder-sojourner-rover',
1722
+ missions_mission__summary:
1723
+ 'The Mars Pathfinder mission, designed to demonstrate a low-cost method for delivering a set of science instruments to the Red Planet, was the first wheeled vehicle to be used on any other planet in the solar system and served as the foundation for the Mars rovers of today.',
1724
+ missions_mission__description: [
1725
+ 'The Mars Pathfinder mission, designed to demonstrate a low-cost method for delivering a set of science instruments to the Red Planet, was the first wheeled vehicle to be used on any other planet in the solar system and served as the foundation for the Mars rovers of today. The mission landed a rover -- Sojourner -- on the surface of Mars using an air bag landing system and innovative petal design, which have been used since in various incarnations to land other rovers on the Red Planet. Sojourner spent 83 days of a planned seven-day mission exploring the Martian terrain, snapping photographs and taking chemical, atmospheric and other measurements.'
1726
+ ],
1727
+ missions_mission__subtitle: 'Mars Pathfinder / Sojourner Rover',
1728
+ missions_mission__feature: [],
1729
+ missions_mission__status_filter: 'past',
1730
+ missions_mission__label: 'Mission',
1731
+ topic_labels_filter: ['Mars'],
1732
+ publication_date_filter: '1996-12-04',
1733
+ display_date_filter: 'Dec. 4, 1996',
1734
+ explore_jpl_sites_explorejplsite__thumbnail_image: {
1735
+ thumbnail_image: 'https://picsum.photos/512/288'
1736
+ },
1737
+ explore_jpl_sites_explorejplsite__map_icon: {
1738
+ thumbnail_image: 'https://picsum.photos/512/288?random=1'
1739
+ },
1740
+ explore_jpl_sites_explorejplsite__attraction_type_filter: 'Exhibits',
1741
+ explore_jpl_sites_explorejplsite__attraction_type: 'Exhibits',
1742
+ explore_jpl_sites_explorejplsite__wait_time_filter: '90',
1743
+ explore_jpl_sites_explorejplsite__wait_time_label_filter: '90 minutes wait',
1744
+ explore_jpl_sites_explorejplsite__latitude: '34.2012848',
1745
+ explore_jpl_sites_explorejplsite__longitude: '-118.1719942',
1746
+ explore_jpl_sites_explorejplsite__location: 'Building 123',
1747
+ explore_jpl_sites_explorejplsite__body: ['Rich Text'],
1748
+ explore_jpl_sites_explorejplsite__tags: [
1749
+ {
1750
+ name: 'Exhibit',
1751
+ slug_filter: 'Exhibit'
1752
+ }
1753
+ ],
1754
+ _edgengrams: ['Mars Pathfinder / Sojourner Rover', 'Mars Pathfinder / Sojourner Rover']
1755
+ },
1756
+ fields: { pk: ['126894'] },
1757
+ sort: [22.823849, '1996-12-04 00:00:00'],
1758
+ inner_hits: {
1759
+ latest: {
1760
+ hits: {
1761
+ total: { value: 1, relation: 'eq' },
1762
+ max_score: 22.823849,
1763
+ hits: [
1764
+ {
1765
+ _index: 'wagtail__wagtailcore_page_qxic7dc',
1766
+ _type: '_doc',
1767
+ _id: '126894',
1768
+ _score: 22.823849,
1769
+ _source: {
1770
+ pk: '126894',
1771
+ content_type: ['explore_jpl_sites.ExploreJPLSite', 'wagtailcore.Page'],
1772
+ title: 'Mars Pathfinder / Sojourner Rover',
1773
+ title_edgengrams: 'Mars Pathfinder / Sojourner Rover',
1774
+ title_filter: 'Mars Pathfinder / Sojourner Rover',
1775
+ id_filter: 126894,
1776
+ live_filter: true,
1777
+ owner_id_filter: null,
1778
+ content_type_id_filter: 28,
1779
+ path_filter: '0001000100020026',
1780
+ depth_filter: 4,
1781
+ locked_filter: false,
1782
+ show_in_menus_filter: false,
1783
+ first_published_at_filter: '2014-07-31T14:26:38+00:00',
1784
+ last_published_at_filter: '2021-12-21T21:22:49.205964+00:00',
1785
+ latest_revision_created_at_filter: '2021-12-21T21:22:49.062312+00:00',
1786
+ locale_id_filter: 1,
1787
+ translation_key_filter: '6540f7a8-b084-4162-867f-5971dd5f82b0',
1788
+ missions_mission__thumbnail_image: {
1789
+ thumbnail_image: 'https://picsum.photos/512/288'
1790
+ },
1791
+ missions_mission__mission_target_labels_filter: ['Mars'],
1792
+ missions_mission__mission_type_labels_filter: ['Lander/Rover'],
1793
+ url: '/missions/mars-pathfinder-sojourner-rover',
1794
+ missions_mission__summary:
1795
+ 'The Mars Pathfinder mission, designed to demonstrate a low-cost method for delivering a set of science instruments to the Red Planet, was the first wheeled vehicle to be used on any other planet in the solar system and served as the foundation for the Mars rovers of today.',
1796
+ missions_mission__description: [
1797
+ 'The Mars Pathfinder mission, designed to demonstrate a low-cost method for delivering a set of science instruments to the Red Planet, was the first wheeled vehicle to be used on any other planet in the solar system and served as the foundation for the Mars rovers of today. The mission landed a rover -- Sojourner -- on the surface of Mars using an air bag landing system and innovative petal design, which have been used since in various incarnations to land other rovers on the Red Planet. Sojourner spent 83 days of a planned seven-day mission exploring the Martian terrain, snapping photographs and taking chemical, atmospheric and other measurements.'
1798
+ ],
1799
+ missions_mission__subtitle: 'Mars Pathfinder / Sojourner Rover',
1800
+ missions_mission__feature: [],
1801
+ missions_mission__status_filter: 'past',
1802
+ missions_mission__label: 'Mission',
1803
+ topic_labels_filter: ['Mars'],
1804
+ publication_date_filter: '1996-12-04',
1805
+ display_date_filter: 'Dec. 4, 1996',
1806
+ _edgengrams: [
1807
+ 'Mars Pathfinder / Sojourner Rover',
1808
+ 'Mars Pathfinder / Sojourner Rover'
1809
+ ]
1810
+ }
1811
+ }
1812
+ ]
1813
+ }
1814
+ }
1815
+ }
1816
+ },
1817
+ {
1818
+ _index: 'wagtail__wagtailcore_page_qxic7dc',
1819
+ _type: '_doc',
1820
+ _id: '126895',
1821
+ _score: 22.11137,
1822
+ _source: {
1823
+ pk: '126895',
1824
+ content_type: ['explore_jpl_sites.ExploreJPLSite', 'wagtailcore.Page'],
1825
+ title: 'Mars Polar Lander / Deep Space 2',
1826
+ title_edgengrams: 'Mars Polar Lander / Deep Space 2',
1827
+ title_filter: 'Mars Polar Lander / Deep Space 2',
1828
+ id_filter: 126895,
1829
+ live_filter: true,
1830
+ owner_id_filter: null,
1831
+ content_type_id_filter: 28,
1832
+ path_filter: '0001000100020027',
1833
+ depth_filter: 4,
1834
+ locked_filter: false,
1835
+ show_in_menus_filter: false,
1836
+ first_published_at_filter: '2014-07-31T14:26:38+00:00',
1837
+ last_published_at_filter: '2021-12-21T19:52:56.261317+00:00',
1838
+ latest_revision_created_at_filter: '2021-12-21T19:52:56.131255+00:00',
1839
+ locale_id_filter: 1,
1840
+ translation_key_filter: 'e7dd859c-ffaa-4f32-bea3-049f6a1e7e31',
1841
+ missions_mission__thumbnail_image: {
1842
+ thumbnail_image: 'https://picsum.photos/512/288'
1843
+ },
1844
+ missions_mission__mission_target_labels_filter: ['Mars'],
1845
+ missions_mission__mission_type_labels_filter: ['Lander'],
1846
+ url: '/missions/mars-polar-lander-deep-space-2',
1847
+ missions_mission__summary:
1848
+ 'Designed to dig for water ice on Mars with a robotic arm, the Mars Polar Lander would have been the first-ever spacecraft to land on a polar region of the Red Planet.',
1849
+ missions_mission__description: [
1850
+ 'Designed to dig for water ice on Mars with a robotic arm, the Mars Polar Lander would have been the first-ever spacecraft to land on a polar region of the Red Planet. It carried two probes called Deep Space 2 that were designed to impact the Martian surface and test new technologies. Contact was lost with both the Mars Polar Lander and Deep Space 2 about a year after launch. An investigation found that it was mostly likely a false signal that the spacecraft had landed that shut down the main engines and caused the spacecraft to crash into the Martian surface.'
1851
+ ],
1852
+ missions_mission__subtitle: 'Mars Polar Lander / Deep Space 2',
1853
+ missions_mission__feature: [],
1854
+ missions_mission__status_filter: 'past',
1855
+ missions_mission__label: 'Mission',
1856
+ topic_labels_filter: ['Mars'],
1857
+ publication_date_filter: '1999-01-03',
1858
+ display_date_filter: 'Jan. 3, 1999',
1859
+ explore_jpl_sites_explorejplsite__thumbnail_image: {
1860
+ thumbnail_image: 'https://picsum.photos/512/288'
1861
+ },
1862
+ explore_jpl_sites_explorejplsite__map_icon: {
1863
+ thumbnail_image: 'https://picsum.photos/512/288?random=1'
1864
+ },
1865
+ explore_jpl_sites_explorejplsite__attraction_type_filter: 'Exhibits',
1866
+ explore_jpl_sites_explorejplsite__attraction_type: 'Exhibits',
1867
+ explore_jpl_sites_explorejplsite__wait_time_filter: '135',
1868
+ explore_jpl_sites_explorejplsite__wait_time_label_filter: 'more than 2 hour wait',
1869
+ explore_jpl_sites_explorejplsite__latitude: '34.2012848',
1870
+ explore_jpl_sites_explorejplsite__longitude: '-118.1719942',
1871
+ explore_jpl_sites_explorejplsite__location: 'Building 123',
1872
+ explore_jpl_sites_explorejplsite__body: ['Rich Text'],
1873
+ explore_jpl_sites_explorejplsite__tags: [
1874
+ {
1875
+ name: 'Exhibit',
1876
+ slug_filter: 'Exhibit'
1877
+ }
1878
+ ],
1879
+ _edgengrams: ['Mars Polar Lander / Deep Space 2', 'Mars Polar Lander / Deep Space 2']
1880
+ },
1881
+ fields: { pk: ['126895'] },
1882
+ sort: [22.11137, '1999-01-03 00:00:00'],
1883
+ inner_hits: {
1884
+ latest: {
1885
+ hits: {
1886
+ total: { value: 1, relation: 'eq' },
1887
+ max_score: 22.11137,
1888
+ hits: [
1889
+ {
1890
+ _index: 'wagtail__wagtailcore_page_qxic7dc',
1891
+ _type: '_doc',
1892
+ _id: '126895',
1893
+ _score: 22.11137,
1894
+ _source: {
1895
+ pk: '126895',
1896
+ content_type: ['explore_jpl_sites.ExploreJPLSite', 'wagtailcore.Page'],
1897
+ title: 'Mars Polar Lander / Deep Space 2',
1898
+ title_edgengrams: 'Mars Polar Lander / Deep Space 2',
1899
+ title_filter: 'Mars Polar Lander / Deep Space 2',
1900
+ id_filter: 126895,
1901
+ live_filter: true,
1902
+ owner_id_filter: null,
1903
+ content_type_id_filter: 28,
1904
+ path_filter: '0001000100020027',
1905
+ depth_filter: 4,
1906
+ locked_filter: false,
1907
+ show_in_menus_filter: false,
1908
+ first_published_at_filter: '2014-07-31T14:26:38+00:00',
1909
+ last_published_at_filter: '2021-12-21T19:52:56.261317+00:00',
1910
+ latest_revision_created_at_filter: '2021-12-21T19:52:56.131255+00:00',
1911
+ locale_id_filter: 1,
1912
+ translation_key_filter: 'e7dd859c-ffaa-4f32-bea3-049f6a1e7e31',
1913
+ missions_mission__thumbnail_image: {
1914
+ thumbnail_image: 'https://picsum.photos/512/288'
1915
+ },
1916
+ missions_mission__mission_target_labels_filter: ['Mars'],
1917
+ missions_mission__mission_type_labels_filter: ['Lander'],
1918
+ url: '/missions/mars-polar-lander-deep-space-2',
1919
+ missions_mission__summary:
1920
+ 'Designed to dig for water ice on Mars with a robotic arm, the Mars Polar Lander would have been the first-ever spacecraft to land on a polar region of the Red Planet.',
1921
+ missions_mission__description: [
1922
+ 'Designed to dig for water ice on Mars with a robotic arm, the Mars Polar Lander would have been the first-ever spacecraft to land on a polar region of the Red Planet. It carried two probes called Deep Space 2 that were designed to impact the Martian surface and test new technologies. Contact was lost with both the Mars Polar Lander and Deep Space 2 about a year after launch. An investigation found that it was mostly likely a false signal that the spacecraft had landed that shut down the main engines and caused the spacecraft to crash into the Martian surface.'
1923
+ ],
1924
+ missions_mission__subtitle: 'Mars Polar Lander / Deep Space 2',
1925
+ missions_mission__feature: [],
1926
+ missions_mission__status_filter: 'past',
1927
+ missions_mission__label: 'Mission',
1928
+ topic_labels_filter: ['Mars'],
1929
+ publication_date_filter: '1999-01-03',
1930
+ display_date_filter: 'Jan. 3, 1999',
1931
+ _edgengrams: [
1932
+ 'Mars Polar Lander / Deep Space 2',
1933
+ 'Mars Polar Lander / Deep Space 2'
1934
+ ]
1935
+ }
1936
+ }
1937
+ ]
1938
+ }
1939
+ }
1940
+ }
1941
+ }
1942
+ ]
1943
+ },
1944
+ aggregations: {
1945
+ topics: {
1946
+ doc_count_error_upper_bound: 0,
1947
+ sum_other_doc_count: 0,
1948
+ buckets: [
1949
+ { key: 'Solar System', doc_count: 13389 },
1950
+ { key: 'Mars', doc_count: 13242 },
1951
+ { key: 'Weather', doc_count: 1132 },
1952
+ { key: 'Asteroids and Comets', doc_count: 536 },
1953
+ { key: 'Technology', doc_count: 390 },
1954
+ { key: 'Stars and Galaxies', doc_count: 323 },
1955
+ { key: 'JPL Life', doc_count: 298 },
1956
+ { key: 'Earth', doc_count: 250 },
1957
+ { key: 'Climate Change', doc_count: 104 },
1958
+ { key: 'Robotics', doc_count: 80 },
1959
+ { key: 'Exoplanets', doc_count: 47 },
1960
+ { key: 'CubeSats and SmallSats', doc_count: 45 },
1961
+ { key: 'Earthquakes', doc_count: 3 }
1962
+ ]
1963
+ },
1964
+ content_types: {
1965
+ doc_count_error_upper_bound: 0,
1966
+ sum_other_doc_count: 0,
1967
+ buckets: [
1968
+ { key: 'image_detail.ImageDetailPage', doc_count: 11461 },
1969
+ { key: 'news.News', doc_count: 2726 },
1970
+ { key: 'video_detail.VideoDetailPage', doc_count: 570 },
1971
+ { key: 'information_pages.ContentPage', doc_count: 79 },
1972
+ { key: 'audio_detail.AudioDetailPage', doc_count: 54 },
1973
+ { key: 'infographics.InfographicsDetailPage', doc_count: 36 },
1974
+ { key: 'missions.Mission', doc_count: 29 },
1975
+ { key: 'events.EventPage', doc_count: 11 },
1976
+ { key: 'robotics.RobotPage', doc_count: 4 },
1977
+ { key: 'image_detail.CuratedGalleryPage', doc_count: 1 },
1978
+ { key: 'press_kits.PressKitHomePage', doc_count: 1 }
1979
+ ]
1980
+ },
1981
+ results_by_year: {
1982
+ buckets: [
1983
+ { key_as_string: '2026', key: 1767225600000, doc_count: 1 },
1984
+ { key_as_string: '2024', key: 1704067200000, doc_count: 127 },
1985
+ { key_as_string: '2023', key: 1672531200000, doc_count: 387 },
1986
+ { key_as_string: '2022', key: 1640995200000, doc_count: 588 },
1987
+ { key_as_string: '2021', key: 1609459200000, doc_count: 807 },
1988
+ { key_as_string: '2020', key: 1577836800000, doc_count: 613 },
1989
+ { key_as_string: '2019', key: 1546300800000, doc_count: 586 },
1990
+ { key_as_string: '2018', key: 1514764800000, doc_count: 613 },
1991
+ { key_as_string: '2017', key: 1483228800000, doc_count: 603 },
1992
+ { key_as_string: '2016', key: 1451606400000, doc_count: 593 },
1993
+ { key_as_string: '2015', key: 1420070400000, doc_count: 678 },
1994
+ { key_as_string: '2014', key: 1388534400000, doc_count: 780 },
1995
+ { key_as_string: '2013', key: 1356998400000, doc_count: 743 },
1996
+ { key_as_string: '2012', key: 1325376000000, doc_count: 849 },
1997
+ { key_as_string: '2011', key: 1293840000000, doc_count: 591 },
1998
+ { key_as_string: '2010', key: 1262304000000, doc_count: 609 },
1999
+ { key_as_string: '2009', key: 1230768000000, doc_count: 383 },
2000
+ { key_as_string: '2008', key: 1199145600000, doc_count: 590 },
2001
+ { key_as_string: '2007', key: 1167609600000, doc_count: 246 },
2002
+ { key_as_string: '2006', key: 1136073600000, doc_count: 685 },
2003
+ { key_as_string: '2005', key: 1104537600000, doc_count: 782 },
2004
+ { key_as_string: '2004', key: 1072915200000, doc_count: 917 },
2005
+ { key_as_string: '2003', key: 1041379200000, doc_count: 494 },
2006
+ { key_as_string: '2002', key: 1009843200000, doc_count: 317 },
2007
+ { key_as_string: '2001', key: 978307200000, doc_count: 158 },
2008
+ { key_as_string: '2000', key: 946684800000, doc_count: 274 },
2009
+ { key_as_string: '1999', key: 915148800000, doc_count: 156 },
2010
+ { key_as_string: '1998', key: 883612800000, doc_count: 241 },
2011
+ { key_as_string: '1997', key: 852076800000, doc_count: 331 },
2012
+ { key_as_string: '1996', key: 820454400000, doc_count: 53 },
2013
+ { key_as_string: '1995', key: 788918400000, doc_count: 19 },
2014
+ { key_as_string: '1994', key: 757382400000, doc_count: 12 },
2015
+ { key_as_string: '1993', key: 725846400000, doc_count: 8 },
2016
+ { key_as_string: '1992', key: 694224000000, doc_count: 4 },
2017
+ { key_as_string: '1991', key: 662688000000, doc_count: 6 },
2018
+ { key_as_string: '1990', key: 631152000000, doc_count: 4 },
2019
+ { key_as_string: '1989', key: 599616000000, doc_count: 6 },
2020
+ { key_as_string: '1988', key: 567993600000, doc_count: 6 },
2021
+ { key_as_string: '1987', key: 536457600000, doc_count: 11 },
2022
+ { key_as_string: '1986', key: 504921600000, doc_count: 4 },
2023
+ { key_as_string: '1984', key: 441763200000, doc_count: 5 },
2024
+ { key_as_string: '1983', key: 410227200000, doc_count: 7 },
2025
+ { key_as_string: '1982', key: 378691200000, doc_count: 2 },
2026
+ { key_as_string: '1980', key: 315532800000, doc_count: 6 },
2027
+ { key_as_string: '1979', key: 283996800000, doc_count: 1 },
2028
+ { key_as_string: '1977', key: 220924800000, doc_count: 4 },
2029
+ { key_as_string: '1976', key: 189302400000, doc_count: 4 },
2030
+ { key_as_string: '1975', key: 157766400000, doc_count: 4 },
2031
+ { key_as_string: '1971', key: 31536000000, doc_count: 13 },
2032
+ { key_as_string: '1970', key: 0, doc_count: 2 },
2033
+ { key_as_string: '1969', key: -31536000000, doc_count: 13 },
2034
+ { key_as_string: '1967', key: -94694400000, doc_count: 5 },
2035
+ { key_as_string: '1966', key: -126230400000, doc_count: 5 },
2036
+ { key_as_string: '1965', key: -157766400000, doc_count: 10 },
2037
+ { key_as_string: '1964', key: -189388800000, doc_count: 3 },
2038
+ { key_as_string: '1962', key: -252460800000, doc_count: 2 }
2039
+ ]
2040
+ }
2041
+ }
2042
+ }
2043
+
1187
2044
  export const BaseStory = {
1188
2045
  name: 'SearchResultsList',
1189
2046
  args: {
@@ -1195,3 +2052,16 @@ export const BaseStory = {
1195
2052
  currentPage: 1
1196
2053
  }
1197
2054
  }
2055
+
2056
+ export const AttractionCardStory = {
2057
+ name: 'w/ AttractionCard',
2058
+ args: {
2059
+ searchQueryResult: SearchResultsListAttractionData,
2060
+ pages: SearchResultsListAttractionData.hits.hits,
2061
+ grid: false,
2062
+ condenseGrid: false,
2063
+ featureFirstResult: true,
2064
+ currentPage: 1,
2065
+ isAttraction: true
2066
+ }
2067
+ }