@kickstartds/ds-agency-premium 1.6.69 → 1.6.70--canary.45.1743.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.
Files changed (199) hide show
  1. package/dist/{BlogAsideProps-d9decb7c.d.ts → BlogAsideProps-c760fd2a.d.ts} +5 -5
  2. package/dist/{BlogAuthorProps-88a11566.d.ts → BlogAuthorProps-fb0241df.d.ts} +7 -2
  3. package/dist/BlogOverviewProps-9f207f1c.d.ts +2 -2
  4. package/dist/{BlogPostProps-d9decb7c.d.ts → BlogPostProps-6b3cff22.d.ts} +3 -3
  5. package/dist/{ButtonProps-03ff6d21.d.ts → ButtonProps-00ddee3a.d.ts} +4 -4
  6. package/dist/{CtaProps-93230a76.d.ts → CtaProps-babe4ee6.d.ts} +21 -11
  7. package/dist/EventAppointmentProps-443cd1ce.d.ts +38 -0
  8. package/dist/EventDetailProps-42a7eebe.d.ts +387 -0
  9. package/dist/EventLatestTeaserProps-fc9d3281.d.ts +58 -0
  10. package/dist/EventLocationProps-871bc198.d.ts +41 -0
  11. package/dist/{FeaturesProps-e58616a5.d.ts → FeaturesProps-a9041d97.d.ts} +9 -4
  12. package/dist/{FooterProps-171a3067.d.ts → FooterProps-a0a104ca.d.ts} +2 -2
  13. package/dist/{HeaderProps-e22382f1.d.ts → HeaderProps-72763967.d.ts} +2 -2
  14. package/dist/{HeroProps-f704d270.d.ts → HeroProps-40f6c7f5.d.ts} +9 -4
  15. package/dist/ImageStoryProps-e853e1e7.d.ts +1 -1
  16. package/dist/MosaicProps-d52c7151.d.ts +4 -4
  17. package/dist/PageProps-aa29c554.d.ts +1 -1
  18. package/dist/{SectionProps-1cfcf6e8.d.ts → SectionProps-7caa223c.d.ts} +14 -9
  19. package/dist/{SliderProps-93230a76.d.ts → SliderProps-babe4ee6.d.ts} +4 -4
  20. package/dist/{StatProps-79109ad0.d.ts → StatProps-12a3eae0.d.ts} +1 -1
  21. package/dist/StatsProps-bf5ef578.d.ts +1 -1
  22. package/dist/{TeaserCardProps-b9c28e78.d.ts → TeaserCardProps-994cb119.d.ts} +4 -4
  23. package/dist/{VideoCurtainProps-6c625a69.d.ts → VideoCurtainProps-a2c0cc7f.d.ts} +5 -5
  24. package/dist/components/blog-aside/blog-aside.schema.dereffed.json +16 -8
  25. package/dist/components/blog-aside/blog-aside.schema.json +4 -4
  26. package/dist/components/blog-aside/index.d.ts +1 -1
  27. package/dist/components/blog-aside/index.js +1 -1
  28. package/dist/components/blog-author/blog-author.schema.dereffed.json +12 -4
  29. package/dist/components/blog-author/index.d.ts +1 -1
  30. package/dist/components/blog-overview/blog-overview.schema.dereffed.json +178 -85
  31. package/dist/components/blog-post/blog-post.schema.dereffed.json +194 -93
  32. package/dist/components/blog-post/index.d.ts +1 -1
  33. package/dist/components/blog-teaser/index.js +5 -7
  34. package/dist/components/button/button.css +2 -2
  35. package/dist/components/button/button.schema.dereffed.json +3 -3
  36. package/dist/components/button/button.schema.json +3 -3
  37. package/dist/components/button/index.d.ts +1 -1
  38. package/dist/components/button/index.js +1 -1
  39. package/dist/components/button-group/button-group.schema.dereffed.json +3 -3
  40. package/dist/components/button-group/index.d.ts +1 -1
  41. package/dist/components/contact/contact.schema.dereffed.json +13 -5
  42. package/dist/components/contact/contact.schema.json +11 -5
  43. package/dist/components/contact/index.d.ts +6 -1
  44. package/dist/components/contact/index.js +1 -1
  45. package/dist/components/cta/cta.css +44 -56
  46. package/dist/components/cta/cta.schema.dereffed.json +28 -11
  47. package/dist/components/cta/cta.schema.json +23 -10
  48. package/dist/components/cta/index.d.ts +1 -1
  49. package/dist/components/cta/index.js +25 -26
  50. package/dist/components/downloads/downloads.css +153 -0
  51. package/dist/components/downloads/downloads.schema.dereffed.json +55 -0
  52. package/dist/components/downloads/downloads.schema.json +44 -0
  53. package/dist/components/downloads/index.d.ts +41 -0
  54. package/dist/components/downloads/index.js +18 -0
  55. package/dist/components/event-appointment/event-appointment.css +62 -0
  56. package/dist/components/event-appointment/event-appointment.schema.dereffed.json +56 -0
  57. package/dist/components/event-appointment/event-appointment.schema.json +47 -0
  58. package/dist/components/event-appointment/index.d.ts +7 -0
  59. package/dist/components/event-appointment/index.js +14 -0
  60. package/dist/components/event-detail/event-detail.schema.dereffed.json +287 -0
  61. package/dist/components/event-detail/event-detail.schema.json +74 -0
  62. package/dist/components/event-detail/index.d.ts +5 -0
  63. package/dist/components/event-detail/index.js +36 -0
  64. package/dist/components/event-header/event-header.css +6 -0
  65. package/dist/components/event-header/event-header.schema.dereffed.json +38 -0
  66. package/dist/components/event-header/event-header.schema.json +34 -0
  67. package/dist/components/event-header/index.d.ts +35 -0
  68. package/dist/components/event-header/index.js +20 -0
  69. package/dist/components/event-latest/event-latest.css +5 -0
  70. package/dist/components/event-latest/event-latest.schema.dereffed.json +142 -0
  71. package/dist/components/event-latest/event-latest.schema.json +46 -0
  72. package/dist/components/event-latest/index.d.ts +30 -0
  73. package/dist/components/event-latest/index.js +19 -0
  74. package/dist/components/event-latest-teaser/event-latest-teaser.css +128 -0
  75. package/dist/components/event-latest-teaser/event-latest-teaser.schema.dereffed.json +97 -0
  76. package/dist/components/event-latest-teaser/event-latest-teaser.schema.json +73 -0
  77. package/dist/components/event-latest-teaser/index.d.ts +8 -0
  78. package/dist/components/event-latest-teaser/index.js +18 -0
  79. package/dist/components/event-location/event-location.css +71 -0
  80. package/dist/components/event-location/event-location.schema.dereffed.json +126 -0
  81. package/dist/components/event-location/event-location.schema.json +61 -0
  82. package/dist/components/event-location/index.d.ts +7 -0
  83. package/dist/components/event-location/index.js +18 -0
  84. package/dist/components/feature/feature.schema.dereffed.json +13 -3
  85. package/dist/components/feature/feature.schema.json +11 -3
  86. package/dist/components/feature/index.d.ts +8 -3
  87. package/dist/components/feature/index.js +2 -3
  88. package/dist/components/features/features.css +15 -35
  89. package/dist/components/features/features.schema.dereffed.json +13 -3
  90. package/dist/components/features/features.schema.json +5 -2
  91. package/dist/components/features/index.d.ts +1 -1
  92. package/dist/components/features/index.js +2 -2
  93. package/dist/components/footer/footer.css +1 -1
  94. package/dist/components/footer/footer.schema.dereffed.json +12 -12
  95. package/dist/components/footer/index.d.ts +1 -1
  96. package/dist/components/footer/index.js +1 -1
  97. package/dist/components/gallery/gallery.schema.dereffed.json +2 -1
  98. package/dist/components/gallery/gallery.schema.json +2 -1
  99. package/dist/components/gallery/index.js +1 -1
  100. package/dist/components/header/header.css +47 -9
  101. package/dist/components/header/header.schema.dereffed.json +12 -12
  102. package/dist/components/header/index.d.ts +1 -1
  103. package/dist/components/header/index.js +5 -5
  104. package/dist/components/headline/headline.css +2 -2
  105. package/dist/components/hero/hero.css +61 -25
  106. package/dist/components/hero/hero.schema.dereffed.json +9 -3
  107. package/dist/components/hero/hero.schema.json +8 -2
  108. package/dist/components/hero/index.d.ts +1 -1
  109. package/dist/components/hero/index.js +39 -39
  110. package/dist/components/image-story/image-story.css +5 -2
  111. package/dist/components/image-story/image-story.schema.dereffed.json +3 -3
  112. package/dist/components/index/index.d.ts +4 -3
  113. package/dist/components/logos/index.js +1 -1
  114. package/dist/components/mosaic/index.js +1 -1
  115. package/dist/components/mosaic/mosaic.css +1 -1
  116. package/dist/components/mosaic/mosaic.schema.dereffed.json +3 -3
  117. package/dist/components/nav-dropdown/index.d.ts +1 -1
  118. package/dist/components/nav-dropdown/index.js +2 -2
  119. package/dist/components/nav-dropdown/nav-dropdown.css +12 -3
  120. package/dist/components/nav-dropdown/nav-dropdown.schema.dereffed.json +1 -1
  121. package/dist/components/nav-flyout/index.d.ts +2 -2
  122. package/dist/components/nav-flyout/index.js +6 -8
  123. package/dist/components/nav-flyout/nav-flyout.css +29 -15
  124. package/dist/components/nav-flyout/nav-flyout.schema.dereffed.json +12 -12
  125. package/dist/components/nav-main/index.d.ts +5 -5
  126. package/dist/components/nav-main/index.js +0 -2
  127. package/dist/components/nav-main/nav-main.schema.dereffed.json +15 -15
  128. package/dist/components/nav-main/nav-main.schema.json +14 -14
  129. package/dist/components/nav-toggle/index.js +1 -1
  130. package/dist/components/nav-topbar/index.d.ts +2 -2
  131. package/dist/components/nav-topbar/index.js +2 -2
  132. package/dist/components/nav-topbar/nav-topbar.css +15 -2
  133. package/dist/components/nav-topbar/nav-topbar.schema.dereffed.json +12 -12
  134. package/dist/components/page/page.schema.dereffed.json +150 -74
  135. package/dist/components/page-wrapper/index.js +42 -0
  136. package/dist/components/page-wrapper/tokens.css +425 -729
  137. package/dist/components/pagination/index.d.ts +47 -0
  138. package/dist/components/pagination/index.js +52 -0
  139. package/dist/components/pagination/pagination.css +66 -0
  140. package/dist/components/pagination/pagination.schema.dereffed.json +70 -0
  141. package/dist/components/pagination/pagination.schema.json +63 -0
  142. package/dist/components/presets.json +832 -259
  143. package/dist/components/section/index.d.ts +1 -1
  144. package/dist/components/section/index.js +11 -3
  145. package/dist/components/section/section.css +38 -58
  146. package/dist/components/section/section.schema.dereffed.json +150 -74
  147. package/dist/components/section/section.schema.json +8 -10
  148. package/dist/components/settings/settings.schema.dereffed.json +24 -24
  149. package/dist/components/slider/index.d.ts +1 -1
  150. package/dist/components/slider/slider.schema.dereffed.json +59 -26
  151. package/dist/components/split/split.css +2 -2
  152. package/dist/components/stat/index.d.ts +1 -1
  153. package/dist/components/stat/index.js +3 -12
  154. package/dist/components/stat/stat.schema.dereffed.json +3 -4
  155. package/dist/components/stat/stat.schema.json +2 -2
  156. package/dist/components/stats/stats.schema.dereffed.json +3 -4
  157. package/dist/components/teaser-card/index.d.ts +1 -1
  158. package/dist/components/teaser-card/index.js +9 -9
  159. package/dist/components/teaser-card/teaser-card.css +67 -47
  160. package/dist/components/teaser-card/teaser-card.schema.dereffed.json +4 -4
  161. package/dist/components/teaser-card/teaser-card.schema.json +4 -4
  162. package/dist/components/testimonials/index.d.ts +1 -1
  163. package/dist/components/tile/tile.schema.dereffed.json +3 -3
  164. package/dist/components/tile/tile.schema.json +2 -2
  165. package/dist/components/video-curtain/index.d.ts +1 -1
  166. package/dist/components/video-curtain/index.js +12 -4
  167. package/dist/components/video-curtain/video-curtain.css +52 -29
  168. package/dist/components/video-curtain/video-curtain.schema.dereffed.json +6 -4
  169. package/dist/components/video-curtain/video-curtain.schema.json +3 -3
  170. package/dist/global.css +283 -59
  171. package/dist/static/fonts/systemics/Montserrat-Bold.woff2 +0 -0
  172. package/dist/static/fonts/systemics/Montserrat-Light.woff2 +0 -0
  173. package/dist/static/fonts/systemics/Montserrat-Medium.woff2 +0 -0
  174. package/dist/static/fonts/systemics/Montserrat-Regular.woff2 +0 -0
  175. package/dist/static/fonts/systemics/Montserrat-SemiBold.woff2 +0 -0
  176. package/dist/static/img/about/angled-image.png +0 -0
  177. package/dist/static/img/about/cta.png +0 -0
  178. package/dist/static/img/about/cutout.png +0 -0
  179. package/dist/static/img/about/disclaimer.png +0 -0
  180. package/dist/static/img/about/purpose.png +0 -0
  181. package/dist/static/img/about/spoiler.png +0 -0
  182. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-01.svg +72 -0
  183. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-02.svg +112 -0
  184. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-03.svg +197 -0
  185. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-04.svg +76 -0
  186. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-05.svg +82 -0
  187. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-06.svg +219 -0
  188. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-07.svg +85 -0
  189. package/dist/static/logo-dark.svg +13 -0
  190. package/dist/static/logo-dsa-inverted.svg +26 -0
  191. package/dist/static/logo-dsa.svg +26 -0
  192. package/dist/static/logo-inverted.svg +12 -25
  193. package/dist/static/logo.svg +12 -25
  194. package/dist/tokens/IconSprite.js +42 -0
  195. package/dist/tokens/icon-sprite.html +16 -0
  196. package/dist/tokens/themes.css +4 -4
  197. package/dist/tokens/tokens.css +425 -729
  198. package/dist/tokens/tokens.js +628 -730
  199. package/package.json +1 -1
