@kickstartds/ds-agency-premium 1.0.7 → 1.1.0

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.
@@ -4,36 +4,8 @@
4
4
  "title": "Page",
5
5
  "description": "Abstracts a page concept into JSON schema",
6
6
  "type": "object",
7
- "required": ["id", "slug", "layout", "title"],
7
+ "required": ["seo"],
8
8
  "properties": {
9
- "layout": {
10
- "type": "string",
11
- "title": "Layout",
12
- "description": "Choose a layout for the page",
13
- "enum": ["default", "content", "blog-list", "blog-detail", "glossary"],
14
- "default": "default"
15
- },
16
- "description": {
17
- "type": "string",
18
- "title": "Description",
19
- "description": "Description used for the page"
20
- },
21
- "keywords": {
22
- "type": "string",
23
- "title": "Keywords",
24
- "description": "Keywords used for the page"
25
- },
26
- "image": {
27
- "type": "string",
28
- "title": "Preview Image",
29
- "description": "Preview image used for the page",
30
- "format": "image"
31
- },
32
- "cardImage": {
33
- "type": "string",
34
- "title": "Card Preview Image",
35
- "description": "Card preview image (larger, e.g. Twitter) used for the page"
36
- },
37
9
  "sections": {
38
10
  "type": "array",
39
11
  "title": "Sections",
@@ -42,17 +14,8 @@
42
14
  "$ref": "http://schema.mydesignsystem.com/section.schema.json"
43
15
  }
44
16
  },
45
- "updated": {
46
- "type": "string",
47
- "title": "Updated",
48
- "description": "Last update date for the page",
49
- "format": "date-time"
50
- },
51
- "created": {
52
- "type": "string",
53
- "title": "Created",
54
- "description": "Creation date for the page",
55
- "format": "date-time"
17
+ "seo": {
18
+ "$ref": "http://schema.mydesignsystem.com/cms/seo.schema.json"
56
19
  }
57
20
  }
58
21
  }
@@ -1,17 +1,4 @@
1
1
  import { FC, PropsWithChildren } from "react";
2
- /* eslint-disable */
3
- /**
4
- * This file was automatically generated by json-schema-to-typescript.
5
- * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
6
- * and run json-schema-to-typescript to regenerate this file.
7
- */
8
- interface PageIntroProps {
9
- headline?: string;
10
- sub?: string;
11
- link?: {
12
- href?: string;
13
- label?: string;
14
- };
15
- }
2
+ import { PageIntroProps } from "../../PageIntroProps-f13f3e7c.js";
16
3
  declare const PageIntro: FC<PropsWithChildren<PageIntroProps>>;
17
4
  export { PageIntro };
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 18 Jan 2024 17:36:42 GMT
3
+ * Generated on Thu, 18 Jan 2024 17:48:28 GMT
4
4
  */
5
5
  :root, [ks-theme] {
6
6
  --ks-background-color-accent-base: var(--ks-color-primary-to-bg-8-base);
@@ -6,22 +6,23 @@ import { HTMLAttributes, FC, PropsWithChildren } from "react";
6
6
  * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
7
7
  * and run json-schema-to-typescript to regenerate this file.
8
8
  */
9
- import { HeroProps } from "../../HeroProps-cf82a16d.js";
10
9
  import { CtaProps } from "../../CtaProps-93230a76.js";
11
- import { MosaicProps } from "../../MosaicProps-aacb9422.js";
12
10
  import { FaqProps } from "../../FaqProps-ad618cd5.js";
13
11
  import { FeaturesProps } from "../../FeaturesProps-79dea880.js";
14
12
  import { GalleryProps } from "../../GalleryProps-76e7de44.js";
15
- import { HeadlineProps } from "../../HeadlineProps-d413a2cc.js";
13
+ import { HeroProps } from "../../HeroProps-cf82a16d.js";
16
14
  import { ImageStoryProps } from "../../ImageStoryProps-03ff6d21.js";
15
+ import { ImageTextProps } from "../../ImageTextProps-9286cca4.js";
16
+ import { LogosProps } from "../../LogosProps-8af8b3c7.js";
17
+ import { MosaicProps } from "../../MosaicProps-aacb9422.js";
18
+ import { PageIntroProps } from "../../PageIntroProps-f13f3e7c.js";
19
+ import { SliderProps } from "../../SliderProps-8cae490d.js";
17
20
  import { SplitProps } from "../../SplitProps-89ef39c4.js";
18
21
  import { StatsProps } from "../../StatsProps-afa48599.js";
19
22
  import { TeaserCardProps } from "../../TeaserCardProps-95b399e9.js";
20
23
  import { TestimonialsProps } from "../../TestimonialsProps-d27ae4b4.js";
21
24
  import { TextProps } from "../../TextProps-a23170d2.js";
22
25
  import { VideoCurtainProps } from "../../VideoCurtainProps-6c625a69.js";
23
- import { ImageTextProps } from "../../ImageTextProps-9286cca4.js";
24
- import { LogosProps } from "../../LogosProps-8af8b3c7.js";
25
26
  import { ButtonProps } from "../../ButtonProps-03ff6d21.js";
26
27
  /**
27
28
  * Width of section to use
@@ -106,7 +107,7 @@ type TileWidth = "control" | "card" | "narrow" | "medium" | "wide";
106
107
  /**
107
108
  * Allowed components for content
108
109
  */
109
- type Content = (HeroProps | CtaProps | MosaicProps | FaqProps | FeaturesProps | GalleryProps | HeadlineProps | ImageStoryProps | SplitProps | StatsProps | TeaserCardProps | TestimonialsProps | TextProps | VideoCurtainProps | ImageTextProps | LogosProps)[];
110
+ type Content = (CtaProps | FaqProps | FeaturesProps | GalleryProps | HeroProps | ImageStoryProps | ImageTextProps | LogosProps | MosaicProps | PageIntroProps | SliderProps | SplitProps | StatsProps | TeaserCardProps | TestimonialsProps | TextProps | VideoCurtainProps)[];
110
111
  /**
111
112
  * Buttons of the Button Group
112
113
  */