@kickstartds/ds-agency-premium 1.6.71--canary.45.1846.0 → 1.7.0--canary.18.1660.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 (372) hide show
  1. package/dist/{BlogAsideProps-c760fd2a.d.ts → BlogAsideProps-d9decb7c.d.ts} +5 -5
  2. package/dist/{BlogAuthorProps-fb0241df.d.ts → BlogAuthorProps-88a11566.d.ts} +2 -7
  3. package/dist/{BlogHeadProps-c04a5ed8.d.ts → BlogHeadProps-3f6e4072.d.ts} +1 -6
  4. package/dist/BlogOverviewProps-9f207f1c.d.ts +2 -2
  5. package/dist/BlogPostProps-6b3cff22.d.ts +4 -4
  6. package/dist/BlogTeaserProps-f5855e93.d.ts +4 -9
  7. package/dist/{ButtonProps-00ddee3a.d.ts → ButtonProps-03ff6d21.d.ts} +4 -4
  8. package/dist/{CtaProps-babe4ee6.d.ts → CtaProps-93230a76.d.ts} +11 -21
  9. package/dist/FeatureProps-f8a75850.d.ts +52 -0
  10. package/dist/FeaturesProps-b05859d6.d.ts +34 -0
  11. package/dist/{FooterProps-a0a104ca.d.ts → FooterProps-171a3067.d.ts} +2 -2
  12. package/dist/{HeaderProps-72763967.d.ts → HeaderProps-e22382f1.d.ts} +2 -2
  13. package/dist/{HeroProps-40f6c7f5.d.ts → HeroProps-cf82a16d.d.ts} +5 -10
  14. package/dist/ImageStoryProps-e853e1e7.d.ts +1 -1
  15. package/dist/MosaicProps-d52c7151.d.ts +4 -4
  16. package/dist/PageProps-aa29c554.d.ts +1 -1
  17. package/dist/{SectionProps-21d04028.d.ts → SectionProps-83d399b4.d.ts} +11 -23
  18. package/dist/{SliderProps-babe4ee6.d.ts → SliderProps-93230a76.d.ts} +5 -5
  19. package/dist/{TeaserCardProps-994cb119.d.ts → TeaserCardProps-b9c28e78.d.ts} +4 -4
  20. package/dist/{TestimonialsProps-e344f597.d.ts → TestimonialProps-94bdeac9.d.ts} +2 -22
  21. package/dist/TestimonialsProps-f7211553.d.ts +22 -0
  22. package/dist/{VideoCurtainProps-a2c0cc7f.d.ts → VideoCurtainProps-6c625a69.d.ts} +5 -5
  23. package/dist/components/blog-aside/blog-aside.css +4 -4
  24. package/dist/components/blog-aside/blog-aside.schema.dereffed.json +9 -19
  25. package/dist/components/blog-aside/blog-aside.schema.json +4 -5
  26. package/dist/components/blog-aside/index.d.ts +1 -2
  27. package/dist/components/blog-aside/index.js +3 -3
  28. package/dist/components/blog-author/blog-author.schema.dereffed.json +5 -14
  29. package/dist/components/blog-author/index.d.ts +1 -2
  30. package/dist/components/blog-head/blog-head.css +3 -3
  31. package/dist/components/blog-head/blog-head.schema.dereffed.json +0 -8
  32. package/dist/components/blog-head/blog-head.schema.json +0 -6
  33. package/dist/components/blog-head/index.d.ts +1 -2
  34. package/dist/components/blog-head/index.js +2 -2
  35. package/dist/components/blog-overview/blog-overview.schema.dereffed.json +192 -363
  36. package/dist/components/blog-overview/index.d.ts +0 -1
  37. package/dist/components/blog-post/blog-post.schema.dereffed.json +183 -348
  38. package/dist/components/blog-post/index.d.ts +0 -1
  39. package/dist/components/blog-post/index.js +2 -4
  40. package/dist/components/blog-teaser/blog-teaser.css +7 -9
  41. package/dist/components/blog-teaser/blog-teaser.schema.dereffed.json +6 -14
  42. package/dist/components/blog-teaser/blog-teaser.schema.json +5 -11
  43. package/dist/components/blog-teaser/index.d.ts +3 -4
  44. package/dist/components/blog-teaser/index.js +10 -8
  45. package/dist/components/button/button.css +2 -2
  46. package/dist/components/button/button.schema.dereffed.json +3 -4
  47. package/dist/components/button/button.schema.json +3 -4
  48. package/dist/components/button/index.d.ts +1 -2
  49. package/dist/components/button/index.js +1 -1
  50. package/dist/components/button-group/button-group.schema.dereffed.json +3 -4
  51. package/dist/components/button-group/index.d.ts +1 -2
  52. package/dist/components/contact/contact.css +16 -12
  53. package/dist/components/contact/contact.schema.dereffed.json +6 -15
  54. package/dist/components/contact/contact.schema.json +6 -13
  55. package/dist/components/contact/index.d.ts +1 -7
  56. package/dist/components/contact/index.js +1 -1
  57. package/dist/components/cta/cta.css +72 -49
  58. package/dist/components/cta/cta.schema.dereffed.json +11 -29
  59. package/dist/components/cta/cta.schema.json +10 -23
  60. package/dist/components/cta/index.d.ts +1 -2
  61. package/dist/components/cta/index.js +25 -25
  62. package/dist/components/divider/divider.css +1 -1
  63. package/dist/components/divider/index.d.ts +26 -2
  64. package/dist/components/faq/index.d.ts +0 -1
  65. package/dist/components/feature/feature.schema.dereffed.json +3 -14
  66. package/dist/components/feature/feature.schema.json +3 -12
  67. package/dist/components/feature/index.d.ts +1 -58
  68. package/dist/components/feature/index.js +2 -2
  69. package/dist/components/features/features.css +6 -19
  70. package/dist/components/features/features.schema.dereffed.json +40 -13
  71. package/dist/components/features/features.schema.json +1 -27
  72. package/dist/components/features/index.d.ts +1 -2
  73. package/dist/components/features/index.js +2 -11
  74. package/dist/components/footer/footer.css +5 -5
  75. package/dist/components/footer/footer.schema.dereffed.json +12 -12
  76. package/dist/components/footer/index.d.ts +1 -2
  77. package/dist/components/footer/index.js +1 -1
  78. package/dist/components/gallery/gallery.css +18 -0
  79. package/dist/components/gallery/gallery.schema.dereffed.json +1 -2
  80. package/dist/components/gallery/gallery.schema.json +1 -2
  81. package/dist/components/gallery/index.d.ts +0 -1
  82. package/dist/components/gallery/index.js +1 -1
  83. package/dist/components/header/header.css +11 -53
  84. package/dist/components/header/header.schema.dereffed.json +12 -12
  85. package/dist/components/header/index.d.ts +4 -5
  86. package/dist/components/header/index.js +5 -5
  87. package/dist/components/headline/headline.css +41 -49
  88. package/dist/components/headline/headline.schema.dereffed.json +0 -5
  89. package/dist/components/headline/headline.schema.json +0 -5
  90. package/dist/components/headline/index.d.ts +0 -6
  91. package/dist/components/headline/index.js +1 -1
  92. package/dist/components/hero/hero.css +22 -91
  93. package/dist/components/hero/hero.schema.dereffed.json +4 -12
  94. package/dist/components/hero/hero.schema.json +3 -9
  95. package/dist/components/hero/index.d.ts +1 -2
  96. package/dist/components/hero/index.js +37 -39
  97. package/dist/components/html/html.schema.json +3 -31
  98. package/dist/components/html/index.d.ts +26 -5
  99. package/dist/components/html/index.js +3 -17
  100. package/dist/components/image/image.css +18 -0
  101. package/dist/components/image/image.schema.dereffed.json +105 -0
  102. package/dist/components/image/image.schema.json +95 -0
  103. package/dist/components/image/index.d.ts +87 -0
  104. package/dist/components/image/index.js +11 -0
  105. package/dist/components/image-story/image-story.css +7 -10
  106. package/dist/components/image-story/image-story.schema.dereffed.json +3 -4
  107. package/dist/components/image-story/image-story.schema.json +1 -5
  108. package/dist/components/image-story/index.d.ts +0 -1
  109. package/dist/components/image-story/index.js +1 -0
  110. package/dist/components/image-text/image-text.css +4 -4
  111. package/dist/components/image-text/index.d.ts +0 -1
  112. package/dist/components/index/index.d.ts +3 -9
  113. package/dist/components/logo/index.d.ts +0 -1
  114. package/dist/components/logos/index.d.ts +0 -1
  115. package/dist/components/logos/index.js +1 -1
  116. package/dist/components/logos/logos.css +4 -4
  117. package/dist/components/logos/logos.schema.dereffed.json +6 -6
  118. package/dist/components/logos/logos.schema.json +6 -6
  119. package/dist/components/mosaic/index.d.ts +0 -1
  120. package/dist/components/mosaic/index.js +1 -1
  121. package/dist/components/mosaic/mosaic.css +7 -8
  122. package/dist/components/mosaic/mosaic.schema.dereffed.json +3 -4
  123. package/dist/components/nav-dropdown/index.d.ts +1 -2
  124. package/dist/components/nav-dropdown/index.js +2 -2
  125. package/dist/components/nav-dropdown/nav-dropdown.css +4 -13
  126. package/dist/components/nav-dropdown/nav-dropdown.schema.dereffed.json +1 -1
  127. package/dist/components/nav-flyout/index.d.ts +2 -3
  128. package/dist/components/nav-flyout/index.js +8 -6
  129. package/dist/components/nav-flyout/nav-flyout.css +15 -29
  130. package/dist/components/nav-flyout/nav-flyout.schema.dereffed.json +12 -12
  131. package/dist/components/nav-main/index.d.ts +5 -6
  132. package/dist/components/nav-main/index.js +2 -0
  133. package/dist/components/nav-main/nav-main.schema.dereffed.json +15 -15
  134. package/dist/components/nav-main/nav-main.schema.json +14 -14
  135. package/dist/components/nav-toggle/index.js +1 -1
  136. package/dist/components/nav-topbar/index.d.ts +2 -3
  137. package/dist/components/nav-topbar/index.js +2 -2
  138. package/dist/components/nav-topbar/nav-topbar.css +3 -16
  139. package/dist/components/nav-topbar/nav-topbar.schema.dereffed.json +12 -12
  140. package/dist/components/page/index.d.ts +0 -1
  141. package/dist/components/page/page.schema.dereffed.json +163 -292
  142. package/dist/components/page-wrapper/index.js +368 -135
  143. package/dist/components/page-wrapper/tokens.css +692 -439
  144. package/dist/components/picture/picture.schema.json +88 -0
  145. package/dist/components/presets.json +560 -1883
  146. package/dist/components/providers/index.js +1 -1
  147. package/dist/components/section/index.d.ts +1 -2
  148. package/dist/components/section/index.js +16 -10
  149. package/dist/components/section/js/Section.client.js +1 -1
  150. package/dist/components/section/section.css +93 -88
  151. package/dist/components/section/section.schema.dereffed.json +163 -292
  152. package/dist/components/section/section.schema.json +10 -21
  153. package/dist/components/settings/settings.schema.dereffed.json +24 -29
  154. package/dist/components/settings/settings.schema.json +0 -5
  155. package/dist/components/slider/index.d.ts +1 -2
  156. package/dist/components/slider/slider.css +9 -19
  157. package/dist/components/slider/slider.schema.dereffed.json +71 -78
  158. package/dist/components/split/index.d.ts +13 -0
  159. package/dist/components/split/index.js +17 -0
  160. package/dist/components/split/split.css +53 -0
  161. package/dist/components/split/split.schema.dereffed.json +29 -0
  162. package/dist/components/split/split.schema.json +19 -0
  163. package/dist/components/stat/index.d.ts +0 -1
  164. package/dist/components/stat/stat.schema.dereffed.json +0 -1
  165. package/dist/components/stat/stat.schema.json +0 -1
  166. package/dist/components/stats/index.d.ts +0 -1
  167. package/dist/components/stats/stats.css +7 -3
  168. package/dist/components/stats/stats.schema.dereffed.json +0 -1
  169. package/dist/components/teaser-card/index.d.ts +1 -2
  170. package/dist/components/teaser-card/index.js +9 -10
  171. package/dist/components/teaser-card/teaser-card.css +48 -68
  172. package/dist/components/teaser-card/teaser-card.schema.dereffed.json +4 -4
  173. package/dist/components/teaser-card/teaser-card.schema.json +4 -4
  174. package/dist/components/testimonial/index.d.ts +1 -49
  175. package/dist/components/testimonial/index.js +1 -4
  176. package/dist/components/testimonial/testimonial.schema.dereffed.json +0 -11
  177. package/dist/components/testimonial/testimonial.schema.json +0 -7
  178. package/dist/components/testimonials/index.d.ts +2 -3
  179. package/dist/components/testimonials/index.js +2 -2
  180. package/dist/components/testimonials/testimonials.css +28 -60
  181. package/dist/components/testimonials/testimonials.schema.dereffed.json +5 -11
  182. package/dist/components/testimonials/testimonials.schema.json +1 -30
  183. package/dist/components/text/index.d.ts +0 -1
  184. package/dist/components/text/text.css +2 -2
  185. package/dist/components/tile/tile.schema.dereffed.json +3 -4
  186. package/dist/components/tile/tile.schema.json +4 -10
  187. package/dist/components/video-curtain/index.d.ts +1 -2
  188. package/dist/components/video-curtain/index.js +4 -12
  189. package/dist/components/video-curtain/video-curtain.css +33 -57
  190. package/dist/components/video-curtain/video-curtain.schema.dereffed.json +4 -7
  191. package/dist/components/video-curtain/video-curtain.schema.json +3 -3
  192. package/dist/global.css +86 -340
  193. package/dist/static/img/logos/logoipsum-212.svg +12 -0
  194. package/dist/static/img/logos/logoipsum-217.svg +4 -0
  195. package/dist/static/img/logos/logoipsum-239.svg +16 -0
  196. package/dist/static/img/logos/logoipsum-244.svg +19 -0
  197. package/dist/static/img/logos/logoipsum-250.svg +21 -0
  198. package/dist/static/img/logos/logoipsum-286.svg +20 -0
  199. package/dist/static/img/people/author-alex.png +0 -0
  200. package/dist/static/img/people/author-emily.png +0 -0
  201. package/dist/static/img/people/author-john.png +0 -0
  202. package/dist/static/img/screenshots/blog-blog-aside--default.png +0 -0
  203. package/dist/static/img/screenshots/blog-blog-author--default.png +0 -0
  204. package/dist/static/img/screenshots/components-contact--wide-image.png +0 -0
  205. package/dist/static/img/screenshots/components-stats--count-up-with-description.png +0 -0
  206. package/dist/static/img/screenshots/components-stats--count-up-with-icons.png +0 -0
  207. package/dist/static/img/screenshots/components-teaser-card--page-navigation.png +0 -0
  208. package/dist/static/img/screenshots/components-testimonials--slider-layout.png +0 -0
  209. package/dist/static/img/screenshots/components-testimonials--with-rating.png +0 -0
  210. package/dist/static/img/screenshots/layout-footer--footer.png +0 -0
  211. package/dist/static/img/screenshots/layout-slider--with-arrows.png +0 -0
  212. package/dist/static/img/screenshots/layout-slider--with-autoplay.png +0 -0
  213. package/dist/static/img/screenshots/layout-slider--with-nav.png +0 -0
  214. package/dist/static/img/screenshots/layout-slider--with-teased-neighbours.png +0 -0
  215. package/dist/static/img/screenshots/pages-archetypes--blog-post.png +0 -0
  216. package/dist/static/img/screenshots/pages-archetypes--overview.png +0 -0
  217. package/dist/static/logo-inverted.svg +25 -12
  218. package/dist/static/logo.svg +25 -12
  219. package/dist/tokens/IconSprite.js +367 -134
  220. package/dist/tokens/icon-sprite.html +37 -72
  221. package/dist/tokens/themes.css +4 -4
  222. package/dist/tokens/tokens.css +692 -439
  223. package/dist/tokens/tokens.js +755 -651
  224. package/package.json +16 -11
  225. package/dist/DividerProps-2ef31901.d.ts +0 -26
  226. package/dist/EventAppointmentProps-443cd1ce.d.ts +0 -38
  227. package/dist/EventDetailProps-42a7eebe.d.ts +0 -387
  228. package/dist/EventFilterProps-b190eb86.d.ts +0 -73
  229. package/dist/EventLatestTeaserProps-fc9d3281.d.ts +0 -58
  230. package/dist/EventListTeaserProps-5cc94436.d.ts +0 -89
  231. package/dist/EventLocationProps-871bc198.d.ts +0 -41
  232. package/dist/FeaturesProps-a9041d97.d.ts +0 -67
  233. package/dist/HtmlProps-9d091769.d.ts +0 -34
  234. package/dist/SearchFilterProps-2fa6419b.d.ts +0 -29
  235. package/dist/SearchResultProps-224c2338.d.ts +0 -33
  236. package/dist/components/breadcrumb/breadcrumb.css +0 -32
  237. package/dist/components/breadcrumb/breadcrumb.schema.dereffed.json +0 -34
  238. package/dist/components/breadcrumb/breadcrumb.schema.json +0 -27
  239. package/dist/components/breadcrumb/index.d.ts +0 -28
  240. package/dist/components/breadcrumb/index.js +0 -17
  241. package/dist/components/content-nav/content-nav.css +0 -112
  242. package/dist/components/content-nav/content-nav.schema.dereffed.json +0 -61
  243. package/dist/components/content-nav/content-nav.schema.json +0 -52
  244. package/dist/components/content-nav/index.d.ts +0 -42
  245. package/dist/components/content-nav/index.js +0 -14
  246. package/dist/components/downloads/downloads.css +0 -153
  247. package/dist/components/downloads/downloads.schema.dereffed.json +0 -55
  248. package/dist/components/downloads/downloads.schema.json +0 -44
  249. package/dist/components/downloads/index.d.ts +0 -41
  250. package/dist/components/downloads/index.js +0 -18
  251. package/dist/components/event-appointment/event-appointment.css +0 -61
  252. package/dist/components/event-appointment/event-appointment.schema.dereffed.json +0 -56
  253. package/dist/components/event-appointment/event-appointment.schema.json +0 -47
  254. package/dist/components/event-appointment/index.d.ts +0 -7
  255. package/dist/components/event-appointment/index.js +0 -14
  256. package/dist/components/event-detail/event-detail.schema.dereffed.json +0 -287
  257. package/dist/components/event-detail/event-detail.schema.json +0 -74
  258. package/dist/components/event-detail/index.d.ts +0 -5
  259. package/dist/components/event-detail/index.js +0 -36
  260. package/dist/components/event-filter/event-filter.css +0 -31
  261. package/dist/components/event-filter/event-filter.schema.dereffed.json +0 -118
  262. package/dist/components/event-filter/event-filter.schema.json +0 -107
  263. package/dist/components/event-filter/index.d.ts +0 -7
  264. package/dist/components/event-filter/index.js +0 -34
  265. package/dist/components/event-header/event-header.css +0 -6
  266. package/dist/components/event-header/event-header.schema.dereffed.json +0 -38
  267. package/dist/components/event-header/event-header.schema.json +0 -34
  268. package/dist/components/event-header/index.d.ts +0 -35
  269. package/dist/components/event-header/index.js +0 -20
  270. package/dist/components/event-latest/event-latest.css +0 -5
  271. package/dist/components/event-latest/event-latest.schema.dereffed.json +0 -142
  272. package/dist/components/event-latest/event-latest.schema.json +0 -46
  273. package/dist/components/event-latest/index.d.ts +0 -30
  274. package/dist/components/event-latest/index.js +0 -19
  275. package/dist/components/event-latest-teaser/event-latest-teaser.css +0 -131
  276. package/dist/components/event-latest-teaser/event-latest-teaser.schema.dereffed.json +0 -97
  277. package/dist/components/event-latest-teaser/event-latest-teaser.schema.json +0 -73
  278. package/dist/components/event-latest-teaser/index.d.ts +0 -8
  279. package/dist/components/event-latest-teaser/index.js +0 -18
  280. package/dist/components/event-list/event-list.schema.dereffed.json +0 -284
  281. package/dist/components/event-list/event-list.schema.json +0 -18
  282. package/dist/components/event-list/index.d.ts +0 -19
  283. package/dist/components/event-list/index.js +0 -73
  284. package/dist/components/event-list-teaser/event-list-teaser.css +0 -141
  285. package/dist/components/event-list-teaser/event-list-teaser.schema.dereffed.json +0 -151
  286. package/dist/components/event-list-teaser/event-list-teaser.schema.json +0 -116
  287. package/dist/components/event-list-teaser/index.d.ts +0 -8
  288. package/dist/components/event-list-teaser/index.js +0 -21
  289. package/dist/components/event-location/event-location.css +0 -71
  290. package/dist/components/event-location/event-location.schema.dereffed.json +0 -126
  291. package/dist/components/event-location/event-location.schema.json +0 -61
  292. package/dist/components/event-location/index.d.ts +0 -7
  293. package/dist/components/event-location/index.js +0 -18
  294. package/dist/components/event-login/event-login.css +0 -31
  295. package/dist/components/event-login/event-login.schema.dereffed.json +0 -125
  296. package/dist/components/event-login/event-login.schema.json +0 -98
  297. package/dist/components/event-login/index.d.ts +0 -78
  298. package/dist/components/event-login/index.js +0 -21
  299. package/dist/components/event-registration/event-registration.css +0 -91
  300. package/dist/components/event-registration/event-registration.schema.dereffed.json +0 -174
  301. package/dist/components/event-registration/event-registration.schema.json +0 -138
  302. package/dist/components/event-registration/index.d.ts +0 -106
  303. package/dist/components/event-registration/index.js +0 -23
  304. package/dist/components/html/Html.client.d.ts +0 -5
  305. package/dist/components/html/Html.client.js +0 -41
  306. package/dist/components/html/html.css +0 -52
  307. package/dist/components/html/html.schema.dereffed.json +0 -61
  308. package/dist/components/pagination/index.d.ts +0 -47
  309. package/dist/components/pagination/index.js +0 -52
  310. package/dist/components/pagination/pagination.css +0 -66
  311. package/dist/components/pagination/pagination.schema.dereffed.json +0 -64
  312. package/dist/components/pagination/pagination.schema.json +0 -57
  313. package/dist/components/search/index.d.ts +0 -19
  314. package/dist/components/search/index.js +0 -39
  315. package/dist/components/search/search.schema.dereffed.json +0 -134
  316. package/dist/components/search/search.schema.json +0 -18
  317. package/dist/components/search-bar/index.d.ts +0 -35
  318. package/dist/components/search-bar/index.js +0 -17
  319. package/dist/components/search-bar/search-bar.css +0 -33
  320. package/dist/components/search-bar/search-bar.schema.dereffed.json +0 -48
  321. package/dist/components/search-bar/search-bar.schema.json +0 -35
  322. package/dist/components/search-filter/index.d.ts +0 -7
  323. package/dist/components/search-filter/index.js +0 -15
  324. package/dist/components/search-filter/search-filter.css +0 -20
  325. package/dist/components/search-filter/search-filter.schema.dereffed.json +0 -69
  326. package/dist/components/search-filter/search-filter.schema.json +0 -46
  327. package/dist/components/search-result/index.d.ts +0 -7
  328. package/dist/components/search-result/index.js +0 -15
  329. package/dist/components/search-result/search-result.css +0 -26
  330. package/dist/components/search-result/search-result.schema.dereffed.json +0 -50
  331. package/dist/components/search-result/search-result.schema.json +0 -41
  332. package/dist/components/split-even/index.d.ts +0 -74
  333. package/dist/components/split-even/index.js +0 -7
  334. package/dist/components/split-even/split-even.css +0 -100
  335. package/dist/components/split-even/split-even.schema.dereffed.json +0 -5899
  336. package/dist/components/split-even/split-even.schema.json +0 -170
  337. package/dist/components/split-weighted/index.d.ts +0 -104
  338. package/dist/components/split-weighted/index.js +0 -13
  339. package/dist/components/split-weighted/split-weighted.css +0 -133
  340. package/dist/components/split-weighted/split-weighted.schema.dereffed.json +0 -5959
  341. package/dist/components/split-weighted/split-weighted.schema.json +0 -212
  342. package/dist/static/fonts/systemics/Montserrat-Bold.woff2 +0 -0
  343. package/dist/static/fonts/systemics/Montserrat-Light.woff2 +0 -0
  344. package/dist/static/fonts/systemics/Montserrat-Medium.woff2 +0 -0
  345. package/dist/static/fonts/systemics/Montserrat-Regular.woff2 +0 -0
  346. package/dist/static/fonts/systemics/Montserrat-SemiBold.woff2 +0 -0
  347. package/dist/static/img/about/angled-image.png +0 -0
  348. package/dist/static/img/about/cta.png +0 -0
  349. package/dist/static/img/about/cutout.png +0 -0
  350. package/dist/static/img/about/disclaimer.png +0 -0
  351. package/dist/static/img/about/purpose.png +0 -0
  352. package/dist/static/img/about/spoiler.png +0 -0
  353. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-01.svg +0 -72
  354. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-02.svg +0 -112
  355. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-03.svg +0 -197
  356. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-04.svg +0 -76
  357. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-05.svg +0 -82
  358. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-06.svg +0 -219
  359. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-07.svg +0 -85
  360. package/dist/static/img/logos/logoipsum-344.svg +0 -174
  361. package/dist/static/img/logos/logoipsum-347.svg +0 -52
  362. package/dist/static/img/logos/logoipsum-352.svg +0 -22
  363. package/dist/static/img/logos/logoipsum-356.svg +0 -20
  364. package/dist/static/img/logos/logoipsum-358.svg +0 -29
  365. package/dist/static/img/logos/logoipsum-369.svg +0 -20
  366. package/dist/static/img/logos/logoipsum-373.svg +0 -17
  367. package/dist/static/img/people/contact-person.png +0 -0
  368. package/dist/static/img/screenshots/layout-divider--accent.png +0 -0
  369. package/dist/static/img/screenshots/layout-divider--default.png +0 -0
  370. package/dist/static/logo-dark.svg +0 -13
  371. package/dist/static/logo-dsa-inverted.svg +0 -26
  372. package/dist/static/logo-dsa.svg +0 -26