@@ -3,15 +3,15 @@
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 { BlogAuthorProps } from "./BlogAuthorProps-88a11566.js";
6
+ import { BlogAuthorProps } from "./BlogAuthorProps-fb0241df.js";
7
7
  /**
8
8
  * The icon name for the social link
9
9
  */
10
10
  type Icon = string;
11
11
  /**
12
- * The href for the social link
12
+ * The url for the social link
13
13
  */
14
- type Href = string;
14
+ type URL = string;
15
15
  /**
16
16
  * The title for the social link
17
17
  */
@@ -21,7 +21,7 @@ type Title = string;
21
21
  */
22
22
  type SocialSharing = {
23
23
  icon: Icon;
24
- href: Href;
24
+ url: URL;
25
25
  title: Title;
26
26
  }[];
27
27
  /**
@@ -45,4 +45,4 @@ interface BlogAsideProps {
45
45
  date: PublishedDate;
46
46
  className?: string;
47
47
  }
48
- export { Icon, Href, Title, SocialSharing, ReadingTime, PublishedDate, BlogAsideProps };
48
+ export { Icon, URL, Title, SocialSharing, ReadingTime, PublishedDate, BlogAsideProps };
@@ -31,6 +31,10 @@ type AspectRatio = "wide" | "square" | "vertical";
31
31
  * Open link in new Tab
32
32
  */
