@kickstartds/ds-agency-premium 1.6.70 → 1.6.71--canary.45.1756.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 (294) hide show
  1. package/dist/{BlogAsideProps-d9decb7c.d.ts → BlogAsideProps-c760fd2a.d.ts} +5 -5
  2. package/dist/{BlogAuthorProps-88a11566.d.ts → BlogAuthorProps-fb0241df.d.ts} +7 -2
  3. package/dist/{BlogOverviewProps-9f207f1c.d.ts → BlogOverviewProps-7caa223c.d.ts} +3 -3
  4. package/dist/{BlogPostProps-d9decb7c.d.ts → BlogPostProps-c760fd2a.d.ts} +4 -4
  5. package/dist/{ButtonProps-03ff6d21.d.ts → ButtonProps-00ddee3a.d.ts} +4 -4
  6. package/dist/{CtaProps-93230a76.d.ts → CtaProps-babe4ee6.d.ts} +21 -11
  7. package/dist/EventAppointmentProps-443cd1ce.d.ts +38 -0
  8. package/dist/EventDetailProps-42a7eebe.d.ts +387 -0
  9. package/dist/EventLatestTeaserProps-fc9d3281.d.ts +58 -0
  10. package/dist/EventLocationProps-871bc198.d.ts +41 -0
  11. package/dist/{FeaturesProps-e58616a5.d.ts → FeaturesProps-a9041d97.d.ts} +9 -4
  12. package/dist/{FooterProps-171a3067.d.ts → FooterProps-a0a104ca.d.ts} +2 -2
  13. package/dist/{HeaderProps-e22382f1.d.ts → HeaderProps-72763967.d.ts} +2 -2
  14. package/dist/{HeroProps-f704d270.d.ts → HeroProps-40f6c7f5.d.ts} +9 -4
  15. package/dist/{ImageStoryProps-e853e1e7.d.ts → ImageStoryProps-00ddee3a.d.ts} +1 -1
  16. package/dist/MosaicProps-d52c7151.d.ts +4 -4
  17. package/dist/{PageProps-aa29c554.d.ts → PageProps-7caa223c.d.ts} +1 -1
  18. package/dist/{SectionProps-1cfcf6e8.d.ts → SectionProps-00ddee3a.d.ts} +15 -10
  19. package/dist/{SliderProps-93230a76.d.ts → SliderProps-babe4ee6.d.ts} +4 -4
  20. package/dist/{StatProps-79109ad0.d.ts → StatProps-12a3eae0.d.ts} +1 -1
  21. package/dist/StatsProps-bf5ef578.d.ts +1 -1
  22. package/dist/{TeaserCardProps-b9c28e78.d.ts → TeaserCardProps-994cb119.d.ts} +4 -4
  23. package/dist/{VideoCurtainProps-6c625a69.d.ts → VideoCurtainProps-a2c0cc7f.d.ts} +5 -5
  24. package/dist/components/blog-aside/blog-aside.schema.dereffed.json +16 -8
  25. package/dist/components/blog-aside/blog-aside.schema.json +4 -4
  26. package/dist/components/blog-aside/index.d.ts +1 -1
  27. package/dist/components/blog-aside/index.js +1 -1
  28. package/dist/components/blog-author/blog-author.schema.dereffed.json +12 -4
  29. package/dist/components/blog-author/index.d.ts +1 -1
  30. package/dist/components/blog-head/index.d.ts +1 -1
  31. package/dist/components/blog-overview/blog-overview.schema.dereffed.json +182 -89
  32. package/dist/components/blog-overview/index.d.ts +1 -1
  33. package/dist/components/blog-post/blog-post.schema.dereffed.json +198 -97
  34. package/dist/components/blog-post/index.d.ts +1 -1
  35. package/dist/components/blog-teaser/index.d.ts +1 -1
  36. package/dist/components/blog-teaser/index.js +5 -7
  37. package/dist/components/breadcrumb/breadcrumb.css +32 -0
  38. package/dist/components/breadcrumb/breadcrumb.schema.dereffed.json +34 -0
  39. package/dist/components/breadcrumb/breadcrumb.schema.json +27 -0
  40. package/dist/components/breadcrumb/index.d.ts +28 -0
  41. package/dist/components/breadcrumb/index.js +17 -0
  42. package/dist/components/button/button.css +2 -2
  43. package/dist/components/button/button.schema.dereffed.json +3 -3
  44. package/dist/components/button/button.schema.json +3 -3
  45. package/dist/components/button/index.d.ts +1 -1
  46. package/dist/components/button/index.js +1 -1
  47. package/dist/components/button-group/button-group.schema.dereffed.json +3 -3
  48. package/dist/components/button-group/index.d.ts +1 -1
  49. package/dist/components/contact/contact.schema.dereffed.json +13 -5
  50. package/dist/components/contact/contact.schema.json +11 -5
  51. package/dist/components/contact/index.d.ts +6 -1
  52. package/dist/components/contact/index.js +1 -1
  53. package/dist/components/cta/cta.css +44 -56
  54. package/dist/components/cta/cta.schema.dereffed.json +28 -11
  55. package/dist/components/cta/cta.schema.json +23 -10
  56. package/dist/components/cta/index.d.ts +1 -1
  57. package/dist/components/cta/index.js +25 -26
  58. package/dist/components/downloads/downloads.css +153 -0
  59. package/dist/components/downloads/downloads.schema.dereffed.json +55 -0
  60. package/dist/components/downloads/downloads.schema.json +44 -0
  61. package/dist/components/downloads/index.d.ts +41 -0
  62. package/dist/components/downloads/index.js +18 -0
  63. package/dist/components/event-appointment/event-appointment.css +62 -0
  64. package/dist/components/event-appointment/event-appointment.schema.dereffed.json +56 -0
  65. package/dist/components/event-appointment/event-appointment.schema.json +47 -0
  66. package/dist/components/event-appointment/index.d.ts +7 -0
  67. package/dist/components/event-appointment/index.js +14 -0
  68. package/dist/components/event-detail/event-detail.schema.dereffed.json +287 -0
  69. package/dist/components/event-detail/event-detail.schema.json +74 -0
  70. package/dist/components/event-detail/index.d.ts +5 -0
  71. package/dist/components/event-detail/index.js +36 -0
  72. package/dist/components/event-header/event-header.css +6 -0
  73. package/dist/components/event-header/event-header.schema.dereffed.json +38 -0
  74. package/dist/components/event-header/event-header.schema.json +34 -0
  75. package/dist/components/event-header/index.d.ts +35 -0
  76. package/dist/components/event-header/index.js +20 -0
  77. package/dist/components/event-latest/event-latest.css +5 -0
  78. package/dist/components/event-latest/event-latest.schema.dereffed.json +142 -0
  79. package/dist/components/event-latest/event-latest.schema.json +46 -0
  80. package/dist/components/event-latest/index.d.ts +30 -0
  81. package/dist/components/event-latest/index.js +19 -0
  82. package/dist/components/event-latest-teaser/event-latest-teaser.css +128 -0
  83. package/dist/components/event-latest-teaser/event-latest-teaser.schema.dereffed.json +97 -0
  84. package/dist/components/event-latest-teaser/event-latest-teaser.schema.json +73 -0
  85. package/dist/components/event-latest-teaser/index.d.ts +8 -0
  86. package/dist/components/event-latest-teaser/index.js +18 -0
  87. package/dist/components/event-location/event-location.css +71 -0
  88. package/dist/components/event-location/event-location.schema.dereffed.json +126 -0
  89. package/dist/components/event-location/event-location.schema.json +61 -0
  90. package/dist/components/event-location/index.d.ts +7 -0
  91. package/dist/components/event-location/index.js +18 -0
  92. package/dist/components/feature/feature.schema.dereffed.json +13 -3
  93. package/dist/components/feature/feature.schema.json +11 -3
  94. package/dist/components/feature/index.d.ts +8 -3
  95. package/dist/components/feature/index.js +2 -3
  96. package/dist/components/features/features.css +15 -35
  97. package/dist/components/features/features.schema.dereffed.json +13 -3
  98. package/dist/components/features/features.schema.json +5 -2
  99. package/dist/components/features/index.d.ts +1 -1
  100. package/dist/components/features/index.js +2 -2
  101. package/dist/components/footer/footer.css +1 -1
  102. package/dist/components/footer/footer.schema.dereffed.json +12 -12
  103. package/dist/components/footer/index.d.ts +1 -1
  104. package/dist/components/footer/index.js +1 -1
  105. package/dist/components/gallery/gallery.schema.dereffed.json +2 -1
  106. package/dist/components/gallery/gallery.schema.json +2 -1
  107. package/dist/components/gallery/index.js +1 -1
  108. package/dist/components/header/header.css +47 -9
  109. package/dist/components/header/header.schema.dereffed.json +12 -12
  110. package/dist/components/header/index.d.ts +1 -1
  111. package/dist/components/header/index.js +5 -5
  112. package/dist/components/headline/headline.css +2 -2
  113. package/dist/components/hero/hero.css +61 -25
  114. package/dist/components/hero/hero.schema.dereffed.json +9 -3
  115. package/dist/components/hero/hero.schema.json +8 -2
  116. package/dist/components/hero/index.d.ts +1 -1
  117. package/dist/components/hero/index.js +39 -39
  118. package/dist/components/image-story/image-story.css +5 -2
  119. package/dist/components/image-story/image-story.schema.dereffed.json +3 -3
  120. package/dist/components/image-story/index.d.ts +1 -1
  121. package/dist/components/index/index.d.ts +6 -5
  122. package/dist/components/logos/index.js +1 -1
  123. package/dist/components/mosaic/index.js +1 -1
  124. package/dist/components/mosaic/mosaic.css +1 -1
  125. package/dist/components/mosaic/mosaic.schema.dereffed.json +3 -3
  126. package/dist/components/nav-dropdown/index.d.ts +1 -1
  127. package/dist/components/nav-dropdown/index.js +2 -2
  128. package/dist/components/nav-dropdown/nav-dropdown.css +12 -3
  129. package/dist/components/nav-dropdown/nav-dropdown.schema.dereffed.json +1 -1
  130. package/dist/components/nav-flyout/index.d.ts +2 -2
  131. package/dist/components/nav-flyout/index.js +6 -8
  132. package/dist/components/nav-flyout/nav-flyout.css +29 -15
  133. package/dist/components/nav-flyout/nav-flyout.schema.dereffed.json +12 -12
  134. package/dist/components/nav-main/index.d.ts +5 -5
  135. package/dist/components/nav-main/index.js +0 -2
  136. package/dist/components/nav-main/nav-main.schema.dereffed.json +15 -15
  137. package/dist/components/nav-main/nav-main.schema.json +14 -14
  138. package/dist/components/nav-toggle/index.js +1 -1
  139. package/dist/components/nav-topbar/index.d.ts +2 -2
  140. package/dist/components/nav-topbar/index.js +2 -2
  141. package/dist/components/nav-topbar/nav-topbar.css +15 -2
  142. package/dist/components/nav-topbar/nav-topbar.schema.dereffed.json +12 -12
  143. package/dist/components/page/index.d.ts +1 -1
  144. package/dist/components/page/page.schema.dereffed.json +154 -78
  145. package/dist/components/page-wrapper/index.js +42 -0
  146. package/dist/components/page-wrapper/tokens.css +427 -731
  147. package/dist/components/pagination/index.d.ts +47 -0
  148. package/dist/components/pagination/index.js +52 -0
  149. package/dist/components/pagination/pagination.css +66 -0
  150. package/dist/components/pagination/pagination.schema.dereffed.json +64 -0
  151. package/dist/components/pagination/pagination.schema.json +57 -0
  152. package/dist/components/presets.json +863 -267
  153. package/dist/components/section/index.d.ts +1 -1
  154. package/dist/components/section/index.js +11 -3
  155. package/dist/components/section/section.css +38 -58
  156. package/dist/components/section/section.schema.dereffed.json +154 -78
  157. package/dist/components/section/section.schema.json +8 -10
  158. package/dist/components/settings/settings.schema.dereffed.json +24 -24
  159. package/dist/components/slider/index.d.ts +1 -1
  160. package/dist/components/slider/slider.schema.dereffed.json +61 -28
  161. package/dist/components/split/split.css +2 -2
  162. package/dist/components/split-even/index.d.ts +42 -0
  163. package/dist/components/split-even/index.js +7 -0
  164. package/dist/components/split-even/split-even.css +85 -0
  165. package/dist/components/split-even/split-even.schema.dereffed.json +62 -0
  166. package/dist/components/split-even/split-even.schema.json +43 -0
  167. package/dist/components/stat/index.d.ts +1 -1
  168. package/dist/components/stat/index.js +3 -12
  169. package/dist/components/stat/stat.schema.dereffed.json +5 -6
  170. package/dist/components/stat/stat.schema.json +2 -2
  171. package/dist/components/stats/stats.schema.dereffed.json +5 -6
  172. package/dist/components/teaser-card/index.d.ts +1 -1
  173. package/dist/components/teaser-card/index.js +9 -9
  174. package/dist/components/teaser-card/teaser-card.css +67 -47
  175. package/dist/components/teaser-card/teaser-card.schema.dereffed.json +4 -4
  176. package/dist/components/teaser-card/teaser-card.schema.json +4 -4
  177. package/dist/components/testimonials/index.d.ts +1 -1
  178. package/dist/components/tile/tile.schema.dereffed.json +3 -3
  179. package/dist/components/tile/tile.schema.json +2 -2
  180. package/dist/components/video-curtain/index.d.ts +1 -1
  181. package/dist/components/video-curtain/index.js +12 -4
  182. package/dist/components/video-curtain/video-curtain.css +52 -29
  183. package/dist/components/video-curtain/video-curtain.schema.dereffed.json +6 -4
  184. package/dist/components/video-curtain/video-curtain.schema.json +3 -3
  185. package/dist/global.css +283 -59
  186. package/dist/static/fonts/systemics/Montserrat-Bold.woff2 +0 -0
  187. package/dist/static/fonts/systemics/Montserrat-Light.woff2 +0 -0
  188. package/dist/static/fonts/systemics/Montserrat-Medium.woff2 +0 -0
  189. package/dist/static/fonts/systemics/Montserrat-Regular.woff2 +0 -0
  190. package/dist/static/fonts/systemics/Montserrat-SemiBold.woff2 +0 -0
  191. package/dist/static/img/about/angled-image.png +0 -0
  192. package/dist/static/img/about/cta.png +0 -0
  193. package/dist/static/img/about/cutout.png +0 -0
  194. package/dist/static/img/about/disclaimer.png +0 -0
  195. package/dist/static/img/about/purpose.png +0 -0
  196. package/dist/static/img/about/spoiler.png +0 -0
  197. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-01.svg +72 -0
  198. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-02.svg +112 -0
  199. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-03.svg +197 -0
  200. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-04.svg +76 -0
  201. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-05.svg +82 -0
  202. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-06.svg +219 -0
  203. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-07.svg +85 -0
  204. package/dist/static/img/screenshots/blog-blog-aside--default.png +0 -0
  205. package/dist/static/img/screenshots/blog-blog-author--default.png +0 -0
  206. package/dist/static/img/screenshots/blog-blog-head--default.png +0 -0
  207. package/dist/static/img/screenshots/blog-blog-teaser--default.png +0 -0
  208. package/dist/static/img/screenshots/components-contact--wide-image.png +0 -0
  209. package/dist/static/img/screenshots/components-cta--align-bottom.png +0 -0
  210. package/dist/static/img/screenshots/components-cta--angled-image.png +0 -0
  211. package/dist/static/img/screenshots/components-cta--banner.png +0 -0
  212. package/dist/static/img/screenshots/components-cta--colored-banner.png +0 -0
  213. package/dist/static/img/screenshots/components-cta--contact-banner.png +0 -0
  214. package/dist/static/img/screenshots/components-cta--highlighted.png +0 -0
  215. package/dist/static/img/screenshots/components-cta--left-aligned.png +0 -0
  216. package/dist/static/img/screenshots/components-cta--product-advertisement.png +0 -0
  217. package/dist/static/img/screenshots/components-cta--split-banner.png +0 -0
  218. package/dist/static/img/screenshots/components-faq--dropdown-list.png +0 -0
  219. package/dist/static/img/screenshots/components-faq--single-dropdown.png +0 -0
  220. package/dist/static/img/screenshots/components-features--icon-beside-with-link-in-text.png +0 -0
  221. package/dist/static/img/screenshots/components-features--icon-centered.png +0 -0
  222. package/dist/static/img/screenshots/components-features--icon-intext-with-link.png +0 -0
  223. package/dist/static/img/screenshots/components-features--list-view.png +0 -0
  224. package/dist/static/img/screenshots/components-features--stack-with-button.png +0 -0
  225. package/dist/static/img/screenshots/components-headline--h-1.png +0 -0
  226. package/dist/static/img/screenshots/components-headline--h-2.png +0 -0
  227. package/dist/static/img/screenshots/components-headline--h-3.png +0 -0
  228. package/dist/static/img/screenshots/components-headline--h-4.png +0 -0
  229. package/dist/static/img/screenshots/components-headline--order-swapped.png +0 -0
  230. package/dist/static/img/screenshots/components-headline--with-markdown.png +0 -0
  231. package/dist/static/img/screenshots/components-headline--with-subheadline.png +0 -0
  232. package/dist/static/img/screenshots/components-hero--text-box-on-full-screen.png +0 -0
  233. package/dist/static/img/screenshots/components-hero--text-on-image-with-overlay.png +0 -0
  234. package/dist/static/img/screenshots/components-image--custom-aspect-ratio.png +0 -0
  235. package/dist/static/img/screenshots/components-image--preset-size.png +0 -0
  236. package/dist/static/img/screenshots/components-image--responsive-image.png +0 -0
  237. package/dist/static/img/screenshots/components-logos--centered-with-button.png +0 -0
  238. package/dist/static/img/screenshots/components-logos--left-aligned-with-text-link.png +0 -0
  239. package/dist/static/img/screenshots/components-stats--count-up-with-description.png +0 -0
  240. package/dist/static/img/screenshots/components-stats--count-up-with-icons.png +0 -0
  241. package/dist/static/img/screenshots/components-testimonials--alternating-layout.png +0 -0
  242. package/dist/static/img/screenshots/components-testimonials--list-layout.png +0 -0
  243. package/dist/static/img/screenshots/components-testimonials--simple.png +0 -0
  244. package/dist/static/img/screenshots/components-testimonials--slider-layout.png +0 -0
  245. package/dist/static/img/screenshots/components-testimonials--with-rating.png +0 -0
  246. package/dist/static/img/screenshots/components-testimonials--with-title.png +0 -0
  247. package/dist/static/img/screenshots/form-select-field--default.png +0 -0
  248. package/dist/static/img/screenshots/form-text-area--default.png +0 -0
  249. package/dist/static/img/screenshots/form-text-field--default.png +0 -0
  250. package/dist/static/img/screenshots/layout-divider--accent.png +0 -0
  251. package/dist/static/img/screenshots/layout-footer--footer.png +0 -0
  252. package/dist/static/img/screenshots/layout-header--header.png +0 -0
  253. package/dist/static/img/screenshots/layout-section--accent-background.png +0 -0
  254. package/dist/static/img/screenshots/layout-section--bold-background.png +0 -0
  255. package/dist/static/img/screenshots/layout-section--cards.png +0 -0
  256. package/dist/static/img/screenshots/layout-section--colorful-gradient.png +0 -0
  257. package/dist/static/img/screenshots/layout-section--flex-layout.png +0 -0
  258. package/dist/static/img/screenshots/layout-section--inverted.png +0 -0
  259. package/dist/static/img/screenshots/layout-section--list-layout.png +0 -0
  260. package/dist/static/img/screenshots/layout-section--slider.png +0 -0
  261. package/dist/static/img/screenshots/layout-section--spotlight.png +0 -0
  262. package/dist/static/img/screenshots/layout-section--stagelights.png +0 -0
  263. package/dist/static/img/screenshots/layout-section--tile-layout.png +0 -0
  264. package/dist/static/img/screenshots/layout-section--with-buttons.png +0 -0
  265. package/dist/static/img/screenshots/layout-slider--with-arrows.png +0 -0
  266. package/dist/static/img/screenshots/layout-slider--with-autoplay.png +0 -0
  267. package/dist/static/img/screenshots/layout-slider--with-nav.png +0 -0
  268. package/dist/static/img/screenshots/layout-slider--with-teased-neighbours.png +0 -0
  269. package/dist/static/img/screenshots/{page-archetypes-blog-overview--blog-overview.png → pages-archetypes--blog-overview.png} +0 -0
  270. package/dist/static/img/screenshots/pages-archetypes--blog-post.png +0 -0
  271. package/dist/static/img/screenshots/pages-archetypes--content.png +0 -0
  272. package/dist/static/img/screenshots/pages-archetypes--overview.png +0 -0
  273. package/dist/static/img/screenshots/pages-archetypes--start.png +0 -0
  274. package/dist/static/logo-dark.svg +13 -0
  275. package/dist/static/logo-dsa-inverted.svg +26 -0
  276. package/dist/static/logo-dsa.svg +26 -0
  277. package/dist/static/logo-inverted.svg +12 -25
  278. package/dist/static/logo.svg +12 -25
  279. package/dist/tokens/IconSprite.js +42 -0
  280. package/dist/tokens/icon-sprite.html +16 -0
  281. package/dist/tokens/themes.css +4 -4
  282. package/dist/tokens/tokens.css +427 -731
  283. package/dist/tokens/tokens.js +628 -730
  284. package/package.json +1 -1
  285. package/dist/static/img/screenshots/components-html--html.png +0 -0
  286. package/dist/static/img/screenshots/components-html--with-consent.png +0 -0
  287. package/dist/static/img/screenshots/components-html--with-script.png +0 -0
  288. package/dist/static/img/screenshots/layout-section--background-image.png +0 -0
  289. package/dist/static/img/screenshots/page-archetypes-blog-post--blog-post.png +0 -0
  290. package/dist/static/img/screenshots/page-archetypes-landingpage--landingpage.png +0 -0
  291. package/dist/static/img/screenshots/page-archetypes-overview--overview.png +0 -0
  292. package/dist/static/img/screenshots/page-archetypes-showcase--showcase.png +0 -0
  293. /package/dist/{BlogHeadProps-c04a5ed8.d.ts → BlogHeadProps-f5855e93.d.ts} +0 -0
  294. /package/dist/{BlogTeaserProps-f5855e93.d.ts → BlogTeaserProps-d62a0a9a.d.ts} +0 -0
