@kickstartds/ds-agency-premium 1.6.69 → 1.6.70--canary.45.1746.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.
- package/dist/{BlogAsideProps-d9decb7c.d.ts → BlogAsideProps-c760fd2a.d.ts} +5 -5
- package/dist/{BlogAuthorProps-88a11566.d.ts → BlogAuthorProps-fb0241df.d.ts} +7 -2
- package/dist/{BlogOverviewProps-9f207f1c.d.ts → BlogOverviewProps-7caa223c.d.ts} +2 -2
- package/dist/{BlogPostProps-d9decb7c.d.ts → BlogPostProps-c760fd2a.d.ts} +3 -3
- package/dist/{ButtonProps-03ff6d21.d.ts → ButtonProps-00ddee3a.d.ts} +4 -4
- package/dist/{CtaProps-93230a76.d.ts → CtaProps-babe4ee6.d.ts} +21 -11
- package/dist/EventAppointmentProps-443cd1ce.d.ts +38 -0
- package/dist/EventDetailProps-42a7eebe.d.ts +387 -0
- package/dist/EventLatestTeaserProps-fc9d3281.d.ts +58 -0
- package/dist/EventLocationProps-871bc198.d.ts +41 -0
- package/dist/{FeaturesProps-e58616a5.d.ts → FeaturesProps-a9041d97.d.ts} +9 -4
- package/dist/{FooterProps-171a3067.d.ts → FooterProps-a0a104ca.d.ts} +2 -2
- package/dist/{HeaderProps-e22382f1.d.ts → HeaderProps-72763967.d.ts} +2 -2
- package/dist/{HeroProps-f704d270.d.ts → HeroProps-40f6c7f5.d.ts} +9 -4
- package/dist/{ImageStoryProps-e853e1e7.d.ts → ImageStoryProps-00ddee3a.d.ts} +1 -1
- package/dist/MosaicProps-d52c7151.d.ts +4 -4
- package/dist/{PageProps-aa29c554.d.ts → PageProps-7caa223c.d.ts} +1 -1
- package/dist/{SectionProps-1cfcf6e8.d.ts → SectionProps-00ddee3a.d.ts} +15 -10
- package/dist/{SliderProps-93230a76.d.ts → SliderProps-babe4ee6.d.ts} +4 -4
- package/dist/{StatProps-79109ad0.d.ts → StatProps-12a3eae0.d.ts} +1 -1
- package/dist/StatsProps-bf5ef578.d.ts +1 -1
- package/dist/{TeaserCardProps-b9c28e78.d.ts → TeaserCardProps-994cb119.d.ts} +4 -4
- package/dist/{VideoCurtainProps-6c625a69.d.ts → VideoCurtainProps-a2c0cc7f.d.ts} +5 -5
- package/dist/components/blog-aside/blog-aside.schema.dereffed.json +16 -8
- package/dist/components/blog-aside/blog-aside.schema.json +4 -4
- package/dist/components/blog-aside/index.d.ts +1 -1
- package/dist/components/blog-aside/index.js +1 -1
- package/dist/components/blog-author/blog-author.schema.dereffed.json +12 -4
- package/dist/components/blog-author/index.d.ts +1 -1
- package/dist/components/blog-overview/blog-overview.schema.dereffed.json +178 -85
- package/dist/components/blog-overview/index.d.ts +1 -1
- package/dist/components/blog-post/blog-post.schema.dereffed.json +194 -93
- package/dist/components/blog-post/index.d.ts +1 -1
- package/dist/components/blog-teaser/index.js +5 -7
- package/dist/components/button/button.css +2 -2
- package/dist/components/button/button.schema.dereffed.json +3 -3
- package/dist/components/button/button.schema.json +3 -3
- package/dist/components/button/index.d.ts +1 -1
- package/dist/components/button/index.js +1 -1
- package/dist/components/button-group/button-group.schema.dereffed.json +3 -3
- package/dist/components/button-group/index.d.ts +1 -1
- package/dist/components/contact/contact.schema.dereffed.json +13 -5
- package/dist/components/contact/contact.schema.json +11 -5
- package/dist/components/contact/index.d.ts +6 -1
- package/dist/components/contact/index.js +1 -1
- package/dist/components/cta/cta.css +44 -56
- package/dist/components/cta/cta.schema.dereffed.json +28 -11
- package/dist/components/cta/cta.schema.json +23 -10
- package/dist/components/cta/index.d.ts +1 -1
- package/dist/components/cta/index.js +25 -26
- package/dist/components/downloads/downloads.css +153 -0
- package/dist/components/downloads/downloads.schema.dereffed.json +55 -0
- package/dist/components/downloads/downloads.schema.json +44 -0
- package/dist/components/downloads/index.d.ts +41 -0
- package/dist/components/downloads/index.js +18 -0
- package/dist/components/event-appointment/event-appointment.css +62 -0
- package/dist/components/event-appointment/event-appointment.schema.dereffed.json +56 -0
- package/dist/components/event-appointment/event-appointment.schema.json +47 -0
- package/dist/components/event-appointment/index.d.ts +7 -0
- package/dist/components/event-appointment/index.js +14 -0
- package/dist/components/event-detail/event-detail.schema.dereffed.json +287 -0
- package/dist/components/event-detail/event-detail.schema.json +74 -0
- package/dist/components/event-detail/index.d.ts +5 -0
- package/dist/components/event-detail/index.js +36 -0
- package/dist/components/event-header/event-header.css +6 -0
- package/dist/components/event-header/event-header.schema.dereffed.json +38 -0
- package/dist/components/event-header/event-header.schema.json +34 -0
- package/dist/components/event-header/index.d.ts +35 -0
- package/dist/components/event-header/index.js +20 -0
- package/dist/components/event-latest/event-latest.css +5 -0
- package/dist/components/event-latest/event-latest.schema.dereffed.json +142 -0
- package/dist/components/event-latest/event-latest.schema.json +46 -0
- package/dist/components/event-latest/index.d.ts +30 -0
- package/dist/components/event-latest/index.js +19 -0
- package/dist/components/event-latest-teaser/event-latest-teaser.css +128 -0
- package/dist/components/event-latest-teaser/event-latest-teaser.schema.dereffed.json +97 -0
- package/dist/components/event-latest-teaser/event-latest-teaser.schema.json +73 -0
- package/dist/components/event-latest-teaser/index.d.ts +8 -0
- package/dist/components/event-latest-teaser/index.js +18 -0
- package/dist/components/event-location/event-location.css +71 -0
- package/dist/components/event-location/event-location.schema.dereffed.json +126 -0
- package/dist/components/event-location/event-location.schema.json +61 -0
- package/dist/components/event-location/index.d.ts +7 -0
- package/dist/components/event-location/index.js +18 -0
- package/dist/components/feature/feature.schema.dereffed.json +13 -3
- package/dist/components/feature/feature.schema.json +11 -3
- package/dist/components/feature/index.d.ts +8 -3
- package/dist/components/feature/index.js +2 -3
- package/dist/components/features/features.css +15 -35
- package/dist/components/features/features.schema.dereffed.json +13 -3
- package/dist/components/features/features.schema.json +5 -2
- package/dist/components/features/index.d.ts +1 -1
- package/dist/components/features/index.js +2 -2
- package/dist/components/footer/footer.css +1 -1
- package/dist/components/footer/footer.schema.dereffed.json +12 -12
- package/dist/components/footer/index.d.ts +1 -1
- package/dist/components/footer/index.js +1 -1
- package/dist/components/gallery/gallery.schema.dereffed.json +2 -1
- package/dist/components/gallery/gallery.schema.json +2 -1
- package/dist/components/gallery/index.js +1 -1
- package/dist/components/header/header.css +47 -9
- package/dist/components/header/header.schema.dereffed.json +12 -12
- package/dist/components/header/index.d.ts +1 -1
- package/dist/components/header/index.js +5 -5
- package/dist/components/headline/headline.css +2 -2
- package/dist/components/hero/hero.css +61 -25
- package/dist/components/hero/hero.schema.dereffed.json +9 -3
- package/dist/components/hero/hero.schema.json +8 -2
- package/dist/components/hero/index.d.ts +1 -1
- package/dist/components/hero/index.js +39 -39
- package/dist/components/image-story/image-story.css +5 -2
- package/dist/components/image-story/image-story.schema.dereffed.json +3 -3
- package/dist/components/image-story/index.d.ts +1 -1
- package/dist/components/index/index.d.ts +6 -5
- package/dist/components/logos/index.js +1 -1
- package/dist/components/mosaic/index.js +1 -1
- package/dist/components/mosaic/mosaic.css +1 -1
- package/dist/components/mosaic/mosaic.schema.dereffed.json +3 -3
- package/dist/components/nav-dropdown/index.d.ts +1 -1
- package/dist/components/nav-dropdown/index.js +2 -2
- package/dist/components/nav-dropdown/nav-dropdown.css +12 -3
- package/dist/components/nav-dropdown/nav-dropdown.schema.dereffed.json +1 -1
- package/dist/components/nav-flyout/index.d.ts +2 -2
- package/dist/components/nav-flyout/index.js +6 -8
- package/dist/components/nav-flyout/nav-flyout.css +29 -15
- package/dist/components/nav-flyout/nav-flyout.schema.dereffed.json +12 -12
- package/dist/components/nav-main/index.d.ts +5 -5
- package/dist/components/nav-main/index.js +0 -2
- package/dist/components/nav-main/nav-main.schema.dereffed.json +15 -15
- package/dist/components/nav-main/nav-main.schema.json +14 -14
- package/dist/components/nav-toggle/index.js +1 -1
- package/dist/components/nav-topbar/index.d.ts +2 -2
- package/dist/components/nav-topbar/index.js +2 -2
- package/dist/components/nav-topbar/nav-topbar.css +15 -2
- package/dist/components/nav-topbar/nav-topbar.schema.dereffed.json +12 -12
- package/dist/components/page/index.d.ts +1 -1
- package/dist/components/page/page.schema.dereffed.json +150 -74
- package/dist/components/page-wrapper/index.js +42 -0
- package/dist/components/page-wrapper/tokens.css +425 -729
- package/dist/components/pagination/index.d.ts +47 -0
- package/dist/components/pagination/index.js +52 -0
- package/dist/components/pagination/pagination.css +66 -0
- package/dist/components/pagination/pagination.schema.dereffed.json +64 -0
- package/dist/components/pagination/pagination.schema.json +57 -0
- package/dist/components/presets.json +832 -259
- package/dist/components/section/index.d.ts +1 -1
- package/dist/components/section/index.js +11 -3
- package/dist/components/section/section.css +38 -58
- package/dist/components/section/section.schema.dereffed.json +150 -74
- package/dist/components/section/section.schema.json +8 -10
- package/dist/components/settings/settings.schema.dereffed.json +24 -24
- package/dist/components/slider/index.d.ts +1 -1
- package/dist/components/slider/slider.schema.dereffed.json +59 -26
- package/dist/components/split/split.css +2 -2
- package/dist/components/stat/index.d.ts +1 -1
- package/dist/components/stat/index.js +3 -12
- package/dist/components/stat/stat.schema.dereffed.json +3 -4
- package/dist/components/stat/stat.schema.json +2 -2
- package/dist/components/stats/stats.schema.dereffed.json +3 -4
- package/dist/components/teaser-card/index.d.ts +1 -1
- package/dist/components/teaser-card/index.js +9 -9
- package/dist/components/teaser-card/teaser-card.css +67 -47
- package/dist/components/teaser-card/teaser-card.schema.dereffed.json +4 -4
- package/dist/components/teaser-card/teaser-card.schema.json +4 -4
- package/dist/components/testimonials/index.d.ts +1 -1
- package/dist/components/tile/tile.schema.dereffed.json +3 -3
- package/dist/components/tile/tile.schema.json +2 -2
- package/dist/components/video-curtain/index.d.ts +1 -1
- package/dist/components/video-curtain/index.js +12 -4
- package/dist/components/video-curtain/video-curtain.css +52 -29
- package/dist/components/video-curtain/video-curtain.schema.dereffed.json +6 -4
- package/dist/components/video-curtain/video-curtain.schema.json +3 -3
- package/dist/global.css +283 -59
- package/dist/static/fonts/systemics/Montserrat-Bold.woff2 +0 -0
- package/dist/static/fonts/systemics/Montserrat-Light.woff2 +0 -0
- package/dist/static/fonts/systemics/Montserrat-Medium.woff2 +0 -0
- package/dist/static/fonts/systemics/Montserrat-Regular.woff2 +0 -0
- package/dist/static/fonts/systemics/Montserrat-SemiBold.woff2 +0 -0
- package/dist/static/img/about/angled-image.png +0 -0
- package/dist/static/img/about/cta.png +0 -0
- package/dist/static/img/about/cutout.png +0 -0
- package/dist/static/img/about/disclaimer.png +0 -0
- package/dist/static/img/about/purpose.png +0 -0
- package/dist/static/img/about/spoiler.png +0 -0
- package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-01.svg +72 -0
- package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-02.svg +112 -0
- package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-03.svg +197 -0
- package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-04.svg +76 -0
- package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-05.svg +82 -0
- package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-06.svg +219 -0
- package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-07.svg +85 -0
- package/dist/static/logo-dark.svg +13 -0
- package/dist/static/logo-dsa-inverted.svg +26 -0
- package/dist/static/logo-dsa.svg +26 -0
- package/dist/static/logo-inverted.svg +12 -25
- package/dist/static/logo.svg +12 -25
- package/dist/tokens/IconSprite.js +42 -0
- package/dist/tokens/icon-sprite.html +16 -0
- package/dist/tokens/themes.css +4 -4
- package/dist/tokens/tokens.css +425 -729
- package/dist/tokens/tokens.js +628 -730
- 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-
|
|
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
|
|
12
|
+
* The url for the social link
|
|
13
13
|
*/
|
|
14
|
-
type
|
|
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
|
-
|
|
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,
|
|
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
|
-
|
|
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-
|
|
6
|
+
import { SectionProps } from "./SectionProps-00ddee3a.js";
|
|
7
7
|
import { BlogTeaserProps } from "./BlogTeaserProps-f5855e93.js";
|
|
8
|
-
import { CtaProps } from "./CtaProps-
|
|
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-
|
|
8
|
-
import { SectionProps } from "./SectionProps-
|
|
9
|
-
import { CtaProps } from "./CtaProps-
|
|
7
|
+
import { BlogAsideProps } from "./BlogAsideProps-c760fd2a.js";
|
|
8
|
+
import { SectionProps } from "./SectionProps-00ddee3a.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
|
-
*
|
|
11
|
+
* The URL to link to when the button is clicked
|
|
12
12
|
*/
|
|
13
|
-
type
|
|
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
|
-
|
|
35
|
+
url?: URL;
|
|
36
36
|
variant?: Variant;
|
|
37
37
|
icon?: Icon;
|
|
38
38
|
size?: Size;
|
|
39
39
|
disabled?: Disabled;
|
|
40
40
|
}
|
|
41
|
-
export { Label,
|
|
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
|
-
*
|
|
35
|
+
* The URL to link to when the button is clicked
|
|
40
36
|
*/
|
|
41
|
-
type
|
|
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
|
|
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
|
-
|
|
98
|
+
align?: VerticalAlignmentOfTheContent;
|
|
99
|
+
padding?: Padding1;
|
|
100
|
+
inverted?: Inverted;
|
|
92
101
|
}
|
|
93
102
|
interface Button {
|
|
94
103
|
label?: Label;
|
|
95
104
|
icon?: Icon;
|
|
96
|
-
|
|
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,
|
|
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 };
|