@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,84 @@
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
+ * Layout of the mosaic component
8
+ */
9
+ type Layout = "alternate" | "textLeft" | "textRight";
10
+ /**
11
+ * Make the headlines larger
12
+ */
13
+ type LargeHeadlines = boolean;
14
+ /**
15
+ * Headline for the tile
16
+ */
17
+ type Headline = string;
18
+ /**
19
+ * Subheadline below the tile headline
20
+ */
21
+ type ModuleSubheadline = string;
22
+ /**
23
+ * Text for tile
24
+ */
25
+ type ModuleText = string;
26
+ /**
27
+ * Picture source
28
+ */
29
+ type Source = string;
30
+ /**
31
+ * Alt text to display for picture
32
+ */
33
+ type AltText = string;
34
+ /**
35
+ * Toggle wether the Button is displayed or not
36
+ */
37
+ type ButtonToggle = boolean;
38
+ /**
39
+ * Text content to display inside the button
40
+ */
41
+ type Label = string;
42
+ /**
43
+ * Target that should be linked, makes the button behave like a link semantically
44
+ */
45
+ type Target = string;
46
+ /**
47
+ * Choose an icon
48
+ */
49
+ type Icon = string;
50
+ /**
51
+ * Background color for the whole element
52
+ */
53
+ type BackgroundColor = string;
54
+ /**
55
+ * Background image for the whole element
56
+ */
57
+ type BackgroundImage = string;
58
+ /**
59
+ * Overwrite the color to use for the text content
60
+ */
61
+ type TextColor = string;
62
+ interface MosaicProps {
63
+ layout?: Layout;
64
+ largeHeadlines?: LargeHeadlines;
65
+ tiles?: {
66
+ headline?: Headline;
67
+ sub?: ModuleSubheadline;
68
+ text?: ModuleText;
69
+ image?: {
70
+ src?: Source;
71
+ alt?: AltText;
72
+ };
73
+ button?: {
74
+ toggle?: ButtonToggle;
75
+ label?: Label;
76
+ target?: Target;
77
+ icon?: Icon;
78
+ };
79
+ backgroundColor?: BackgroundColor;
80
+ backgroundImage?: BackgroundImage;
81
+ textColor?: TextColor;
82
+ }[];
83
+ }
84
+ export { Layout, LargeHeadlines, Headline, ModuleSubheadline, ModuleText, Source, AltText, ButtonToggle, Label, Target, Icon, BackgroundColor, BackgroundImage, TextColor, MosaicProps };
@@ -0,0 +1,43 @@
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
+ * Automatically move to next slide after 4 seconds without user interaction
8
+ */
9
+ type AutoPlay = boolean;
10
+ /**
11
+ * Add bullet navigation
12
+ */
13
+ type ShowNavigation = boolean;
14
+ /**
15
+ * The number of visible slides
16
+ */
17
+ type SlidesPerView = number;
18
+ /**
19
+ * Size of the gap added between slides in pixels
20
+ */
21
+ type Gap = number;
22
+ /**
23
+ * Add arrows on the left and right to navigate to next or previous slide
24
+ */
25
+ type ShowArrows = boolean;
26
+ /**
27
+ * Type of the movement
28
+ */
29
+ type Type = "slider" | "carousel";
30
+ /**
31
+ * Additional css classes attached to the wrapping element
32
+ */
33
+ type Class = string;
34
+ interface SliderProps {
35
+ autoplay?: AutoPlay;
36
+ nav?: ShowNavigation;
37
+ perView?: SlidesPerView;
38
+ gap?: Gap;
39
+ arrows?: ShowArrows;
40
+ type?: Type;
41
+ className?: Class;
42
+ }
43
+ export { AutoPlay, ShowNavigation, SlidesPerView, Gap, ShowArrows, Type, Class, SliderProps };
@@ -0,0 +1,9 @@
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
+ interface SplitProps {
7
+ layout?: "sidebarRight" | "sidebarLeft" | "even";
8
+ }
9
+ export { SplitProps };
@@ -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
+ /**
7
+ * The stats to display with a number upcounter
8
+ *
9
+ * @minItems 1
10
+ * @maxItems 4
11
+ */
12
+ type Stats = [Stat] | [Stat, Stat] | [Stat, Stat, Stat] | [Stat, Stat, Stat, Stat];
13
+ /**
14
+ * The number of the stat
15
+ */
16
+ type Number = number;
17
+ /**
18
+ * Optional description of the stat
19
+ */
20
+ type Description = string;
21
+ /**
22
+ * Title of the stat
23
+ */
24
+ type Title = string;
25
+ /**
26
+ * Optional icon of the stat
27
+ */
28
+ type Icon = string;
29
+ /**
30
+ * Component used to display stats with a number upcounter
31
+ */
32
+ interface StatsProps {
33
+ stats: Stats;
34
+ }
35
+ interface Stat {
36
+ number: Number;
37
+ description?: Description;
38
+ title: Title;
39
+ icon?: Icon;
40
+ }
41
+ export { Stats, Number, Description, Title, Icon, StatsProps, Stat };
@@ -0,0 +1,49 @@
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 teaser card
8
+ */
9
+ type Headline = string;
10
+ /**
11
+ * Body text for the teaser card
12
+ */
13
+ type Text = string;
14
+ /**
15
+ * Label for the Teaser Card
16
+ */
17
+ type Label = string;
18
+ /**
19
+ * Target that should be linked
20
+ */
21
+ type Target = string;
22
+ /**
23
+ * Toggle wether you want the card to have a visible button or not
24
+ */
25
+ type DisplayButton = boolean;
26
+ /**
27
+ * Image to display as cover
28
+ */
29
+ type Image = string;
30
+ /**
31
+ * Component used to tease content
32
+ */
33
+ interface TeaserCardProps {
34
+ headline?: Headline;
35
+ text?: Text;
36
+ label?: Label;
37
+ /**
38
+ * Layout for the Teaser Card
39
+ */
40
+ layout?: "stack" | "row";
41
+ target?: Target;
42
+ displayButton?: DisplayButton;
43
+ image?: Image;
44
+ /**
45
+ * Aspect ratio of the image
46
+ */
47
+ imageRatio?: "wide" | "landscape" | "square" | "unset";
48
+ }
49
+ export { Headline, Text, Label, Target, DisplayButton, Image, TeaserCardProps };
@@ -0,0 +1,54 @@
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 testimonial quote
8
+ */
9
+ type Quote = "slider" | "list" | "alternating";
10
+ /**
11
+ * The testimonial quote
12
+ */
13
+ type Quote1 = string;
14
+ /**
15
+ * The name of the quote author
16
+ */
17
+ type Name = string;
18
+ /**
19
+ * The title of the quote author
20
+ */
21
+ type Title = string;
22
+ /**
23
+ * The image to display with the testimonial
24
+ */
25
+ type Source = string;
26
+ /**
27
+ * The alt text of the image file
28
+ */
29
+ type AltText = string;
30
+ /**
31
+ * The rating of the testimonial, from 1 to 5
32
+ */
33
+ type Rating = number;
34
+ /**
35
+ * Add testimonials featuring an image, a quote, a source and a rating
36
+ */
37
+ type Testimonials = {
38
+ quote: Quote1;
39
+ name: Name;
40
+ title?: Title;
41
+ image: {
42
+ src?: Source;
43
+ alt?: AltText;
44
+ };
45
+ rating?: Rating;
46
+ }[];
47
+ /**
48
+ * Display testimonials with an optional image and rating
49
+ */
50
+ interface TestimonialsProps {
51
+ layout?: Quote;
52
+ testimonials?: Testimonials;
53
+ }
54
+ export { Quote, Quote1, Name, Title, Source, AltText, Rating, Testimonials, TestimonialsProps };
@@ -0,0 +1,31 @@
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
8
+ */
9
+ type Text = string;
10
+ /**
11
+ * Variant of layout to be used
12
+ */
13
+ type Layout = "singleColumn" | "multiColumn";
14
+ /**
15
+ * Alignment of text
16
+ */
17
+ type Alignment = "left" | "center";
18
+ /**
19
+ * Visually highlight the text
20
+ */
21
+ type HighlightText = boolean;
22
+ /**
23
+ * Component used for displaying text in chapters
24
+ */
25
+ interface TextProps {
26
+ text: Text;
27
+ layout?: Layout;
28
+ align?: Alignment;
29
+ highlightText?: HighlightText;
30
+ }
31
+ export { Text, Layout, Alignment, HighlightText, TextProps };
@@ -0,0 +1,82 @@
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
+ /**
27
+ * Text content to display inside the button
28
+ */
29
+ type Label = string;
30
+ /**
31
+ * Choose an icon
32
+ */
33
+ type Icon = string;
34
+ /**
35
+ * Target that should be linked, makes the button behave like a link semantically
36
+ */
37
+ type Target = string;
38
+ /**
39
+ * Enable grid layer
40
+ */
41
+ type GridLayer = boolean;
42
+ /**
43
+ * Background video source for small screens
44
+ */
45
+ type MobileVideoSource = string;
46
+ /**
47
+ * Background video source for medium screens
48
+ */
49
+ type TabletVideoSource = string;
50
+ /**
51
+ * Background video source for large screens
52
+ */
53
+ type DesktopVideoSource = string;
54
+ /**
55
+ * Choose the alginment of the module content
56
+ */
57
+ type ModuleAligment = "center" | "left" | "right";
58
+ interface VideoCurtainProps {
59
+ headline?: Headline;
60
+ sub?: ModuleSubheadline;
61
+ text?: ModuleText;
62
+ highlightText?: HighlightText;
63
+ colorNeutral?: ColorNeutral;
64
+ buttons?: Button[];
65
+ overlay?: GridLayer;
66
+ video?: BackgroundVideo;
67
+ textPosition?: ModuleAligment;
68
+ }
69
+ interface Button {
70
+ label?: Label;
71
+ icon?: Icon;
72
+ target?: Target;
73
+ }
74
+ /**
75
+ * Sources of background videos for different screen sizes
76
+ */
77
+ interface BackgroundVideo {
78
+ srcMobile: MobileVideoSource;
79
+ srcTablet?: TabletVideoSource;
80
+ srcDesktop?: DesktopVideoSource;
81
+ }
82
+ export { Headline, ModuleSubheadline, ModuleText, HighlightText, ColorNeutral, Label, Icon, Target, GridLayer, MobileVideoSource, TabletVideoSource, DesktopVideoSource, ModuleAligment, VideoCurtainProps, Button, BackgroundVideo };
@@ -0,0 +1,9 @@
1
+ .c-post-aside {
2
+ --c-post-aside--gap: var(--ks-spacing-stack-s);
3
+ }
4
+ .c-post-aside .c-headline__headline {
5
+ --c-headline--font: var(--ks-font-display-m);
6
+ }
7
+ .c-post-aside .c-contact__links .icon {
8
+ color: var(--g-link--color);
9
+ }
@@ -0,0 +1,130 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
3
+ "$id": "http://schema.mydesignsystem.com/blog-aside.schema.json",
4
+ "title": "Blog Aside",
5
+ "description": "Meta info for a singular blog entry",
6
+ "type": "object",
7
+ "properties": {
8
+ "author": {
9
+ "type": "object",
10
+ "title": "Author",
11
+ "description": "The author of the blog post",
12
+ "properties": {
13
+ "name": {
14
+ "title": "Name",
15
+ "description": "The name of the author",
16
+ "type": "string",
17
+ "examples": [
18
+ "John Doe"
19
+ ]
20
+ },
21
+ "byline": {
22
+ "title": "Byline",
23
+ "description": "The byline of the author",
24
+ "type": "string",
25
+ "examples": [
26
+ "CEO at Company"
27
+ ]
28
+ },
29
+ "image": {
30
+ "title": "Image",
31
+ "description": "The image URL of the author",
32
+ "type": "string",
33
+ "format": "uri",
34
+ "examples": [
35
+ "img/people/author-emily.png"
36
+ ]
37
+ },
38
+ "twitter": {
39
+ "title": "Twitter",
40
+ "description": "The Twitter name of the author",
41
+ "type": "string",
42
+ "format": "uri",
43
+ "examples": [
44
+ "johndoe"
45
+ ]
46
+ },
47
+ "email": {
48
+ "title": "Email",
49
+ "description": "The Email of the author",
50
+ "type": "string",
51
+ "format": "email",
52
+ "examples": [
53
+ "johndoe@example.com"
54
+ ]
55
+ }
56
+ },
57
+ "additionalProperties": false,
58
+ "required": [
59
+ "name"
60
+ ]
61
+ },
62
+ "socialSharing": {
63
+ "type": "array",
64
+ "title": "Social Sharing",
65
+ "description": "The social sharing links for the blog post",
66
+ "items": {
67
+ "type": "object",
68
+ "properties": {
69
+ "icon": {
70
+ "title": "Icon",
71
+ "description": "The icon name for the social link",
72
+ "type": "string",
73
+ "examples": [
74
+ "twitter",
75
+ "facebook"
76
+ ]
77
+ },
78
+ "href": {
79
+ "title": "Href",
80
+ "description": "The href for the social link",
81
+ "type": "string",
82
+ "format": "uri",
83
+ "examples": [
84
+ "https://twitter.com/share?text=Check%20this%20out!&url=https://example.com"
85
+ ]
86
+ },
87
+ "title": {
88
+ "title": "Title",
89
+ "description": "The title for the social link",
90
+ "type": "string",
91
+ "examples": [
92
+ "Share on Twitter"
93
+ ]
94
+ }
95
+ },
96
+ "additionalProperties": false,
97
+ "required": [
98
+ "icon",
99
+ "href",
100
+ "title"
101
+ ]
102
+ }
103
+ },
104
+ "readingTime": {
105
+ "title": "Reading Time",
106
+ "description": "The reading time for the blog post",
107
+ "type": "string",
108
+ "examples": [
109
+ "5 min read"
110
+ ]
111
+ },
112
+ "date": {
113
+ "title": "Published Date",
114
+ "description": "The date when the blog post was published",
115
+ "type": "string",
116
+ "format": "date",
117
+ "examples": [
118
+ "12/30/2022"
119
+ ]
120
+ },
121
+ "type": {
122
+ "const": "blog-aside"
123
+ }
124
+ },
125
+ "additionalProperties": false,
126
+ "required": [
127
+ "author",
128
+ "date"
129
+ ]
130
+ }
@@ -0,0 +1,99 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
3
+ "$id": "http://schema.mydesignsystem.com/blog-aside.schema.json",
4
+ "title": "Blog Aside",
5
+ "description": "Meta info for a singular blog entry",
6
+ "type": "object",
7
+ "properties": {
8
+ "author": {
9
+ "type": "object",
10
+ "title": "Author",
11
+ "description": "The author of the blog post",
12
+ "properties": {
13
+ "name": {
14
+ "title": "Name",
15
+ "description": "The name of the author",
16
+ "type": "string",
17
+ "examples": ["John Doe"]
18
+ },
19
+ "byline": {
20
+ "title": "Byline",
21
+ "description": "The byline of the author",
22
+ "type": "string",
23
+ "examples": ["CEO at Company"]
24
+ },
25
+ "image": {
26
+ "title": "Image",
27
+ "description": "The image URL of the author",
28
+ "type": "string",
29
+ "format": "uri",
30
+ "examples": ["img/people/author-emily.png"]
31
+ },
32
+ "twitter": {
33
+ "title": "Twitter",
34
+ "description": "The Twitter name of the author",
35
+ "type": "string",
36
+ "format": "uri",
37
+ "examples": ["johndoe"]
38
+ },
39
+ "email": {
40
+ "title": "Email",
41
+ "description": "The Email of the author",
42
+ "type": "string",
43
+ "format": "email",
44
+ "examples": ["johndoe@example.com"]
45
+ }
46
+ },
47
+ "additionalProperties": false,
48
+ "required": ["name"]
49
+ },
50
+ "socialSharing": {
51
+ "type": "array",
52
+ "title": "Social Sharing",
53
+ "description": "The social sharing links for the blog post",
54
+ "items": {
55
+ "type": "object",
56
+ "properties": {
57
+ "icon": {
58
+ "title": "Icon",
59
+ "description": "The icon name for the social link",
60
+ "type": "string",
61
+ "examples": ["twitter", "facebook"]
62
+ },
63
+ "href": {
64
+ "title": "Href",
65
+ "description": "The href for the social link",
66
+ "type": "string",
67
+ "format": "uri",
68
+ "examples": [
69
+ "https://twitter.com/share?text=Check%20this%20out!&url=https://example.com"
70
+ ]
71
+ },
72
+ "title": {
73
+ "title": "Title",
74
+ "description": "The title for the social link",
75
+ "type": "string",
76
+ "examples": ["Share on Twitter"]
77
+ }
78
+ },
79
+ "additionalProperties": false,
80
+ "required": ["icon", "href", "title"]
81
+ }
82
+ },
83
+ "readingTime": {
84
+ "title": "Reading Time",
85
+ "description": "The reading time for the blog post",
86
+ "type": "string",
87
+ "examples": ["5 min read"]
88
+ },
89
+ "date": {
90
+ "title": "Published Date",
91
+ "description": "The date when the blog post was published",
92
+ "type": "string",
93
+ "format": "date",
94
+ "examples": ["12/30/2022"]
95
+ }
96
+ },
97
+ "additionalProperties": false,
98
+ "required": ["author", "date"]
99
+ }