@@ -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-fb0241df.js";
6
+ import { BlogAuthorProps } from "./BlogAuthorProps-88a11566.js";
7
7
  /**
8
8
  * The icon name for the social link
9
9
  */
10
10
  type Icon = string;
11
11
  /**
12
- * The url for the social link
12
+ * The href for the social link
13
13
  */
14
- type URL = string;
14
+ type Href = 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
- url: URL;
24
+ href: Href;
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, URL, Title, SocialSharing, ReadingTime, PublishedDate, BlogAsideProps };
48
+ export { Icon, Href, Title, SocialSharing, ReadingTime, PublishedDate, BlogAsideProps };
@@ -31,10 +31,6 @@ 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;
38
34
  /**
39
35
  * The author of the blog post
40
36
  */
@@ -50,9 +46,8 @@ interface BlogAuthorProps {
50
46
  links?: {
51
47
  icon?: string;
52
48
  label?: string;
53
- url?: string;
49
+ href?: string;
54
50
  newTab?: OpenLinkInNewTab;
55
- ariaLabel?: AriaLabel;
56
51
  }[];
57
52
  }
58
- export { Name, Byline, ImageSource, AltText, FullWidth, AspectRatio, OpenLinkInNewTab, AriaLabel, BlogAuthorProps };
53
+ export { Name, Byline, ImageSource, AltText, FullWidth, AspectRatio, OpenLinkInNewTab, BlogAuthorProps };
@@ -20,10 +20,6 @@ type Headline = string;
20
20
  * The source of the cover image for the blog post
