@kickstartds/ds-agency-premium 1.6.71--canary.55.2416.0 → 1.6.72--canary.43.2474.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/BlogOverviewProps-9f207f1c.d.ts +1 -1
- package/dist/{BlogPostProps-c760fd2a.d.ts → BlogPostProps-6b3cff22.d.ts} +1 -1
- package/dist/ContactProps-7cac90e5.d.ts +70 -0
- package/dist/{FaqProps-ad618cd5.d.ts → FaqProps-78384db5.d.ts} +7 -12
- package/dist/HeadlineProps-e1305784.d.ts +53 -0
- package/dist/{LogosProps-f9474fe2.d.ts → LogosProps-d4677d2c.d.ts} +1 -23
- package/dist/PageProps-aa29c554.d.ts +1 -1
- package/dist/SearchBarProps-26263244.d.ts +29 -0
- package/dist/SearchFormProps-3d2c3462.d.ts +30 -0
- package/dist/SearchResultMatchProps-777cd47c.d.ts +23 -0
- package/dist/SearchResultProps-f6f07017.d.ts +44 -0
- package/dist/{SectionProps-d60aba86.d.ts → SectionProps-6a826e52.d.ts} +8 -4
- package/dist/SliderProps-789f8508.d.ts +2 -2
- package/dist/SplitEvenProps-789f8508.d.ts +12 -5
- package/dist/SplitWeightedProps-789f8508.d.ts +12 -5
- package/dist/{TeaserCardProps-994cb119.d.ts → TeaserCardProps-d069476f.d.ts} +6 -1
- package/dist/components/blog-overview/blog-overview.schema.dereffed.json +5254 -1550
- package/dist/components/blog-post/blog-post.schema.dereffed.json +5254 -1550
- package/dist/components/blog-post/index.d.ts +1 -1
- package/dist/components/business-card/business-card.css +7 -5
- package/dist/components/business-card/index.js +1 -1
- package/dist/components/button/button.css +6 -1
- package/dist/components/contact/index.d.ts +1 -70
- package/dist/components/content-nav/content-nav.css +2 -0
- package/dist/components/cookie-consent/C15t.client.js +57 -1
- package/dist/components/cookie-consent/CookieConsent.client.d.ts +5 -1
- package/dist/components/cookie-consent/CookieConsent.client.js +13 -13
- package/dist/components/cookie-consent/cookie-consent.css +17 -25
- package/dist/components/cookie-consent/index.js +1 -1
- package/dist/components/downloads/downloads.css +13 -8
- package/dist/components/event-latest-teaser/event-latest-teaser.css +2 -2
- package/dist/components/event-list-teaser/event-list-teaser.css +1 -1
- package/dist/components/event-location/event-location.css +3 -3
- package/dist/components/faq/faq.css +1 -1
- package/dist/components/faq/faq.schema.dereffed.json +2 -2
- package/dist/components/faq/faq.schema.json +2 -1
- package/dist/components/faq/index.d.ts +24 -7
- package/dist/components/faq/index.js +1 -1
- package/dist/components/feature/index.js +2 -2
- package/dist/components/features/index.js +1 -1
- package/dist/components/headline/headline.css +5 -9
- package/dist/components/headline/index.d.ts +1 -53
- package/dist/components/hero/hero.css +53 -32
- package/dist/components/image-story/image-story.css +4 -0
- package/dist/components/index/index.d.ts +1 -1
- package/dist/components/logos/index.d.ts +1 -1
- package/dist/components/logos/logos.css +8 -6
- package/dist/components/logos/logos.schema.dereffed.json +1 -2
- package/dist/components/logos/logos.schema.json +1 -2
- package/dist/components/nav-dropdown/nav-dropdown.css +5 -3
- package/dist/components/page/page.schema.dereffed.json +5254 -1550
- package/dist/components/page-wrapper/index.js +0 -1
- package/dist/components/pagination/index.d.ts +10 -2
- package/dist/components/pagination/index.js +32 -38
- package/dist/components/pagination/pagination.css +34 -10
- package/dist/components/pagination/pagination.schema.dereffed.json +3 -0
- package/dist/components/pagination/pagination.schema.json +3 -0
- package/dist/components/presets.json +156 -70
- package/dist/components/search/index.d.ts +11 -1
- package/dist/components/search/index.js +33 -20
- package/dist/components/search/search.schema.dereffed.json +189 -13
- package/dist/components/search/search.schema.json +6 -0
- package/dist/components/search-bar/index.d.ts +1 -29
- package/dist/components/search-bar/index.js +1 -1
- package/dist/components/search-form/SearchForm.client.d.ts +25 -0
- package/dist/components/search-form/SearchForm.client.js +228 -0
- package/dist/components/search-form/SearchFormPagefind.client.d.ts +5 -0
- package/dist/components/search-form/SearchFormPagefind.client.js +40 -0
- package/dist/components/search-form/index.d.ts +4 -0
- package/dist/components/search-form/index.js +25 -0
- package/dist/components/search-form/search-form.css +10 -0
- package/dist/components/search-form/search-form.schema.dereffed.json +49 -0
- package/dist/components/search-form/search-form.schema.json +38 -0
- package/dist/components/search-modal/RadioEmit.client.d.ts +5 -0
- package/dist/components/search-modal/RadioEmit.client.js +17 -0
- package/dist/components/search-modal/SearchModal.client.d.ts +5 -0
- package/dist/components/search-modal/SearchModal.client.js +31 -0
- package/dist/components/search-modal/index.d.ts +18 -0
- package/dist/components/search-modal/index.js +39 -0
- package/dist/components/search-modal/search-modal.css +27 -0
- package/dist/components/search-modal/search-modal.schema.dereffed.json +70 -0
- package/dist/components/search-modal/search-modal.schema.json +24 -0
- package/dist/components/search-result/index.d.ts +4 -4
- package/dist/components/search-result/index.js +11 -2
- package/dist/components/search-result/search-result.css +61 -13
- package/dist/components/search-result/search-result.schema.dereffed.json +56 -13
- package/dist/components/search-result/search-result.schema.json +23 -12
- package/dist/components/search-result-match/index.d.ts +7 -0
- package/dist/components/search-result-match/index.js +18 -0
- package/dist/components/search-result-match/search-result-match.css +18 -0
- package/dist/components/search-result-match/search-result-match.schema.dereffed.json +33 -0
- package/dist/components/search-result-match/search-result-match.schema.json +31 -0
- package/dist/components/section/index.d.ts +1 -1
- package/dist/components/section/section.css +12 -7
- package/dist/components/section/section.schema.dereffed.json +5254 -1550
- package/dist/components/section/section.schema.json +12 -0
- package/dist/components/slider/slider.schema.dereffed.json +7 -2
- package/dist/components/split-even/index.d.ts +6 -6
- package/dist/components/split-even/split-even.schema.dereffed.json +2406 -824
- package/dist/components/split-even/split-even.schema.json +42 -0
- package/dist/components/split-weighted/index.d.ts +6 -6
- package/dist/components/split-weighted/split-weighted.schema.dereffed.json +2406 -824
- package/dist/components/split-weighted/split-weighted.schema.json +42 -0
- package/dist/components/stats/stats.css +2 -0
- package/dist/components/teaser-card/index.d.ts +1 -1
- package/dist/components/teaser-card/index.js +2 -1
- package/dist/components/teaser-card/teaser-card.css +10 -6
- package/dist/components/teaser-card/teaser-card.schema.dereffed.json +6 -0
- package/dist/components/teaser-card/teaser-card.schema.json +6 -0
- package/dist/components/testimonials/testimonials.css +3 -1
- package/dist/global.css +3888 -177
- package/dist/static/fonts/dsa/Fredoka-Bold.woff +0 -0
- package/dist/static/fonts/dsa/Fredoka-Bold.woff2 +0 -0
- package/dist/static/fonts/dsa/Fredoka-Light.woff +0 -0
- package/dist/static/fonts/dsa/Fredoka-Light.woff2 +0 -0
- package/dist/static/fonts/dsa/Fredoka-Medium.woff +0 -0
- package/dist/static/fonts/dsa/Fredoka-Medium.woff2 +0 -0
- package/dist/static/fonts/dsa/Fredoka-Regular.woff +0 -0
- package/dist/static/fonts/dsa/Fredoka-Regular.woff2 +0 -0
- package/dist/static/fonts/dsa/Fredoka-SemiBold.woff +0 -0
- package/dist/static/fonts/dsa/Fredoka-SemiBold.woff2 +0 -0
- package/dist/static/fonts/dsa/Mulish-300.woff +0 -0
- package/dist/static/fonts/dsa/Mulish-300.woff2 +0 -0
- package/dist/static/fonts/dsa/Mulish-600.woff +0 -0
- package/dist/static/fonts/dsa/Mulish-600.woff2 +0 -0
- package/dist/static/fonts/dsa/Mulish-800.woff +0 -0
- package/dist/static/fonts/dsa/Mulish-800.woff2 +0 -0
- package/dist/static/fonts/dsa/Mulish-Regular.woff +0 -0
- package/dist/static/fonts/dsa/Mulish-Regular.woff2 +0 -0
- package/dist/static/img/bg-color-swatch.png +0 -0
- package/dist/static/img/screenshots/blog-blog-aside--default.png +0 -0
- package/dist/static/img/screenshots/blog-blog-author--default.png +0 -0
- package/dist/static/img/screenshots/blog-blog-head--default.png +0 -0
- package/dist/static/img/screenshots/blog-blog-teaser--default.png +0 -0
- package/dist/static/img/screenshots/components-button--primary-button.png +0 -0
- package/dist/static/img/screenshots/components-button--primary-disabled-button.png +0 -0
- package/dist/static/img/screenshots/components-button--secondary-button.png +0 -0
- package/dist/static/img/screenshots/components-button--tertiary-button.png +0 -0
- package/dist/static/img/screenshots/components-contact--circular-avatar.png +0 -0
- package/dist/static/img/screenshots/components-contact--full-image-width.png +0 -0
- package/dist/static/img/screenshots/components-contact--vertical-image-with-paragraph.png +0 -0
- package/dist/static/img/screenshots/components-contact--wide-image.png +0 -0
- package/dist/static/img/screenshots/components-cta--align-bottom.png +0 -0
- package/dist/static/img/screenshots/components-cta--angled-image.png +0 -0
- package/dist/static/img/screenshots/components-cta--banner.png +0 -0
- package/dist/static/img/screenshots/components-cta--colored-banner.png +0 -0
- package/dist/static/img/screenshots/components-cta--contact-banner.png +0 -0
- package/dist/static/img/screenshots/components-cta--highlighted.png +0 -0
- package/dist/static/img/screenshots/components-cta--left-aligned.png +0 -0
- package/dist/static/img/screenshots/components-cta--product-advertisement.png +0 -0
- package/dist/static/img/screenshots/components-cta--split-banner.png +0 -0
- package/dist/static/img/screenshots/components-faq--dropdown-list.png +0 -0
- package/dist/static/img/screenshots/components-faq--single-dropdown.png +0 -0
- package/dist/static/img/screenshots/components-features--icon-beside-with-link-in-text.png +0 -0
- package/dist/static/img/screenshots/components-features--icon-centered.png +0 -0
- package/dist/static/img/screenshots/components-features--icon-intext-with-link.png +0 -0
- package/dist/static/img/screenshots/components-features--list-view.png +0 -0
- package/dist/static/img/screenshots/components-features--stack-with-button.png +0 -0
- package/dist/static/img/screenshots/components-gallery--free-aspect-ratio.png +0 -0
- package/dist/static/img/screenshots/components-gallery--large-landscape-tiles.png +0 -0
- package/dist/static/img/screenshots/components-gallery--small-squares-with-lightbox.png +0 -0
- package/dist/static/img/screenshots/components-gallery--stack-landscape.png +0 -0
- package/dist/static/img/screenshots/components-headline--h-1.png +0 -0
- package/dist/static/img/screenshots/components-headline--h-2.png +0 -0
- package/dist/static/img/screenshots/components-headline--h-3.png +0 -0
- package/dist/static/img/screenshots/components-headline--h-4.png +0 -0
- package/dist/static/img/screenshots/components-headline--order-swapped.png +0 -0
- package/dist/static/img/screenshots/components-headline--with-markdown.png +0 -0
- package/dist/static/img/screenshots/components-headline--with-subheadline.png +0 -0
- package/dist/static/img/screenshots/components-hero--text-below-image.png +0 -0
- package/dist/static/img/screenshots/components-hero--text-box-on-full-screen.png +0 -0
- package/dist/static/img/screenshots/components-hero--text-on-image-with-overlay.png +0 -0
- package/dist/static/img/screenshots/components-html--html.png +0 -0
- package/dist/static/img/screenshots/components-html--with-consent.png +0 -0
- package/dist/static/img/screenshots/components-html--with-script.png +0 -0
- package/dist/static/img/screenshots/components-image-story--sticky-image-next-to-scrolling-text.png +0 -0
- package/dist/static/img/screenshots/components-image-text--above-layout.png +0 -0
- package/dist/static/img/screenshots/components-image-text--beside-right-layout.png +0 -0
- package/dist/static/img/screenshots/components-logos--centered-with-button.png +0 -0
- package/dist/static/img/screenshots/components-logos--left-aligned-with-text-link.png +0 -0
- package/dist/static/img/screenshots/components-logos--logo-row.png +0 -0
- package/dist/static/img/screenshots/components-logos--logo-wall.png +0 -0
- package/dist/static/img/screenshots/components-mosaic--colorful-text-with-illustrations.png +0 -0
- package/dist/static/img/screenshots/components-mosaic--colorful-tiles.png +0 -0
- package/dist/static/img/screenshots/components-stats--count-up-with-description.png +0 -0
- package/dist/static/img/screenshots/components-stats--count-up-with-icons.png +0 -0
- package/dist/static/img/screenshots/components-teaser-card--page-navigation.png +0 -0
- package/dist/static/img/screenshots/components-teaser-card--product-tiles.png +0 -0
- package/dist/static/img/screenshots/components-teaser-card--showcase-preview.png +0 -0
- package/dist/static/img/screenshots/components-testimonials--alternating-layout.png +0 -0
- package/dist/static/img/screenshots/components-testimonials--list-layout.png +0 -0
- package/dist/static/img/screenshots/components-testimonials--simple.png +0 -0
- package/dist/static/img/screenshots/components-testimonials--slider-layout.png +0 -0
- package/dist/static/img/screenshots/components-testimonials--with-rating.png +0 -0
- package/dist/static/img/screenshots/components-testimonials--with-title.png +0 -0
- package/dist/static/img/screenshots/components-text--centered.png +0 -0
- package/dist/static/img/screenshots/components-text--highlight.png +0 -0
- package/dist/static/img/screenshots/components-text--multi-column.png +0 -0
- package/dist/static/img/screenshots/components-text--single-column.png +0 -0
- package/dist/static/img/screenshots/components-video-curtain--atmospheric-video-with-overlay.png +0 -0
- package/dist/static/img/screenshots/components-video-curtain--color-neutral-text.png +0 -0
- package/dist/static/img/screenshots/components-video-curtain--color-neutral-video.png +0 -0
- package/dist/static/img/screenshots/corporate-breadcrumb--default.png +0 -0
- package/dist/static/img/screenshots/corporate-business-card--centered.png +0 -0
- package/dist/static/img/screenshots/corporate-business-card--default.png +0 -0
- package/dist/static/img/screenshots/corporate-business-card--without-image.png +0 -0
- package/dist/static/img/screenshots/corporate-content-nav--default.png +0 -0
- package/dist/static/img/screenshots/corporate-cookie-consent--banner.png +0 -0
- package/dist/static/img/screenshots/corporate-cookie-consent--c-15-t.png +0 -0
- package/dist/static/img/screenshots/corporate-cookie-consent--card.png +0 -0
- package/dist/static/img/screenshots/corporate-downloads--complete.png +0 -0
- package/dist/static/img/screenshots/corporate-downloads--description-only.png +0 -0
- package/dist/static/img/screenshots/corporate-downloads--mixed.png +0 -0
- package/dist/static/img/screenshots/corporate-downloads--technical-details-only.png +0 -0
- package/dist/static/img/screenshots/corporate-pagination--default.png +0 -0
- package/dist/static/img/screenshots/corporate-search-bar--default.png +0 -0
- package/dist/static/img/screenshots/corporate-search-filter--default.png +0 -0
- package/dist/static/img/screenshots/corporate-search-form--pagefind.png +0 -0
- package/dist/static/img/screenshots/corporate-search-modal--pagefind.png +0 -0
- package/dist/static/img/screenshots/corporate-search-result--default.png +0 -0
- package/dist/static/img/screenshots/event-event-filter--default.png +0 -0
- package/dist/static/img/screenshots/event-event-header--default.png +0 -0
- package/dist/static/img/screenshots/event-event-latest--default.png +0 -0
- package/dist/static/img/screenshots/event-event-latest-teaser--default.png +0 -0
- package/dist/static/img/screenshots/event-event-list-teaser--default.png +0 -0
- package/dist/static/img/screenshots/event-event-location--default.png +0 -0
- package/dist/static/img/screenshots/event-event-login--default.png +0 -0
- package/dist/static/img/screenshots/event-event-registration--default.png +0 -0
- package/dist/static/img/screenshots/form-checkbox--default.png +0 -0
- package/dist/static/img/screenshots/form-radio--default.png +0 -0
- package/dist/static/img/screenshots/form-select-field--default.png +0 -0
- package/dist/static/img/screenshots/form-text-area--default.png +0 -0
- package/dist/static/img/screenshots/form-text-field--default.png +0 -0
- package/dist/static/img/screenshots/layout-divider--accent.png +0 -0
- package/dist/static/img/screenshots/layout-divider--default.png +0 -0
- package/dist/static/img/screenshots/layout-footer--footer.png +0 -0
- package/dist/static/img/screenshots/layout-header--header.png +0 -0
- package/dist/static/img/screenshots/layout-section--accent-background.png +0 -0
- package/dist/static/img/screenshots/layout-section--background-image.png +0 -0
- package/dist/static/img/screenshots/layout-section--bold-background.png +0 -0
- package/dist/static/img/screenshots/layout-section--dynamic-layout.png +0 -0
- package/dist/static/img/screenshots/layout-section--framed.png +0 -0
- package/dist/static/img/screenshots/layout-section--inverted.png +0 -0
- package/dist/static/img/screenshots/layout-section--list-layout.png +0 -0
- package/dist/static/img/screenshots/layout-section--slider.png +0 -0
- package/dist/static/img/screenshots/layout-section--tile-layout.png +0 -0
- package/dist/static/img/screenshots/layout-section--with-buttons.png +0 -0
- package/dist/static/img/screenshots/layout-slider--with-arrows.png +0 -0
- package/dist/static/img/screenshots/layout-slider--with-autoplay.png +0 -0
- package/dist/static/img/screenshots/layout-slider--with-nav.png +0 -0
- package/dist/static/img/screenshots/layout-slider--with-teased-neighbours.png +0 -0
- package/dist/static/img/screenshots/layout-split-even--faq-with-form.png +0 -0
- package/dist/static/img/screenshots/layout-split-even--text-with-logos.png +0 -0
- package/dist/static/img/screenshots/layout-split-weighted--text-with-contact.png +0 -0
- package/dist/static/img/screenshots/layout-split-weighted--text-with-teaser.png +0 -0
- package/dist/static/img/screenshots/page-archetypes-about--about.png +0 -0
- package/dist/static/img/screenshots/page-archetypes-blog-overview--blog-overview.png +0 -0
- package/dist/static/img/screenshots/page-archetypes-blog-post--blog-post.png +0 -0
- package/dist/static/img/screenshots/page-archetypes-event-detail--event-detail.png +0 -0
- package/dist/static/img/screenshots/page-archetypes-event-list--event-list.png +0 -0
- package/dist/static/img/screenshots/page-archetypes-job-detail--job-detail.png +0 -0
- package/dist/static/img/screenshots/page-archetypes-jobs--jobs.png +0 -0
- package/dist/static/img/screenshots/page-archetypes-landingpage--landingpage.png +0 -0
- package/dist/static/img/screenshots/page-archetypes-overview--overview.png +0 -0
- package/dist/static/img/screenshots/page-archetypes-search--search.png +0 -0
- package/dist/static/img/screenshots/page-archetypes-showcase--showcase.png +0 -0
- package/dist/static/logo.svg +13 -57
- package/dist/tokens/themes.css +20 -20
- package/dist/tokens/tokens.css +359 -360
- package/dist/tokens/tokens.js +540 -541
- package/package.json +7 -4
- package/dist/SearchResultProps-224c2338.d.ts +0 -33
- package/dist/components/page-wrapper/tokens.css +0 -2480
- package/dist/static/fonts/dsa/permanent-marker-regular.woff2 +0 -0
- package/dist/static/fonts/dsa/wix-madefor-display-600.woff2 +0 -0
- package/dist/static/fonts/dsa/wix-madefor-display-700.woff2 +0 -0
- package/dist/static/fonts/dsa/wix-madefor-display-regular.woff2 +0 -0
- package/dist/static/fonts/dsa/wix-madefor-text-500.woff2 +0 -0
- package/dist/static/fonts/dsa/wix-madefor-text-600.woff2 +0 -0
- package/dist/static/fonts/dsa/wix-madefor-text-700.woff2 +0 -0
- package/dist/static/fonts/dsa/wix-madefor-text-regular.woff2 +0 -0
- package/dist/static/img/screenshots/components-image--custom-aspect-ratio.png +0 -0
- package/dist/static/img/screenshots/components-image--preset-size.png +0 -0
- package/dist/static/img/screenshots/components-image--responsive-image.png +0 -0
- package/dist/static/img/screenshots/layout-section--cards.png +0 -0
- package/dist/static/img/screenshots/layout-section--colorful-gradient.png +0 -0
- package/dist/static/img/screenshots/layout-section--flex-layout.png +0 -0
- package/dist/static/img/screenshots/layout-section--spotlight.png +0 -0
- package/dist/static/img/screenshots/layout-section--stagelights.png +0 -0
- package/dist/static/img/screenshots/pages-archetypes--blog-overview.png +0 -0
- package/dist/static/img/screenshots/pages-archetypes--blog-post.png +0 -0
- package/dist/static/img/screenshots/pages-archetypes--content.png +0 -0
- package/dist/static/img/screenshots/pages-archetypes--overview.png +0 -0
- package/dist/static/img/screenshots/pages-archetypes--start.png +0 -0
- package/dist/static/taktsoft-energy/preview.gif +0 -0
|
@@ -3,7 +3,7 @@
|
|
|
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-6a826e52.js";
|
|
7
7
|
import { BlogTeaserProps } from "./BlogTeaserProps-f5855e93.js";
|
|
8
8
|
import { CtaProps } from "./CtaProps-789f8508.js";
|
|
9
9
|
import { SeoProps } from "./SeoProps-f2d6dcaa.js";
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
*/
|
|
6
6
|
import { BlogHeadProps } from "./BlogHeadProps-c04a5ed8.js";
|
|
7
7
|
import { BlogAsideProps } from "./BlogAsideProps-c760fd2a.js";
|
|
8
|
-
import { SectionProps } from "./SectionProps-
|
|
8
|
+
import { SectionProps } from "./SectionProps-6a826e52.js";
|
|
9
9
|
import { CtaProps } from "./CtaProps-789f8508.js";
|
|
10
10
|
import { SeoProps } from "./SeoProps-f2d6dcaa.js";
|
|
11
11
|
/**
|
|
@@ -0,0 +1,70 @@
|
|
|
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
|
+
* URL of the image to display
|
|
8
|
+
*/
|
|
9
|
+
type ImageSource = string;
|
|
10
|
+
/**
|
|
11
|
+
* Alt text of the image
|
|
12
|
+
*/
|
|
13
|
+
type AltText = string;
|
|
14
|
+
/**
|
|
15
|
+
* Image uses all the horizontal space vailable
|
|
16
|
+
*/
|
|
17
|
+
type FullWidth = boolean;
|
|
18
|
+
/**
|
|
19
|
+
* Aspect Ratio of the Images
|
|
20
|
+
*/
|
|
21
|
+
type AspectRatio = "wide" | "square" | "vertical";
|
|
22
|
+
/**
|
|
23
|
+
* Name, company name, etc.
|
|
24
|
+
*/
|
|
25
|
+
type Title = string;
|
|
26
|
+
/**
|
|
27
|
+
* Position, profession, department, location, etc.
|
|
28
|
+
*/
|
|
29
|
+
type Subtitle = string;
|
|
30
|
+
/**
|
|
31
|
+
* Open link in new Tab
|
|
32
|
+
*/
|
|
33
|
+
type OpenLinkInNewTab = boolean;
|
|
34
|
+
/**
|
|
35
|
+
* Aria label for the link
|
|
36
|
+
*/
|
|
37
|
+
type AriaLabel = string;
|
|
38
|
+
type CopyText = string;
|
|
39
|
+
/**
|
|
40
|
+
* Additional css classes attached to the wrapping element
|
|
41
|
+
*/
|
|
42
|
+
type Class = string;
|
|
43
|
+
/**
|
|
44
|
+
* Optional custom component identifier
|
|
45
|
+
*/
|
|
46
|
+
type KsComponentAttribute = string;
|
|
47
|
+
/**
|
|
48
|
+
* Component used for user interaction
|
|
49
|
+
*/
|
|
50
|
+
interface ContactProps {
|
|
51
|
+
image?: {
|
|
52
|
+
src?: ImageSource;
|
|
53
|
+
alt?: AltText;
|
|
54
|
+
fullWidth?: FullWidth;
|
|
55
|
+
aspectRatio?: AspectRatio;
|
|
56
|
+
};
|
|
57
|
+
title?: Title;
|
|
58
|
+
subtitle?: Subtitle;
|
|
59
|
+
links?: {
|
|
60
|
+
icon?: string;
|
|
61
|
+
label?: string;
|
|
62
|
+
url?: string;
|
|
63
|
+
newTab?: OpenLinkInNewTab;
|
|
64
|
+
ariaLabel?: AriaLabel;
|
|
65
|
+
}[];
|
|
66
|
+
copy?: CopyText;
|
|
67
|
+
className?: Class;
|
|
68
|
+
component?: KsComponentAttribute;
|
|
69
|
+
}
|
|
70
|
+
export { ImageSource, AltText, FullWidth, AspectRatio, Title, Subtitle, OpenLinkInNewTab, AriaLabel, CopyText, Class, KsComponentAttribute, ContactProps };
|
|
@@ -8,20 +8,11 @@
|
|
|
8
8
|
*
|
|
9
9
|
* @minItems 1
|
|
10
10
|
*/
|
|
11
|
-
type Questions = [
|
|
12
|
-
{
|
|
13
|
-
question: Question;
|
|
14
|
-
answer: Answer;
|
|
15
|
-
},
|
|
16
|
-
...{
|
|
17
|
-
question: Question;
|
|
18
|
-
answer: Answer;
|
|
19
|
-
}[]
|
|
20
|
-
];
|
|
11
|
+
type Questions = [Question, ...Question[]];
|
|
21
12
|
/**
|
|
22
13
|
* The question
|
|
23
14
|
*/
|
|
24
|
-
type
|
|
15
|
+
type Question1 = string;
|
|
25
16
|
/**
|
|
26
17
|
* The answer to the question
|
|
27
18
|
*/
|
|
@@ -32,4 +23,8 @@ type Answer = string;
|
|
|
32
23
|
interface FaqProps {
|
|
33
24
|
questions: Questions;
|
|
34
25
|
}
|
|
35
|
-
|
|
26
|
+
interface Question {
|
|
27
|
+
question: Question1;
|
|
28
|
+
answer?: Answer;
|
|
29
|
+
}
|
|
30
|
+
export { Questions, Question1, Answer, FaqProps, Question };
|
|
@@ -0,0 +1,53 @@
|
|
|
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
|
+
* Text content of headline
|
|
8
|
+
*/
|
|
9
|
+
type Text = string;
|
|
10
|
+
/**
|
|
11
|
+
* Subheadline content
|
|
12
|
+
*/
|
|
13
|
+
type Sub = string;
|
|
14
|
+
/**
|
|
15
|
+
* Switch order of headline and subheadline
|
|
16
|
+
*/
|
|
17
|
+
type SwitchOrder = boolean;
|
|
18
|
+
type SectionAlignment = "left" | "center" | "right";
|
|
19
|
+
/**
|
|
20
|
+
* Level of headline to use
|
|
21
|
+
*/
|
|
22
|
+
type Level = "h1" | "h2" | "h3" | "h4" | "p";
|
|
23
|
+
/**
|
|
24
|
+
* Style of headline to show
|
|
25
|
+
*/
|
|
26
|
+
type Style = "h1" | "h2" | "h3" | "h4" | "p";
|
|
27
|
+
/**
|
|
28
|
+
* Whether to display space after headline
|
|
29
|
+
*/
|
|
30
|
+
type SpaceAfter = "minimum" | "small" | "large";
|
|
31
|
+
/**
|
|
32
|
+
* Set a custom class name
|
|
33
|
+
*/
|
|
34
|
+
type ClassName = string;
|
|
35
|
+
/**
|
|
36
|
+
* Set a custom id attribute
|
|
37
|
+
*/
|
|
38
|
+
type ID = string;
|
|
39
|
+
/**
|
|
40
|
+
* Component used for headlines
|
|
41
|
+
*/
|
|
42
|
+
interface HeadlineProps {
|
|
43
|
+
text: Text;
|
|
44
|
+
sub?: Sub;
|
|
45
|
+
switchOrder?: SwitchOrder;
|
|
46
|
+
align?: SectionAlignment;
|
|
47
|
+
level: Level;
|
|
48
|
+
style?: Style;
|
|
49
|
+
spaceAfter?: SpaceAfter;
|
|
50
|
+
className?: ClassName;
|
|
51
|
+
id?: ID;
|
|
52
|
+
}
|
|
53
|
+
export { Text, Sub, SwitchOrder, SectionAlignment, Level, Style, SpaceAfter, ClassName, ID, HeadlineProps };
|
|
@@ -11,30 +11,8 @@ type LogoTagline = string;
|
|
|
11
11
|
* The logos to display
|
|
12
12
|
*
|
|
13
13
|
* @minItems 1
|
|
14
|
-
* @maxItems 20
|
|
15
14
|
*/
|
|
16
|
-
type Logos = [Logo
|
|
17
|
-
Logo,
|
|
18
|
-
Logo,
|
|
19
|
-
Logo,
|
|
20
|
-
Logo,
|
|
21
|
-
Logo,
|
|
22
|
-
Logo,
|
|
23
|
-
Logo,
|
|
24
|
-
Logo,
|
|
25
|
-
Logo,
|
|
26
|
-
Logo,
|
|
27
|
-
Logo,
|
|
28
|
-
Logo,
|
|
29
|
-
Logo,
|
|
30
|
-
Logo,
|
|
31
|
-
Logo,
|
|
32
|
-
Logo,
|
|
33
|
-
Logo,
|
|
34
|
-
Logo,
|
|
35
|
-
Logo,
|
|
36
|
-
Logo
|
|
37
|
-
];
|
|
15
|
+
type Logos = [Logo, ...Logo[]];
|
|
38
16
|
/**
|
|
39
17
|
* The URL of the logo image
|
|
40
18
|
*/
|
|
@@ -3,7 +3,7 @@
|
|
|
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-6a826e52.js";
|
|
7
7
|
import { SeoProps } from "./SeoProps-f2d6dcaa.js";
|
|
8
8
|
/**
|
|
9
9
|
* Collection of sections (with their contents) to render on the page
|
|
@@ -0,0 +1,29 @@
|
|
|
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
|
+
* Placeholder text for the search input field.
|
|
8
|
+
*/
|
|
9
|
+
type Placeholder = string;
|
|
10
|
+
interface SearchBarProps {
|
|
11
|
+
placeholder?: Placeholder;
|
|
12
|
+
/**
|
|
13
|
+
* Text displayed on the search button.
|
|
14
|
+
*/
|
|
15
|
+
buttonText?: string;
|
|
16
|
+
/**
|
|
17
|
+
* Additional information or instructions related to the search functionality.
|
|
18
|
+
*/
|
|
19
|
+
hint?: string;
|
|
20
|
+
/**
|
|
21
|
+
* Text to display when offering alternative results.
|
|
22
|
+
*/
|
|
23
|
+
alternativeText?: string;
|
|
24
|
+
/**
|
|
25
|
+
* The alternative result to display when offering suggestions.
|
|
26
|
+
*/
|
|
27
|
+
alternativeResult?: string;
|
|
28
|
+
}
|
|
29
|
+
export { Placeholder, SearchBarProps };
|
|
@@ -0,0 +1,30 @@
|
|
|
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
|
+
* Whether to display the link to the search result.
|
|
8
|
+
*/
|
|
9
|
+
type ShowLink = boolean;
|
|
10
|
+
/**
|
|
11
|
+
* The reserved space of the image row.
|
|
12
|
+
*/
|
|
13
|
+
type ImageRowSize = "none" | "small" | "large";
|
|
14
|
+
interface SearchFormProps {
|
|
15
|
+
/**
|
|
16
|
+
* ks-component attribute
|
|
17
|
+
*/
|
|
18
|
+
component?: string;
|
|
19
|
+
result?: {
|
|
20
|
+
/**
|
|
21
|
+
* Max number of subresults of a single search result
|
|
22
|
+
*/
|
|
23
|
+
maxSubresults?: number;
|
|
24
|
+
showLink?: ShowLink;
|
|
25
|
+
imageColSize?: ImageRowSize;
|
|
26
|
+
};
|
|
27
|
+
resultPerPage?: number;
|
|
28
|
+
moreButtonLabel?: string;
|
|
29
|
+
}
|
|
30
|
+
export { ShowLink, ImageRowSize, SearchFormProps };
|
|
@@ -0,0 +1,23 @@
|
|
|
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 title of the match.
|
|
8
|
+
*/
|
|
9
|
+
type Title = string;
|
|
10
|
+
/**
|
|
11
|
+
* The main content or description of the search result.
|
|
12
|
+
*/
|
|
13
|
+
type Text = string;
|
|
14
|
+
/**
|
|
15
|
+
* A URL linking to the specific match or more information.
|
|
16
|
+
*/
|
|
17
|
+
type URL = string;
|
|
18
|
+
interface SearchResultMatchProps {
|
|
19
|
+
title?: Title;
|
|
20
|
+
snippet?: Text;
|
|
21
|
+
url?: URL;
|
|
22
|
+
}
|
|
23
|
+
export { Title, Text, URL, SearchResultMatchProps };
|
|
@@ -0,0 +1,44 @@
|
|
|
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 { SearchResultMatchProps } from "./SearchResultMatchProps-777cd47c.js";
|
|
7
|
+
/**
|
|
8
|
+
* A URL linking to the search result or more information.
|
|
9
|
+
*/
|
|
10
|
+
type URL = string;
|
|
11
|
+
/**
|
|
12
|
+
* The title of the search result.
|
|
13
|
+
*/
|
|
14
|
+
type Title = string;
|
|
15
|
+
/**
|
|
16
|
+
* The reserved space of the image row.
|
|
17
|
+
*/
|
|
18
|
+
type ImageRowSize = "none" | "small" | "large";
|
|
19
|
+
/**
|
|
20
|
+
* A URL to an image preview for the search result.
|
|
21
|
+
*/
|
|
22
|
+
type PreviewImage = string;
|
|
23
|
+
/**
|
|
24
|
+
* The initial search match or summary of the search result.
|
|
25
|
+
*/
|
|
26
|
+
type InitialMatch = string;
|
|
27
|
+
/**
|
|
28
|
+
* An array of search matches.
|
|
29
|
+
*/
|
|
30
|
+
type Matches = SearchResultMatchProps[];
|
|
31
|
+
/**
|
|
32
|
+
* Whether to display the link to the search result.
|
|
33
|
+
*/
|
|
34
|
+
type ShowLink = boolean;
|
|
35
|
+
interface SearchResultProps {
|
|
36
|
+
url?: URL;
|
|
37
|
+
title?: Title;
|
|
38
|
+
imageColSize?: ImageRowSize;
|
|
39
|
+
previewImage?: PreviewImage;
|
|
40
|
+
initialMatch?: InitialMatch;
|
|
41
|
+
matches?: Matches;
|
|
42
|
+
showLink?: ShowLink;
|
|
43
|
+
}
|
|
44
|
+
export { URL, Title, ImageRowSize, PreviewImage, InitialMatch, Matches, ShowLink, SearchResultProps };
|
|
@@ -3,25 +3,29 @@
|
|
|
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 { BlogTeaserProps } from "./BlogTeaserProps-f5855e93.js";
|
|
6
7
|
import { BusinessCardProps } from "./BusinessCardProps-e10e7b62.js";
|
|
8
|
+
import { ContactProps } from "./ContactProps-7cac90e5.js";
|
|
7
9
|
import { ContentNavProps } from "./ContentNavProps-0e282a9f.js";
|
|
8
10
|
import { CtaProps } from "./CtaProps-789f8508.js";
|
|
9
11
|
import { DividerProps } from "./DividerProps-2ef31901.js";
|
|
10
12
|
import { DownloadsProps } from "./DownloadsProps-a49a977e.js";
|
|
11
|
-
import {
|
|
13
|
+
import { EventLatestTeaserProps } from "./EventLatestTeaserProps-fc9d3281.js";
|
|
14
|
+
import { EventListTeaserProps } from "./EventListTeaserProps-5cc94436.js";
|
|
15
|
+
import { FaqProps } from "./FaqProps-78384db5.js";
|
|
12
16
|
import { FeaturesProps } from "./FeaturesProps-a9041d97.js";
|
|
13
17
|
import { GalleryProps } from "./GalleryProps-76e7de44.js";
|
|
14
18
|
import { HeroProps } from "./HeroProps-fec6b267.js";
|
|
15
19
|
import { HtmlProps } from "./HtmlProps-9d091769.js";
|
|
16
20
|
import { ImageStoryProps } from "./ImageStoryProps-e853e1e7.js";
|
|
17
21
|
import { ImageTextProps } from "./ImageTextProps-9286cca4.js";
|
|
18
|
-
import { LogosProps } from "./LogosProps-
|
|
22
|
+
import { LogosProps } from "./LogosProps-d4677d2c.js";
|
|
19
23
|
import { MosaicProps } from "./MosaicProps-d52c7151.js";
|
|
20
24
|
import { SliderProps } from "./SliderProps-789f8508.js";
|
|
21
25
|
import { SplitEvenProps } from "./SplitEvenProps-789f8508.js";
|
|
22
26
|
import { SplitWeightedProps } from "./SplitWeightedProps-789f8508.js";
|
|
23
27
|
import { StatsProps } from "./StatsProps-bf5ef578.js";
|
|
24
|
-
import { TeaserCardProps } from "./TeaserCardProps-
|
|
28
|
+
import { TeaserCardProps } from "./TeaserCardProps-d069476f.js";
|
|
25
29
|
import { TestimonialsProps } from "./TestimonialsProps-e344f597.js";
|
|
26
30
|
import { TextProps } from "./TextProps-a23170d2.js";
|
|
27
31
|
import { VideoCurtainProps } from "./VideoCurtainProps-a2c0cc7f.js";
|
|
@@ -117,7 +121,7 @@ type TileWidth = "smallest" | "default" | "medium" | "large" | "largest" | "full
|
|
|
117
121
|
/**
|
|
118
122
|
* Allowed components for content
|
|
119
123
|
*/
|
|
120
|
-
type Content = (BusinessCardProps | ContentNavProps | CtaProps | DividerProps | DownloadsProps | FaqProps | FeaturesProps | GalleryProps | HeroProps | HtmlProps | ImageStoryProps | ImageTextProps | LogosProps | MosaicProps | SliderProps | SplitEvenProps | SplitWeightedProps | StatsProps | TeaserCardProps | TestimonialsProps | TextProps | VideoCurtainProps)[];
|
|
124
|
+
type Content = (BlogTeaserProps | BusinessCardProps | ContactProps | ContentNavProps | CtaProps | DividerProps | DownloadsProps | EventLatestTeaserProps | EventListTeaserProps | FaqProps | FeaturesProps | GalleryProps | HeroProps | HtmlProps | ImageStoryProps | ImageTextProps | LogosProps | MosaicProps | SliderProps | SplitEvenProps | SplitWeightedProps | StatsProps | TeaserCardProps | TestimonialsProps | TextProps | VideoCurtainProps)[];
|
|
121
125
|
/**
|
|
122
126
|
* Buttons of the Button Group
|
|
123
127
|
*/
|
|
@@ -8,9 +8,9 @@ import { FeaturesProps } from "./FeaturesProps-a9041d97.js";
|
|
|
8
8
|
import { GalleryProps } from "./GalleryProps-76e7de44.js";
|
|
9
9
|
import { HeroProps } from "./HeroProps-fec6b267.js";
|
|
10
10
|
import { ImageTextProps } from "./ImageTextProps-9286cca4.js";
|
|
11
|
-
import { LogosProps } from "./LogosProps-
|
|
11
|
+
import { LogosProps } from "./LogosProps-d4677d2c.js";
|
|
12
12
|
import { StatsProps } from "./StatsProps-bf5ef578.js";
|
|
13
|
-
import { TeaserCardProps } from "./TeaserCardProps-
|
|
13
|
+
import { TeaserCardProps } from "./TeaserCardProps-d069476f.js";
|
|
14
14
|
import { TestimonialsProps } from "./TestimonialsProps-e344f597.js";
|
|
15
15
|
import { TextProps } from "./TextProps-a23170d2.js";
|
|
16
16
|
/**
|
|
@@ -3,20 +3,27 @@
|
|
|
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 { BlogTeaserProps } from "./BlogTeaserProps-f5855e93.js";
|
|
7
|
+
import { BusinessCardProps } from "./BusinessCardProps-e10e7b62.js";
|
|
8
|
+
import { ContactProps } from "./ContactProps-7cac90e5.js";
|
|
9
|
+
import { ContentNavProps } from "./ContentNavProps-0e282a9f.js";
|
|
6
10
|
import { CtaProps } from "./CtaProps-789f8508.js";
|
|
7
11
|
import { DividerProps } from "./DividerProps-2ef31901.js";
|
|
8
|
-
import {
|
|
12
|
+
import { DownloadsProps } from "./DownloadsProps-a49a977e.js";
|
|
13
|
+
import { EventLatestTeaserProps } from "./EventLatestTeaserProps-fc9d3281.js";
|
|
14
|
+
import { EventListTeaserProps } from "./EventListTeaserProps-5cc94436.js";
|
|
15
|
+
import { FaqProps } from "./FaqProps-78384db5.js";
|
|
9
16
|
import { FeaturesProps } from "./FeaturesProps-a9041d97.js";
|
|
10
17
|
import { GalleryProps } from "./GalleryProps-76e7de44.js";
|
|
11
18
|
import { HeroProps } from "./HeroProps-fec6b267.js";
|
|
12
19
|
import { HtmlProps } from "./HtmlProps-9d091769.js";
|
|
13
20
|
import { ImageStoryProps } from "./ImageStoryProps-e853e1e7.js";
|
|
14
21
|
import { ImageTextProps } from "./ImageTextProps-9286cca4.js";
|
|
15
|
-
import { LogosProps } from "./LogosProps-
|
|
22
|
+
import { LogosProps } from "./LogosProps-d4677d2c.js";
|
|
16
23
|
import { MosaicProps } from "./MosaicProps-d52c7151.js";
|
|
17
24
|
import { SliderProps } from "./SliderProps-789f8508.js";
|
|
18
25
|
import { StatsProps } from "./StatsProps-bf5ef578.js";
|
|
19
|
-
import { TeaserCardProps } from "./TeaserCardProps-
|
|
26
|
+
import { TeaserCardProps } from "./TeaserCardProps-d069476f.js";
|
|
20
27
|
import { TestimonialsProps } from "./TestimonialsProps-e344f597.js";
|
|
21
28
|
import { TextProps } from "./TextProps-a23170d2.js";
|
|
22
29
|
import { VideoCurtainProps } from "./VideoCurtainProps-a2c0cc7f.js";
|
|
@@ -47,11 +54,11 @@ type HorizontalGutter = "large" | "default" | "small" | "none";
|
|
|
47
54
|
/**
|
|
48
55
|
* Allowed components for the first half of the split layout
|
|
49
56
|
*/
|
|
50
|
-
type First = (CtaProps | DividerProps | FaqProps | FeaturesProps | GalleryProps | HeroProps | HtmlProps | ImageStoryProps | ImageTextProps | LogosProps | MosaicProps | SliderProps | StatsProps | TeaserCardProps | TestimonialsProps | TextProps | VideoCurtainProps)[];
|
|
57
|
+
type First = (BlogTeaserProps | BusinessCardProps | ContactProps | ContentNavProps | CtaProps | DividerProps | DownloadsProps | EventLatestTeaserProps | EventListTeaserProps | FaqProps | FeaturesProps | GalleryProps | HeroProps | HtmlProps | ImageStoryProps | ImageTextProps | LogosProps | MosaicProps | SliderProps | StatsProps | TeaserCardProps | TestimonialsProps | TextProps | VideoCurtainProps)[];
|
|
51
58
|
/**
|
|
52
59
|
* Allowed components for the second half of the split layout
|
|
53
60
|
*/
|
|
54
|
-
type Second = (CtaProps | DividerProps | FaqProps | FeaturesProps | GalleryProps | HeroProps | HtmlProps | ImageStoryProps | ImageTextProps | LogosProps | MosaicProps | SliderProps | StatsProps | TeaserCardProps | TestimonialsProps | TextProps | VideoCurtainProps)[];
|
|
61
|
+
type Second = (BlogTeaserProps | BusinessCardProps | ContactProps | ContentNavProps | CtaProps | DividerProps | DownloadsProps | EventLatestTeaserProps | EventListTeaserProps | FaqProps | FeaturesProps | GalleryProps | HeroProps | HtmlProps | ImageStoryProps | ImageTextProps | LogosProps | MosaicProps | SliderProps | StatsProps | TeaserCardProps | TestimonialsProps | TextProps | VideoCurtainProps)[];
|
|
55
62
|
interface SplitEvenProps {
|
|
56
63
|
contentMinWidth?: ContentMinimumWidth;
|
|
57
64
|
contentGutter?: ContentGutter;
|
|
@@ -3,20 +3,27 @@
|
|
|
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 { BlogTeaserProps } from "./BlogTeaserProps-f5855e93.js";
|
|
7
|
+
import { BusinessCardProps } from "./BusinessCardProps-e10e7b62.js";
|
|
8
|
+
import { ContactProps } from "./ContactProps-7cac90e5.js";
|
|
9
|
+
import { ContentNavProps } from "./ContentNavProps-0e282a9f.js";
|
|
6
10
|
import { CtaProps } from "./CtaProps-789f8508.js";
|
|
7
11
|
import { DividerProps } from "./DividerProps-2ef31901.js";
|
|
8
|
-
import {
|
|
12
|
+
import { DownloadsProps } from "./DownloadsProps-a49a977e.js";
|
|
13
|
+
import { EventLatestTeaserProps } from "./EventLatestTeaserProps-fc9d3281.js";
|
|
14
|
+
import { EventListTeaserProps } from "./EventListTeaserProps-5cc94436.js";
|
|
15
|
+
import { FaqProps } from "./FaqProps-78384db5.js";
|
|
9
16
|
import { FeaturesProps } from "./FeaturesProps-a9041d97.js";
|
|
10
17
|
import { GalleryProps } from "./GalleryProps-76e7de44.js";
|
|
11
18
|
import { HeroProps } from "./HeroProps-fec6b267.js";
|
|
12
19
|
import { HtmlProps } from "./HtmlProps-9d091769.js";
|
|
13
20
|
import { ImageStoryProps } from "./ImageStoryProps-e853e1e7.js";
|
|
14
21
|
import { ImageTextProps } from "./ImageTextProps-9286cca4.js";
|
|
15
|
-
import { LogosProps } from "./LogosProps-
|
|
22
|
+
import { LogosProps } from "./LogosProps-d4677d2c.js";
|
|
16
23
|
import { MosaicProps } from "./MosaicProps-d52c7151.js";
|
|
17
24
|
import { SliderProps } from "./SliderProps-789f8508.js";
|
|
18
25
|
import { StatsProps } from "./StatsProps-bf5ef578.js";
|
|
19
|
-
import { TeaserCardProps } from "./TeaserCardProps-
|
|
26
|
+
import { TeaserCardProps } from "./TeaserCardProps-d069476f.js";
|
|
20
27
|
import { TestimonialsProps } from "./TestimonialsProps-e344f597.js";
|
|
21
28
|
import { TextProps } from "./TextProps-a23170d2.js";
|
|
22
29
|
import { VideoCurtainProps } from "./VideoCurtainProps-a2c0cc7f.js";
|
|
@@ -59,11 +66,11 @@ type DesktopOrder = "mainFirst" | "asideFirst";
|
|
|
59
66
|
/**
|
|
60
67
|
* Allowed components for the main half of the split layout
|
|
61
68
|
*/
|
|
62
|
-
type Main = (CtaProps | DividerProps | FaqProps | FeaturesProps | GalleryProps | HeroProps | HtmlProps | ImageStoryProps | ImageTextProps | LogosProps | MosaicProps | SliderProps | StatsProps | TeaserCardProps | TestimonialsProps | TextProps | VideoCurtainProps)[];
|
|
69
|
+
type Main = (BlogTeaserProps | BusinessCardProps | ContactProps | ContentNavProps | CtaProps | DividerProps | DownloadsProps | EventLatestTeaserProps | EventListTeaserProps | FaqProps | FeaturesProps | GalleryProps | HeroProps | HtmlProps | ImageStoryProps | ImageTextProps | LogosProps | MosaicProps | SliderProps | StatsProps | TeaserCardProps | TestimonialsProps | TextProps | VideoCurtainProps)[];
|
|
63
70
|
/**
|
|
64
71
|
* Allowed components for the aside half of the split layout
|
|
65
72
|
*/
|
|
66
|
-
type Aside = (CtaProps | DividerProps | FaqProps | FeaturesProps | GalleryProps | HeroProps | HtmlProps | ImageStoryProps | ImageTextProps | LogosProps | MosaicProps | SliderProps | StatsProps | TeaserCardProps | TestimonialsProps | TextProps | VideoCurtainProps)[];
|
|
73
|
+
type Aside = (BlogTeaserProps | BusinessCardProps | ContactProps | ContentNavProps | CtaProps | DividerProps | DownloadsProps | EventLatestTeaserProps | EventListTeaserProps | FaqProps | FeaturesProps | GalleryProps | HeroProps | HtmlProps | ImageStoryProps | ImageTextProps | LogosProps | MosaicProps | SliderProps | StatsProps | TeaserCardProps | TestimonialsProps | TextProps | VideoCurtainProps)[];
|
|
67
74
|
interface SplitWeightedProps {
|
|
68
75
|
verticalGutter?: VerticalGutter;
|
|
69
76
|
horizontalGutter?: HorizontalGutter;
|
|
@@ -15,6 +15,10 @@ type Text = string;
|
|
|
15
15
|
* Label for the Teaser Card
|
|
16
16
|
*/
|
|
17
17
|
type Label = string;
|
|
18
|
+
/**
|
|
19
|
+
* Whether the Teaser Card is centered
|
|
20
|
+
*/
|
|
21
|
+
type Centered = boolean;
|
|
18
22
|
/**
|
|
19
23
|
* Url that should be linked
|
|
20
24
|
*/
|
|
@@ -46,6 +50,7 @@ interface TeaserCardProps {
|
|
|
46
50
|
* Layout for the Teaser Card
|
|
47
51
|
*/
|
|
48
52
|
layout?: "stack" | "row";
|
|
53
|
+
centered?: Centered;
|
|
49
54
|
url: Url;
|
|
50
55
|
button?: {
|
|
51
56
|
label: Label1;
|
|
@@ -58,4 +63,4 @@ interface TeaserCardProps {
|
|
|
58
63
|
*/
|
|
59
64
|
imageRatio?: "wide" | "landscape" | "square" | "unset";
|
|
60
65
|
}
|
|
61
|
-
export { Headline, Text, Label, Url, Label1, Icon, DisplayButton, Image, TeaserCardProps };
|
|
66
|
+
export { Headline, Text, Label, Centered, Url, Label1, Icon, DisplayButton, Image, TeaserCardProps };
|