@kickstartds/ds-agency-premium 1.0.1

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 (301) hide show
  1. package/README.md +96 -0
  2. package/dist/ButtonProps-03ff6d21.d.ts +41 -0
  3. package/dist/CtaProps-93230a76.d.ts +113 -0
  4. package/dist/FaqProps-ad618cd5.d.ts +35 -0
  5. package/dist/FeaturesProps-79dea880.d.ts +284 -0
  6. package/dist/GalleryProps-76e7de44.d.ts +331 -0
  7. package/dist/HeadlineProps-d413a2cc.d.ts +48 -0
  8. package/dist/HeroProps-cf82a16d.d.ts +104 -0
  9. package/dist/ImageStoryProps-03ff6d21.d.ts +70 -0
  10. package/dist/ImageTextProps-9286cca4.d.ts +38 -0
  11. package/dist/LogosProps-8af8b3c7.d.ts +929 -0
  12. package/dist/MosaicProps-aacb9422.d.ts +84 -0
  13. package/dist/SliderProps-69b2f1d7.d.ts +43 -0
  14. package/dist/SplitProps-89ef39c4.d.ts +9 -0
  15. package/dist/StatsProps-afa48599.d.ts +41 -0
  16. package/dist/TeaserCardProps-b52479e5.d.ts +49 -0
  17. package/dist/TestimonialsProps-d27ae4b4.d.ts +54 -0
  18. package/dist/TextProps-a23170d2.d.ts +31 -0
  19. package/dist/VideoCurtainProps-6c625a69.d.ts +82 -0
  20. package/dist/components/blog-aside/blog-aside.css +9 -0
  21. package/dist/components/blog-aside/blog-aside.schema.dereffed.json +130 -0
  22. package/dist/components/blog-aside/blog-aside.schema.json +99 -0
  23. package/dist/components/blog-aside/index.d.ts +76 -0
  24. package/dist/components/blog-aside/index.js +55 -0
  25. package/dist/components/blog-head/blog-head.css +3 -0
  26. package/dist/components/blog-head/blog-head.schema.dereffed.json +54 -0
  27. package/dist/components/blog-head/blog-head.schema.json +40 -0
  28. package/dist/components/blog-head/index.d.ts +34 -0
  29. package/dist/components/blog-head/index.js +11 -0
  30. package/dist/components/blog-teaser/blog-teaser.css +58 -0
  31. package/dist/components/blog-teaser/blog-teaser.schema.dereffed.json +135 -0
  32. package/dist/components/blog-teaser/blog-teaser.schema.json +102 -0
  33. package/dist/components/blog-teaser/index.d.ts +81 -0
  34. package/dist/components/blog-teaser/index.js +37 -0
  35. package/dist/components/button/button.css +67 -0
  36. package/dist/components/button/button.schema.dereffed.json +63 -0
  37. package/dist/components/button/button.schema.json +48 -0
  38. package/dist/components/button/index.d.ts +6 -0
  39. package/dist/components/button/index.js +18 -0
  40. package/dist/components/button-group/button-group.schema.dereffed.json +115 -0
  41. package/dist/components/button-group/button-group.schema.json +27 -0
  42. package/dist/components/button-group/index.d.ts +40 -0
  43. package/dist/components/button-group/index.js +30 -0
  44. package/dist/components/component-teaser/component-teaser.schema.dereffed.json +43 -0
  45. package/dist/components/component-teaser/component-teaser.schema.json +40 -0
  46. package/dist/components/cta/cta.css +100 -0
  47. package/dist/components/cta/cta.schema.dereffed.json +158 -0
  48. package/dist/components/cta/cta.schema.json +127 -0
  49. package/dist/components/cta/index.d.ts +4 -0
  50. package/dist/components/cta/index.js +40 -0
  51. package/dist/components/faq/faq.css +17 -0
  52. package/dist/components/faq/faq.schema.dereffed.json +48 -0
  53. package/dist/components/faq/faq.schema.json +36 -0
  54. package/dist/components/faq/index.d.ts +4 -0
  55. package/dist/components/faq/index.js +9 -0
  56. package/dist/components/feature/index.d.ts +49 -0
  57. package/dist/components/feature/index.js +23 -0
  58. package/dist/components/features/features.css +115 -0
  59. package/dist/components/features/features.schema.dereffed.json +121 -0
  60. package/dist/components/features/features.schema.json +93 -0
  61. package/dist/components/features/index.d.ts +4 -0
  62. package/dist/components/features/index.js +32 -0
  63. package/dist/components/footer/footer.css +53 -0
  64. package/dist/components/footer/footer.schema.dereffed.json +178 -0
  65. package/dist/components/footer/footer.schema.json +47 -0
  66. package/dist/components/footer/index.d.ts +22 -0
  67. package/dist/components/footer/index.js +11 -0
  68. package/dist/components/gallery/gallery.css +50 -0
  69. package/dist/components/gallery/gallery.schema.dereffed.json +84 -0
  70. package/dist/components/gallery/gallery.schema.json +62 -0
  71. package/dist/components/gallery/index.d.ts +4 -0
  72. package/dist/components/gallery/index.js +35 -0
  73. package/dist/components/header/header.css +78 -0
  74. package/dist/components/header/header.schema.dereffed.json +188 -0
  75. package/dist/components/header/header.schema.json +25 -0
  76. package/dist/components/header/index.d.ts +26 -0
  77. package/dist/components/header/index.js +16 -0
  78. package/dist/components/headline/headline.css +78 -0
  79. package/dist/components/headline/headline.schema.dereffed.json +86 -0
  80. package/dist/components/headline/headline.schema.json +60 -0
  81. package/dist/components/headline/index.d.ts +11 -0
  82. package/dist/components/headline/index.js +18 -0
  83. package/dist/components/hero/hero.css +95 -0
  84. package/dist/components/hero/hero.schema.dereffed.json +166 -0
  85. package/dist/components/hero/hero.schema.json +79 -0
  86. package/dist/components/hero/index.d.ts +4 -0
  87. package/dist/components/hero/index.js +55 -0
  88. package/dist/components/image/image.css +12 -0
  89. package/dist/components/image/image.schema.dereffed.json +105 -0
  90. package/dist/components/image/image.schema.json +95 -0
  91. package/dist/components/image/index.d.ts +87 -0
  92. package/dist/components/image/index.js +11 -0
  93. package/dist/components/image-story/image-story.css +26 -0
  94. package/dist/components/image-story/image-story.schema.dereffed.json +165 -0
  95. package/dist/components/image-story/image-story.schema.json +81 -0
  96. package/dist/components/image-story/index.d.ts +4 -0
  97. package/dist/components/image-story/index.js +39 -0
  98. package/dist/components/image-text/image-text.css +4 -0
  99. package/dist/components/image-text/image-text.schema.dereffed.json +68 -0
  100. package/dist/components/image-text/image-text.schema.json +46 -0
  101. package/dist/components/image-text/index.d.ts +5 -0
  102. package/dist/components/image-text/index.js +20 -0
  103. package/dist/components/logos/index.d.ts +4 -0
  104. package/dist/components/logos/index.js +12 -0
  105. package/dist/components/logos/logos.css +91 -0
  106. package/dist/components/logos/logos.schema.dereffed.json +131 -0
  107. package/dist/components/logos/logos.schema.json +106 -0
  108. package/dist/components/mosaic/index.d.ts +4 -0
  109. package/dist/components/mosaic/index.js +33 -0
  110. package/dist/components/mosaic/mosaic.css +35 -0
  111. package/dist/components/mosaic/mosaic.schema.dereffed.json +122 -0
  112. package/dist/components/mosaic/mosaic.schema.json +86 -0
  113. package/dist/components/nav-main/index.d.ts +26 -0
  114. package/dist/components/nav-main/index.js +17 -0
  115. package/dist/components/nav-main/js/NavToggle.client.d.ts +16 -0
  116. package/dist/components/nav-main/js/NavToggle.client.js +57 -0
  117. package/dist/components/nav-main/js/body.client.d.ts +5 -0
  118. package/dist/components/nav-main/js/body.client.js +41 -0
  119. package/dist/components/nav-main/js/navMainEvents.client.d.ts +5 -0
  120. package/dist/components/nav-main/js/navMainEvents.client.js +13 -0
  121. package/dist/components/nav-main/nav-main.css +170 -0
  122. package/dist/components/nav-main/nav-main.schema.dereffed.json +182 -0
  123. package/dist/components/nav-main/nav-main.schema.json +53 -0
  124. package/dist/components/nav-main/nav-toggle.css +85 -0
  125. package/dist/components/page/page.schema.dereffed.json +1945 -0
  126. package/dist/components/page/page.schema.json +58 -0
  127. package/dist/components/page-intro/index.d.ts +17 -0
  128. package/dist/components/page-intro/index.js +18 -0
  129. package/dist/components/page-intro/page-intro.css +8 -0
  130. package/dist/components/page-intro/page-intro.schema.dereffed.json +30 -0
  131. package/dist/components/page-intro/page-intro.schema.json +26 -0
  132. package/dist/components/page-wrapper/index.d.ts +2 -0
  133. package/dist/components/page-wrapper/index.js +28 -0
  134. package/dist/components/page-wrapper/tokens.css +1556 -0
  135. package/dist/components/picture/picture.schema.json +88 -0
  136. package/dist/components/providers/index.d.ts +6 -0
  137. package/dist/components/providers/index.js +38 -0
  138. package/dist/components/raw-page-wrapper/index.d.ts +3 -0
  139. package/dist/components/raw-page-wrapper/index.js +492 -0
  140. package/dist/components/section/index.d.ts +147 -0
  141. package/dist/components/section/index.js +48 -0
  142. package/dist/components/section/js/Section.client.d.ts +2 -0
  143. package/dist/components/section/js/Section.client.js +26 -0
  144. package/dist/components/section/js/spotlight.client.d.ts +2 -0
  145. package/dist/components/section/js/spotlight.client.js +14 -0
  146. package/dist/components/section/section.css +110 -0
  147. package/dist/components/section/section.schema.dereffed.json +1875 -0
  148. package/dist/components/section/section.schema.json +222 -0
  149. package/dist/components/slider/index.d.ts +4 -0
  150. package/dist/components/slider/index.js +7 -0
  151. package/dist/components/slider/slider.css +24 -0
  152. package/dist/components/slider/slider.schema.dereffed.json +54 -0
  153. package/dist/components/slider/slider.schema.json +30 -0
  154. package/dist/components/split/index.d.ts +4 -0
  155. package/dist/components/split/index.js +7 -0
  156. package/dist/components/split/split.css +24 -0
  157. package/dist/components/split/split.schema.dereffed.json +20 -0
  158. package/dist/components/split/split.schema.json +13 -0
  159. package/dist/components/stats/index.d.ts +4 -0
  160. package/dist/components/stats/index.js +11 -0
  161. package/dist/components/stats/stats.css +49 -0
  162. package/dist/components/stats/stats.schema.dereffed.json +71 -0
  163. package/dist/components/stats/stats.schema.json +49 -0
  164. package/dist/components/teaser-card/index.d.ts +6 -0
  165. package/dist/components/teaser-card/index.js +25 -0
  166. package/dist/components/teaser-card/teaser-card.css +98 -0
  167. package/dist/components/teaser-card/teaser-card.schema.dereffed.json +69 -0
  168. package/dist/components/teaser-card/teaser-card.schema.json +58 -0
  169. package/dist/components/teaser-component/component-teaser.css +33 -0
  170. package/dist/components/teaser-component/index.d.ts +41 -0
  171. package/dist/components/teaser-component/index.js +18 -0
  172. package/dist/components/testimonials/index.d.ts +9 -0
  173. package/dist/components/testimonials/index.js +22 -0
  174. package/dist/components/testimonials/testimonials.css +63 -0
  175. package/dist/components/testimonials/testimonials.schema.dereffed.json +93 -0
  176. package/dist/components/testimonials/testimonials.schema.json +71 -0
  177. package/dist/components/text/index.d.ts +4 -0
  178. package/dist/components/text/index.js +13 -0
  179. package/dist/components/text/text.css +15 -0
  180. package/dist/components/text/text.schema.dereffed.json +50 -0
  181. package/dist/components/text/text.schema.json +39 -0
  182. package/dist/components/video-curtain/index.d.ts +4 -0
  183. package/dist/components/video-curtain/index.js +47 -0
  184. package/dist/components/video-curtain/video-curtain.css +51 -0
  185. package/dist/components/video-curtain/video-curtain.schema.dereffed.json +123 -0
  186. package/dist/components/video-curtain/video-curtain.schema.json +67 -0
  187. package/dist/global-35f78d6d.js +1 -0
  188. package/dist/global.client.d.ts +2 -0
  189. package/dist/global.client.js +8 -0
  190. package/dist/global.css +564 -0
  191. package/dist/static/.gitkeep +0 -0
  192. package/dist/static/favicon/.gitkeep +0 -0
  193. package/dist/static/favicon/android-chrome-192x192.png +0 -0
  194. package/dist/static/favicon/android-chrome-512x512.png +0 -0
  195. package/dist/static/favicon/apple-touch-icon.png +0 -0
  196. package/dist/static/favicon/browserconfig.xml +9 -0
  197. package/dist/static/favicon/favicon-16x16.png +0 -0
  198. package/dist/static/favicon/favicon-192-192.png +20 -0
  199. package/dist/static/favicon/favicon-32x32.png +0 -0
  200. package/dist/static/favicon/favicon.ico +0 -0
  201. package/dist/static/favicon/mstile-144x144.png +0 -0
  202. package/dist/static/favicon/mstile-150x150.png +0 -0
  203. package/dist/static/favicon/mstile-310x150.png +0 -0
  204. package/dist/static/favicon/mstile-310x310.png +0 -0
  205. package/dist/static/favicon/mstile-70x70.png +0 -0
  206. package/dist/static/favicon/safari-pinned-tab.svg +30 -0
  207. package/dist/static/favicon/site.webmanifest +19 -0
  208. package/dist/static/fonts/dsa/Fredoka-Bold.woff +0 -0
  209. package/dist/static/fonts/dsa/Fredoka-Bold.woff2 +0 -0
  210. package/dist/static/fonts/dsa/Fredoka-Light.woff +0 -0
  211. package/dist/static/fonts/dsa/Fredoka-Light.woff2 +0 -0
  212. package/dist/static/fonts/dsa/Fredoka-Medium.woff +0 -0
  213. package/dist/static/fonts/dsa/Fredoka-Medium.woff2 +0 -0
  214. package/dist/static/fonts/dsa/Fredoka-Regular.woff +0 -0
  215. package/dist/static/fonts/dsa/Fredoka-Regular.woff2 +0 -0
  216. package/dist/static/fonts/dsa/Fredoka-SemiBold.woff +0 -0
  217. package/dist/static/fonts/dsa/Fredoka-SemiBold.woff2 +0 -0
  218. package/dist/static/fonts/dsa/Mulish-300.woff +0 -0
  219. package/dist/static/fonts/dsa/Mulish-300.woff2 +0 -0
  220. package/dist/static/fonts/dsa/Mulish-600.woff +0 -0
  221. package/dist/static/fonts/dsa/Mulish-600.woff2 +0 -0
  222. package/dist/static/fonts/dsa/Mulish-800.woff +0 -0
  223. package/dist/static/fonts/dsa/Mulish-800.woff2 +0 -0
  224. package/dist/static/fonts/dsa/Mulish-Regular.woff +0 -0
  225. package/dist/static/fonts/dsa/Mulish-Regular.woff2 +0 -0
  226. package/dist/static/fonts/google/google-sans-18pt.woff2 +0 -0
  227. package/dist/static/fonts/google/google-sans-display.woff2 +0 -0
  228. package/dist/static/fonts/google/google-sans-text-medium.woff2 +0 -0
  229. package/dist/static/fonts/google/google-sans-text.woff2 +0 -0
  230. package/dist/static/fonts/lughausen/novelpro-regular.woff +0 -0
  231. package/dist/static/fonts/lughausen/novelsanspro-bold.woff +0 -0
  232. package/dist/static/fonts/lughausen/novelsanspro-regular.woff +0 -0
  233. package/dist/static/fonts/telekom/teleneo-bold-woff-data.woff +0 -0
  234. package/dist/static/fonts/telekom/teleneo-extrabold-woff-data.woff +0 -0
  235. package/dist/static/fonts/telekom/teleneo-medium-woff-data.woff +0 -0
  236. package/dist/static/fonts/telekom/teleneo-thin-woff-data.woff +0 -0
  237. package/dist/static/img/02.jpg +0 -0
  238. package/dist/static/img/angled-image.png +0 -0
  239. package/dist/static/img/bg_dot-carpet-blue.svg +346 -0
  240. package/dist/static/img/close-up-young-business-team-working.png +0 -0
  241. package/dist/static/img/colleagues-work-office-using-computers-looking-aside.png +0 -0
  242. package/dist/static/img/colored-square.png +0 -0
  243. package/dist/static/img/contact-person.png +0 -0
  244. package/dist/static/img/full-shot-different-people-working-together.png +0 -0
  245. package/dist/static/img/grid-bg.svg +19 -0
  246. package/dist/static/img/logos/castaway.svg +111 -0
  247. package/dist/static/img/logos/logoipsum-212.svg +12 -0
  248. package/dist/static/img/logos/logoipsum-217.svg +4 -0
  249. package/dist/static/img/logos/logoipsum-239.svg +16 -0
  250. package/dist/static/img/logos/logoipsum-244.svg +19 -0
  251. package/dist/static/img/logos/logoipsum-250.svg +21 -0
  252. package/dist/static/img/logos/logoipsum-286.svg +20 -0
  253. package/dist/static/img/low-angle-tall-building-with-many-windows_23-2148230392.png +0 -0
  254. package/dist/static/img/mosaic-1.png +0 -0
  255. package/dist/static/img/mosaic-2.png +0 -0
  256. package/dist/static/img/mosaic-2_1.svg +34 -0
  257. package/dist/static/img/mosaic-2_2.svg +25 -0
  258. package/dist/static/img/mosaic-2_3.svg +32 -0
  259. package/dist/static/img/mosaic-3.png +0 -0
  260. package/dist/static/img/office-divider-image.png +0 -0
  261. package/dist/static/img/offset-image.png +0 -0
  262. package/dist/static/img/people/author-alex.png +0 -0
  263. package/dist/static/img/people/author-emily.png +0 -0
  264. package/dist/static/img/people/author-john.png +0 -0
  265. package/dist/static/img/people-brainstorming-work-meeting.png +0 -0
  266. package/dist/static/img/responsive_image-1680.png +0 -0
  267. package/dist/static/img/responsive_image-420.png +0 -0
  268. package/dist/static/img/responsive_image-980.png +0 -0
  269. package/dist/static/img/showcases/audio_bg.svg +10 -0
  270. package/dist/static/img/showcases/comp_audio01.jpg +0 -0
  271. package/dist/static/img/showcases/comp_audio04.png +0 -0
  272. package/dist/static/img/showcases/comp_eco01.jpg +0 -0
  273. package/dist/static/img/showcases/comp_eco01.png +0 -0
  274. package/dist/static/img/showcases/comp_eco02.png +0 -0
  275. package/dist/static/img/showcases/comp_eco03.png +0 -0
  276. package/dist/static/img/showcases/comp_eco04.jpg +0 -0
  277. package/dist/static/img/showcases/comp_eco04.png +0 -0
  278. package/dist/static/img/showcases/comp_tfe01.jpg +0 -0
  279. package/dist/static/img/showcases/eco_bg.png +0 -0
  280. package/dist/static/img/showcases/preview_audio.png +0 -0
  281. package/dist/static/img/showcases/preview_eco.png +0 -0
  282. package/dist/static/img/showcases/preview_tfe.png +0 -0
  283. package/dist/static/img/showcases/tfe_bg.svg +48 -0
  284. package/dist/static/img/top-view-desk-with-keyboard-drawing-pad.png +0 -0
  285. package/dist/static/img/videos/handshake-bw.mp4 +0 -0
  286. package/dist/static/img/videos/video-720.mp4 +0 -0
  287. package/dist/static/img/videos/video-agency.mp4 +0 -0
  288. package/dist/static/img/view-modern-office.jpg +0 -0
  289. package/dist/static/logo-google.svg +1 -0
  290. package/dist/static/logo-lughausen.svg +27 -0
  291. package/dist/static/logo-telekom.svg +8 -0
  292. package/dist/static/logo.svg +26 -0
  293. package/dist/static/tokens-google.css +1553 -0
  294. package/dist/static/tokens-lughausen.css +1549 -0
  295. package/dist/static/tokens-telekom.css +1549 -0
  296. package/dist/static/tokens.css +1554 -0
  297. package/dist/tokens/IconSprite.js +467 -0
  298. package/dist/tokens/icon-sprite.html +37 -0
  299. package/dist/tokens/tokens.css +1554 -0
  300. package/dist/tokens/tokens.js +652 -0
  301. package/package.json +138 -0
