+ {/**
+ * Without the wrapping div the headline and
+ * byline would have space inserted between
+ * them due to being direct children of the
+ * flex container
+ */}
+
+
+
+
+ {starRating !== undefined ? (
+
+
+
+ ) : null}
+
+ {!!trailText && (
+
+
+
+ )}
+
}
- showPulsingDot={
- format.design ===
- ArticleDesign.LiveBlog ||
- showPulsingDot
+ commentCount={
+
}
- byline={byline}
- showByline={showByline}
- isExternalLink={isExternalLink}
- headlineColour={palette(
- '--feature-card-headline',
- )}
- kickerColour={palette(
- '--feature-card-kicker-text',
- )}
- isBetaContainer={true}
+ /**TODO: Determine if this is needed */
+ // cardBranding={
+ // branding ? (
+ //
+ // ) : undefined
+ // }
+ showLivePlayable={false}
+ mediaType={mainMedia?.type}
+ galleryCount={galleryCount}
+ audioDuration={audioDuration}
/>
-
- {starRating !== undefined ? (
-