@@ -0,0 +1,41 @@
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 { EventAppointmentProps } from "./EventAppointmentProps-443cd1ce.js";
7
+ /**
8
+ * List of dates of the event
9
+ */
10
+ type Dates = EventAppointmentProps[];
11
+ /**
12
+ * Name of the event location
13
+ */
14
+ type LocationName = string;
15
+ /**
16
+ * Spacious is recommended for 1-2 appointments, Compact for more than 2.
17
+ */
18
+ type DisplayMode = "spacious" | "compact";
19
+ /**
20
+ * Address of the appointment
21
+ */
22
+ type Address = string;
23
+ /**
24
+ * Links related to the event location
25
+ */
26
+ type Links = {
27
+ url: string;
28
+ label: string;
29
+ /**
30
+ * Open link in a new tab
31
+ */
32
+ newTab?: boolean;
33
+ }[];
34
+ interface EventLocationProps {
35
+ dates?: Dates;
36
+ locationName?: LocationName;
37
+ displayMode?: DisplayMode;
38
+ address?: Address;
39
+ links?: Links;
40
+ }
41
+ export { Dates, LocationName, DisplayMode, Address, Links, EventLocationProps };
@@ -31,13 +31,17 @@ type Title = string;
31
31
  */
32
32
  type Text = string;