33
33
  type OpenLinkInNewTab = boolean;
34
+ /**
35
+ * Aria label for the link
36
+ */
37
+ type AriaLabel = string;
34
38
  /**
35
39
  * The author of the blog post
36
40
  */
@@ -46,8 +50,9 @@ interface BlogAuthorProps {
46
50
  links?: {
47
51
  icon?: string;
48
52
  label?: string;
49
- href?: string;
53
+ url?: string;
50
54
  newTab?: OpenLinkInNewTab;
55
+ ariaLabel?: AriaLabel;
51
56
  }[];
52
57
  }
53
- export { Name, Byline, ImageSource, AltText, FullWidth, AspectRatio, OpenLinkInNewTab, BlogAuthorProps };
58
+ export { Name, Byline, ImageSource, AltText, FullWidth, AspectRatio, OpenLinkInNewTab, AriaLabel, BlogAuthorProps };
@@ -3,9 +3,9 @@
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-1cfcf6e8.js";
6
+ import { SectionProps } from "./SectionProps-7caa223c.js";
7
7
  import { BlogTeaserProps } from "./BlogTeaserProps-f5855e93.js";
8
- import { CtaProps } from "./CtaProps-93230a76.js";
8
+ import { CtaProps } from "./CtaProps-babe4ee6.js";
9
9
  import { SeoProps } from "./SeoProps-f2d6dcaa.js";
