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