33
33
  /**
34
- * The CTA target
34
+ * The CTA url
35
35
  */
36
- type CallToActionTarget = string;
36
+ type CallToActionUrl = string;
37
37
  /**
38
38
  * The text label displayed on the link
39
39
  */
40
40
  type LinkLabel = string;
41
+ /**
42
+ * Icon for the link style of the cta
43
+ */
44
+ type Icon1 = string;
41
45
  /**
42
46
  * Component used to display a set of features
43
47
  */
@@ -55,8 +59,9 @@ interface Feature {
55
59
  title?: Title;
56
60
  text?: Text;
57
61
  cta?: {
58
- target?: CallToActionTarget;
62
+ url?: CallToActionUrl;
59
63
  label?: LinkLabel;
64
+ icon?: Icon1;
60
65
  };
61
66
  }
62
- export { Layout, CTAToggle, Features, Icon, Title, Text, CallToActionTarget, LinkLabel, FeaturesProps, Feature };
67
+ export { Layout, CTAToggle, Features, Icon, Title, Text, CallToActionUrl, LinkLabel, Icon1, FeaturesProps, Feature };
@@ -36,11 +36,11 @@ interface FooterProps {
36
36
  byline?: Byline;
37
37
  inverted?: Inverted;
38
38
  navItems?: {
39
- href: string;
39
+ url: string;
40
40
  label: string;
41
41
  active?: boolean;
42
42
  items?: {
43
- href?: string;
43
+ url?: 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
- href: string;
52
+ url: string;
53
53
  label: string;
54
54
  active?: boolean;
55
55
  items?: {
56
- href?: string;
56
+ url?: 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
- * Target that should be linked, makes the button behave like a link semantically
40
+ * The URL to link to when the button is clicked
41
41
  */
42
- type Target = string;
42
+ type URL = string;
43
43
  /**
44
44
  * Enable grid layer
45
45
  */
@@ -72,6 +72,10 @@ type AltText = string;
72
72
  * Choose the alginment of the module content
73
73
  */
74
74
  type ModuleAligment = "center" | "below" | "left" | "right" | "corner";
75
+ /**
76
+ * Inverted color scheme for the box
77
+ */
78
+ type Inverted = boolean;
75
79
  interface HeroProps {
76
80
  headline?: Headline;
77
81
  sub?: ModuleSubheadline;
@@ -84,11 +88,12 @@ interface HeroProps {
84
88
  overlay?: GridLayer;
85
89
  image?: BackgroundImage;
86
90
  textPosition?: ModuleAligment;
91
+ inverted?: Inverted;
87
92
  }
88
93
  interface Button {
89
94
  label?: Label;
90
95
  icon?: Icon;
91
- target?: Target;
96
+ url?: URL;
92
97
  }
93
98
  /**
94
99
  * Sources of background images for different screen sizes
@@ -101,4 +106,4 @@ interface BackgroundImage {
101
106
  indent?: ImageIndent;
102
107
  alt?: AltText;
103
108
  }
104
- export { Headline, ModuleSubheadline, ModuleText, HighlightText, ColorNeutral, Height, Textbox, Label, Icon, Target, GridLayer, MobileImageSource, TabletImageSource, DesktopImageSource, OptionalSource, ImageIndent, AltText, ModuleAligment, HeroProps, Button, BackgroundImage };
109
+ export { Headline, ModuleSubheadline, ModuleText, HighlightText, ColorNeutral, Height, Textbox, Label, Icon, URL, GridLayer, MobileImageSource, TabletImageSource, DesktopImageSource, OptionalSource, ImageIndent, AltText, ModuleAligment, Inverted, 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-03ff6d21.js";
6
+ import { ButtonProps } from "./ButtonProps-00ddee3a.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
- * Target that should be linked, makes the button behave like a link semantically
36
+ * The URL to link to when the button is clicked
37
37
  */
38
- type Target = string;
38
+ type URL = 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
- target?: Target;
66
+ url?: URL;
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, Target, Icon, BackgroundColor, BackgroundImage, TextColor, TileProps, Layout, LargeHeadlines, Tiles, MosaicProps };
258
+ export { Headline, ModuleSubheadline, ModuleText, Source, AltText, ButtonToggle, Label, URL, 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-1cfcf6e8.js";
6
+ import { SectionProps } from "./SectionProps-00ddee3a.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,24 @@
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-93230a76.js";
6
+ import { CtaProps } from "./CtaProps-babe4ee6.js";
7
7
  import { DividerProps } from "./DividerProps-2ef31901.js";
8
8
  import { FaqProps } from "./FaqProps-ad618cd5.js";
9
- import { FeaturesProps } from "./FeaturesProps-e58616a5.js";
9
+ import { FeaturesProps } from "./FeaturesProps-a9041d97.js";
10
10
  import { GalleryProps } from "./GalleryProps-76e7de44.js";
11
- import { HeroProps } from "./HeroProps-f704d270.js";
11
+ import { HeroProps } from "./HeroProps-40f6c7f5.js";
12
12
  import { HtmlProps } from "./HtmlProps-9d091769.js";
13
- import { ImageStoryProps } from "./ImageStoryProps-e853e1e7.js";
13
+ import { ImageStoryProps } from "./ImageStoryProps-00ddee3a.js";
14
14
  import { ImageTextProps } from "./ImageTextProps-9286cca4.js";
15
15
  import { LogosProps } from "./LogosProps-f9474fe2.js";
16
16
  import { MosaicProps } from "./MosaicProps-d52c7151.js";
17
- import { SliderProps } from "./SliderProps-93230a76.js";
17
+ import { SliderProps } from "./SliderProps-babe4ee6.js";
18
18
  import { StatsProps } from "./StatsProps-bf5ef578.js";
19
- import { TeaserCardProps } from "./TeaserCardProps-b9c28e78.js";
19
+ import { TeaserCardProps } from "./TeaserCardProps-994cb119.js";
20
20
  import { TestimonialsProps } from "./TestimonialsProps-e344f597.js";
21
21
  import { TextProps } from "./TextProps-a23170d2.js";
22
- import { VideoCurtainProps } from "./VideoCurtainProps-6c625a69.js";
23
- import { ButtonProps } from "./ButtonProps-03ff6d21.js";
22
+ import { VideoCurtainProps } from "./VideoCurtainProps-a2c0cc7f.js";
23
+ import { ButtonProps } from "./ButtonProps-00ddee3a.js";
24
24
  /**
25
25
  * Width of section to use
26
26
  */
@@ -28,11 +28,15 @@ type Width = "full" | "max" | "wide" | "default" | "narrow";
28
28
  /**
29
29
  * Style of background
30
30
  */
31
- type Style = "stagelights" | "horizontalGradient" | "verticalGradient" | "accentTransition" | "boldTransition" | "symmetricGlow" | "anchorGlow";
31
+ type Style = "framed" | "deko" | "colorful";
32
32
  /**
33
33
  * Color of background
34
34
  */
35
35
  type Style1 = "default" | "accent" | "bold";
36
+ /**
37
+ * Color of background
38
+ */
39
+ type Style2 = "none" | "to-default" | "to-accent" | "to-bold" | "to-inverted";
36
40
  /**
37
41
  * Background image for the whole section
38
42
  */
@@ -120,6 +124,7 @@ interface SectionProps {
120
124
  width?: Width;
121
125
  style?: Style;
122
126
  backgroundColor?: Style1;
127
+ transition?: Style2;
123
128
  backgroundImage?: BackgroundImage;
124
129
  spotlight?: Spotlight;
125
130
  spaceBefore?: SpaceBefore;
@@ -145,4 +150,4 @@ interface SectionProps {
145
150
  components?: Content;
146
151
  buttons?: Buttons;
147
152
  }
148
- export { Width, Style, Style1, BackgroundImage, Spotlight, SpaceBefore, SpaceAfter, Inverted, HeaderSpacing, Headline, LargeHeadline, HeadlineWidth, HeadlineTextAlignment, HeadlineAlignment, Subheadline, SwitchHeadlineOrder, ContentWidth, ContentAlignment, Gutter, Mode, TileWidth, Content, Buttons, SectionProps };
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 };
@@ -3,14 +3,14 @@
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-93230a76.js";
7
- import { FeaturesProps } from "./FeaturesProps-e58616a5.js";
6
+ import { CtaProps } from "./CtaProps-babe4ee6.js";
7
+ import { FeaturesProps } from "./FeaturesProps-a9041d97.js";
8
8
  import { GalleryProps } from "./GalleryProps-76e7de44.js";
9
- import { HeroProps } from "./HeroProps-f704d270.js";
9
+ import { HeroProps } from "./HeroProps-40f6c7f5.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-b9c28e78.js";
13
+ import { TeaserCardProps } from "./TeaserCardProps-994cb119.js";
14
14
  import { TestimonialsProps } from "./TestimonialsProps-e344f597.js";
15
15
  import { TextProps } from "./TextProps-a23170d2.js";
16
16
  /**
@@ -6,7 +6,7 @@
6
6
  /**
7
7
  * The number of the stat
8
8
  */
9
- type Number = string;
9
+ type Number = number;
10
10
  /**
11
11
  * Optional description of the stat
12
12
  */
@@ -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 { StatProps } from "./StatProps-79109ad0.js";
6
+ import { StatProps } from "./StatProps-12a3eae0.js";
7
7
  /**
8
8
  * The stats to display with a number upcounter
9
9
  *
@@ -16,9 +16,9 @@ type Text = string;
16
16
  */
17
17
  type Label = string;
18
18
  /**
19
- * Target that should be linked
19
+ * Url that should be linked
20
20
  */
21
- type Target = string;
21
+ type Url = 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
- target: Target;
49
+ url: Url;
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, Target, Label1, Icon, DisplayButton, Image, TeaserCardProps };
61
+ export { Headline, Text, Label, Url, Label1, Icon, DisplayButton, Image, TeaserCardProps };
@@ -32,9 +32,9 @@ type Label = string;
32
32
  */
33
33
  type Icon = string;
34
34
  /**
35
- * Target that should be linked, makes the button behave like a link semantically
35
+ * The URL to link to when the button is clicked
36
36
  */
37
- type Target = string;
37
+ type URL = string;
38
38
  /**
39
39
  * Enable grid layer
40
40
  */
@@ -54,7 +54,7 @@ type DesktopVideoSource = string;
54
54
  /**
55
55
  * Choose the alginment of the module content
56
56
  */
57
- type ModuleAligment = "center" | "left" | "right";
57
+ type ModuleAligment = "center" | "bottom" | "left" | "right" | "corner";
58
58
  interface VideoCurtainProps {
59
59
  headline?: Headline;
60
60
  sub?: ModuleSubheadline;
@@ -69,7 +69,7 @@ interface VideoCurtainProps {
69
69
  interface Button {
70
70
  label?: Label;
71
71
  icon?: Icon;
72
- target?: Target;
72
+ url?: URL;
73
73
  }
74
74
  /**
75
75
  * Sources of background videos for different screen sizes
@@ -79,4 +79,4 @@ interface BackgroundVideo {
79
79
  srcTablet?: TabletVideoSource;
80
80
  srcDesktop?: DesktopVideoSource;
81
81
  }
82
- export { Headline, ModuleSubheadline, ModuleText, HighlightText, ColorNeutral, Label, Icon, Target, GridLayer, MobileVideoSource, TabletVideoSource, DesktopVideoSource, ModuleAligment, VideoCurtainProps, Button, BackgroundVideo };
82
+ export { Headline, ModuleSubheadline, ModuleText, HighlightText, ColorNeutral, Label, Icon, URL, GridLayer, MobileVideoSource, TabletVideoSource, DesktopVideoSource, ModuleAligment, VideoCurtainProps, Button, BackgroundVideo };
@@ -45,7 +45,7 @@
45
45
  "title": "Alt Text",
46
46
  "description": "Alt text of the image",
47
47
  "examples": [
48
- "Picture of Jane Smith"
48
+ "Picture of Isabella Doe"
49
49
  ]
50
50
  },
51
51
  "fullWidth": {
@@ -80,7 +80,7 @@
80
80
  "label": {
81
81
  "type": "string"
82
82
  },
83
- "href": {
83
+ "url": {
84
84
  "type": "string",
85
85
  "format": "uri"
86
86
  },
@@ -89,6 +89,14 @@
89
89
  "description": "Open link in new Tab",
90
90
  "type": "boolean",
91
91
  "default": false
92
+ },
93
+ "ariaLabel": {
94
+ "title": "Aria Label",
95
+ "description": "Aria label for the link",
96
+ "type": "string",
97
+ "examples": [
98
+ "Link to Isabella Doe's social media profile"
99
+ ]
92
100
  }
93
101
  },
94
102
  "additionalProperties": false
@@ -98,12 +106,12 @@
98
106
  {
99
107
  "icon": "phone",
100
108
  "label": "0228 / 688 966 20",
101
- "href": "tel:+4922868896620"
109
+ "url": "tel:+4922868896620"
102
110
  },
103
111
  {
104
112
  "icon": "email",
105
113
  "label": "mail@example.com",
106
- "href": "mailto:mail@example.com"
114
+ "url": "mailto:mail@example.com"
107
115
  }
108
116
  ]
109
117
  ]
@@ -134,9 +142,9 @@
134
142
  "facebook"
135
143
  ]
136
144
  },
137
- "href": {
138
- "title": "Href",
139
- "description": "The href for the social link",
145
+ "url": {
146
+ "title": "URL",
147
+ "description": "The url for the social link",
140
148
  "type": "string",
141
149
  "format": "uri",
142
150
  "examples": [
@@ -155,7 +163,7 @@
155
163
  "additionalProperties": false,
156
164
  "required": [
157
165
  "icon",
158
- "href",
166
+ "url",
159
167
  "title"
160
168
  ]
161
169
  }
@@ -22,9 +22,9 @@
22
22
  "format": "icon",
23
23
  "examples": ["twitter", "facebook"]
24
24
  },
25
- "href": {
26
- "title": "Href",
27
- "description": "The href for the social link",
25
+ "url": {
26
+ "title": "URL",
27
+ "description": "The url for the social link",
28
28
  "type": "string",
29
29
  "format": "uri",
30
30
  "examples": [
@@ -39,7 +39,7 @@
39
39
  }
40
40
  },
41
41
  "additionalProperties": false,
42
- "required": ["icon", "href", "title"]
42
+ "required": ["icon", "url", "title"]
43
43
  }
44
44
  },
45
45
  "readingTime": {
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { HTMLAttributes } from "react";
3
- import { BlogAsideProps } from "../../BlogAsideProps-d9decb7c.js";
3
+ import { BlogAsideProps } from "../../BlogAsideProps-c760fd2a.js";
4
4
  declare const BlogAsideContextDefault: import("react").ForwardRefExoticComponent<BlogAsideProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
5
5
  declare const BlogAsideContext: import("react").Context<import("react").ForwardRefExoticComponent<BlogAsideProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>>;
6
6
  declare const BlogAside: import("react").ForwardRefExoticComponent<BlogAsideProps & import("react").RefAttributes<HTMLDivElement>>;
@@ -20,7 +20,7 @@ const BlogAsideContextDefault = forwardRef(({ author, socialSharing, readingTime
20
20
  const socialLinks = socialSharing?.map((link) => {
21
21
  return {
22
22
  icon: link.icon,
23
- href: link.href,
23
+ url: link.url,
24
24
  title: link.title,
25
25
  };
26
26
  });
@@ -38,7 +38,7 @@
38
38
  "title": "Alt Text",
39
39
  "description": "Alt text of the image",
40
40
  "examples": [
41
- "Picture of Jane Smith"
41
+ "Picture of Isabella Doe"
42
42
  ]
43
43
  },
44
44
  "fullWidth": {
@@ -73,7 +73,7 @@
73
73
  "label": {
74
74
  "type": "string"
75
75
  },
76
- "href": {
76
+ "url": {
77
77
  "type": "string",
78
78
  "format": "uri"
79
79
  },
@@ -82,6 +82,14 @@
82
82
  "description": "Open link in new Tab",
83
83
  "type": "boolean",
84
84
  "default": false
85
+ },
86
+ "ariaLabel": {
87
+ "title": "Aria Label",
88
+ "description": "Aria label for the link",
89
+ "type": "string",
90
+ "examples": [
91
+ "Link to Isabella Doe's social media profile"
92
+ ]
85
93
  }
86
94
  },
87
95
  "additionalProperties": false
@@ -91,12 +99,12 @@
91
99
  {
92
100
  "icon": "phone",
93
101
  "label": "0228 / 688 966 20",
94
- "href": "tel:+4922868896620"
102
+ "url": "tel:+4922868896620"
95
103
  },
96
104
  {
97
105
  "icon": "email",
98
106
  "label": "mail@example.com",
99
- "href": "mailto:mail@example.com"
107
+ "url": "mailto:mail@example.com"
100
108
  }
101
109
  ]
102
110
  ]
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { HTMLAttributes } from "react";
3
- import { BlogAuthorProps } from "../../BlogAuthorProps-88a11566.js";
3
+ import { BlogAuthorProps } from "../../BlogAuthorProps-fb0241df.js";
4
4
  declare const BlogAuthorContextDefault: import("react").ForwardRefExoticComponent<BlogAuthorProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
5
5
  declare const BlogAuthorContext: import("react").Context<import("react").ForwardRefExoticComponent<BlogAuthorProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>>;
6
6
  declare const BlogAuthor: import("react").ForwardRefExoticComponent<BlogAuthorProps & import("react").RefAttributes<HTMLDivElement>>;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import { BlogHeadProps } from "../../BlogHeadProps-c04a5ed8.js";
2
+ import { BlogHeadProps } from "../../BlogHeadProps-f5855e93.js";
3
3
  declare const BlogHeadContextDefault: import("react").ForwardRefExoticComponent<BlogHeadProps & import("react").RefAttributes<HTMLDivElement>>;
4
4
  declare const BlogHeadContext: import("react").Context<import("react").ForwardRefExoticComponent<BlogHeadProps & import("react").RefAttributes<HTMLDivElement>>>;
5
5
  declare const BlogHead: import("react").ForwardRefExoticComponent<BlogHeadProps & import("react").RefAttributes<HTMLDivElement>>;