10
10
  /**
11
11
  * Collection of sections (with their contents) to render as the blog overview intro
@@ -4,9 +4,9 @@
4
4
  * and run json-schema-to-typescript to regenerate this file.
5
5
  */
6
6
  import { BlogHeadProps } from "./BlogHeadProps-c04a5ed8.js";
7
- import { BlogAsideProps } from "./BlogAsideProps-d9decb7c.js";
8
- import { SectionProps } from "./SectionProps-1cfcf6e8.js";
9
- import { CtaProps } from "./CtaProps-93230a76.js";
7
+ import { BlogAsideProps } from "./BlogAsideProps-c760fd2a.js";
8
+ import { SectionProps } from "./SectionProps-7caa223c.js";
9
+ import { CtaProps } from "./CtaProps-babe4ee6.js";
10
10
  import { SeoProps } from "./SeoProps-f2d6dcaa.js";
11
11
  /**
12
12
  * Body text for the blog post, overwrites sections if present
@@ -8,9 +8,9 @@
8
8
  */
9
9
  type Label = string;
10
10
  /**
11
- * Target that should be linked, makes the button behave like a link semantically
11
+ * The URL to link to when the button is clicked
12
12
  */
13
- type Target = string;
13
+ type URL = string;
14
14
  /**
15
15
  * Variant of button to be used
16
16
  */
