@explorer-1/vue 0.1.4 → 0.1.6

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 (162) hide show
  1. package/components.d.ts +25 -3
  2. package/dist/explorer-1-vue.js +8978 -10024
  3. package/dist/explorer-1-vue.umd.cjs +13 -16
  4. package/dist/src/components/BaseHeading/BaseHeading.stories.d.ts +6 -11
  5. package/dist/src/components/BaseHeading/BaseHeading.vue.d.ts +6 -10
  6. package/dist/src/components/BasePlaceholder/BasePlaceholder.stories.d.ts +0 -1
  7. package/dist/src/components/BlockDialog/BlockDialog.stories.d.ts +81 -0
  8. package/dist/src/components/BlockImage/BlockImage.stories.d.ts +0 -1
  9. package/dist/src/components/BlockLinkCarousel/BlockLinkCarousel.stories.d.ts +6 -0
  10. package/dist/src/components/BlockLinkCarousel/BlockLinkCarousel.vue.d.ts +6 -0
  11. package/dist/src/components/BlockQuote/BlockQuote.stories.d.ts +0 -1
  12. package/dist/src/components/BlockStreamfield/BlockStreamfield.stories.d.ts +58 -8
  13. package/dist/src/components/BlockVideoEmbed/BlockVideoEmbed.vue.d.ts +7 -3
  14. package/dist/src/components/HeroListingIndex/HeroListingIndex.stories.d.ts +1 -0
  15. package/dist/src/components/HeroMedium/HeroMedium.stories.d.ts +1 -0
  16. package/dist/src/components/HeroMedium/HeroSmall.stories.d.ts +1 -0
  17. package/dist/src/components/HomepageEmbedBlock/HomepageEmbedBlock.stories.d.ts +1 -6
  18. package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.stories.d.ts +31 -47
  19. package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.vue.d.ts +5 -1
  20. package/dist/src/components/HomepageStats/HomepageStats.stories.d.ts +19 -9
  21. package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlock.stories.d.ts +6 -50
  22. package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlock.vue.d.ts +7 -1
  23. package/dist/src/components/MissionDetailAbout/MissionDetailAbout.stories.d.ts +1 -6
  24. package/dist/src/components/MissionDetailHero/MissionDetailHero.stories.d.ts +11 -11
  25. package/dist/src/components/MissionDetailHighlights/MissionDetailHighlights.stories.d.ts +6 -6
  26. package/dist/src/components/NavDesktop/NavDesktop.stories.d.ts +3 -6
  27. package/dist/src/components/NavDesktopEdu/NavDesktopEdu.stories.d.ts +289 -0
  28. package/dist/src/components/NavLogoLinks/NavLogoLinks.stories.d.ts +0 -5
  29. package/dist/src/components/NavMobile/NavMobile.stories.d.ts +42 -9
  30. package/dist/src/components/NavMobile/NavMobile.vue.d.ts +13 -2
  31. package/dist/src/components/NavMobile/NavMobileEdu.stories.d.ts +392 -0
  32. package/dist/src/components/NavSocial/NavSocial.stories.d.ts +42 -1
  33. package/dist/src/components/NavSocial/NavSocial.vue.d.ts +42 -1
  34. package/dist/src/components/TheFooter/TheFooter.vue.d.ts +9 -1
  35. package/dist/src/components/TimelineDialog/TimelineDialog.stories.d.ts +75 -0
  36. package/dist/src/components/TopicDetailMissionSpotlight/TopicDetailMissionSpotlight.stories.d.ts +1 -7
  37. package/dist/src/components/TopicDetailStreamfield/TopicDetailStreamfield.stories.d.ts +1 -6
  38. package/dist/src/docs/foundation/typography.stories.d.ts +6 -10
  39. package/dist/src/store/curatedGallery.d.ts +6 -0
  40. package/dist/src/store/search.d.ts +10 -0
  41. package/dist/src/templates/PageAudioDetail/PageAudioDetail.stories.d.ts +102 -0
  42. package/dist/src/templates/PageContent/PageContent.stories.d.ts +2 -1
  43. package/dist/src/templates/PageContent/PageContent.vue.d.ts +8 -1
  44. package/dist/src/templates/PageEventDetail/PageEventDetail.stories.d.ts +1 -1
  45. package/dist/src/templates/PageImageDetail/PageImageDetail.stories.d.ts +141 -0
  46. package/dist/src/templates/PageNewsDetail/PageNewsDetail.stories.d.ts +1163 -228
  47. package/dist/src/templates/PageVideoDetail/PageVideoDetail.stories.d.ts +56 -0
  48. package/dist/src/templates/edu/PageContentEdu.stories.d.ts +27 -0
  49. package/dist/src/templates/edu/PageEduNewsDetail/PageEduNewsDetail.stories.d.ts +360 -0
  50. package/dist/src/templates/edu/PageEduResourceArticle/PageEduResourceArticle.stories.d.ts +327 -0
  51. package/dist/src/templates/www/PageAsteroidWatchContent/PageAsteroidWatchContent.stories.d.ts +99 -0
  52. package/dist/src/templates/{edu/PageEduNewsDetail.stories.d.ts → www/PageAsteroidWatchIndex/PageAsteroidWatchIndex.stories.d.ts} +48 -67
  53. package/dist/src/templates/www/PageCuratedGallery/PageCuratedGallery.stories.d.ts +98 -0
  54. package/dist/src/templates/www/PageGoDirectory/PageGoDirectory.stories.d.ts +56 -0
  55. package/dist/src/templates/www/PageHomepage/PageHomepage.stories.d.ts +704 -0
  56. package/dist/src/templates/www/PageInfographicDetail/PageInfographicDetail.stories.d.ts +41 -0
  57. package/dist/src/templates/www/PageMaintenanceMode/PageMaintenanceMode.stories.d.ts +14 -0
  58. package/dist/src/templates/www/PageMissionDetail/PageMissionDetail.stories.d.ts +875 -0
  59. package/dist/src/templates/www/PagePodcast/PagePodcast.stories.d.ts +115 -0
  60. package/dist/src/templates/www/PagePodcastSeason/PagePodcastSeason.stories.d.ts +84 -0
  61. package/dist/src/templates/www/PagePressKitIndex/PagePressKitIndex.stories.d.ts +64 -0
  62. package/dist/src/templates/www/PageProfileDetail/PageProfileDetail.stories.d.ts +60 -0
  63. package/dist/src/templates/www/PageRoboticsDetail/PageRoboticsDetail.stories.d.ts +170 -0
  64. package/dist/src/templates/www/PageTimeline/PageTimeline.stories.d.ts +339 -0
  65. package/dist/src/templates/www/PageTopicDetail/PageTopicDetail.stories.d.ts +297 -0
  66. package/dist/style.css +1 -1
  67. package/lib/main.ts +4 -0
  68. package/package.json +2 -1
  69. package/src/components/BaseAudio/BaseAudio.vue +0 -1
  70. package/src/components/BaseHeading/BaseHeading.stories.js +0 -1
  71. package/src/components/BaseHeading/BaseHeading.vue +5 -7
  72. package/src/components/BasePlaceholder/BasePlaceholder.stories.js +0 -1
  73. package/src/components/BlockAudio/BlockAudio.stories.js +2 -3
  74. package/src/components/BlockDialog/BlockDialog.stories.js +56 -0
  75. package/src/components/BlockDialog/BlockDialog.stories.mdx +28 -0
  76. package/src/components/BlockDialog/BlockDialog.vue +132 -0
  77. package/src/components/BlockHeading/BlockHeading.stories.js +2 -2
  78. package/src/components/BlockImage/BlockImage.stories.js +0 -1
  79. package/src/components/BlockImageCarouselItem/BlockImageCarouselItem.vue +0 -1
  80. package/src/components/BlockImageGallery/BlockImageGallery.vue +0 -1
  81. package/src/components/BlockLinkCarousel/BlockLinkCarousel.vue +4 -2
  82. package/src/components/BlockQuote/BlockQuote.stories.js +0 -1
  83. package/src/components/BlockStreamfield/BlockStreamfield.stories.js +20 -9
  84. package/src/components/BlockVideoEmbed/BlockVideoEmbed.vue +3 -2
  85. package/src/components/DetailHeadline/DetailHeadline.vue +3 -2
  86. package/src/components/DsnWidget/DsnWidget.vue +2 -2
  87. package/src/components/HomepageEmbedBlock/HomepageEmbedBlock.stories.js +1 -8
  88. package/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.stories.js +115 -118
  89. package/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.vue +3 -23
  90. package/src/components/HomepageMissionsCarousel/HomepageMissionsCarouselItem.vue +1 -2
  91. package/src/components/HomepageStats/HomepageStats.stories.js +10 -10
  92. package/src/components/HomepageStats/HomepageStats.vue +8 -8
  93. package/src/components/HomepageTeaserBlock/HomepageTeaserBlock.stories.js +11 -18
  94. package/src/components/HomepageTeaserBlock/HomepageTeaserBlock.vue +20 -14
  95. package/src/components/HomepageTeaserBlock/HomepageTeaserBlockCardImage.vue +1 -1
  96. package/src/components/MissionDetailAbout/MissionDetailAbout.stories.js +1 -8
  97. package/src/components/MissionDetailHero/MissionDetailHero.stories.js +11 -11
  98. package/src/components/MissionDetailHighlights/MissionDetailHighlights.stories.js +6 -6
  99. package/src/components/MixinCarousel/MixinCarousel.docs.mdx +1 -1
  100. package/src/components/NavDesktop/NavDesktop.stories.js +1 -4
  101. package/src/components/NavDesktopEdu/NavDesktopEdu.stories.js +2 -1
  102. package/src/components/NavMobile/NavMobileEdu.stories.js +2 -1
  103. package/src/components/RoboticsDetailStats/RoboticsDetailStats.stories.js +1 -1
  104. package/src/components/TimelineDialog/TimelineDialog.stories.js +47 -0
  105. package/src/components/TimelineDialog/TimelineDialog.stories.mdx +26 -0
  106. package/src/components/TimelineDialog/TimelineDialog.vue +145 -0
  107. package/src/components/TopicDetailMissionSpotlight/TopicDetailMissionSpotlight.stories.js +1 -9
  108. package/src/components/TopicDetailStreamfield/TopicDetailStreamfield.stories.js +1 -8
  109. package/src/docs/utils/ComponentItem.jsx +0 -1
  110. package/src/store/curatedGallery.ts +23 -0
  111. package/src/store/search.ts +43 -0
  112. package/src/templates/PageAudioDetail/PageAudioDetail.stories.js +106 -0
  113. package/src/templates/PageAudioDetail/PageAudioDetail.vue +375 -0
  114. package/src/templates/PageContent/PageContent.stories.js +2 -1
  115. package/src/templates/PageContent/PageContent.vue +16 -19
  116. package/src/templates/PageEventDetail/PageEventDetail.stories.js +1 -1
  117. package/src/templates/PageEventDetail/PageEventDetail.vue +15 -15
  118. package/src/templates/PageImageDetail/PageImageDetail.stories.js +116 -0
  119. package/src/templates/PageImageDetail/PageImageDetail.vue +444 -0
  120. package/src/templates/PageNewsDetail/PageNewsDetail.stories.js +3 -2
  121. package/src/templates/PageNewsDetail/PageNewsDetail.vue +4 -5
  122. package/src/templates/PageVideoDetail/PageVideoDetail.stories.js +84 -0
  123. package/src/templates/PageVideoDetail/PageVideoDetail.vue +173 -0
  124. package/src/templates/edu/PageContentEdu.stories.js +1 -0
  125. package/src/templates/edu/{PageEduNewsDetail.stories.js → PageEduNewsDetail/PageEduNewsDetail.stories.js} +5 -3
  126. package/src/templates/edu/{PageEduNewsDetail.vue → PageEduNewsDetail/PageEduNewsDetail.vue} +3 -2
  127. package/src/templates/edu/PageEduResourceArticle/PageEduResourceArticle.stories.js +192 -0
  128. package/src/templates/edu/PageEduResourceArticle/PageEduResourceArticle.vue +196 -0
  129. package/src/templates/www/PageAsteroidWatchContent/PageAsteroidWatchContent.stories.js +54 -0
  130. package/src/templates/www/PageAsteroidWatchContent/PageAsteroidWatchContent.vue +79 -0
  131. package/src/templates/www/PageAsteroidWatchIndex/PageAsteroidWatchIndex.stories.js +34 -0
  132. package/src/templates/www/PageAsteroidWatchIndex/PageAsteroidWatchIndex.vue +56 -0
  133. package/src/templates/www/PageCuratedGallery/PageCuratedGallery.stories.js +110 -0
  134. package/src/templates/www/PageCuratedGallery/PageCuratedGallery.vue +345 -0
  135. package/src/templates/www/PageGoDirectory/PageGoDirectory.stories.js +61 -0
  136. package/src/templates/www/PageGoDirectory/PageGoDirectory.vue +76 -0
  137. package/src/templates/www/PageHomepage/PageHomepage.stories.js +101 -0
  138. package/src/templates/www/PageHomepage/PageHomepage.vue +136 -0
  139. package/src/templates/www/PageInfographicDetail/PageInfographicDetail.stories.js +46 -0
  140. package/src/templates/www/PageInfographicDetail/PageInfographicDetail.vue +125 -0
  141. package/src/templates/www/PageMaintenanceMode/PageMaintenanceMode.stories.js +14 -0
  142. package/src/templates/www/PageMaintenanceMode/PageMaintenanceMode.vue +94 -0
  143. package/src/templates/www/PageMissionDetail/PageMissionDetail.stories.js +246 -0
  144. package/src/templates/www/PageMissionDetail/PageMissionDetail.vue +136 -0
  145. package/src/templates/www/PagePodcast/PagePodcast.stories.js +86 -0
  146. package/src/templates/www/PagePodcast/PagePodcast.vue +219 -0
  147. package/src/templates/www/PagePodcastSeason/PagePodcastSeason.stories.js +96 -0
  148. package/src/templates/www/PagePodcastSeason/PagePodcastSeason.vue +191 -0
  149. package/src/templates/www/PagePressKitIndex/PagePressKitIndex.stories.js +72 -0
  150. package/src/templates/www/PagePressKitIndex/PagePressKitIndex.vue +76 -0
  151. package/src/templates/www/PageProfileDetail/PageProfileDetail.stories.js +76 -0
  152. package/src/templates/www/PageProfileDetail/PageProfileDetail.vue +178 -0
  153. package/src/templates/www/PageRoboticsDetail/PageRoboticsDetail.stories.js +43 -0
  154. package/src/templates/www/PageRoboticsDetail/PageRoboticsDetail.vue +101 -0
  155. package/src/templates/www/PageTimeline/BlockMilestone.vue +99 -0
  156. package/src/templates/www/PageTimeline/PageTimeline.stories.js +357 -0
  157. package/src/templates/www/PageTimeline/PageTimeline.vue +384 -0
  158. package/src/templates/www/PageTopicDetail/PageTopicDetail.stories.js +87 -0
  159. package/src/templates/www/PageTopicDetail/PageTopicDetail.vue +121 -0
  160. package/src/utils/mixins.ts +1 -1
  161. package/src/templates/www/HomePage/HomePage.vue +0 -30
  162. /package/dist/src/components/{MixinDropdownToggle/MixinDropdownToggle.vue.d.ts → NavDropdownToggle/NavDropdownToggle.vue.d.ts} +0 -0
