@kickstartds/ds-agency-premium 1.4.2 → 1.4.3

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.
@@ -3,9 +3,14 @@
3
3
  * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
4
4
  * and run json-schema-to-typescript to regenerate this file.
5
5
  */
6
+ import { SectionProps } from "./SectionProps-83d399b4.js";
6
7
  import { BlogTeaserProps } from "./BlogTeaserProps-525f7f9f.js";
7
8
  import { CtaProps } from "./CtaProps-93230a76.js";
8
9
  import { SeoProps } from "./SeoProps-f2d6dcaa.js";
10
+ /**
11
+ * Collection of sections (with their contents) to render as the blog overview intro
12
+ */
13
+ type OverviewIntro = SectionProps[];
9
14
  /**
10
15
  * Collection of posts to list on the page
11
16
  */
@@ -18,6 +23,7 @@ type Posts1 = BlogTeaserProps[];
18
23
  * Abstracts a blog overview concept into JSON schema
19
24
  */
20
25
  interface BlogOverviewProps {
26
+ section?: OverviewIntro;
21
27
  /**
22
28
  * Referenced component BlogTeaserProps
23
29
  */
@@ -33,4 +39,4 @@ interface BlogOverviewProps {
33
39
  */
34
40
  seo: SeoProps;
35
41
  }
36
- export { Posts, Posts1, BlogOverviewProps };
42
+ export { OverviewIntro, Posts, Posts1, BlogOverviewProps };
@@ -8,7 +8,7 @@ import { FaqProps } from "./FaqProps-ad618cd5.js";
8
8
  import { FeaturesProps } from "./FeaturesProps-b05859d6.js";
9
9
  import { GalleryProps } from "./GalleryProps-76e7de44.js";
10
10
  import { HeroProps } from "./HeroProps-cf82a16d.js";
11
- import { ImageStoryProps } from "./ImageStoryProps-03ff6d21.js";
11
+ import { ImageStoryProps } from "./ImageStoryProps-e853e1e7.js";
12
12
  import { ImageTextProps } from "./ImageTextProps-9286cca4.js";
13
13
  import { LogosProps } from "./LogosProps-f9474fe2.js";
14
14
  import { MosaicProps } from "./MosaicProps-d52c7151.js";