@@ -32,10 +32,10 @@ type Disabled = boolean;
32
32
  */
33
33
  interface ButtonProps {
34
34
  label: Label;
35
- target?: Target;
35
+ url?: URL;
36
36
  variant?: Variant;
37
37
  icon?: Icon;
38
38
  size?: Size;
39
39
  disabled?: Disabled;
40
40
  }
41
- export { Label, Target, Variant, Icon, Size, Disabled, ButtonProps };
41
+ export { Label, URL, Variant, Icon, Size, Disabled, ButtonProps };
@@ -23,10 +23,6 @@ type HighlightText = boolean;
23
23
  * Make the text and buttons color neutral
24
24
  */
25
25
  type ColorNeutral = boolean;
26
- /**
27
- * Set the width of the content to the full width of the element
28
- */
29
- type Width = boolean;
30
26
  /**
31
27
  * Text content to display inside the button
32
28
  */
@@ -36,9 +32,9 @@ type Label = string;
36
32
  */
37
33
  type Icon = string;
38
34
  /**
39
- * Target that should be linked, makes the button behave like a link semantically
35
+ * The URL to link to when the button is clicked
40
36
  */
41
- type Target = string;
37
+ type URL = string;
42
38
  /**
43
39
  * Background color for the whole element
44
40
  */
@@ -59,6 +55,10 @@ type Padding = boolean;
59
55
  * Image description
60
56
  */
61
57
  type AltText = string;
58
+ /**
59
+ * Select a vertical alignment for the image
60
+ */
61
+ type VerticalAlignmentOfTheImage = "center" | "top" | "bottom";
62
62
  /**
63
63
  * Switch to displaying the image after the text on mobile
64
64
  */
@@ -72,28 +72,37 @@ type DesktopImageAfterText = boolean;
72
72
  */
73
73
  type TextAlignment = "left" | "center";
74
74
  /**
75
- * Select a vertical alignment for the image
75
+ * Select a vertical alignment for the content
76
76
  */
77
77
  type VerticalAlignmentOfTheContent = "center" | "top" | "bottom";
78
+ /**
79
+ * Toggle padding of the content
80
+ */
81
+ type Padding1 = boolean;
82
+ /**
83
+ * Toggle inversion of the component
84
+ */
85
+ type Inverted = boolean;
78
86
  interface CtaProps {
79
87
  headline?: ComponentHeadline;
80
88
  sub?: ComponentSubheadline;
81
89
  text?: ComponentText;
82
90
  highlightText?: HighlightText;
83
91
  colorNeutral?: ColorNeutral;
84
- fullWidth?: Width;
85
92
  buttons?: Button[];
86
93
  backgroundColor?: BackgroundColor;
87
94
  backgroundImage?: BackgroundImage;
88
95
  image?: Image;
89
96
  order?: Order;
90
97
  textAlign?: TextAlignment;
91
- contentAlign?: VerticalAlignmentOfTheContent;
98
+ align?: VerticalAlignmentOfTheContent;
99
+ padding?: Padding1;
100
+ inverted?: Inverted;
92
101
  }
93
102
  interface Button {
94
103
  label?: Label;
95
104
  icon?: Icon;
96
- target?: Target;
105
+ url?: URL;
97
106
  }