@@ -0,0 +1,331 @@
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 images to display in the gallery
8
+ *
9
+ * @minItems 1
10
+ * @maxItems 10
11
+ */
12
+ type Images = [
13
+ {
14
+ src: Src;
15
+ alt?: AltText;
16
+ caption?: Caption;
17
+ }
18
+ ] | [
19
+ {
20
+ src: Src;
21
+ alt?: AltText;
22
+ caption?: Caption;
23
+ },
24
+ {
25
+ src: Src;
26
+ alt?: AltText;
27
+ caption?: Caption;
28
+ }
29
+ ] | [
30
+ {
31
+ src: Src;
32
+ alt?: AltText;
33
+ caption?: Caption;
34
+ },
35
+ {
36
+ src: Src;
37
+ alt?: AltText;
38
+ caption?: Caption;
39
+ },
40
+ {
41
+ src: Src;
42
+ alt?: AltText;
43
+ caption?: Caption;
44
+ }
45
+ ] | [
46
+ {
47
+ src: Src;
48
+ alt?: AltText;
49
+ caption?: Caption;
50
+ },
51
+ {
52
+ src: Src;
53
+ alt?: AltText;
54
+ caption?: Caption;
55
+ },
56
+ {
57
+ src: Src;
58
+ alt?: AltText;
59
+ caption?: Caption;
60
+ },
61
+ {
62
+ src: Src;
63
+ alt?: AltText;
64
+ caption?: Caption;
65
+ }
66
+ ] | [
67
+ {
68
+ src: Src;
69
+ alt?: AltText;
70
+ caption?: Caption;
71
+ },
72
+ {
73
+ src: Src;
74
+ alt?: AltText;
75
+ caption?: Caption;
76
+ },
77
+ {
78
+ src: Src;
79
+ alt?: AltText;
80
+ caption?: Caption;
81
+ },
82
+ {
83
+ src: Src;
84
+ alt?: AltText;
85
+ caption?: Caption;
86
+ },
87
+ {
88
+ src: Src;
89
+ alt?: AltText;
90
+ caption?: Caption;
91
+ }
92
+ ] | [
93
+ {
94
+ src: Src;
95
+ alt?: AltText;
96
+ caption?: Caption;
97
+ },
98
+ {
99
+ src: Src;
100
+ alt?: AltText;
101
+ caption?: Caption;
102
+ },
103
+ {
104
+ src: Src;
105
+ alt?: AltText;
106
+ caption?: Caption;
107
+ },
108
+ {
109
+ src: Src;
110
+ alt?: AltText;
111
+ caption?: Caption;
112
+ },
113
+ {
114
+ src: Src;
115
+ alt?: AltText;
116
+ caption?: Caption;
117
+ },
118
+ {
119
+ src: Src;
120
+ alt?: AltText;
121
+ caption?: Caption;
122
+ }
123
+ ] | [
124
+ {
125
+ src: Src;
126
+ alt?: AltText;
127
+ caption?: Caption;
128
+ },
129
+ {
130
+ src: Src;
131
+ alt?: AltText;
132
+ caption?: Caption;
133
+ },
134
+ {
135
+ src: Src;
136
+ alt?: AltText;
137
+ caption?: Caption;
138
+ },
139
+ {
140
+ src: Src;
141
+ alt?: AltText;
142
+ caption?: Caption;
143
+ },
144
+ {
145
+ src: Src;
146
+ alt?: AltText;
147
+ caption?: Caption;
148
+ },
149
+ {
150
+ src: Src;
151
+ alt?: AltText;
152
+ caption?: Caption;
153
+ },
154
+ {
155
+ src: Src;
156
+ alt?: AltText;
157
+ caption?: Caption;
158
+ }
159
+ ] | [
160
+ {
161
+ src: Src;
162
+ alt?: AltText;
163
+ caption?: Caption;
164
+ },
165
+ {
166
+ src: Src;
167
+ alt?: AltText;
168
+ caption?: Caption;
169
+ },
170
+ {
171
+ src: Src;
172
+ alt?: AltText;
173
+ caption?: Caption;
174
+ },
175
+ {
176
+ src: Src;
177
+ alt?: AltText;
178
+ caption?: Caption;
179
+ },
180
+ {
181
+ src: Src;
182
+ alt?: AltText;
183
+ caption?: Caption;
184
+ },
185
+ {
186
+ src: Src;
187
+ alt?: AltText;
188
+ caption?: Caption;
189
+ },
190
+ {
191
+ src: Src;
192
+ alt?: AltText;
193
+ caption?: Caption;
194
+ },
195
+ {
196
+ src: Src;
197
+ alt?: AltText;
198
+ caption?: Caption;
199
+ }
200
+ ] | [
201
+ {
202
+ src: Src;
203
+ alt?: AltText;
204
+ caption?: Caption;
205
+ },
206
+ {
207
+ src: Src;
208
+ alt?: AltText;
209
+ caption?: Caption;
210
+ },
211
+ {
212
+ src: Src;
213
+ alt?: AltText;
214
+ caption?: Caption;
215
+ },
216
+ {
217
+ src: Src;
218
+ alt?: AltText;
219
+ caption?: Caption;
220
+ },
221
+ {
222
+ src: Src;
223
+ alt?: AltText;
224
+ caption?: Caption;
225
+ },
226
+ {
227
+ src: Src;
228
+ alt?: AltText;
229
+ caption?: Caption;
230
+ },
231
+ {
232
+ src: Src;
233
+ alt?: AltText;
234
+ caption?: Caption;
235
+ },
236
+ {
237
+ src: Src;
238
+ alt?: AltText;
239
+ caption?: Caption;
240
+ },
241
+ {
242
+ src: Src;
243
+ alt?: AltText;
244
+ caption?: Caption;
245
+ }
246
+ ] | [
247
+ {
248
+ src: Src;
249
+ alt?: AltText;
250
+ caption?: Caption;
251
+ },
252
+ {
253
+ src: Src;
254
+ alt?: AltText;
255
+ caption?: Caption;
256
+ },
257
+ {
258
+ src: Src;
259
+ alt?: AltText;
260
+ caption?: Caption;
261
+ },
262
+ {
263
+ src: Src;
264
+ alt?: AltText;
265
+ caption?: Caption;
266
+ },
267
+ {
268
+ src: Src;
269
+ alt?: AltText;
270
+ caption?: Caption;
271
+ },
272
+ {
273
+ src: Src;
274
+ alt?: AltText;
275
+ caption?: Caption;
276
+ },
277
+ {
278
+ src: Src;
279
+ alt?: AltText;
280
+ caption?: Caption;
281
+ },
282
+ {
283
+ src: Src;
284
+ alt?: AltText;
285
+ caption?: Caption;
286
+ },
287
+ {
288
+ src: Src;
289
+ alt?: AltText;
290
+ caption?: Caption;
291
+ },
292
+ {
293
+ src: Src;
294
+ alt?: AltText;
295
+ caption?: Caption;
296
+ }
297
+ ];
298
+ /**
299
+ * The source of the image
300
+ */
301
+ type Src = string;
302
+ /**
303
+ * Alt text of the image
304
+ */
305
+ type AltText = string;
306
+ /**
307
+ * The caption of the image
308
+ */
309
+ type Caption = string;
310
+ /**
311
+ * The layout of the gallery images
312
+ */
313
+ type Layout = "stack" | "smallTiles" | "largeTiles";
314
+ /**
315
+ * The aspect ratio of the gallery images
316
+ */
317
+ type AspectRatio = "unset" | "square" | "wide" | "landscape";
318
+ /**
319
+ * Display images in a lightbox gallery
320
+ */
321
+ type Lightbox = boolean;
322
+ /**
323
+ * Component used to display a gallery of images
324
+ */
325
+ interface GalleryProps {
326
+ images: Images;
327
+ layout?: Layout;
328
+ aspectRatio?: AspectRatio;
329
+ lightbox?: Lightbox;
330
+ }
331
+ export { Images, Src, AltText, Caption, Layout, AspectRatio, Lightbox, GalleryProps };
@@ -0,0 +1,48 @@
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
+ * Component used for headlines
37
+ */
38
+ interface HeadlineProps {
39
+ text: Text;
40
+ sub?: Sub;
41
+ switchOrder?: SwitchOrder;
42
+ align?: SectionAlignment;
43
+ level: Level;
44
+ style?: Style;
45
+ spaceAfter?: SpaceAfter;
46
+ className?: ClassName;
47
+ }
48
+ export { Text, Sub, SwitchOrder, SectionAlignment, Level, Style, SpaceAfter, ClassName, HeadlineProps };
@@ -0,0 +1,104 @@
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
+ * Headline for the visual
8
+ */
9
+ type Headline = string;
10
+ /**
11
+ * Subheadline below the module headline
12
+ */
13
+ type ModuleSubheadline = string;
14
+ /**
15
+ * Info text for the module element
16
+ */
17
+ type ModuleText = string;
18
+ /**
19
+ * Visually highlight the text
20
+ */
21
+ type HighlightText = boolean;
22
+ /**
23
+ * Make the text and buttons color neutral
24
+ */
25
+ type ColorNeutral = boolean;
26
+ type Height = "small" | "default" | "fullImage" | "fullScreen";
27
+ /**
28
+ * Toggle wether you want your text to be displayed within in box
29
+ */
30
+ type Textbox = boolean;
31
+ /**
32
+ * Text content to display inside the button
33
+ */
34
+ type Label = string;
35
+ /**
36
+ * Choose an icon
37
+ */
38
+ type Icon = string;
39
+ /**
40
+ * Target that should be linked, makes the button behave like a link semantically
41
+ */
42
+ type Target = string;
43
+ /**
44
+ * Enable grid layer
45
+ */
46
+ type GridLayer = boolean;
47
+ /**
48
+ * Background image source for small screens
49
+ */
50
+ type MobileImageSource = string;
51
+ /**
52
+ * Background image source for medium screens
53
+ */
54
+ type TabletImageSource = string;
55
+ /**
56
+ * Background image source for large screens
57
+ */
58
+ type DesktopImageSource = string;
59
+ /**
60
+ * Override for img tag of picture element, if needed
61
+ */
62
+ type OptionalSource = string;
63
+ /**
64
+ * Choose to indent the image horizontally on small screens
65
+ */
66
+ type ImageIndent = "none" | "left" | "right";
67
+ /**
68
+ * Alt text to display for picture
69
+ */
70
+ type AltText = string;
71
+ /**
72
+ * Choose the alginment of the module content
73
+ */
74
+ type ModuleAligment = "center" | "below" | "left" | "right";
75
+ interface HeroProps {
76
+ headline?: Headline;
77
+ sub?: ModuleSubheadline;
78
+ text?: ModuleText;
79
+ highlightText?: HighlightText;
80
+ colorNeutral?: ColorNeutral;
81
+ height?: Height;
82
+ textbox?: Textbox;
83
+ buttons?: Button[];
84
+ overlay?: GridLayer;
85
+ image?: BackgroundImage;
86
+ textPosition?: ModuleAligment;
87
+ }
88
+ interface Button {
89
+ label?: Label;
90
+ icon?: Icon;
91
+ target?: Target;
92
+ }
93
+ /**
94
+ * Sources of background images for different screen sizes
95
+ */
96
+ interface BackgroundImage {
97
+ srcMobile: MobileImageSource;
98
+ srcTablet?: TabletImageSource;
99
+ srcDesktop?: DesktopImageSource;
100
+ src?: OptionalSource;
101
+ indent?: ImageIndent;
102
+ alt?: AltText;
103
+ }
104
+ export { Headline, ModuleSubheadline, ModuleText, HighlightText, ColorNeutral, Height, Textbox, Label, Icon, Target, GridLayer, MobileImageSource, TabletImageSource, DesktopImageSource, OptionalSource, ImageIndent, AltText, ModuleAligment, HeroProps, Button, BackgroundImage };
@@ -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
+ import { ButtonProps } from "./ButtonProps-03ff6d21.js";
7
+ /**
8
+ * Headline for the module element
9
+ */
10
+ type ModuleHeadline = string;
11
+ /**
12
+ * Make the headline larger
13
+ */
14
+ type LargeHeadline = boolean;
15
+ /**
16
+ * Subheadline below the module headline
17
+ */
18
+ type ModuleSubheadline = string;
19
+ /**
20
+ * Info text for the module element
21
+ */
22
+ type ModuleText = string;
23
+ /**
24
+ * Choose the layout for the component
25
+ */
26
+ type Layout = "textLeft" | "imageLeft";
27
+ /**
28
+ * Give the component padding
29
+ */
30
+ type Padding = boolean;
31
+ /**
32
+ * Buttons of the Button Group
33
+ */
34
+ type Buttons = ButtonProps[];
35
+ /**
36
+ * Image source to use
37
+ */
38
+ type ImageSource = string;
39
+ /**
40
+ * Select an aspect ratio to use for cropping and displaying the image
41
+ */
42
+ type ImageAspectRatio = "4:3" | "3:2" | "16:9" | "1:1" | "none";
43
+ /**
44
+ * Image description
45
+ */
46
+ type AltText = string;
47
+ /**
48
+ * Choose the alginment of the text
49
+ */
50
+ type TextAlignment = "left" | "center";
51
+ interface ImageStoryProps {
52
+ headline?: ModuleHeadline;
53
+ largeHeadline?: LargeHeadline;
54
+ sub?: ModuleSubheadline;
55
+ text?: ModuleText;
56
+ layout?: Layout;
57
+ padding?: Padding;
58
+ buttons?: Buttons;
59
+ image?: Image;
60
+ textAlign?: TextAlignment;
61
+ }
62
+ /**
63
+ * Image displayed alongside the text content
64
+ */
65
+ interface Image {
66
+ src?: ImageSource;
67
+ ratio?: ImageAspectRatio;
68
+ alt?: AltText;
69
+ }
70
+ export { ModuleHeadline, LargeHeadline, ModuleSubheadline, ModuleText, Layout, Padding, Buttons, ImageSource, ImageAspectRatio, AltText, TextAlignment, ImageStoryProps, Image };
@@ -0,0 +1,38 @@
1
+ /**
2
+ * This file was automatically generated by json-schema-to-typescript.
3
+ * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
4
+ * and run json-schema-to-typescript to regenerate this file.
5
+ */
6
+ /**
7
+ * Text content to display beside the image
8
+ */
9
+ type Text = string;
10
+ /**
11
+ * Visually highlight the text
12
+ */
13
+ type HighlightText = boolean;
14
+ /**
15
+ * URL of the image to display
16
+ */
17
+ type ImageSource = string;
18
+ /**
19
+ * Alt text of the image
20
+ */
21
+ type AltText = string;
22
+ /**
23
+ * Position of the image relative to the text
24
+ */
25
+ type Layout = "above" | "below" | "beside-right" | "beside-left";
26
+ /**
27
+ * Component used to display an image beside or above/below a text block
28
+ */
29
+ interface ImageTextProps {
30
+ text: Text;
31
+ highlightText?: HighlightText;
32
+ image: {
33
+ src?: ImageSource;
34
+ alt?: AltText;
35
+ };
36
+ layout: Layout;
37
+ }
38
+ export { Text, HighlightText, ImageSource, AltText, Layout, ImageTextProps };