@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.
Files changed (295) hide show
  1. package/dist/BlogOverviewProps-9f207f1c.d.ts +1 -1
  2. package/dist/{BlogPostProps-c760fd2a.d.ts → BlogPostProps-6b3cff22.d.ts} +1 -1
  3. package/dist/ContactProps-7cac90e5.d.ts +70 -0
  4. package/dist/{FaqProps-ad618cd5.d.ts → FaqProps-78384db5.d.ts} +7 -12
  5. package/dist/HeadlineProps-e1305784.d.ts +53 -0
  6. package/dist/{LogosProps-f9474fe2.d.ts → LogosProps-d4677d2c.d.ts} +1 -23
  7. package/dist/PageProps-aa29c554.d.ts +1 -1
  8. package/dist/SearchBarProps-26263244.d.ts +29 -0
  9. package/dist/SearchFormProps-3d2c3462.d.ts +30 -0
  10. package/dist/SearchResultMatchProps-777cd47c.d.ts +23 -0
  11. package/dist/SearchResultProps-f6f07017.d.ts +44 -0
  12. package/dist/{SectionProps-d60aba86.d.ts → SectionProps-6a826e52.d.ts} +8 -4
  13. package/dist/SliderProps-789f8508.d.ts +2 -2
  14. package/dist/SplitEvenProps-789f8508.d.ts +12 -5
  15. package/dist/SplitWeightedProps-789f8508.d.ts +12 -5
  16. package/dist/{TeaserCardProps-994cb119.d.ts → TeaserCardProps-d069476f.d.ts} +6 -1
  17. package/dist/components/blog-overview/blog-overview.schema.dereffed.json +5254 -1550
  18. package/dist/components/blog-post/blog-post.schema.dereffed.json +5254 -1550
  19. package/dist/components/blog-post/index.d.ts +1 -1
  20. package/dist/components/business-card/business-card.css +7 -5
  21. package/dist/components/business-card/index.js +1 -1
  22. package/dist/components/button/button.css +6 -1
  23. package/dist/components/contact/index.d.ts +1 -70
  24. package/dist/components/content-nav/content-nav.css +2 -0
  25. package/dist/components/cookie-consent/C15t.client.js +57 -1
  26. package/dist/components/cookie-consent/CookieConsent.client.d.ts +5 -1
  27. package/dist/components/cookie-consent/CookieConsent.client.js +13 -13
  28. package/dist/components/cookie-consent/cookie-consent.css +17 -25
  29. package/dist/components/cookie-consent/index.js +1 -1
  30. package/dist/components/downloads/downloads.css +13 -8
  31. package/dist/components/event-latest-teaser/event-latest-teaser.css +2 -2
  32. package/dist/components/event-list-teaser/event-list-teaser.css +1 -1
  33. package/dist/components/event-location/event-location.css +3 -3
  34. package/dist/components/faq/faq.css +1 -1
  35. package/dist/components/faq/faq.schema.dereffed.json +2 -2
  36. package/dist/components/faq/faq.schema.json +2 -1
  37. package/dist/components/faq/index.d.ts +24 -7
  38. package/dist/components/faq/index.js +1 -1
  39. package/dist/components/feature/index.js +2 -2
  40. package/dist/components/features/index.js +1 -1
  41. package/dist/components/headline/headline.css +5 -9
  42. package/dist/components/headline/index.d.ts +1 -53
  43. package/dist/components/hero/hero.css +53 -32
  44. package/dist/components/image-story/image-story.css +4 -0
  45. package/dist/components/index/index.d.ts +1 -1
  46. package/dist/components/logos/index.d.ts +1 -1
  47. package/dist/components/logos/logos.css +8 -6
  48. package/dist/components/logos/logos.schema.dereffed.json +1 -2
  49. package/dist/components/logos/logos.schema.json +1 -2
  50. package/dist/components/nav-dropdown/nav-dropdown.css +5 -3
  51. package/dist/components/page/page.schema.dereffed.json +5254 -1550
  52. package/dist/components/page-wrapper/index.js +0 -1
  53. package/dist/components/pagination/index.d.ts +10 -2
  54. package/dist/components/pagination/index.js +32 -38
  55. package/dist/components/pagination/pagination.css +34 -10
  56. package/dist/components/pagination/pagination.schema.dereffed.json +3 -0
  57. package/dist/components/pagination/pagination.schema.json +3 -0
  58. package/dist/components/presets.json +156 -70
  59. package/dist/components/search/index.d.ts +11 -1
  60. package/dist/components/search/index.js +33 -20
  61. package/dist/components/search/search.schema.dereffed.json +189 -13
  62. package/dist/components/search/search.schema.json +6 -0
  63. package/dist/components/search-bar/index.d.ts +1 -29
  64. package/dist/components/search-bar/index.js +1 -1
  65. package/dist/components/search-form/SearchForm.client.d.ts +25 -0
  66. package/dist/components/search-form/SearchForm.client.js +228 -0
  67. package/dist/components/search-form/SearchFormPagefind.client.d.ts +5 -0
  68. package/dist/components/search-form/SearchFormPagefind.client.js +40 -0
  69. package/dist/components/search-form/index.d.ts +4 -0
  70. package/dist/components/search-form/index.js +25 -0
  71. package/dist/components/search-form/search-form.css +10 -0
  72. package/dist/components/search-form/search-form.schema.dereffed.json +49 -0
  73. package/dist/components/search-form/search-form.schema.json +38 -0
  74. package/dist/components/search-modal/RadioEmit.client.d.ts +5 -0
  75. package/dist/components/search-modal/RadioEmit.client.js +17 -0
  76. package/dist/components/search-modal/SearchModal.client.d.ts +5 -0
  77. package/dist/components/search-modal/SearchModal.client.js +31 -0
  78. package/dist/components/search-modal/index.d.ts +18 -0
  79. package/dist/components/search-modal/index.js +39 -0
  80. package/dist/components/search-modal/search-modal.css +27 -0
  81. package/dist/components/search-modal/search-modal.schema.dereffed.json +70 -0
  82. package/dist/components/search-modal/search-modal.schema.json +24 -0
  83. package/dist/components/search-result/index.d.ts +4 -4
  84. package/dist/components/search-result/index.js +11 -2
  85. package/dist/components/search-result/search-result.css +61 -13
  86. package/dist/components/search-result/search-result.schema.dereffed.json +56 -13
  87. package/dist/components/search-result/search-result.schema.json +23 -12
  88. package/dist/components/search-result-match/index.d.ts +7 -0
  89. package/dist/components/search-result-match/index.js +18 -0
  90. package/dist/components/search-result-match/search-result-match.css +18 -0
  91. package/dist/components/search-result-match/search-result-match.schema.dereffed.json +33 -0
  92. package/dist/components/search-result-match/search-result-match.schema.json +31 -0
  93. package/dist/components/section/index.d.ts +1 -1
  94. package/dist/components/section/section.css +12 -7
  95. package/dist/components/section/section.schema.dereffed.json +5254 -1550
  96. package/dist/components/section/section.schema.json +12 -0
  97. package/dist/components/slider/slider.schema.dereffed.json +7 -2
  98. package/dist/components/split-even/index.d.ts +6 -6
  99. package/dist/components/split-even/split-even.schema.dereffed.json +2406 -824
  100. package/dist/components/split-even/split-even.schema.json +42 -0
  101. package/dist/components/split-weighted/index.d.ts +6 -6
  102. package/dist/components/split-weighted/split-weighted.schema.dereffed.json +2406 -824
  103. package/dist/components/split-weighted/split-weighted.schema.json +42 -0
  104. package/dist/components/stats/stats.css +2 -0
  105. package/dist/components/teaser-card/index.d.ts +1 -1
  106. package/dist/components/teaser-card/index.js +2 -1
  107. package/dist/components/teaser-card/teaser-card.css +10 -6
  108. package/dist/components/teaser-card/teaser-card.schema.dereffed.json +6 -0
  109. package/dist/components/teaser-card/teaser-card.schema.json +6 -0
  110. package/dist/components/testimonials/testimonials.css +3 -1
  111. package/dist/global.css +3888 -177
  112. package/dist/static/fonts/dsa/Fredoka-Bold.woff +0 -0
  113. package/dist/static/fonts/dsa/Fredoka-Bold.woff2 +0 -0
  114. package/dist/static/fonts/dsa/Fredoka-Light.woff +0 -0
  115. package/dist/static/fonts/dsa/Fredoka-Light.woff2 +0 -0
  116. package/dist/static/fonts/dsa/Fredoka-Medium.woff +0 -0
  117. package/dist/static/fonts/dsa/Fredoka-Medium.woff2 +0 -0
  118. package/dist/static/fonts/dsa/Fredoka-Regular.woff +0 -0
  119. package/dist/static/fonts/dsa/Fredoka-Regular.woff2 +0 -0
  120. package/dist/static/fonts/dsa/Fredoka-SemiBold.woff +0 -0
  121. package/dist/static/fonts/dsa/Fredoka-SemiBold.woff2 +0 -0
  122. package/dist/static/fonts/dsa/Mulish-300.woff +0 -0
  123. package/dist/static/fonts/dsa/Mulish-300.woff2 +0 -0
  124. package/dist/static/fonts/dsa/Mulish-600.woff +0 -0
  125. package/dist/static/fonts/dsa/Mulish-600.woff2 +0 -0
  126. package/dist/static/fonts/dsa/Mulish-800.woff +0 -0
  127. package/dist/static/fonts/dsa/Mulish-800.woff2 +0 -0
  128. package/dist/static/fonts/dsa/Mulish-Regular.woff +0 -0
  129. package/dist/static/fonts/dsa/Mulish-Regular.woff2 +0 -0
  130. package/dist/static/img/bg-color-swatch.png +0 -0
  131. package/dist/static/img/screenshots/blog-blog-aside--default.png +0 -0
  132. package/dist/static/img/screenshots/blog-blog-author--default.png +0 -0
  133. package/dist/static/img/screenshots/blog-blog-head--default.png +0 -0
  134. package/dist/static/img/screenshots/blog-blog-teaser--default.png +0 -0
  135. package/dist/static/img/screenshots/components-button--primary-button.png +0 -0
  136. package/dist/static/img/screenshots/components-button--primary-disabled-button.png +0 -0
  137. package/dist/static/img/screenshots/components-button--secondary-button.png +0 -0
  138. package/dist/static/img/screenshots/components-button--tertiary-button.png +0 -0
  139. package/dist/static/img/screenshots/components-contact--circular-avatar.png +0 -0
  140. package/dist/static/img/screenshots/components-contact--full-image-width.png +0 -0
  141. package/dist/static/img/screenshots/components-contact--vertical-image-with-paragraph.png +0 -0
  142. package/dist/static/img/screenshots/components-contact--wide-image.png +0 -0
  143. package/dist/static/img/screenshots/components-cta--align-bottom.png +0 -0
  144. package/dist/static/img/screenshots/components-cta--angled-image.png +0 -0
  145. package/dist/static/img/screenshots/components-cta--banner.png +0 -0
  146. package/dist/static/img/screenshots/components-cta--colored-banner.png +0 -0
  147. package/dist/static/img/screenshots/components-cta--contact-banner.png +0 -0
  148. package/dist/static/img/screenshots/components-cta--highlighted.png +0 -0
  149. package/dist/static/img/screenshots/components-cta--left-aligned.png +0 -0
  150. package/dist/static/img/screenshots/components-cta--product-advertisement.png +0 -0
  151. package/dist/static/img/screenshots/components-cta--split-banner.png +0 -0
  152. package/dist/static/img/screenshots/components-faq--dropdown-list.png +0 -0
  153. package/dist/static/img/screenshots/components-faq--single-dropdown.png +0 -0
  154. package/dist/static/img/screenshots/components-features--icon-beside-with-link-in-text.png +0 -0
  155. package/dist/static/img/screenshots/components-features--icon-centered.png +0 -0
  156. package/dist/static/img/screenshots/components-features--icon-intext-with-link.png +0 -0
  157. package/dist/static/img/screenshots/components-features--list-view.png +0 -0
  158. package/dist/static/img/screenshots/components-features--stack-with-button.png +0 -0
  159. package/dist/static/img/screenshots/components-gallery--free-aspect-ratio.png +0 -0
  160. package/dist/static/img/screenshots/components-gallery--large-landscape-tiles.png +0 -0
  161. package/dist/static/img/screenshots/components-gallery--small-squares-with-lightbox.png +0 -0
  162. package/dist/static/img/screenshots/components-gallery--stack-landscape.png +0 -0
  163. package/dist/static/img/screenshots/components-headline--h-1.png +0 -0
  164. package/dist/static/img/screenshots/components-headline--h-2.png +0 -0
  165. package/dist/static/img/screenshots/components-headline--h-3.png +0 -0
  166. package/dist/static/img/screenshots/components-headline--h-4.png +0 -0
  167. package/dist/static/img/screenshots/components-headline--order-swapped.png +0 -0
  168. package/dist/static/img/screenshots/components-headline--with-markdown.png +0 -0
  169. package/dist/static/img/screenshots/components-headline--with-subheadline.png +0 -0
  170. package/dist/static/img/screenshots/components-hero--text-below-image.png +0 -0
  171. package/dist/static/img/screenshots/components-hero--text-box-on-full-screen.png +0 -0
  172. package/dist/static/img/screenshots/components-hero--text-on-image-with-overlay.png +0 -0
  173. package/dist/static/img/screenshots/components-html--html.png +0 -0
  174. package/dist/static/img/screenshots/components-html--with-consent.png +0 -0
  175. package/dist/static/img/screenshots/components-html--with-script.png +0 -0
  176. package/dist/static/img/screenshots/components-image-story--sticky-image-next-to-scrolling-text.png +0 -0
  177. package/dist/static/img/screenshots/components-image-text--above-layout.png +0 -0
  178. package/dist/static/img/screenshots/components-image-text--beside-right-layout.png +0 -0
  179. package/dist/static/img/screenshots/components-logos--centered-with-button.png +0 -0
  180. package/dist/static/img/screenshots/components-logos--left-aligned-with-text-link.png +0 -0
  181. package/dist/static/img/screenshots/components-logos--logo-row.png +0 -0
  182. package/dist/static/img/screenshots/components-logos--logo-wall.png +0 -0
  183. package/dist/static/img/screenshots/components-mosaic--colorful-text-with-illustrations.png +0 -0
  184. package/dist/static/img/screenshots/components-mosaic--colorful-tiles.png +0 -0
  185. package/dist/static/img/screenshots/components-stats--count-up-with-description.png +0 -0
  186. package/dist/static/img/screenshots/components-stats--count-up-with-icons.png +0 -0
  187. package/dist/static/img/screenshots/components-teaser-card--page-navigation.png +0 -0
  188. package/dist/static/img/screenshots/components-teaser-card--product-tiles.png +0 -0
  189. package/dist/static/img/screenshots/components-teaser-card--showcase-preview.png +0 -0
  190. package/dist/static/img/screenshots/components-testimonials--alternating-layout.png +0 -0
  191. package/dist/static/img/screenshots/components-testimonials--list-layout.png +0 -0
  192. package/dist/static/img/screenshots/components-testimonials--simple.png +0 -0
  193. package/dist/static/img/screenshots/components-testimonials--slider-layout.png +0 -0
  194. package/dist/static/img/screenshots/components-testimonials--with-rating.png +0 -0
  195. package/dist/static/img/screenshots/components-testimonials--with-title.png +0 -0
  196. package/dist/static/img/screenshots/components-text--centered.png +0 -0
  197. package/dist/static/img/screenshots/components-text--highlight.png +0 -0
  198. package/dist/static/img/screenshots/components-text--multi-column.png +0 -0
  199. package/dist/static/img/screenshots/components-text--single-column.png +0 -0
  200. package/dist/static/img/screenshots/components-video-curtain--atmospheric-video-with-overlay.png +0 -0
  201. package/dist/static/img/screenshots/components-video-curtain--color-neutral-text.png +0 -0
  202. package/dist/static/img/screenshots/components-video-curtain--color-neutral-video.png +0 -0
  203. package/dist/static/img/screenshots/corporate-breadcrumb--default.png +0 -0
  204. package/dist/static/img/screenshots/corporate-business-card--centered.png +0 -0
  205. package/dist/static/img/screenshots/corporate-business-card--default.png +0 -0
  206. package/dist/static/img/screenshots/corporate-business-card--without-image.png +0 -0
  207. package/dist/static/img/screenshots/corporate-content-nav--default.png +0 -0
  208. package/dist/static/img/screenshots/corporate-cookie-consent--banner.png +0 -0
  209. package/dist/static/img/screenshots/corporate-cookie-consent--c-15-t.png +0 -0
  210. package/dist/static/img/screenshots/corporate-cookie-consent--card.png +0 -0
  211. package/dist/static/img/screenshots/corporate-downloads--complete.png +0 -0
  212. package/dist/static/img/screenshots/corporate-downloads--description-only.png +0 -0
  213. package/dist/static/img/screenshots/corporate-downloads--mixed.png +0 -0
  214. package/dist/static/img/screenshots/corporate-downloads--technical-details-only.png +0 -0
  215. package/dist/static/img/screenshots/corporate-pagination--default.png +0 -0
  216. package/dist/static/img/screenshots/corporate-search-bar--default.png +0 -0
  217. package/dist/static/img/screenshots/corporate-search-filter--default.png +0 -0
  218. package/dist/static/img/screenshots/corporate-search-form--pagefind.png +0 -0
  219. package/dist/static/img/screenshots/corporate-search-modal--pagefind.png +0 -0
  220. package/dist/static/img/screenshots/corporate-search-result--default.png +0 -0
  221. package/dist/static/img/screenshots/event-event-filter--default.png +0 -0
  222. package/dist/static/img/screenshots/event-event-header--default.png +0 -0
  223. package/dist/static/img/screenshots/event-event-latest--default.png +0 -0
  224. package/dist/static/img/screenshots/event-event-latest-teaser--default.png +0 -0
  225. package/dist/static/img/screenshots/event-event-list-teaser--default.png +0 -0
  226. package/dist/static/img/screenshots/event-event-location--default.png +0 -0
  227. package/dist/static/img/screenshots/event-event-login--default.png +0 -0
  228. package/dist/static/img/screenshots/event-event-registration--default.png +0 -0
  229. package/dist/static/img/screenshots/form-checkbox--default.png +0 -0
  230. package/dist/static/img/screenshots/form-radio--default.png +0 -0
  231. package/dist/static/img/screenshots/form-select-field--default.png +0 -0
  232. package/dist/static/img/screenshots/form-text-area--default.png +0 -0
  233. package/dist/static/img/screenshots/form-text-field--default.png +0 -0
  234. package/dist/static/img/screenshots/layout-divider--accent.png +0 -0
  235. package/dist/static/img/screenshots/layout-divider--default.png +0 -0
  236. package/dist/static/img/screenshots/layout-footer--footer.png +0 -0
  237. package/dist/static/img/screenshots/layout-header--header.png +0 -0
  238. package/dist/static/img/screenshots/layout-section--accent-background.png +0 -0
  239. package/dist/static/img/screenshots/layout-section--background-image.png +0 -0
  240. package/dist/static/img/screenshots/layout-section--bold-background.png +0 -0
  241. package/dist/static/img/screenshots/layout-section--dynamic-layout.png +0 -0
  242. package/dist/static/img/screenshots/layout-section--framed.png +0 -0
  243. package/dist/static/img/screenshots/layout-section--inverted.png +0 -0
  244. package/dist/static/img/screenshots/layout-section--list-layout.png +0 -0
  245. package/dist/static/img/screenshots/layout-section--slider.png +0 -0
  246. package/dist/static/img/screenshots/layout-section--tile-layout.png +0 -0
  247. package/dist/static/img/screenshots/layout-section--with-buttons.png +0 -0
  248. package/dist/static/img/screenshots/layout-slider--with-arrows.png +0 -0
  249. package/dist/static/img/screenshots/layout-slider--with-autoplay.png +0 -0
  250. package/dist/static/img/screenshots/layout-slider--with-nav.png +0 -0
  251. package/dist/static/img/screenshots/layout-slider--with-teased-neighbours.png +0 -0
  252. package/dist/static/img/screenshots/layout-split-even--faq-with-form.png +0 -0
  253. package/dist/static/img/screenshots/layout-split-even--text-with-logos.png +0 -0
  254. package/dist/static/img/screenshots/layout-split-weighted--text-with-contact.png +0 -0
  255. package/dist/static/img/screenshots/layout-split-weighted--text-with-teaser.png +0 -0
  256. package/dist/static/img/screenshots/page-archetypes-about--about.png +0 -0
  257. package/dist/static/img/screenshots/page-archetypes-blog-overview--blog-overview.png +0 -0
  258. package/dist/static/img/screenshots/page-archetypes-blog-post--blog-post.png +0 -0
  259. package/dist/static/img/screenshots/page-archetypes-event-detail--event-detail.png +0 -0
  260. package/dist/static/img/screenshots/page-archetypes-event-list--event-list.png +0 -0
  261. package/dist/static/img/screenshots/page-archetypes-job-detail--job-detail.png +0 -0
  262. package/dist/static/img/screenshots/page-archetypes-jobs--jobs.png +0 -0
  263. package/dist/static/img/screenshots/page-archetypes-landingpage--landingpage.png +0 -0
  264. package/dist/static/img/screenshots/page-archetypes-overview--overview.png +0 -0
  265. package/dist/static/img/screenshots/page-archetypes-search--search.png +0 -0
  266. package/dist/static/img/screenshots/page-archetypes-showcase--showcase.png +0 -0
  267. package/dist/static/logo.svg +13 -57
  268. package/dist/tokens/themes.css +20 -20
  269. package/dist/tokens/tokens.css +359 -360
  270. package/dist/tokens/tokens.js +540 -541
  271. package/package.json +7 -4
  272. package/dist/SearchResultProps-224c2338.d.ts +0 -33
  273. package/dist/components/page-wrapper/tokens.css +0 -2480
  274. package/dist/static/fonts/dsa/permanent-marker-regular.woff2 +0 -0
  275. package/dist/static/fonts/dsa/wix-madefor-display-600.woff2 +0 -0
  276. package/dist/static/fonts/dsa/wix-madefor-display-700.woff2 +0 -0
  277. package/dist/static/fonts/dsa/wix-madefor-display-regular.woff2 +0 -0
  278. package/dist/static/fonts/dsa/wix-madefor-text-500.woff2 +0 -0
  279. package/dist/static/fonts/dsa/wix-madefor-text-600.woff2 +0 -0
  280. package/dist/static/fonts/dsa/wix-madefor-text-700.woff2 +0 -0
  281. package/dist/static/fonts/dsa/wix-madefor-text-regular.woff2 +0 -0
  282. package/dist/static/img/screenshots/components-image--custom-aspect-ratio.png +0 -0
  283. package/dist/static/img/screenshots/components-image--preset-size.png +0 -0
  284. package/dist/static/img/screenshots/components-image--responsive-image.png +0 -0
  285. package/dist/static/img/screenshots/layout-section--cards.png +0 -0
  286. package/dist/static/img/screenshots/layout-section--colorful-gradient.png +0 -0
  287. package/dist/static/img/screenshots/layout-section--flex-layout.png +0 -0
  288. package/dist/static/img/screenshots/layout-section--spotlight.png +0 -0
  289. package/dist/static/img/screenshots/layout-section--stagelights.png +0 -0
  290. package/dist/static/img/screenshots/pages-archetypes--blog-overview.png +0 -0
  291. package/dist/static/img/screenshots/pages-archetypes--blog-post.png +0 -0
  292. package/dist/static/img/screenshots/pages-archetypes--content.png +0 -0
  293. package/dist/static/img/screenshots/pages-archetypes--overview.png +0 -0
  294. package/dist/static/img/screenshots/pages-archetypes--start.png +0 -0
  295. 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-d60aba86.js";
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-d60aba86.js";
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 Question = string;
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
- export { Questions, Question, Answer, FaqProps };
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] | [Logo, Logo] | [Logo, Logo, Logo] | [Logo, Logo, Logo, Logo] | [Logo, Logo, Logo, Logo, Logo] | [Logo, Logo, Logo, Logo, Logo, Logo] | [Logo, Logo, Logo, Logo, Logo, Logo, Logo] | [Logo, Logo, Logo, Logo, Logo, Logo, Logo, Logo] | [Logo, Logo, Logo, Logo, Logo, Logo, Logo, Logo, Logo] | [Logo, Logo, Logo, Logo, Logo, Logo, Logo, Logo, Logo, Logo] | [Logo, Logo, Logo, Logo, Logo, Logo, Logo, Logo, Logo, Logo, Logo] | [Logo, Logo, Logo, Logo, Logo, Logo, Logo, Logo, Logo, Logo, Logo, Logo] | [Logo, Logo, Logo, Logo, Logo, Logo, Logo, Logo, Logo, Logo, Logo, Logo, Logo] | [Logo, Logo, Logo, Logo, Logo, Logo, Logo, Logo, Logo, Logo, Logo, Logo, Logo, Logo] | [Logo, Logo, Logo, Logo, Logo, Logo, Logo, Logo, Logo, Logo, Logo, Logo, Logo, Logo, Logo] | [Logo, Logo, Logo, Logo, Logo, Logo, Logo, Logo, Logo, Logo, Logo, Logo, Logo, Logo, Logo, Logo] | [Logo, Logo, Logo, Logo, Logo, Logo, Logo, Logo, Logo, Logo, Logo, Logo, Logo, Logo, Logo, Logo, Logo] | [Logo, Logo, Logo, Logo, Logo, Logo, Logo, Logo, Logo, Logo, Logo, Logo, Logo, Logo, Logo, Logo, Logo, Logo] | [Logo, Logo, Logo, Logo, Logo, Logo, Logo, Logo, Logo, Logo, Logo, Logo, Logo, Logo, Logo, Logo, Logo, Logo, 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-d60aba86.js";
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 { FaqProps } from "./FaqProps-ad618cd5.js";
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-f9474fe2.js";
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-994cb119.js";
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-f9474fe2.js";
11
+ import { LogosProps } from "./LogosProps-d4677d2c.js";
12
12
  import { StatsProps } from "./StatsProps-bf5ef578.js";
13
- import { TeaserCardProps } from "./TeaserCardProps-994cb119.js";
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 { FaqProps } from "./FaqProps-ad618cd5.js";
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-f9474fe2.js";
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-994cb119.js";
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 { FaqProps } from "./FaqProps-ad618cd5.js";
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-f9474fe2.js";
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-994cb119.js";
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 };