98
107
  /**
99
108
  * Image displayed alongside the text content
@@ -102,6 +111,7 @@ interface Image {
102
111
  src?: ImageSource;
103
112
  padding?: Padding;
104
113
  alt?: AltText;
114
+ align?: VerticalAlignmentOfTheImage;
105
115
  }
106
116
  /**
107
117
  * Choose what comes first on mobile and desktop: image or text
@@ -110,4 +120,4 @@ interface Order {
110
120
  mobileImageLast?: MobileImageAfterText;
111
121
  desktopImageLast?: DesktopImageAfterText;
112
122
  }
113
- export { ComponentHeadline, ComponentSubheadline, ComponentText, HighlightText, ColorNeutral, Width, Label, Icon, Target, BackgroundColor, BackgroundImage, ImageSource, Padding, AltText, MobileImageAfterText, DesktopImageAfterText, TextAlignment, VerticalAlignmentOfTheContent, CtaProps, Button, Image, Order };
123
+ export { ComponentHeadline, ComponentSubheadline, ComponentText, HighlightText, ColorNeutral, Label, Icon, URL, BackgroundColor, BackgroundImage, ImageSource, Padding, AltText, VerticalAlignmentOfTheImage, MobileImageAfterText, DesktopImageAfterText, TextAlignment, VerticalAlignmentOfTheContent, Padding1, Inverted, CtaProps, Button, Image, Order };
@@ -0,0 +1,38 @@
1
+ /**
2
+ * This file was automatically generated by json-schema-to-typescript.
3
+ * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
4
+ * and run json-schema-to-typescript to regenerate this file.
5
+ */
6
+ /**
7
+ * Date of the appointment
8
+ */
9
+ type Date = string;
10
+ /**
11
+ * Time of the appointment
12
+ */
13
+ type Time = string;
14
+ /**
15
+ * Label for the call to action button
16
+ */
17
+ type CTALabel = string;
18
+ /**
19
+ * URL for the call to action button
20
+ */
21
+ type URL = string;
22
+ /**
23
+ * Whether the link should open in a new tab
24
+ */
25
+ type OpenInNewTab = boolean;
26
+ /**
27
+ * Aria label for the link
28
+ */
29
+ type AriaLabel = string;
30
+ interface EventAppointmentProps {
31
+ date?: Date;
32
+ time?: Time;
33
+ label?: CTALabel;
34
+ url?: URL;
35
+ newTab?: OpenInNewTab;
36
+ ariaLabel?: AriaLabel;
37
+ }
38
+ export { Date, Time, CTALabel, URL, OpenInNewTab, AriaLabel, EventAppointmentProps };
@@ -0,0 +1,387 @@
1
+ /**
2
+ * This file was automatically generated by json-schema-to-typescript.
3
+ * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
4
+ * and run json-schema-to-typescript to regenerate this file.
5
+ */
6
+ import { EventLocationProps } from "./EventLocationProps-871bc198.js";
7
+ /**
8
+ * Title of the event
9
+ */
10
+ type EventTitle = string;
11
+ /**
12
+ * Label of the category
13
+ */
14
+ type Label = string;
15
+ /**
16
+ * Categories to which the event belongs
17
+ */
18
+ type Categories = {
19
+ label?: Label;
20
+ }[];
21
+ /**
22
+ * Short intro text for the event
23
+ */
24
+ type Intro = string;
25
+ /**
26
+ * List of locations with attendable appointments
27
+ */
28
+ type Locations = EventLocationProps[];
29
+ /**
30
+ * Description of the event
31
+ */
32
+ type Description = string;
33
+ /**
34
+ * The images to display in the gallery
35
+ *
36
+ * @minItems 1
37
+ * @maxItems 10
38
+ */
39
+ type Images = [
40
+ {
41
+ src: Src;
42
+ alt?: AltText;
43
+ caption?: Caption;
44
+ }
45
+ ] | [
46
+ {
47
+ src: Src;
48
+ alt?: AltText;
49
+ caption?: Caption;
50
+ },
51
+ {
52
+ src: Src;
53
+ alt?: AltText;
54
+ caption?: Caption;
55
+ }
56
+ ] | [
57
+ {
58
+ src: Src;
59
+ alt?: AltText;
60
+ caption?: Caption;
61
+ },
62
+ {
63
+ src: Src;
64
+ alt?: AltText;
65
+ caption?: Caption;
66
+ },
67
+ {
68
+ src: Src;
69
+ alt?: AltText;
70
+ caption?: Caption;
71
+ }
72
+ ] | [
73
+ {
74
+ src: Src;
75
+ alt?: AltText;
76
+ caption?: Caption;
77
+ },
78
+ {
79
+ src: Src;
80
+ alt?: AltText;
81
+ caption?: Caption;
82
+ },
83
+ {
84
+ src: Src;
85
+ alt?: AltText;
86
+ caption?: Caption;
87
+ },
88
+ {
89
+ src: Src;
90
+ alt?: AltText;
91
+ caption?: Caption;
92
+ }
93
+ ] | [
94
+ {
95
+ src: Src;
96
+ alt?: AltText;
97
+ caption?: Caption;
98
+ },
99
+ {
100
+ src: Src;
101
+ alt?: AltText;
102
+ caption?: Caption;
103
+ },
104
+ {
105
+ src: Src;
106
+ alt?: AltText;
107
+ caption?: Caption;
108
+ },
109
+ {
110
+ src: Src;
111
+ alt?: AltText;
112
+ caption?: Caption;
113
+ },
114
+ {
115
+ src: Src;
116
+ alt?: AltText;
117
+ caption?: Caption;
118
+ }
119
+ ] | [
120
+ {
121
+ src: Src;
122
+ alt?: AltText;
123
+ caption?: Caption;
124
+ },
125
+ {
126
+ src: Src;
127
+ alt?: AltText;
128
+ caption?: Caption;
129
+ },
130
+ {
131
+ src: Src;
132
+ alt?: AltText;
133
+ caption?: Caption;
134
+ },
135
+ {
136
+ src: Src;
137
+ alt?: AltText;
138
+ caption?: Caption;
139
+ },
140
+ {
141
+ src: Src;
142
+ alt?: AltText;
143
+ caption?: Caption;
144
+ },
145
+ {
146
+ src: Src;
147
+ alt?: AltText;
148
+ caption?: Caption;
149
+ }
150
+ ] | [
151
+ {
152
+ src: Src;
153
+ alt?: AltText;
154
+ caption?: Caption;
155
+ },
156
+ {
157
+ src: Src;
158
+ alt?: AltText;
159
+ caption?: Caption;
160
+ },
161
+ {
162
+ src: Src;
163
+ alt?: AltText;
164
+ caption?: Caption;
165
+ },
166
+ {
167
+ src: Src;
168
+ alt?: AltText;
169
+ caption?: Caption;
170
+ },
171
+ {
172
+ src: Src;
173
+ alt?: AltText;
174
+ caption?: Caption;
175
+ },
176
+ {
177
+ src: Src;
178
+ alt?: AltText;
179
+ caption?: Caption;
180
+ },
181
+ {
182
+ src: Src;
183
+ alt?: AltText;
184
+ caption?: Caption;
185
+ }
186
+ ] | [
187
+ {
188
+ src: Src;
189
+ alt?: AltText;
190
+ caption?: Caption;
191
+ },
192
+ {
193
+ src: Src;
194
+ alt?: AltText;
195
+ caption?: Caption;
196
+ },
197
+ {
198
+ src: Src;
199
+ alt?: AltText;
200
+ caption?: Caption;
201
+ },
202
+ {
203
+ src: Src;
204
+ alt?: AltText;
205
+ caption?: Caption;
206
+ },
207
+ {
208
+ src: Src;
209
+ alt?: AltText;
210
+ caption?: Caption;
211
+ },
212
+ {
213
+ src: Src;
214
+ alt?: AltText;
215
+ caption?: Caption;
216
+ },
217
+ {
218
+ src: Src;
219
+ alt?: AltText;
220
+ caption?: Caption;
221
+ },
222
+ {
223
+ src: Src;
224
+ alt?: AltText;
225
+ caption?: Caption;
226
+ }
227
+ ] | [
228
+ {
229
+ src: Src;
230
+ alt?: AltText;
231
+ caption?: Caption;
232
+ },
233
+ {
234
+ src: Src;
235
+ alt?: AltText;
236
+ caption?: Caption;
237
+ },
238
+ {
239
+ src: Src;
240
+ alt?: AltText;
241
+ caption?: Caption;
242
+ },
243
+ {
244
+ src: Src;
245
+ alt?: AltText;
246
+ caption?: Caption;
247
+ },
248
+ {
249
+ src: Src;
250
+ alt?: AltText;
251
+ caption?: Caption;
252
+ },
253
+ {
254
+ src: Src;
255
+ alt?: AltText;
256
+ caption?: Caption;
257
+ },
258
+ {
259
+ src: Src;
260
+ alt?: AltText;
261
+ caption?: Caption;
262
+ },
263
+ {
264
+ src: Src;
265
+ alt?: AltText;
266
+ caption?: Caption;
267
+ },
268
+ {
269
+ src: Src;
270
+ alt?: AltText;
271
+ caption?: Caption;
272
+ }
273
+ ] | [
274
+ {
275
+ src: Src;
276
+ alt?: AltText;
277
+ caption?: Caption;
278
+ },
279
+ {
280
+ src: Src;
281
+ alt?: AltText;
282
+ caption?: Caption;
283
+ },
284
+ {
285
+ src: Src;
286
+ alt?: AltText;
287
+ caption?: Caption;
288
+ },
289
+ {
290
+ src: Src;
291
+ alt?: AltText;
292
+ caption?: Caption;
293
+ },
294
+ {
295
+ src: Src;
296
+ alt?: AltText;
297
+ caption?: Caption;
298
+ },
299
+ {
300
+ src: Src;
301
+ alt?: AltText;
302
+ caption?: Caption;
303
+ },
304
+ {
305
+ src: Src;
306
+ alt?: AltText;
307
+ caption?: Caption;
308
+ },
309
+ {
310
+ src: Src;
311
+ alt?: AltText;
312
+ caption?: Caption;
313
+ },
314
+ {
315
+ src: Src;
316
+ alt?: AltText;
317
+ caption?: Caption;
318
+ },
319
+ {
320
+ src: Src;
321
+ alt?: AltText;
322
+ caption?: Caption;
323
+ }
324
+ ];
325
+ /**
326
+ * The source of the image
327
+ */
328
+ type Src = string;
329
+ /**
330
+ * Alt text of the image
331
+ */
332
+ type AltText = string;
333
+ /**
334
+ * The caption of the image
335
+ */
336
+ type Caption = string;
337
+ /**
338
+ * Label of the button
339
+ */
340
+ type Label1 = string;
341
+ /**
342
+ * URL the button links to
343
+ */
344
+ type Url = string;
345
+ interface EventDetailProps {
346
+ title?: EventTitle;
347
+ categories?: Categories;
348
+ intro?: Intro;
349
+ locations?: Locations;
350
+ downloads?: {
351
+ /**
352
+ * The name of the file
353
+ */
354
+ name: string;
355
+ /**
356
+ * A brief description of the file
357
+ */
358
+ description?: string;
359
+ /**
360
+ * A URL to an image that previews the file.
361
+ */
362
+ previewImage?: string;
363
+ /**
364
+ * The URL to download the file from.
365
+ */
366
+ url: string;
367
+ /**
368
+ * The size of the download file
369
+ */
370
+ size?: string;
371
+ /**
372
+ * The format of the download file
373
+ */
374
+ format?: string;
375
+ }[];
376
+ description?: Description;
377
+ images?: Images;
378
+ button?: Button;
379
+ }
380
+ /**
381
+ * Button at the bottom of the event detail
382
+ */
383
+ interface Button {
384
+ label?: Label1;
385
+ url?: Url;
386
+ }
387
+ export { EventTitle, Label, Categories, Intro, Locations, Description, Images, Src, AltText, Caption, Label1, Url, EventDetailProps, Button };
@@ -0,0 +1,58 @@
1
+ /**
2
+ * This file was automatically generated by json-schema-to-typescript.
3
+ * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
4
+ * and run json-schema-to-typescript to regenerate this file.
5
+ */
6
+ /**
7
+ * The date of the event
8
+ */
9
+ type Date = string;
10
+ /**
11
+ * The month of the event
12
+ */
13
+ type Month = string;
14
+ /**
15
+ * The day of the event
16
+ */
17
+ type Day = string;
18
+ /**
19
+ * Title of the event
20
+ */
21
+ type Headline = string;
22
+ /**
23
+ * Location of the event
24
+ */
25
+ type Location = string;
26
+ /**
27
+ * The event entry URL to link
28
+ */
29
+ type URL = string;
30
+ /**
31
+ * Text for the call to action
32
+ */
33
+ type CallToAction = string;
34
+ /**
35
+ * ARIA label for accessibility
36
+ */
37
+ type ARIALabel = string;
38
+ /**
39
+ * Display an event teaser with date, title and location
40
+ */
41
+ interface EventLatestTeaserProps {
42
+ date: Date;
43
+ calendar?: Calendar;
44
+ title: Headline;
45
+ location: Location;
46
+ url?: URL;
47
+ cta?: CallToAction;
48
+ ariaLabel?: ARIALabel;
49
+ className?: string;
50
+ }
51
+ /**
52
+ * Calendar icon to display the date
53
+ */
54
+ interface Calendar {
55
+ month?: Month;
56
+ day?: Day;
57
+ }
58
+ export { Date, Month, Day, Headline, Location, URL, CallToAction, ARIALabel, EventLatestTeaserProps, Calendar };