21
21
  */
22
22
  type CoverImage = string;
23
- /**
24
- * The alt text for the cover image
25
- */
26
- type AltText = string;
27
23
  /**
28
24
  * Intro portion of a singular blog entry
29
25
  */
@@ -32,6 +28,5 @@ interface BlogHeadProps {
32
28
  tags?: Tags;
33
29
  headline: Headline;
34
30
  image?: CoverImage;
35
- alt?: AltText;
36
31
  }
37
- export { PublishedDate, Tags, Headline, CoverImage, AltText, BlogHeadProps };
32
+ export { PublishedDate, Tags, Headline, CoverImage, BlogHeadProps };
@@ -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-21d04028.js";
6
+ import { SectionProps } from "./SectionProps-83d399b4.js";
7
7
  import { BlogTeaserProps } from "./BlogTeaserProps-f5855e93.js";
8
- import { CtaProps } from "./CtaProps-babe4ee6.js";
8
+ import { CtaProps } from "./CtaProps-93230a76.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
@@ -3,10 +3,10 @@
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 { BlogHeadProps } from "./BlogHeadProps-c04a5ed8.js";
7
- import { BlogAsideProps } from "./BlogAsideProps-c760fd2a.js";
8
- import { SectionProps } from "./SectionProps-21d04028.js";
9
- import { CtaProps } from "./CtaProps-babe4ee6.js";
6
+ import { BlogHeadProps } from "./BlogHeadProps-3f6e4072.js";
7
+ import { BlogAsideProps } from "./BlogAsideProps-d9decb7c.js";
8
+ import { SectionProps } from "./SectionProps-83d399b4.js";
9
+ import { CtaProps } from "./CtaProps-93230a76.js";
10
10
  import { SeoProps } from "./SeoProps-f2d6dcaa.js";