@@ -0,0 +1,327 @@
1
+ import { default as PageEduResourceArticle } from './PageEduResourceArticle.vue';
2
+ import { BlockLinkCardCarouselData } from './../../../components/BlockLinkCarousel/BlockLinkCarousel.stories.js';
3
+ declare namespace _default {
4
+ export let title: string;
5
+ export { PageEduResourceArticle as component };
6
+ export let decorators: (() => {
7
+ template: string;
8
+ })[];
9
+ export namespace parameters {
10
+ namespace html {
11
+ let root: string;
12
+ }
13
+ }
14
+ export let excludeStories: RegExp;
15
+ }
16
+ export default _default;
17
+ export namespace BaseStory {
18
+ namespace args {
19
+ namespace data {
20
+ export let publicationDate: string;
21
+ export let summary: string;
22
+ export let getTopicsForDisplay: {
23
+ __typename: string;
24
+ title: string;
25
+ url: string;
26
+ }[];
27
+ export let topicLabel: string;
28
+ export namespace primarySubject {
29
+ let __typename: string;
30
+ let id: string;
31
+ let subject: string;
32
+ }
33
+ export let additionalSubjects: {
34
+ __typename: string;
35
+ id: string;
36
+ subject: string;
37
+ }[];
38
+ export let gradeLevels: {
39
+ __typename: string;
40
+ id: string;
41
+ gradeLevel: string;
42
+ }[];
43
+ export let body: ({
44
+ blockType: string;
45
+ heading: string;
46
+ level: string;
47
+ size: string;
48
+ } | {
49
+ blockType: string;
50
+ title: string;
51
+ caption: string;
52
+ url: string;
53
+ } | {
54
+ blockType: string;
55
+ beforeImage: {
56
+ src: {
57
+ url: string;
58
+ };
59
+ srcCropped: {
60
+ url: string;
61
+ };
62
+ };
63
+ afterImage: {
64
+ src: {
65
+ url: string;
66
+ };
67
+ srcCropped: {
68
+ url: string;
69
+ };
70
+ };
71
+ caption: string;
72
+ } | {
73
+ blockType: string;
74
+ heading: string;
75
+ listItem: {
76
+ text: string;
77
+ }[];
78
+ } | {
79
+ blockType: string;
80
+ value: string;
81
+ })[];
82
+ export namespace thumbnailImage {
83
+ let __typename_1: string;
84
+ export { __typename_1 as __typename };
85
+ export let original: string;
86
+ export let alt: string;
87
+ }
88
+ export let relatedLinks: {
89
+ blockType: string;
90
+ heading: string;
91
+ links: ({
92
+ text: string;
93
+ document: {
94
+ url: string;
95
+ };
96
+ page: string;
97
+ externalLink: string;
98
+ } | {
99
+ text: string;
100
+ document: string;
101
+ page: {
102
+ url: string;
103
+ };
104
+ externalLink: string;
105
+ } | {
106
+ text: string;
107
+ document: string;
108
+ page: string;
109
+ externalLink: string;
110
+ })[];
111
+ };
112
+ export let relatedContentHeading: string;
113
+ export { BlockLinkCardCarouselData as relatedContent };
114
+ let __typename_2: string;
115
+ export { __typename_2 as __typename };
116
+ export let pageType: string;
117
+ export let contentType: string;
118
+ export let seoTitle: string;
119
+ export let searchDescription: string;
120
+ export let slug: string;
121
+ export let url: string;
122
+ let title_1: string;
123
+ export { title_1 as title };
124
+ export let heroConstrain: boolean;
125
+ export let heroPosition: string;
126
+ export let hero: {
127
+ blockType: string;
128
+ imageInline: {
129
+ alt: string;
130
+ caption: string;
131
+ credit: string;
132
+ detailUrl: string;
133
+ original: string;
134
+ src: {
135
+ height: number;
136
+ url: string;
137
+ width: number;
138
+ };
139
+ srcSet: string;
140
+ };
141
+ image: {
142
+ src: {
143
+ url: string;
144
+ width: number;
145
+ height: number;
146
+ };
147
+ screenXs: {
148
+ url: string;
149
+ width: number;
150
+ };
151
+ screenSm: {
152
+ url: string;
153
+ width: number;
154
+ };
155
+ screenMd: {
156
+ url: string;
157
+ width: number;
158
+ };
159
+ screenLg: {
160
+ url: string;
161
+ width: number;
162
+ };
163
+ screenXl: {
164
+ url: string;
165
+ width: number;
166
+ };
167
+ screenTwoxl: {
168
+ url: string;
169
+ width: number;
170
+ };
171
+ screenThreexl: {
172
+ url: string;
173
+ width: number;
174
+ };
175
+ alt: string;
176
+ caption: string;
177
+ credit: string;
178
+ detailUrl: string;
179
+ };
180
+ caption: string;
181
+ displayCaption: boolean;
182
+ }[];
183
+ }
184
+ }
185
+ }
186
+ export namespace InlineHero {
187
+ export namespace args_1 {
188
+ export namespace data_1 {
189
+ let heroPosition_1: string;
190
+ export { heroPosition_1 as heroPosition };
191
+ }
192
+ export { data_1 as data };
193
+ }
194
+ export { args_1 as args };
195
+ }
196
+ export namespace HeroCarousel {
197
+ export namespace args_2 {
198
+ export namespace data_2 {
199
+ let hero_1: {
200
+ blockType: string;
201
+ blocks: {
202
+ image: {
203
+ alt: string;
204
+ title: string;
205
+ caption: string;
206
+ credit: string;
207
+ detailUrl: string;
208
+ original: string;
209
+ src: {
210
+ height: string;
211
+ url: string;
212
+ width: string;
213
+ };
214
+ srcSet: string;
215
+ };
216
+ }[];
217
+ }[];
218
+ export { hero_1 as hero };
219
+ }
220
+ export { data_2 as data };
221
+ }
222
+ export { args_2 as args };
223
+ }
224
+ export namespace HeroImageComparison {
225
+ export namespace args_3 {
226
+ export namespace data_3 {
227
+ let heroPosition_2: string;
228
+ export { heroPosition_2 as heroPosition };
229
+ let hero_2: {
230
+ blockType: string;
231
+ beforeImage: {
232
+ src: {
233
+ url: string;
234
+ };
235
+ srcCropped: {
236
+ url: string;
237
+ };
238
+ };
239
+ afterImage: {
240
+ src: {
241
+ url: string;
242
+ };
243
+ srcCropped: {
244
+ url: string;
245
+ };
246
+ };
247
+ caption: string;
248
+ }[];
249
+ export { hero_2 as hero };
250
+ }
251
+ export { data_3 as data };
252
+ }
253
+ export { args_3 as args };
254
+ }
255
+ export namespace HeroVideo {
256
+ export namespace args_4 {
257
+ export namespace data_4 {
258
+ let hero_3: {
259
+ blockType: string;
260
+ video: {
261
+ duration: string;
262
+ file: string;
263
+ fileExtension: string;
264
+ fileOgg: string;
265
+ fileWebm: string;
266
+ height: null;
267
+ id: string;
268
+ sources: string;
269
+ title: string;
270
+ type: string;
271
+ width: null;
272
+ };
273
+ caption: string;
274
+ credit: string;
275
+ }[];
276
+ export { hero_3 as hero };
277
+ }
278
+ export { data_4 as data };
279
+ }
280
+ export { args_4 as args };
281
+ }
282
+ export namespace HeroVideoEmbed {
283
+ export namespace args_5 {
284
+ export namespace data_5 {
285
+ let heroPosition_3: string;
286
+ export { heroPosition_3 as heroPosition };
287
+ let hero_4: {
288
+ embed: {
289
+ embed: string;
290
+ };
291
+ blockType: string;
292
+ caption: string;
293
+ credit: string;
294
+ }[];
295
+ export { hero_4 as hero };
296
+ }
297
+ export { data_5 as data };
298
+ }
299
+ export { args_5 as args };
300
+ }
301
+ export namespace HeroIframeEmbed {
302
+ export namespace args_6 {
303
+ export namespace data_6 {
304
+ let heroPosition_4: string;
305
+ export { heroPosition_4 as heroPosition };
306
+ let hero_5: {
307
+ blockType: string;
308
+ title: string;
309
+ caption: string;
310
+ url: string;
311
+ }[];
312
+ export { hero_5 as hero };
313
+ }
314
+ export { data_6 as data };
315
+ }
316
+ export { args_6 as args };
317
+ }
318
+ export namespace NoHero {
319
+ export namespace args_7 {
320
+ export namespace data_7 {
321
+ let hero_6: never[];
322
+ export { hero_6 as hero };
323
+ }
324
+ export { data_7 as data };
325
+ }
326
+ export { args_7 as args };
327
+ }
@@ -0,0 +1,99 @@
1
+ import { default as PageAsteroidWatchContent } from './PageAsteroidWatchContent.vue';
2
+ declare namespace _default {
3
+ export let title: string;
4
+ export { PageAsteroidWatchContent as component };
5
+ export let decorators: (() => {
6
+ template: string;
7
+ })[];
8
+ export let tags: string[];
9
+ export namespace parameters {
10
+ let layout: string;
11
+ namespace html {
12
+ let root: string;
13
+ }
14
+ }
15
+ export let excludeStories: RegExp;
16
+ }
17
+ export default _default;
18
+ export namespace PageAsteroidWatchContentData {
19
+ export let url: string;
20
+ export let slug: string;
21
+ export let breadcrumb: string;
22
+ let title_1: string;
23
+ export { title_1 as title };
24
+ export let label: string;
25
+ export let heroImage: {
26
+ src: {
27
+ url: string;
28
+ width: number;
29
+ height: number;
30
+ };
31
+ screenXs: {
32
+ url: string;
33
+ width: number;
34
+ };
35
+ screenSm: {
36
+ url: string;
37
+ width: number;
38
+ };
39
+ screenMd: {
40
+ url: string;
41
+ width: number;
42
+ };
43
+ screenLg: {
44
+ url: string;
45
+ width: number;
46
+ };
47
+ screenXl: {
48
+ url: string;
49
+ width: number;
50
+ };
51
+ screenTwoxl: {
52
+ url: string;
53
+ width: number;
54
+ };
55
+ screenThreexl: {
56
+ url: string;
57
+ width: number;
58
+ };
59
+ alt: string;
60
+ caption: string;
61
+ credit: string;
62
+ detailUrl: string;
63
+ };
64
+ export let nextCloseApproaches: {
65
+ name: string;
66
+ date: string;
67
+ sizeFeet: number;
68
+ sizeMeters: number;
69
+ distanceMiles: number;
70
+ distanceKilometers: number;
71
+ externalLink: string;
72
+ comparisonImage: {
73
+ image: {
74
+ webp: {
75
+ url: string;
76
+ __typename: string;
77
+ };
78
+ src: {
79
+ url: string;
80
+ __typename: string;
81
+ };
82
+ __typename: string;
83
+ };
84
+ text: string;
85
+ __typename: string;
86
+ };
87
+ __typename: string;
88
+ }[];
89
+ export let body: {
90
+ blockType: string;
91
+ value: string;
92
+ }[];
93
+ }
94
+ export namespace BaseStory {
95
+ let name: string;
96
+ namespace args {
97
+ export { PageAsteroidWatchContentData as data };
98
+ }
99
+ }
@@ -1,11 +1,13 @@
1
- import { default as PageEduNewsDetail } from './PageEduNewsDetail.vue';
1
+ import { default as PageAsteroidWatchIndex } from './PageAsteroidWatchIndex.vue';
2
2
  declare namespace _default {
3
3
  export let title: string;
4
- export { PageEduNewsDetail as component };
4
+ export { PageAsteroidWatchIndex as component };
5
+ export let tags: string[];
5
6
  export let decorators: (() => {
6
7
  template: string;
7
8
  })[];
8
9
  export namespace parameters {
10
+ let layout: string;
9
11
  namespace html {
10
12
  let root: string;
11
13
  }
@@ -14,8 +16,10 @@ declare namespace _default {
14
16
  }
15
17
  export default _default;
16
18
  export namespace BaseStory {
19
+ let name: string;
17
20
  namespace args {
18
21
  let data: {
22
+ title: string;
19
23
  body: ({
20
24
  blockType: string;
21
25
  heading: string;
@@ -265,6 +269,15 @@ export namespace BaseStory {
265
269
  } | {
266
270
  blockType: string;
267
271
  value: string;
272
+ heading?: undefined;
273
+ level?: undefined;
274
+ showTitle?: undefined;
275
+ items?: undefined;
276
+ } | {
277
+ blockType: string;
278
+ heading: string;
279
+ level: string;
280
+ value?: undefined;
268
281
  showTitle?: undefined;
269
282
  items?: undefined;
270
283
  } | {
@@ -297,6 +310,7 @@ export namespace BaseStory {
297
310
  })[];
298
311
  blockType: string;
299
312
  value?: undefined;
313
+ level?: undefined;
300
314
  showTitle?: undefined;
301
315
  items?: undefined;
302
316
  } | {
@@ -319,6 +333,8 @@ export namespace BaseStory {
319
333
  };
320
334
  }[];
321
335
  value?: undefined;
336
+ heading?: undefined;
337
+ level?: undefined;
322
338
  } | {
323
339
  embed: {
324
340
  embed: string;
@@ -327,89 +343,54 @@ export namespace BaseStory {
327
343
  credit: string;
328
344
  blockType: string;
329
345
  value?: undefined;
346
+ heading?: undefined;
347
+ level?: undefined;
330
348
  showTitle?: undefined;
331
349
  items?: undefined;
332
350
  })[];
333
- slug: string;
334
- url: string;
335
- title: string;
336
- firstPublishedAt: string;
337
- getTopicsForDisplay: {
351
+ latestAsteroidNews: ({
352
+ url: string;
338
353
  title: string;
354
+ slug: string;
355
+ label: string;
356
+ thumbnailImage: {
357
+ src: {
358
+ url: string;
359
+ width: number;
360
+ height: number;
361
+ };
362
+ alt: string;
363
+ };
364
+ } | {
339
365
  url: string;
340
- }[];
341
- topper: string;
342
- summary: string;
343
- thumbnailImage: {
344
- original: string;
345
- };
346
- heroPosition: string;
366
+ title: string;
367
+ slug: string;
368
+ thumbnailImage: {
369
+ src: {
370
+ url: string;
371
+ width: number;
372
+ height: number;
373
+ };
374
+ alt: string;
375
+ };
376
+ label?: undefined;
377
+ })[];
378
+ description: string;
347
379
  heroImage: {
348
380
  src: {
349
381
  url: string;
350
382
  width: number;
351
383
  height: number;
352
384
  };
353
- screenXs: {
354
- url: string;
355
- width: number;
356
- };
357
- screenSm: {
358
- url: string;
359
- width: number;
360
- };
385
+ srcSet: string;
361
386
  screenMd: {
362
387
  url: string;
363
- width: number;
364
- };
365
- screenLg: {
366
- url: string;
367
- width: number;
368
- };
369
- screenXl: {
370
- url: string;
371
- width: number;
372
- };
373
- screenTwoxl: {
374
- url: string;
375
- width: number;
376
388
  };
377
- screenThreexl: {
389
+ screenSm: {
378
390
  url: string;
379
- width: number;
380
391
  };
381
392
  alt: string;
382
- caption: string;
383
- credit: string;
384
- detailUrl: string;
385
- };
386
- heroImageInline: {
387
- alt: string;
388
- caption: string;
389
- credit: string;
390
- detailUrl: string;
391
- original: string;
392
- src: {
393
- height: number;
394
- url: string;
395
- width: number;
396
- };
397
- srcSet: string;
398
393
  };
399
394
  };
400
395
  }
401
396
  }
402
- export namespace InlineHero {
403
- export namespace args_1 {
404
- let data_1: any;
405
- export { data_1 as data };
406
- }
407
- export { args_1 as args };
408
- }
409
- export namespace NoHero {
410
- export namespace args_2 {
411
- let data_2: any;
412
- export { data_2 as data };
413
- }
414
- export { args_2 as args };
415
- }
@@ -0,0 +1,98 @@
1
+ import { default as PageCuratedGallery } from './PageCuratedGallery.vue';
2
+ declare namespace _default {
3
+ export let title: string;
4
+ export { PageCuratedGallery as component };
5
+ export let tags: string[];
6
+ export let excludeStories: RegExp;
7
+ export namespace parameters {
8
+ let layout: string;
9
+ }
10
+ }
11
+ export default _default;
12
+ export namespace BaseStory {
13
+ let name: string;
14
+ namespace args {
15
+ let data: {
16
+ body: ({
17
+ blockType: string;
18
+ heading: string;
19
+ level: string;
20
+ size: string;
21
+ } | {
22
+ blockType: string;
23
+ title: string;
24
+ caption: string;
25
+ url: string;
26
+ } | {
27
+ blockType: string;
28
+ beforeImage: {
29
+ src: {
30
+ url: string;
31
+ };
32
+ srcCropped: {
33
+ url: string;
34
+ };
35
+ };
36
+ afterImage: {
37
+ src: {
38
+ url: string;
39
+ };
40
+ srcCropped: {
41
+ url: string;
42
+ };
43
+ };
44
+ caption: string;
45
+ } | {
46
+ blockType: string;
47
+ heading: string;
48
+ listItem: {
49
+ text: string;
50
+ }[];
51
+ } | {
52
+ blockType: string;
53
+ value: string;
54
+ })[];
55
+ galleryItems: ({
56
+ image: {
57
+ caption: string;
58
+ alt: string;
59
+ detailUrl: string;
60
+ src: {
61
+ url: string;
62
+ width: string;
63
+ height: string;
64
+ };
65
+ width: string;
66
+ height: string;
67
+ };
68
+ title: string;
69
+ } | {
70
+ image: {
71
+ caption: string;
72
+ alt: string;
73
+ detailUrl: string;
74
+ src: {
75
+ url: string;
76
+ width: string;
77
+ height: string;
78
+ };
79
+ width?: undefined;
80
+ height?: undefined;
81
+ };
82
+ title: string;
83
+ })[];
84
+ galleryType: string;
85
+ id: string;
86
+ label: string;
87
+ firstPublishedAt: string;
88
+ relatedGalleries: never[];
89
+ galleryAspectRatio: string;
90
+ galleryObjectFit: string;
91
+ galleryDownloadLink: string;
92
+ slug: string;
93
+ title: string;
94
+ topicLabel: null;
95
+ url: string;
96
+ };
97
+ }
98
+ }