11
11
  /**
12
12
  * Body text for the blog post, overwrites sections if present
@@ -24,18 +24,14 @@ type TeaserText = string;
24
24
  * The preview image for the blog post
25
25
  */
26
26
  type Image = string;
27
- /**
28
- * The alt text for the preview image
29
- */
30
- type Alt = string;
31
27
  /**
32
28
  * The blog entry URL to link
33
29
  */
34
30
  type URL = string;
35
31
  /**
36
- * The text for the link
32
+ * The label to use for the link
37
33
  */
38
- type Text = string;
34
+ type Label = string;
39
35
  /**
40
36
  * Time to read for the blog post
41
37
  */
@@ -61,7 +57,6 @@ interface BlogTeaserProps {
61
57
  headline: Headline;
62
58
  teaserText: TeaserText;
63
59
  image?: Image;
64
- alt?: Alt;
65
60
  link?: Link;
66
61
  readingTime?: ReadingTime;
67
62
  author?: Author;
@@ -72,7 +67,7 @@ interface BlogTeaserProps {
72
67
  */
73
68
  interface Link {
74
69
  url: URL;
75
- text?: Text;
70
+ label?: Label;
76
71
  }
77
72
  /**
78
73
  * The author of the blog post
@@ -82,4 +77,4 @@ interface Author {
82
77
  title?: Title;
83
78
  image?: Image1;
84
79
  }
85
- export { Date, Tags, Headline, TeaserText, Image, Alt, URL, Text, ReadingTime, Name, Title, Image1, BlogTeaserProps, Link, Author };
80
+ export { Date, Tags, Headline, TeaserText, Image, URL, Label, ReadingTime, Name, Title, Image1, BlogTeaserProps, Link, Author };
@@ -8,9 +8,9 @@
8
8
  */
9
9
  type Label = string;
10
10
  /**
11
- * The URL to link to when the button is clicked
11
+ * Target that should be linked, makes the button behave like a link semantically
12
12
  */
13
- type URL = string;
13
+ type Target = 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
- url?: URL;
35
+ target?: Target;
36
36
  variant?: Variant;
37
37
  icon?: Icon;
38
38
  size?: Size;
39
39
  disabled?: Disabled;
40
40
  }
41
- export { Label, URL, Variant, Icon, Size, Disabled, ButtonProps };
41
+ export { Label, Target, Variant, Icon, Size, Disabled, ButtonProps };
@@ -23,6 +23,10 @@ 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;
26
30
  /**
27
31
  * Text content to display inside the button
28
32
  */
@@ -32,9 +36,9 @@ type Label = string;
32
36
  */
33
37
  type Icon = string;
34
38
  /**
35
- * The URL to link to when the button is clicked
39
+ * Target that should be linked, makes the button behave like a link semantically
36
40
  */
37
- type URL = string;
41
+ type Target = string;
38
42
  /**
39
43
  * Background color for the whole element
40
44
  */
@@ -55,10 +59,6 @@ type Padding = boolean;
55
59
  * Image description
56
60
  */
57
61
  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,37 +72,28 @@ type DesktopImageAfterText = boolean;
72
72
  */
73
73
  type TextAlignment = "left" | "center";
74
74
  /**
75
- * Select a vertical alignment for the content
75
+ * Select a vertical alignment for the image
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;
86
78
  interface CtaProps {
87
79
  headline?: ComponentHeadline;
88
80
  sub?: ComponentSubheadline;
89
81
  text?: ComponentText;
90
82
  highlightText?: HighlightText;
91
83
  colorNeutral?: ColorNeutral;
84
+ fullWidth?: Width;
92
85
  buttons?: Button[];
93
86
  backgroundColor?: BackgroundColor;
94
87
  backgroundImage?: BackgroundImage;
95
88
  image?: Image;
96
89
  order?: Order;
97
90
  textAlign?: TextAlignment;
98
- align?: VerticalAlignmentOfTheContent;
99
- padding?: Padding1;
100
- inverted?: Inverted;
91
+ contentAlign?: VerticalAlignmentOfTheContent;
101
92
  }
102
93
  interface Button {
103
94
  label?: Label;
104
95
  icon?: Icon;
105
- url?: URL;
96
+ target?: Target;
106
97
  }
107
98
  /**
108
99
  * Image displayed alongside the text content
@@ -111,7 +102,6 @@ interface Image {
111
102
  src?: ImageSource;
112
103
  padding?: Padding;
113
104
  alt?: AltText;
114
- align?: VerticalAlignmentOfTheImage;
115
105
  }
116
106
  /**
117
107
  * Choose what comes first on mobile and desktop: image or text
@@ -120,4 +110,4 @@ interface Order {
120
110
  mobileImageLast?: MobileImageAfterText;
121
111
  desktopImageLast?: DesktopImageAfterText;
122
112
  }
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 };
113
+ export { ComponentHeadline, ComponentSubheadline, ComponentText, HighlightText, ColorNeutral, Width, Label, Icon, Target, BackgroundColor, BackgroundImage, ImageSource, Padding, AltText, MobileImageAfterText, DesktopImageAfterText, TextAlignment, VerticalAlignmentOfTheContent, CtaProps, Button, Image, Order };
@@ -0,0 +1,52 @@
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 icon for the feature
8
+ */
9
+ type Icon = string;
10
+ /**
11
+ * The title of the feature
12
+ */
13
+ type Title = string;
14
+ /**
15
+ * The description of the feature
16
+ */
17
+ type Text = string;
18
+ /**
19
+ * The CTA target
20
+ */
21
+ type CallToActionTarget = string;
22
+ /**
23
+ * The text label displayed on the link
24
+ */
25
+ type LinkLabel = string;
26
+ /**
27
+ * Activate/disable the CTAs
28
+ */
29
+ type CallToActionToggle = boolean;
30
+ /**
31
+ * Partial Component used to display a feature
32
+ */
33
+ interface FeatureProps {
34
+ icon?: Icon;
35
+ title: Title;
36
+ text?: Text;
37
+ style?: "intext" | "stack" | "centered" | "besideLarge" | "besideSmall";
38
+ cta?: CallToAction;
39
+ }
40
+ /**
41
+ * The call to action
42
+ */
43
+ interface CallToAction {
44
+ target?: CallToActionTarget;
45
+ label?: LinkLabel;
46
+ toggle?: CallToActionToggle;
47
+ /**
48
+ * Choose the style of the CTA
49
+ */
50
+ style?: "button" | "link" | "intext";
51
+ }
52
+ export { Icon, Title, Text, CallToActionTarget, LinkLabel, CallToActionToggle, FeatureProps, CallToAction };
@@ -0,0 +1,34 @@
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 { FeatureProps } from "./FeatureProps-f8a75850.js";
7
+ /**
8
+ * The layout variant to use for the features
9
+ */
10
+ type Layout = "largeTiles" | "smallTiles" | "list";
11
+ /**
12
+ * Activate/disable the CTAs
13
+ */
14
+ type CTAToggle = boolean;
15
+ /**
16
+ * The features to display
17
+ *
18
+ * @minItems 1
19
+ * @maxItems 8
20
+ */
21
+ type Features = [FeatureProps] | [FeatureProps, FeatureProps] | [FeatureProps, FeatureProps, FeatureProps] | [FeatureProps, FeatureProps, FeatureProps, FeatureProps] | [FeatureProps, FeatureProps, FeatureProps, FeatureProps, FeatureProps] | [FeatureProps, FeatureProps, FeatureProps, FeatureProps, FeatureProps, FeatureProps] | [FeatureProps, FeatureProps, FeatureProps, FeatureProps, FeatureProps, FeatureProps, FeatureProps] | [FeatureProps, FeatureProps, FeatureProps, FeatureProps, FeatureProps, FeatureProps, FeatureProps, FeatureProps];
22
+ /**
23
+ * Component used to display a set of features
24
+ */
25
+ interface FeaturesProps {
26
+ layout?: Layout;
27
+ style?: "intext" | "stack" | "centered" | "besideLarge" | "besideSmall";
28
+ ctas?: {
29
+ toggle?: CTAToggle;
30
+ style?: "button" | "link" | "intext";
31
+ };
32
+ feature?: Features;
33
+ }
34
+ export { Layout, CTAToggle, Features, FeaturesProps };
@@ -36,11 +36,11 @@ interface FooterProps {
36
36
  byline?: Byline;
37
37
  inverted?: Inverted;
38
38
  navItems?: {
39
- url: string;
39
+ href: string;
40
40
  label: string;
41
41
  active?: boolean;
42
42
  items?: {
43
- url?: string;
43
+ href?: string;
44
44
  label?: string;
45
45
  active?: boolean;
46
46
  }[];
@@ -49,11 +49,11 @@ interface HeaderProps {
49
49
  floating?: Floating;
50
50
  inverted?: Inverted;
51
51
  navItems?: {
52
- url: string;
52
+ href: string;
53
53
  label: string;
54
54
  active?: boolean;
55
55
  items?: {
56
- url?: string;
56
+ href?: string;
57
57
  label?: string;
58
58
  active?: boolean;
59
59
  }[];
@@ -37,9 +37,9 @@ type Label = string;
37
37
  */
38
38
  type Icon = string;
39
39
  /**
40
- * The URL to link to when the button is clicked
40
+ * Target that should be linked, makes the button behave like a link semantically
41
41
  */
42
- type URL = string;
42
+ type Target = string;
43
43
  /**
44
44
  * Enable grid layer
45
45
  */
@@ -71,11 +71,7 @@ type AltText = string;
71
71
  /**
72
72
  * Choose the alginment of the module content
73
73
  */
74
- type ModuleAligment = "center" | "below" | "left" | "right" | "corner";
75
- /**
76
- * Inverted color scheme for the box
77
- */
78
- type Inverted = boolean;
74
+ type ModuleAligment = "center" | "below" | "left" | "right";
79
75
  interface HeroProps {
80
76
  headline?: Headline;
81
77
  sub?: ModuleSubheadline;
@@ -88,12 +84,11 @@ interface HeroProps {
88
84
  overlay?: GridLayer;
89
85
  image?: BackgroundImage;
90
86
  textPosition?: ModuleAligment;
91
- inverted?: Inverted;
92
87
  }
93
88
  interface Button {
94
89
  label?: Label;
95
90
  icon?: Icon;
96
- url?: URL;
91
+ target?: Target;
97
92
  }
98
93
  /**
99
94
  * Sources of background images for different screen sizes
@@ -106,4 +101,4 @@ interface BackgroundImage {
106
101
  indent?: ImageIndent;
107
102
  alt?: AltText;
108
103
  }
109
- export { Headline, ModuleSubheadline, ModuleText, HighlightText, ColorNeutral, Height, Textbox, Label, Icon, URL, GridLayer, MobileImageSource, TabletImageSource, DesktopImageSource, OptionalSource, ImageIndent, AltText, ModuleAligment, Inverted, HeroProps, Button, BackgroundImage };
104
+ export { Headline, ModuleSubheadline, ModuleText, HighlightText, ColorNeutral, Height, Textbox, Label, Icon, Target, GridLayer, MobileImageSource, TabletImageSource, DesktopImageSource, OptionalSource, ImageIndent, AltText, ModuleAligment, HeroProps, Button, BackgroundImage };
@@ -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 { ButtonProps } from "./ButtonProps-00ddee3a.js";
6
+ import { ButtonProps } from "./ButtonProps-03ff6d21.js";
7
7
  /**
8
8
  * Headline for the module element
9
9
  */
@@ -33,9 +33,9 @@ type ButtonToggle = boolean;
33
33
  */
34
34
  type Label = string;
35
35
  /**
36
- * The URL to link to when the button is clicked
36
+ * Target that should be linked, makes the button behave like a link semantically
37
37
  */
38
- type URL = string;
38
+ type Target = string;
39
39
  /**
40
40
  * Choose an icon
41
41
  */
@@ -63,7 +63,7 @@ interface TileProps {
63
63
  button?: {
64
64
  toggle?: ButtonToggle;
65
65
  label?: Label;
66
- url?: URL;
66
+ target?: Target;
67
67
  icon?: Icon;
68
68
  };
69
69
  backgroundColor?: BackgroundColor;
@@ -255,4 +255,4 @@ interface MosaicProps {
255
255
  largeHeadlines?: LargeHeadlines;
256
256
  tile?: Tiles;
257
257
  }
258
- export { Headline, ModuleSubheadline, ModuleText, Source, AltText, ButtonToggle, Label, URL, Icon, BackgroundColor, BackgroundImage, TextColor, TileProps, Layout, LargeHeadlines, Tiles, MosaicProps };
258
+ export { Headline, ModuleSubheadline, ModuleText, Source, AltText, ButtonToggle, Label, Target, Icon, BackgroundColor, BackgroundImage, TextColor, TileProps, Layout, LargeHeadlines, Tiles, MosaicProps };
@@ -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-21d04028.js";
6
+ import { SectionProps } from "./SectionProps-83d399b4.js";
7
7
  import { SeoProps } from "./SeoProps-f2d6dcaa.js";
8
8
  /**
9
9
  * Collection of sections (with their contents) to render on the page
@@ -3,24 +3,22 @@
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 { CtaProps } from "./CtaProps-babe4ee6.js";
7
- import { DividerProps } from "./DividerProps-2ef31901.js";
6
+ import { CtaProps } from "./CtaProps-93230a76.js";
8
7
  import { FaqProps } from "./FaqProps-ad618cd5.js";
9
- import { FeaturesProps } from "./FeaturesProps-a9041d97.js";
8
+ import { FeaturesProps } from "./FeaturesProps-b05859d6.js";
10
9
  import { GalleryProps } from "./GalleryProps-76e7de44.js";
11
- import { HeroProps } from "./HeroProps-40f6c7f5.js";
12
- import { HtmlProps } from "./HtmlProps-9d091769.js";
10
+ import { HeroProps } from "./HeroProps-cf82a16d.js";
13
11
  import { ImageStoryProps } from "./ImageStoryProps-e853e1e7.js";
14
12
  import { ImageTextProps } from "./ImageTextProps-9286cca4.js";
15
13
  import { LogosProps } from "./LogosProps-f9474fe2.js";
16
14
  import { MosaicProps } from "./MosaicProps-d52c7151.js";
17
- import { SliderProps } from "./SliderProps-babe4ee6.js";
15
+ import { SliderProps } from "./SliderProps-93230a76.js";
18
16
  import { StatsProps } from "./StatsProps-bf5ef578.js";
19
- import { TeaserCardProps } from "./TeaserCardProps-994cb119.js";
20
- import { TestimonialsProps } from "./TestimonialsProps-e344f597.js";
17
+ import { TeaserCardProps } from "./TeaserCardProps-b9c28e78.js";
18
+ import { TestimonialsProps } from "./TestimonialsProps-f7211553.js";
21
19
  import { TextProps } from "./TextProps-a23170d2.js";
22
- import { VideoCurtainProps } from "./VideoCurtainProps-a2c0cc7f.js";
23
- import { ButtonProps } from "./ButtonProps-00ddee3a.js";
20
+ import { VideoCurtainProps } from "./VideoCurtainProps-6c625a69.js";
21
+ import { ButtonProps } from "./ButtonProps-03ff6d21.js";
24
22
  /**
25
23
  * Width of section to use
26
24
  */
@@ -28,19 +26,11 @@ type Width = "full" | "max" | "wide" | "default" | "narrow";
28
26
  /**
29
27
  * Style of background
30
28
  */
31
- type Style = "default" | "framed" | "deko";
29
+ type Style = "stagelights" | "horizontalGradient" | "verticalGradient" | "accentTransition" | "boldTransition" | "symmetricGlow" | "anchorGlow";
32
30
  /**
33
31
  * Color of background
34
32
  */
35
33
  type Style1 = "default" | "accent" | "bold";
36
- /**
37
- * Color of background
38
- */
39
- type Style2 = "none" | "to-default" | "to-accent" | "to-bold" | "to-inverted";
40
- /**
41
- * Background image for the whole section
42
- */
43
- type BackgroundImage = string;
44
34
  /**
45
35
  * Show spotlight behind cursor
46
36
  */
@@ -112,7 +102,7 @@ type TileWidth = "smallest" | "default" | "medium" | "large" | "largest";
112
102
  /**
113
103
  * Allowed components for content
114
104
  */
115
- type Content = (CtaProps | DividerProps | FaqProps | FeaturesProps | GalleryProps | HeroProps | HtmlProps | ImageStoryProps | ImageTextProps | LogosProps | MosaicProps | SliderProps | StatsProps | TeaserCardProps | TestimonialsProps | TextProps | VideoCurtainProps)[];
105
+ type Content = (CtaProps | FaqProps | FeaturesProps | GalleryProps | HeroProps | ImageStoryProps | ImageTextProps | LogosProps | MosaicProps | SliderProps | StatsProps | TeaserCardProps | TestimonialsProps | TextProps | VideoCurtainProps)[];
116
106
  /**
117
107
  * Buttons of the Button Group
118
108
  */
@@ -124,8 +114,6 @@ interface SectionProps {
124
114
  width?: Width;
125
115
  style?: Style;
126
116
  backgroundColor?: Style1;
127
- transition?: Style2;
128
- backgroundImage?: BackgroundImage;
129
117
  spotlight?: Spotlight;
130
118
  spaceBefore?: SpaceBefore;
131
119
  spaceAfter?: SpaceAfter;
@@ -150,4 +138,4 @@ interface SectionProps {
150
138
  components?: Content;
151
139
  buttons?: Buttons;
152
140
  }
153
- export { Width, Style, Style1, Style2, BackgroundImage, Spotlight, SpaceBefore, SpaceAfter, Inverted, HeaderSpacing, Headline, LargeHeadline, HeadlineWidth, HeadlineTextAlignment, HeadlineAlignment, Subheadline, SwitchHeadlineOrder, ContentWidth, ContentAlignment, Gutter, Mode, TileWidth, Content, Buttons, SectionProps };
141
+ export { Width, Style, Style1, Spotlight, SpaceBefore, SpaceAfter, Inverted, HeaderSpacing, Headline, LargeHeadline, HeadlineWidth, HeadlineTextAlignment, HeadlineAlignment, Subheadline, SwitchHeadlineOrder, ContentWidth, ContentAlignment, Gutter, Mode, TileWidth, Content, Buttons, SectionProps };
@@ -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 { CtaProps } from "./CtaProps-babe4ee6.js";
7
- import { FeaturesProps } from "./FeaturesProps-a9041d97.js";
6
+ import { CtaProps } from "./CtaProps-93230a76.js";
7
+ import { FeaturesProps } from "./FeaturesProps-b05859d6.js";
8
8
  import { GalleryProps } from "./GalleryProps-76e7de44.js";
9
- import { HeroProps } from "./HeroProps-40f6c7f5.js";
9
+ import { HeroProps } from "./HeroProps-cf82a16d.js";
10
10
  import { ImageTextProps } from "./ImageTextProps-9286cca4.js";
11
11
  import { LogosProps } from "./LogosProps-f9474fe2.js";
12
12
  import { StatsProps } from "./StatsProps-bf5ef578.js";
13
- import { TeaserCardProps } from "./TeaserCardProps-994cb119.js";
14
- import { TestimonialsProps } from "./TestimonialsProps-e344f597.js";
13
+ import { TeaserCardProps } from "./TeaserCardProps-b9c28e78.js";
14
+ import { TestimonialsProps } from "./TestimonialsProps-f7211553.js";
15
15
  import { TextProps } from "./TextProps-a23170d2.js";
16
16
  /**
17
17
  * Automatically move to next slide after 4 seconds without user interaction
@@ -16,9 +16,9 @@ type Text = string;
16
16
  */
17
17
  type Label = string;
18
18
  /**
19
- * Url that should be linked
19
+ * Target that should be linked
20
20
  */
21
- type Url = string;
21
+ type Target = string;
22
22
  /**
23
23
  * Label of the button. Still A11Y relevant when the button is hidden.
24
24
  */
@@ -46,7 +46,7 @@ interface TeaserCardProps {
46
46
  * Layout for the Teaser Card
47
47
  */
48
48
  layout?: "stack" | "row";
49
- url: Url;
49
+ target: Target;
50
50
  button?: {
51
51
  label: Label1;
52
52
  chevron?: Icon;
@@ -58,4 +58,4 @@ interface TeaserCardProps {
58
58
  */
59
59
  imageRatio?: "wide" | "landscape" | "square" | "unset";
60
60
  }
61
- export { Headline, Text, Label, Url, Label1, Icon, DisplayButton, Image, TeaserCardProps };
61
+ export { Headline, Text, Label, Target, Label1, Icon, DisplayButton, Image, TeaserCardProps };
@@ -3,14 +3,6 @@
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
- /**
7
- * The testimonial layout
8
- */
9
- type Layout = "slider" | "list" | "alternating";
10
- /**
11
- * The style of the quote signs
12
- */
13
- type StyleOfTheQuoteSigns = "normal" | "large" | "none";
14
6
  /**
15
7
  * The testimonial quote
16
8
  */
@@ -35,22 +27,10 @@ type AltText = string;
35
27
  * The rating of the testimonial, from 1 to 5
36
28
  */
37
29
  type Rating = number;
38
- /**
39
- * Add testimonials featuring an image, a quote, a source and a rating
40
- */
41
- type Testimonials = Testimonial[];
42
- /**
43
- * Display testimonials with an optional image and rating
44
- */
45
- interface TestimonialsProps {
46
- layout?: Layout;
47
- quoteSigns?: StyleOfTheQuoteSigns;
48
- testimonial?: Testimonials;
49
- }
50
30
  /**
51
31
  * Testimonial entry of Testimonials component
52
32
  */
53
- interface Testimonial {
33
+ interface TestimonialProps {
54
34
  quote: Quote;
55
35
  name: Name;
56
36
  title?: Title;
@@ -60,4 +40,4 @@ interface Testimonial {
60
40
  };
61
41
  rating?: Rating;
62
42
  }
63
- export { Layout, StyleOfTheQuoteSigns, Quote, Name, Title, Source, AltText, Rating, Testimonials, TestimonialsProps, Testimonial };
43
+ export { Quote, Name, Title, Source, AltText, Rating, TestimonialProps };
@@ -0,0 +1,22 @@
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 { TestimonialProps } from "./TestimonialProps-94bdeac9.js";
7
+ /**
8
+ * The testimonial layout
9
+ */
10
+ type Layout = "slider" | "list" | "alternating";
11
+ /**
12
+ * Add testimonials featuring an image, a quote, a source and a rating
13
+ */
14
+ type Testimonials = TestimonialProps[];
15
+ /**
16
+ * Display testimonials with an optional image and rating
17
+ */
18
+ interface TestimonialsProps {
19
+ layout?: Layout;
20
+ testimonial?: Testimonials;
21
+ }
22
+ export { Layout, Testimonials, TestimonialsProps };