@kickstartds/ds-agency-premium 1.6.71--canary.45.1846.0 → 1.7.0--canary.18.1660.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (372) hide show
  1. package/dist/{BlogAsideProps-c760fd2a.d.ts → BlogAsideProps-d9decb7c.d.ts} +5 -5
  2. package/dist/{BlogAuthorProps-fb0241df.d.ts → BlogAuthorProps-88a11566.d.ts} +2 -7
  3. package/dist/{BlogHeadProps-c04a5ed8.d.ts → BlogHeadProps-3f6e4072.d.ts} +1 -6
  4. package/dist/BlogOverviewProps-9f207f1c.d.ts +2 -2
  5. package/dist/BlogPostProps-6b3cff22.d.ts +4 -4
  6. package/dist/BlogTeaserProps-f5855e93.d.ts +4 -9
  7. package/dist/{ButtonProps-00ddee3a.d.ts → ButtonProps-03ff6d21.d.ts} +4 -4
  8. package/dist/{CtaProps-babe4ee6.d.ts → CtaProps-93230a76.d.ts} +11 -21
  9. package/dist/FeatureProps-f8a75850.d.ts +52 -0
  10. package/dist/FeaturesProps-b05859d6.d.ts +34 -0
  11. package/dist/{FooterProps-a0a104ca.d.ts → FooterProps-171a3067.d.ts} +2 -2
  12. package/dist/{HeaderProps-72763967.d.ts → HeaderProps-e22382f1.d.ts} +2 -2
  13. package/dist/{HeroProps-40f6c7f5.d.ts → HeroProps-cf82a16d.d.ts} +5 -10
  14. package/dist/ImageStoryProps-e853e1e7.d.ts +1 -1
  15. package/dist/MosaicProps-d52c7151.d.ts +4 -4
  16. package/dist/PageProps-aa29c554.d.ts +1 -1
  17. package/dist/{SectionProps-21d04028.d.ts → SectionProps-83d399b4.d.ts} +11 -23
  18. package/dist/{SliderProps-babe4ee6.d.ts → SliderProps-93230a76.d.ts} +5 -5
  19. package/dist/{TeaserCardProps-994cb119.d.ts → TeaserCardProps-b9c28e78.d.ts} +4 -4
  20. package/dist/{TestimonialsProps-e344f597.d.ts → TestimonialProps-94bdeac9.d.ts} +2 -22
  21. package/dist/TestimonialsProps-f7211553.d.ts +22 -0
  22. package/dist/{VideoCurtainProps-a2c0cc7f.d.ts → VideoCurtainProps-6c625a69.d.ts} +5 -5
  23. package/dist/components/blog-aside/blog-aside.css +4 -4
  24. package/dist/components/blog-aside/blog-aside.schema.dereffed.json +9 -19
  25. package/dist/components/blog-aside/blog-aside.schema.json +4 -5
  26. package/dist/components/blog-aside/index.d.ts +1 -2
  27. package/dist/components/blog-aside/index.js +3 -3
  28. package/dist/components/blog-author/blog-author.schema.dereffed.json +5 -14
  29. package/dist/components/blog-author/index.d.ts +1 -2
  30. package/dist/components/blog-head/blog-head.css +3 -3
  31. package/dist/components/blog-head/blog-head.schema.dereffed.json +0 -8
  32. package/dist/components/blog-head/blog-head.schema.json +0 -6
  33. package/dist/components/blog-head/index.d.ts +1 -2
  34. package/dist/components/blog-head/index.js +2 -2
  35. package/dist/components/blog-overview/blog-overview.schema.dereffed.json +192 -363
  36. package/dist/components/blog-overview/index.d.ts +0 -1
  37. package/dist/components/blog-post/blog-post.schema.dereffed.json +183 -348
  38. package/dist/components/blog-post/index.d.ts +0 -1
  39. package/dist/components/blog-post/index.js +2 -4
  40. package/dist/components/blog-teaser/blog-teaser.css +7 -9
  41. package/dist/components/blog-teaser/blog-teaser.schema.dereffed.json +6 -14
  42. package/dist/components/blog-teaser/blog-teaser.schema.json +5 -11
  43. package/dist/components/blog-teaser/index.d.ts +3 -4
  44. package/dist/components/blog-teaser/index.js +10 -8
  45. package/dist/components/button/button.css +2 -2
  46. package/dist/components/button/button.schema.dereffed.json +3 -4
  47. package/dist/components/button/button.schema.json +3 -4
  48. package/dist/components/button/index.d.ts +1 -2
  49. package/dist/components/button/index.js +1 -1
  50. package/dist/components/button-group/button-group.schema.dereffed.json +3 -4
  51. package/dist/components/button-group/index.d.ts +1 -2
  52. package/dist/components/contact/contact.css +16 -12
  53. package/dist/components/contact/contact.schema.dereffed.json +6 -15
  54. package/dist/components/contact/contact.schema.json +6 -13
  55. package/dist/components/contact/index.d.ts +1 -7
  56. package/dist/components/contact/index.js +1 -1
  57. package/dist/components/cta/cta.css +72 -49
  58. package/dist/components/cta/cta.schema.dereffed.json +11 -29
  59. package/dist/components/cta/cta.schema.json +10 -23
  60. package/dist/components/cta/index.d.ts +1 -2
  61. package/dist/components/cta/index.js +25 -25
  62. package/dist/components/divider/divider.css +1 -1
  63. package/dist/components/divider/index.d.ts +26 -2
  64. package/dist/components/faq/index.d.ts +0 -1
  65. package/dist/components/feature/feature.schema.dereffed.json +3 -14
  66. package/dist/components/feature/feature.schema.json +3 -12
  67. package/dist/components/feature/index.d.ts +1 -58
  68. package/dist/components/feature/index.js +2 -2
  69. package/dist/components/features/features.css +6 -19
  70. package/dist/components/features/features.schema.dereffed.json +40 -13
  71. package/dist/components/features/features.schema.json +1 -27
  72. package/dist/components/features/index.d.ts +1 -2
  73. package/dist/components/features/index.js +2 -11
  74. package/dist/components/footer/footer.css +5 -5
  75. package/dist/components/footer/footer.schema.dereffed.json +12 -12
  76. package/dist/components/footer/index.d.ts +1 -2
  77. package/dist/components/footer/index.js +1 -1
  78. package/dist/components/gallery/gallery.css +18 -0
  79. package/dist/components/gallery/gallery.schema.dereffed.json +1 -2
  80. package/dist/components/gallery/gallery.schema.json +1 -2
  81. package/dist/components/gallery/index.d.ts +0 -1
  82. package/dist/components/gallery/index.js +1 -1
  83. package/dist/components/header/header.css +11 -53
  84. package/dist/components/header/header.schema.dereffed.json +12 -12
  85. package/dist/components/header/index.d.ts +4 -5
  86. package/dist/components/header/index.js +5 -5
  87. package/dist/components/headline/headline.css +41 -49
  88. package/dist/components/headline/headline.schema.dereffed.json +0 -5
  89. package/dist/components/headline/headline.schema.json +0 -5
  90. package/dist/components/headline/index.d.ts +0 -6
  91. package/dist/components/headline/index.js +1 -1
  92. package/dist/components/hero/hero.css +22 -91
  93. package/dist/components/hero/hero.schema.dereffed.json +4 -12
  94. package/dist/components/hero/hero.schema.json +3 -9
  95. package/dist/components/hero/index.d.ts +1 -2
  96. package/dist/components/hero/index.js +37 -39
  97. package/dist/components/html/html.schema.json +3 -31
  98. package/dist/components/html/index.d.ts +26 -5
  99. package/dist/components/html/index.js +3 -17
  100. package/dist/components/image/image.css +18 -0
  101. package/dist/components/image/image.schema.dereffed.json +105 -0
  102. package/dist/components/image/image.schema.json +95 -0
  103. package/dist/components/image/index.d.ts +87 -0
  104. package/dist/components/image/index.js +11 -0
  105. package/dist/components/image-story/image-story.css +7 -10
  106. package/dist/components/image-story/image-story.schema.dereffed.json +3 -4
  107. package/dist/components/image-story/image-story.schema.json +1 -5
  108. package/dist/components/image-story/index.d.ts +0 -1
  109. package/dist/components/image-story/index.js +1 -0
  110. package/dist/components/image-text/image-text.css +4 -4
  111. package/dist/components/image-text/index.d.ts +0 -1
  112. package/dist/components/index/index.d.ts +3 -9
  113. package/dist/components/logo/index.d.ts +0 -1
  114. package/dist/components/logos/index.d.ts +0 -1
  115. package/dist/components/logos/index.js +1 -1
  116. package/dist/components/logos/logos.css +4 -4
  117. package/dist/components/logos/logos.schema.dereffed.json +6 -6
  118. package/dist/components/logos/logos.schema.json +6 -6
  119. package/dist/components/mosaic/index.d.ts +0 -1
  120. package/dist/components/mosaic/index.js +1 -1
  121. package/dist/components/mosaic/mosaic.css +7 -8
  122. package/dist/components/mosaic/mosaic.schema.dereffed.json +3 -4
  123. package/dist/components/nav-dropdown/index.d.ts +1 -2
  124. package/dist/components/nav-dropdown/index.js +2 -2
  125. package/dist/components/nav-dropdown/nav-dropdown.css +4 -13
  126. package/dist/components/nav-dropdown/nav-dropdown.schema.dereffed.json +1 -1
  127. package/dist/components/nav-flyout/index.d.ts +2 -3
  128. package/dist/components/nav-flyout/index.js +8 -6
  129. package/dist/components/nav-flyout/nav-flyout.css +15 -29
  130. package/dist/components/nav-flyout/nav-flyout.schema.dereffed.json +12 -12
  131. package/dist/components/nav-main/index.d.ts +5 -6
  132. package/dist/components/nav-main/index.js +2 -0
  133. package/dist/components/nav-main/nav-main.schema.dereffed.json +15 -15
  134. package/dist/components/nav-main/nav-main.schema.json +14 -14
  135. package/dist/components/nav-toggle/index.js +1 -1
  136. package/dist/components/nav-topbar/index.d.ts +2 -3
  137. package/dist/components/nav-topbar/index.js +2 -2
  138. package/dist/components/nav-topbar/nav-topbar.css +3 -16
  139. package/dist/components/nav-topbar/nav-topbar.schema.dereffed.json +12 -12
  140. package/dist/components/page/index.d.ts +0 -1
  141. package/dist/components/page/page.schema.dereffed.json +163 -292
  142. package/dist/components/page-wrapper/index.js +368 -135
  143. package/dist/components/page-wrapper/tokens.css +692 -439
  144. package/dist/components/picture/picture.schema.json +88 -0
  145. package/dist/components/presets.json +560 -1883
  146. package/dist/components/providers/index.js +1 -1
  147. package/dist/components/section/index.d.ts +1 -2
  148. package/dist/components/section/index.js +16 -10
  149. package/dist/components/section/js/Section.client.js +1 -1
  150. package/dist/components/section/section.css +93 -88
  151. package/dist/components/section/section.schema.dereffed.json +163 -292
  152. package/dist/components/section/section.schema.json +10 -21
  153. package/dist/components/settings/settings.schema.dereffed.json +24 -29
  154. package/dist/components/settings/settings.schema.json +0 -5
  155. package/dist/components/slider/index.d.ts +1 -2
  156. package/dist/components/slider/slider.css +9 -19
  157. package/dist/components/slider/slider.schema.dereffed.json +71 -78
  158. package/dist/components/split/index.d.ts +13 -0
  159. package/dist/components/split/index.js +17 -0
  160. package/dist/components/split/split.css +53 -0
  161. package/dist/components/split/split.schema.dereffed.json +29 -0
  162. package/dist/components/split/split.schema.json +19 -0
  163. package/dist/components/stat/index.d.ts +0 -1
  164. package/dist/components/stat/stat.schema.dereffed.json +0 -1
  165. package/dist/components/stat/stat.schema.json +0 -1
  166. package/dist/components/stats/index.d.ts +0 -1
  167. package/dist/components/stats/stats.css +7 -3
  168. package/dist/components/stats/stats.schema.dereffed.json +0 -1
  169. package/dist/components/teaser-card/index.d.ts +1 -2
  170. package/dist/components/teaser-card/index.js +9 -10
  171. package/dist/components/teaser-card/teaser-card.css +48 -68
  172. package/dist/components/teaser-card/teaser-card.schema.dereffed.json +4 -4
  173. package/dist/components/teaser-card/teaser-card.schema.json +4 -4
  174. package/dist/components/testimonial/index.d.ts +1 -49
  175. package/dist/components/testimonial/index.js +1 -4
  176. package/dist/components/testimonial/testimonial.schema.dereffed.json +0 -11
  177. package/dist/components/testimonial/testimonial.schema.json +0 -7
  178. package/dist/components/testimonials/index.d.ts +2 -3
  179. package/dist/components/testimonials/index.js +2 -2
  180. package/dist/components/testimonials/testimonials.css +28 -60
  181. package/dist/components/testimonials/testimonials.schema.dereffed.json +5 -11
  182. package/dist/components/testimonials/testimonials.schema.json +1 -30
  183. package/dist/components/text/index.d.ts +0 -1
  184. package/dist/components/text/text.css +2 -2
  185. package/dist/components/tile/tile.schema.dereffed.json +3 -4
  186. package/dist/components/tile/tile.schema.json +4 -10
  187. package/dist/components/video-curtain/index.d.ts +1 -2
  188. package/dist/components/video-curtain/index.js +4 -12
  189. package/dist/components/video-curtain/video-curtain.css +33 -57
  190. package/dist/components/video-curtain/video-curtain.schema.dereffed.json +4 -7
  191. package/dist/components/video-curtain/video-curtain.schema.json +3 -3
  192. package/dist/global.css +86 -340
  193. package/dist/static/img/logos/logoipsum-212.svg +12 -0
  194. package/dist/static/img/logos/logoipsum-217.svg +4 -0
  195. package/dist/static/img/logos/logoipsum-239.svg +16 -0
  196. package/dist/static/img/logos/logoipsum-244.svg +19 -0
  197. package/dist/static/img/logos/logoipsum-250.svg +21 -0
  198. package/dist/static/img/logos/logoipsum-286.svg +20 -0
  199. package/dist/static/img/people/author-alex.png +0 -0
  200. package/dist/static/img/people/author-emily.png +0 -0
  201. package/dist/static/img/people/author-john.png +0 -0
  202. package/dist/static/img/screenshots/blog-blog-aside--default.png +0 -0
  203. package/dist/static/img/screenshots/blog-blog-author--default.png +0 -0
  204. package/dist/static/img/screenshots/components-contact--wide-image.png +0 -0
  205. package/dist/static/img/screenshots/components-stats--count-up-with-description.png +0 -0
  206. package/dist/static/img/screenshots/components-stats--count-up-with-icons.png +0 -0
  207. package/dist/static/img/screenshots/components-teaser-card--page-navigation.png +0 -0
  208. package/dist/static/img/screenshots/components-testimonials--slider-layout.png +0 -0
  209. package/dist/static/img/screenshots/components-testimonials--with-rating.png +0 -0
  210. package/dist/static/img/screenshots/layout-footer--footer.png +0 -0
  211. package/dist/static/img/screenshots/layout-slider--with-arrows.png +0 -0
  212. package/dist/static/img/screenshots/layout-slider--with-autoplay.png +0 -0
  213. package/dist/static/img/screenshots/layout-slider--with-nav.png +0 -0
  214. package/dist/static/img/screenshots/layout-slider--with-teased-neighbours.png +0 -0
  215. package/dist/static/img/screenshots/pages-archetypes--blog-post.png +0 -0
  216. package/dist/static/img/screenshots/pages-archetypes--overview.png +0 -0
  217. package/dist/static/logo-inverted.svg +25 -12
  218. package/dist/static/logo.svg +25 -12
  219. package/dist/tokens/IconSprite.js +367 -134
  220. package/dist/tokens/icon-sprite.html +37 -72
  221. package/dist/tokens/themes.css +4 -4
  222. package/dist/tokens/tokens.css +692 -439
  223. package/dist/tokens/tokens.js +755 -651
  224. package/package.json +16 -11
  225. package/dist/DividerProps-2ef31901.d.ts +0 -26
  226. package/dist/EventAppointmentProps-443cd1ce.d.ts +0 -38
  227. package/dist/EventDetailProps-42a7eebe.d.ts +0 -387
  228. package/dist/EventFilterProps-b190eb86.d.ts +0 -73
  229. package/dist/EventLatestTeaserProps-fc9d3281.d.ts +0 -58
  230. package/dist/EventListTeaserProps-5cc94436.d.ts +0 -89
  231. package/dist/EventLocationProps-871bc198.d.ts +0 -41
  232. package/dist/FeaturesProps-a9041d97.d.ts +0 -67
  233. package/dist/HtmlProps-9d091769.d.ts +0 -34
  234. package/dist/SearchFilterProps-2fa6419b.d.ts +0 -29
  235. package/dist/SearchResultProps-224c2338.d.ts +0 -33
  236. package/dist/components/breadcrumb/breadcrumb.css +0 -32
  237. package/dist/components/breadcrumb/breadcrumb.schema.dereffed.json +0 -34
  238. package/dist/components/breadcrumb/breadcrumb.schema.json +0 -27
  239. package/dist/components/breadcrumb/index.d.ts +0 -28
  240. package/dist/components/breadcrumb/index.js +0 -17
  241. package/dist/components/content-nav/content-nav.css +0 -112
  242. package/dist/components/content-nav/content-nav.schema.dereffed.json +0 -61
  243. package/dist/components/content-nav/content-nav.schema.json +0 -52
  244. package/dist/components/content-nav/index.d.ts +0 -42
  245. package/dist/components/content-nav/index.js +0 -14
  246. package/dist/components/downloads/downloads.css +0 -153
  247. package/dist/components/downloads/downloads.schema.dereffed.json +0 -55
  248. package/dist/components/downloads/downloads.schema.json +0 -44
  249. package/dist/components/downloads/index.d.ts +0 -41
  250. package/dist/components/downloads/index.js +0 -18
  251. package/dist/components/event-appointment/event-appointment.css +0 -61
  252. package/dist/components/event-appointment/event-appointment.schema.dereffed.json +0 -56
  253. package/dist/components/event-appointment/event-appointment.schema.json +0 -47
  254. package/dist/components/event-appointment/index.d.ts +0 -7
  255. package/dist/components/event-appointment/index.js +0 -14
  256. package/dist/components/event-detail/event-detail.schema.dereffed.json +0 -287
  257. package/dist/components/event-detail/event-detail.schema.json +0 -74
  258. package/dist/components/event-detail/index.d.ts +0 -5
  259. package/dist/components/event-detail/index.js +0 -36
  260. package/dist/components/event-filter/event-filter.css +0 -31
  261. package/dist/components/event-filter/event-filter.schema.dereffed.json +0 -118
  262. package/dist/components/event-filter/event-filter.schema.json +0 -107
  263. package/dist/components/event-filter/index.d.ts +0 -7
  264. package/dist/components/event-filter/index.js +0 -34
  265. package/dist/components/event-header/event-header.css +0 -6
  266. package/dist/components/event-header/event-header.schema.dereffed.json +0 -38
  267. package/dist/components/event-header/event-header.schema.json +0 -34
  268. package/dist/components/event-header/index.d.ts +0 -35
  269. package/dist/components/event-header/index.js +0 -20
  270. package/dist/components/event-latest/event-latest.css +0 -5
  271. package/dist/components/event-latest/event-latest.schema.dereffed.json +0 -142
  272. package/dist/components/event-latest/event-latest.schema.json +0 -46
  273. package/dist/components/event-latest/index.d.ts +0 -30
  274. package/dist/components/event-latest/index.js +0 -19
  275. package/dist/components/event-latest-teaser/event-latest-teaser.css +0 -131
  276. package/dist/components/event-latest-teaser/event-latest-teaser.schema.dereffed.json +0 -97
  277. package/dist/components/event-latest-teaser/event-latest-teaser.schema.json +0 -73
  278. package/dist/components/event-latest-teaser/index.d.ts +0 -8
  279. package/dist/components/event-latest-teaser/index.js +0 -18
  280. package/dist/components/event-list/event-list.schema.dereffed.json +0 -284
  281. package/dist/components/event-list/event-list.schema.json +0 -18
  282. package/dist/components/event-list/index.d.ts +0 -19
  283. package/dist/components/event-list/index.js +0 -73
  284. package/dist/components/event-list-teaser/event-list-teaser.css +0 -141
  285. package/dist/components/event-list-teaser/event-list-teaser.schema.dereffed.json +0 -151
  286. package/dist/components/event-list-teaser/event-list-teaser.schema.json +0 -116
  287. package/dist/components/event-list-teaser/index.d.ts +0 -8
  288. package/dist/components/event-list-teaser/index.js +0 -21
  289. package/dist/components/event-location/event-location.css +0 -71
  290. package/dist/components/event-location/event-location.schema.dereffed.json +0 -126
  291. package/dist/components/event-location/event-location.schema.json +0 -61
  292. package/dist/components/event-location/index.d.ts +0 -7
  293. package/dist/components/event-location/index.js +0 -18
  294. package/dist/components/event-login/event-login.css +0 -31
  295. package/dist/components/event-login/event-login.schema.dereffed.json +0 -125
  296. package/dist/components/event-login/event-login.schema.json +0 -98
  297. package/dist/components/event-login/index.d.ts +0 -78
  298. package/dist/components/event-login/index.js +0 -21
  299. package/dist/components/event-registration/event-registration.css +0 -91
  300. package/dist/components/event-registration/event-registration.schema.dereffed.json +0 -174
  301. package/dist/components/event-registration/event-registration.schema.json +0 -138
  302. package/dist/components/event-registration/index.d.ts +0 -106
  303. package/dist/components/event-registration/index.js +0 -23
  304. package/dist/components/html/Html.client.d.ts +0 -5
  305. package/dist/components/html/Html.client.js +0 -41
  306. package/dist/components/html/html.css +0 -52
  307. package/dist/components/html/html.schema.dereffed.json +0 -61
  308. package/dist/components/pagination/index.d.ts +0 -47
  309. package/dist/components/pagination/index.js +0 -52
  310. package/dist/components/pagination/pagination.css +0 -66
  311. package/dist/components/pagination/pagination.schema.dereffed.json +0 -64
  312. package/dist/components/pagination/pagination.schema.json +0 -57
  313. package/dist/components/search/index.d.ts +0 -19
  314. package/dist/components/search/index.js +0 -39
  315. package/dist/components/search/search.schema.dereffed.json +0 -134
  316. package/dist/components/search/search.schema.json +0 -18
  317. package/dist/components/search-bar/index.d.ts +0 -35
  318. package/dist/components/search-bar/index.js +0 -17
  319. package/dist/components/search-bar/search-bar.css +0 -33
  320. package/dist/components/search-bar/search-bar.schema.dereffed.json +0 -48
  321. package/dist/components/search-bar/search-bar.schema.json +0 -35
  322. package/dist/components/search-filter/index.d.ts +0 -7
  323. package/dist/components/search-filter/index.js +0 -15
  324. package/dist/components/search-filter/search-filter.css +0 -20
  325. package/dist/components/search-filter/search-filter.schema.dereffed.json +0 -69
  326. package/dist/components/search-filter/search-filter.schema.json +0 -46
  327. package/dist/components/search-result/index.d.ts +0 -7
  328. package/dist/components/search-result/index.js +0 -15
  329. package/dist/components/search-result/search-result.css +0 -26
  330. package/dist/components/search-result/search-result.schema.dereffed.json +0 -50
  331. package/dist/components/search-result/search-result.schema.json +0 -41
  332. package/dist/components/split-even/index.d.ts +0 -74
  333. package/dist/components/split-even/index.js +0 -7
  334. package/dist/components/split-even/split-even.css +0 -100
  335. package/dist/components/split-even/split-even.schema.dereffed.json +0 -5899
  336. package/dist/components/split-even/split-even.schema.json +0 -170
  337. package/dist/components/split-weighted/index.d.ts +0 -104
  338. package/dist/components/split-weighted/index.js +0 -13
  339. package/dist/components/split-weighted/split-weighted.css +0 -133
  340. package/dist/components/split-weighted/split-weighted.schema.dereffed.json +0 -5959
  341. package/dist/components/split-weighted/split-weighted.schema.json +0 -212
  342. package/dist/static/fonts/systemics/Montserrat-Bold.woff2 +0 -0
  343. package/dist/static/fonts/systemics/Montserrat-Light.woff2 +0 -0
  344. package/dist/static/fonts/systemics/Montserrat-Medium.woff2 +0 -0
  345. package/dist/static/fonts/systemics/Montserrat-Regular.woff2 +0 -0
  346. package/dist/static/fonts/systemics/Montserrat-SemiBold.woff2 +0 -0
  347. package/dist/static/img/about/angled-image.png +0 -0
  348. package/dist/static/img/about/cta.png +0 -0
  349. package/dist/static/img/about/cutout.png +0 -0
  350. package/dist/static/img/about/disclaimer.png +0 -0
  351. package/dist/static/img/about/purpose.png +0 -0
  352. package/dist/static/img/about/spoiler.png +0 -0
  353. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-01.svg +0 -72
  354. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-02.svg +0 -112
  355. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-03.svg +0 -197
  356. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-04.svg +0 -76
  357. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-05.svg +0 -82
  358. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-06.svg +0 -219
  359. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-07.svg +0 -85
  360. package/dist/static/img/logos/logoipsum-344.svg +0 -174
  361. package/dist/static/img/logos/logoipsum-347.svg +0 -52
  362. package/dist/static/img/logos/logoipsum-352.svg +0 -22
  363. package/dist/static/img/logos/logoipsum-356.svg +0 -20
  364. package/dist/static/img/logos/logoipsum-358.svg +0 -29
  365. package/dist/static/img/logos/logoipsum-369.svg +0 -20
  366. package/dist/static/img/logos/logoipsum-373.svg +0 -17
  367. package/dist/static/img/people/contact-person.png +0 -0
  368. package/dist/static/img/screenshots/layout-divider--accent.png +0 -0
  369. package/dist/static/img/screenshots/layout-divider--default.png +0 -0
  370. package/dist/static/logo-dark.svg +0 -13
  371. package/dist/static/logo-dsa-inverted.svg +0 -26
  372. package/dist/static/logo-dsa.svg +0 -26
@@ -69,14 +69,6 @@
69
69
  "img/close-up-young-business-team-working.png"
70
70
  ]
71
71
  },
72
- "alt": {
73
- "title": "Alt Text",
74
- "description": "The alt text for the cover image",
75
- "type": "string",
76
- "examples": [
77
- "Image of a business team working"
78
- ]
79
- },
80
72
  "type": {
81
73
  "const": "blog-head"
82
74
  }
@@ -133,7 +125,7 @@
133
125
  "title": "Alt Text",
134
126
  "description": "Alt text of the image",
135
127
  "examples": [
136
- "Picture of Isabella Doe"
128
+ "Picture of Jane Smith"
137
129
  ]
138
130
  },
139
131
  "fullWidth": {
@@ -162,13 +154,12 @@
162
154
  "type": "object",
163
155
  "properties": {
164
156
  "icon": {
165
- "type": "string",
166
- "format": "icon"
157
+ "type": "string"
167
158
  },
168
159
  "label": {
169
160
  "type": "string"
170
161
  },
171
- "url": {
162
+ "href": {
172
163
  "type": "string",
173
164
  "format": "uri"
174
165
  },
@@ -177,14 +168,6 @@
177
168
  "description": "Open link in new Tab",
178
169
  "type": "boolean",
179
170
  "default": false
180
- },
181
- "ariaLabel": {
182
- "title": "Aria Label",
183
- "description": "Aria label for the link",
184
- "type": "string",
185
- "examples": [
186
- "Link to Isabella Doe's social media profile"
187
- ]
188
171
  }
189
172
  },
190
173
  "additionalProperties": false
@@ -194,12 +177,12 @@
194
177
  {
195
178
  "icon": "phone",
196
179
  "label": "0228 / 688 966 20",
197
- "url": "tel:+4922868896620"
180
+ "href": "tel:+4922868896620"
198
181
  },
199
182
  {
200
183
  "icon": "email",
201
184
  "label": "mail@example.com",
202
- "url": "mailto:mail@example.com"
185
+ "href": "mailto:mail@example.com"
203
186
  }
204
187
  ]
205
188
  ]
@@ -224,15 +207,14 @@
224
207
  "title": "Icon",
225
208
  "description": "The icon name for the social link",
226
209
  "type": "string",
227
- "format": "icon",
228
210
  "examples": [
229
211
  "twitter",
230
212
  "facebook"
231
213
  ]
232
214
  },
233
- "url": {
234
- "title": "URL",
235
- "description": "The url for the social link",
215
+ "href": {
216
+ "title": "Href",
217
+ "description": "The href for the social link",
236
218
  "type": "string",
237
219
  "format": "uri",
238
220
  "examples": [
@@ -251,7 +233,7 @@
251
233
  "additionalProperties": false,
252
234
  "required": [
253
235
  "icon",
254
- "url",
236
+ "href",
255
237
  "title"
256
238
  ]
257
239
  }
@@ -321,9 +303,13 @@
321
303
  "title": "Style",
322
304
  "description": "Style of background",
323
305
  "enum": [
324
- "default",
325
- "framed",
326
- "deko"
306
+ "stagelights",
307
+ "horizontalGradient",
308
+ "verticalGradient",
309
+ "accentTransition",
310
+ "boldTransition",
311
+ "symmetricGlow",
312
+ "anchorGlow"
327
313
  ],
328
314
  "default": "default"
329
315
  },
@@ -338,25 +324,6 @@
338
324
  ],
339
325
  "default": "default"
340
326
  },
341
- "transition": {
342
- "type": "string",
343
- "title": "Style",
344
- "description": "Color of background",
345
- "enum": [
346
- "none",
347
- "to-default",
348
- "to-accent",
349
- "to-bold",
350
- "to-inverted"
351
- ],
352
- "default": "default"
353
- },
354
- "backgroundImage": {
355
- "title": "Background image",
356
- "description": "Background image for the whole section",
357
- "type": "string",
358
- "format": "image"
359
- },
360
327
  "spotlight": {
361
328
  "type": "boolean",
362
329
  "title": "Spotlight",
@@ -509,7 +476,7 @@
509
476
  "list",
510
477
  "slider"
511
478
  ],
512
- "default": "default"
479
+ "default": "list"
513
480
  },
514
481
  "tileWidth": {
515
482
  "type": "string",
@@ -575,6 +542,12 @@
575
542
  "default": false,
576
543
  "type": "boolean"
577
544
  },
545
+ "fullWidth": {
546
+ "title": "Width",
547
+ "description": "Set the width of the content to the full width of the element",
548
+ "type": "boolean",
549
+ "default": false
550
+ },
578
551
  "buttons": {
579
552
  "type": "array",
580
553
  "items": {
@@ -591,14 +564,13 @@
591
564
  },
592
565
  "icon": {
593
566
  "type": "string",
594
- "format": "icon",
595
567
  "title": "Icon",
596
568
  "description": "Choose an icon"
597
569
  },
598
- "url": {
570
+ "target": {
599
571
  "type": "string",
600
- "title": "URL",
601
- "description": "The URL to link to when the button is clicked",
572
+ "title": "Target",
573
+ "description": "Target that should be linked, makes the button behave like a link semantically",
602
574
  "format": "uri"
603
575
  }
604
576
  },
@@ -638,17 +610,6 @@
638
610
  "title": "Alt text",
639
611
  "description": "Image description",
640
612
  "type": "string"
641
- },
642
- "align": {
643
- "title": "Vertical alignment of the image",
644
- "description": "Select a vertical alignment for the image",
645
- "type": "string",
646
- "enum": [
647
- "center",
648
- "top",
649
- "bottom"
650
- ],
651
- "default": "center"
652
613
  }
653
614
  },
654
615
  "additionalProperties": false
@@ -683,9 +644,9 @@
683
644
  "type": "string",
684
645
  "default": "left"
685
646
  },
686
- "align": {
647
+ "contentAlign": {
687
648
  "title": "Vertical alignment of the content",
688
- "description": "Select a vertical alignment for the content",
649
+ "description": "Select a vertical alignment for the image",
689
650
  "type": "string",
690
651
  "enum": [
691
652
  "center",
@@ -694,57 +655,12 @@
694
655
  ],
695
656
  "default": "center"
696
657
  },
697
- "padding": {
698
- "title": "Padding",
699
- "description": "Toggle padding of the content",
700
- "type": "boolean",
701
- "default": false
702
- },
703
- "inverted": {
704
- "title": "Inverted",
705
- "description": "Toggle inversion of the component",
706
- "type": "boolean",
707
- "default": false
708
- },
709
658
  "type": {
710
659
  "const": "cta"
711
660
  }
712
661
  },
713
662
  "additionalProperties": false
714
663
  },
715
- {
716
- "$schema": "http://json-schema.org/draft-07/schema#",
717
- "$id": "http://schema.mydesignsystem.com/divider.schema.json",
718
- "title": "Divider",
719
- "description": "Dividers bring clarity to a layout by grouping and dividing content in close proximity.",
720
- "type": "object",
721
- "properties": {
722
- "variant": {
723
- "title": "Style of the divider",
724
- "type": "string",
725
- "description": "Choose a variant for the divider",
726
- "enum": [
727
- "default",
728
- "accent"
729
- ],
730
- "default": "default"
731
- },
732
- "className": {
733
- "type": "string",
734
- "title": "Additional Classes",
735
- "description": "Add additional css classes that should be applied to the divider"
736
- },
737
- "component": {
738
- "title": "`ks-component` attribute",
739
- "description": "Optional custom component identifier",
740
- "type": "string"
741
- },
742
- "type": {
743
- "const": "divider"
744
- }
745
- },
746
- "additionalProperties": false
747
- },
748
664
  {
749
665
  "$schema": "http://json-schema.org/draft-07/schema#",
750
666
  "$id": "http://schema.mydesignsystem.com/faq.schema.json",
@@ -850,12 +766,14 @@
850
766
  "title": "Features",
851
767
  "description": "The features to display",
852
768
  "items": {
853
- "type": "object",
769
+ "$schema": "http://json-schema.org/draft-07/schema#",
770
+ "$id": "http://schema.mydesignsystem.com/feature.schema.json",
854
771
  "title": "Feature",
772
+ "description": "Partial Component used to display a feature",
773
+ "type": "object",
855
774
  "properties": {
856
775
  "icon": {
857
776
  "type": "string",
858
- "format": "icon",
859
777
  "title": "Icon",
860
778
  "description": "The icon for the feature",
861
779
  "examples": [
@@ -879,13 +797,26 @@
879
797
  "This is a feature"
880
798
  ]
881
799
  },
800
+ "style": {
801
+ "type": "string",
802
+ "enum": [
803
+ "intext",
804
+ "stack",
805
+ "centered",
806
+ "besideLarge",
807
+ "besideSmall"
808
+ ],
809
+ "default": "stack"
810
+ },
882
811
  "cta": {
883
812
  "type": "object",
813
+ "title": "Call to Action",
814
+ "description": "The call to action",
884
815
  "properties": {
885
- "url": {
816
+ "target": {
886
817
  "type": "string",
887
- "title": "Call to Action url",
888
- "description": "The CTA url",
818
+ "title": "Call to Action target",
819
+ "description": "The CTA target",
889
820
  "default": "#",
890
821
  "format": "uri"
891
822
  },
@@ -898,21 +829,33 @@
898
829
  "See all our partners"
899
830
  ]
900
831
  },
901
- "icon": {
832
+ "toggle": {
833
+ "type": "boolean",
834
+ "title": "Call to Action Toggle",
835
+ "description": "Activate/disable the CTAs",
836
+ "default": true
837
+ },
838
+ "style": {
902
839
  "type": "string",
903
- "format": "icon",
904
- "title": "Icon",
905
- "description": "Icon for the link style of the cta",
906
- "examples": [
907
- "arrow-right"
840
+ "description": "Choose the style of the CTA",
841
+ "enum": [
842
+ "button",
843
+ "link",
844
+ "intext"
908
845
  ],
909
- "default": "arrow-right"
846
+ "default": "link"
910
847
  }
911
848
  },
912
849
  "additionalProperties": false
850
+ },
851
+ "type": {
852
+ "const": "feature"
913
853
  }
914
854
  },
915
- "additionalProperties": false
855
+ "additionalProperties": false,
856
+ "required": [
857
+ "title"
858
+ ]
916
859
  },
917
860
  "minItems": 1,
918
861
  "maxItems": 8
@@ -980,8 +923,7 @@
980
923
  "stack",
981
924
  "smallTiles",
982
925
  "largeTiles"
983
- ],
984
- "default": "smallTiles"
926
+ ]
985
927
  },
986
928
  "aspectRatio": {
987
929
  "type": "string",
@@ -1079,14 +1021,13 @@
1079
1021
  },
1080
1022
  "icon": {
1081
1023
  "type": "string",
1082
- "format": "icon",
1083
1024
  "title": "Icon",
1084
1025
  "description": "Choose an icon"
1085
1026
  },
1086
- "url": {
1027
+ "target": {
1087
1028
  "type": "string",
1088
- "title": "URL",
1089
- "description": "The URL to link to when the button is clicked",
1029
+ "title": "Target",
1030
+ "description": "Target that should be linked, makes the button behave like a link semantically",
1090
1031
  "format": "uri"
1091
1032
  }
1092
1033
  },
@@ -1169,85 +1110,17 @@
1169
1110
  "center",
1170
1111
  "below",
1171
1112
  "left",
1172
- "right",
1173
- "corner"
1113
+ "right"
1174
1114
  ],
1175
1115
  "type": "string",
1176
1116
  "default": "bottom"
1177
1117
  },
1178
- "inverted": {
1179
- "type": "boolean",
1180
- "title": "Inverted",
1181
- "description": "Inverted color scheme for the box",
1182
- "default": false
1183
- },
1184
1118
  "type": {
1185
1119
  "const": "hero"
1186
1120
  }
1187
1121
  },
1188
1122
  "additionalProperties": false
1189
1123
  },
1190
- {
1191
- "$schema": "http://json-schema.org/draft-07/schema#",
1192
- "$id": "http://schema.mydesignsystem.com/html.schema.json",
1193
- "title": "Html",
1194
- "description": "Display raw HTML.",
1195
- "type": "object",
1196
- "properties": {
1197
- "html": {
1198
- "title": "HTML string",
1199
- "type": "string",
1200
- "examples": [
1201
- "<p style=\"color: var(--ks-text-color-default);\">Hello World</p>"
1202
- ]
1203
- },
1204
- "consent": {
1205
- "title": "Show HTML after consent",
1206
- "type": "boolean",
1207
- "default": false
1208
- },
1209
- "consentText": {
1210
- "type": "string"
1211
- },
1212
- "consentButtonLabel": {
1213
- "type": "string"
1214
- },
1215
- "consentBackgroundImage": {
1216
- "type": "string",
1217
- "format": "image"
1218
- },
1219
- "consentAspectRatio": {
1220
- "type": "string",
1221
- "enum": [
1222
- "16:9",
1223
- "16:10",
1224
- "4:3",
1225
- "1:1"
1226
- ],
1227
- "default": "16:9"
1228
- },
1229
- "inverted": {
1230
- "title": "Inverted",
1231
- "description": "Invert the colors of the HTML",
1232
- "type": "boolean",
1233
- "default": false
1234
- },
1235
- "className": {
1236
- "title": "Additional Classes",
1237
- "description": "Add additional css classes that should be applied to the element",
1238
- "type": "string"
1239
- },
1240
- "component": {
1241
- "title": "`ks-component` attribute",
1242
- "description": "Optional custom component identifier",
1243
- "type": "string"
1244
- },
1245
- "type": {
1246
- "const": "html"
1247
- }
1248
- },
1249
- "additionalProperties": false
1250
- },
1251
1124
  {
1252
1125
  "$schema": "http://json-schema.org/draft-07/schema#",
1253
1126
  "$id": "http://schema.mydesignsystem.com/image-story.schema.json",
@@ -1319,10 +1192,10 @@
1319
1192
  "Book a meeting"
1320
1193
  ]
1321
1194
  },
1322
- "url": {
1195
+ "target": {
1323
1196
  "type": "string",
1324
- "title": "URL",
1325
- "description": "The URL to link to when the button is clicked",
1197
+ "title": "Target",
1198
+ "description": "Target that should be linked, makes the button behave like a link semantically",
1326
1199
  "format": "uri"
1327
1200
  },
1328
1201
  "variant": {
@@ -1338,7 +1211,6 @@
1338
1211
  },
1339
1212
  "icon": {
1340
1213
  "type": "string",
1341
- "format": "icon",
1342
1214
  "title": "Icon",
1343
1215
  "description": "Choose an icon"
1344
1216
  },
@@ -1527,12 +1399,12 @@
1527
1399
  "title": "URL",
1528
1400
  "description": "The URL of the logo image",
1529
1401
  "examples": [
1530
- "img/logos/logoipsum-344.svg",
1531
- "img/logos/logoipsum-347.svg",
1532
- "img/logos/logoipsum-352.svg",
1533
- "img/logos/logoipsum-356.svg",
1534
- "img/logos/logoipsum-358.svg",
1535
- "img/logos/logoipsum-369.svg"
1402
+ "img/logos/logoipsum-212.svg",
1403
+ "img/logos/logoipsum-217.svg",
1404
+ "img/logos/logoipsum-239.svg",
1405
+ "img/logos/logoipsum-244.svg",
1406
+ "img/logos/logoipsum-250.svg",
1407
+ "img/logos/logoipsum-286.svg"
1536
1408
  ]
1537
1409
  },
1538
1410
  "alt": {
@@ -1719,15 +1591,14 @@
1719
1591
  "Book a meeting"
1720
1592
  ]
1721
1593
  },
1722
- "url": {
1594
+ "target": {
1723
1595
  "type": "string",
1724
- "title": "URL",
1725
- "description": "The URL to link to when the button is clicked",
1596
+ "title": "Target",
1597
+ "description": "Target that should be linked, makes the button behave like a link semantically",
1726
1598
  "format": "uri"
1727
1599
  },
1728
1600
  "icon": {
1729
1601
  "type": "string",
1730
- "format": "icon",
1731
1602
  "title": "Icon",
1732
1603
  "description": "Choose an icon"
1733
1604
  }
@@ -1871,6 +1742,12 @@
1871
1742
  "default": false,
1872
1743
  "type": "boolean"
1873
1744
  },
1745
+ "fullWidth": {
1746
+ "title": "Width",
1747
+ "description": "Set the width of the content to the full width of the element",
1748
+ "type": "boolean",
1749
+ "default": false
1750
+ },
1874
1751
  "buttons": {
1875
1752
  "type": "array",
1876
1753
  "items": {
@@ -1887,14 +1764,13 @@
1887
1764
  },
1888
1765
  "icon": {
1889
1766
  "type": "string",
1890
- "format": "icon",
1891
1767
  "title": "Icon",
1892
1768
  "description": "Choose an icon"
1893
1769
  },
1894
- "url": {
1770
+ "target": {
1895
1771
  "type": "string",
1896
- "title": "URL",
1897
- "description": "The URL to link to when the button is clicked",
1772
+ "title": "Target",
1773
+ "description": "Target that should be linked, makes the button behave like a link semantically",
1898
1774
  "format": "uri"
1899
1775
  }
1900
1776
  },
@@ -1934,17 +1810,6 @@
1934
1810
  "title": "Alt text",
1935
1811
  "description": "Image description",
1936
1812
  "type": "string"
1937
- },
1938
- "align": {
1939
- "title": "Vertical alignment of the image",
1940
- "description": "Select a vertical alignment for the image",
1941
- "type": "string",
1942
- "enum": [
1943
- "center",
1944
- "top",
1945
- "bottom"
1946
- ],
1947
- "default": "center"
1948
1813
  }
1949
1814
  },
1950
1815
  "additionalProperties": false
@@ -1979,9 +1844,9 @@
1979
1844
  "type": "string",
1980
1845
  "default": "left"
1981
1846
  },
1982
- "align": {
1847
+ "contentAlign": {
1983
1848
  "title": "Vertical alignment of the content",
1984
- "description": "Select a vertical alignment for the content",
1849
+ "description": "Select a vertical alignment for the image",
1985
1850
  "type": "string",
1986
1851
  "enum": [
1987
1852
  "center",
@@ -1990,18 +1855,6 @@
1990
1855
  ],
1991
1856
  "default": "center"
1992
1857
  },
1993
- "padding": {
1994
- "title": "Padding",
1995
- "description": "Toggle padding of the content",
1996
- "type": "boolean",
1997
- "default": false
1998
- },
1999
- "inverted": {
2000
- "title": "Inverted",
2001
- "description": "Toggle inversion of the component",
2002
- "type": "boolean",
2003
- "default": false
2004
- },
2005
1858
  "type": {
2006
1859
  "const": "cta"
2007
1860
  }
@@ -2063,12 +1916,14 @@
2063
1916
  "title": "Features",
2064
1917
  "description": "The features to display",
2065
1918
  "items": {
2066
- "type": "object",
1919
+ "$schema": "http://json-schema.org/draft-07/schema#",
1920
+ "$id": "http://schema.mydesignsystem.com/feature.schema.json",
2067
1921
  "title": "Feature",
1922
+ "description": "Partial Component used to display a feature",
1923
+ "type": "object",
2068
1924
  "properties": {
2069
1925
  "icon": {
2070
1926
  "type": "string",
2071
- "format": "icon",
2072
1927
  "title": "Icon",
2073
1928
  "description": "The icon for the feature",
2074
1929
  "examples": [
@@ -2092,13 +1947,26 @@
2092
1947
  "This is a feature"
2093
1948
  ]
2094
1949
  },
1950
+ "style": {
1951
+ "type": "string",
1952
+ "enum": [
1953
+ "intext",
1954
+ "stack",
1955
+ "centered",
1956
+ "besideLarge",
1957
+ "besideSmall"
1958
+ ],
1959
+ "default": "stack"
1960
+ },
2095
1961
  "cta": {
2096
1962
  "type": "object",
1963
+ "title": "Call to Action",
1964
+ "description": "The call to action",
2097
1965
  "properties": {
2098
- "url": {
1966
+ "target": {
2099
1967
  "type": "string",
2100
- "title": "Call to Action url",
2101
- "description": "The CTA url",
1968
+ "title": "Call to Action target",
1969
+ "description": "The CTA target",
2102
1970
  "default": "#",
2103
1971
  "format": "uri"
2104
1972
  },
@@ -2111,21 +1979,33 @@
2111
1979
  "See all our partners"
2112
1980
  ]
2113
1981
  },
2114
- "icon": {
1982
+ "toggle": {
1983
+ "type": "boolean",
1984
+ "title": "Call to Action Toggle",
1985
+ "description": "Activate/disable the CTAs",
1986
+ "default": true
1987
+ },
1988
+ "style": {
2115
1989
  "type": "string",
2116
- "format": "icon",
2117
- "title": "Icon",
2118
- "description": "Icon for the link style of the cta",
2119
- "examples": [
2120
- "arrow-right"
1990
+ "description": "Choose the style of the CTA",
1991
+ "enum": [
1992
+ "button",
1993
+ "link",
1994
+ "intext"
2121
1995
  ],
2122
- "default": "arrow-right"
1996
+ "default": "link"
2123
1997
  }
2124
1998
  },
2125
1999
  "additionalProperties": false
2000
+ },
2001
+ "type": {
2002
+ "const": "feature"
2126
2003
  }
2127
2004
  },
2128
- "additionalProperties": false
2005
+ "additionalProperties": false,
2006
+ "required": [
2007
+ "title"
2008
+ ]
2129
2009
  },
2130
2010
  "minItems": 1,
2131
2011
  "maxItems": 8
@@ -2193,8 +2073,7 @@
2193
2073
  "stack",
2194
2074
  "smallTiles",
2195
2075
  "largeTiles"
2196
- ],
2197
- "default": "smallTiles"
2076
+ ]
2198
2077
  },
2199
2078
  "aspectRatio": {
2200
2079
  "type": "string",
@@ -2292,14 +2171,13 @@
2292
2171
  },
2293
2172
  "icon": {
2294
2173
  "type": "string",
2295
- "format": "icon",
2296
2174
  "title": "Icon",
2297
2175
  "description": "Choose an icon"
2298
2176
  },
2299
- "url": {
2177
+ "target": {
2300
2178
  "type": "string",
2301
- "title": "URL",
2302
- "description": "The URL to link to when the button is clicked",
2179
+ "title": "Target",
2180
+ "description": "Target that should be linked, makes the button behave like a link semantically",
2303
2181
  "format": "uri"
2304
2182
  }
2305
2183
  },
@@ -2382,18 +2260,11 @@
2382
2260
  "center",
2383
2261
  "below",
2384
2262
  "left",
2385
- "right",
2386
- "corner"
2263
+ "right"
2387
2264
  ],
2388
2265
  "type": "string",
2389
2266
  "default": "bottom"
2390
2267
  },
2391
- "inverted": {
2392
- "type": "boolean",
2393
- "title": "Inverted",
2394
- "description": "Inverted color scheme for the box",
2395
- "default": false
2396
- },
2397
2268
  "type": {
2398
2269
  "const": "hero"
2399
2270
  }
@@ -2500,12 +2371,12 @@
2500
2371
  "title": "URL",
2501
2372
  "description": "The URL of the logo image",
2502
2373
  "examples": [
2503
- "img/logos/logoipsum-344.svg",
2504
- "img/logos/logoipsum-347.svg",
2505
- "img/logos/logoipsum-352.svg",
2506
- "img/logos/logoipsum-356.svg",
2507
- "img/logos/logoipsum-358.svg",
2508
- "img/logos/logoipsum-369.svg"
2374
+ "img/logos/logoipsum-212.svg",
2375
+ "img/logos/logoipsum-217.svg",
2376
+ "img/logos/logoipsum-239.svg",
2377
+ "img/logos/logoipsum-244.svg",
2378
+ "img/logos/logoipsum-250.svg",
2379
+ "img/logos/logoipsum-286.svg"
2509
2380
  ]
2510
2381
  },
2511
2382
  "alt": {
@@ -2655,7 +2526,6 @@
2655
2526
  "title": "Icon",
2656
2527
  "description": "Optional icon of the stat",
2657
2528
  "type": "string",
2658
- "format": "icon",
2659
2529
  "examples": [
2660
2530
  "person",
2661
2531
  "home",
@@ -2735,10 +2605,10 @@
2735
2605
  "description": "Layout for the Teaser Card",
2736
2606
  "default": "stack"
2737
2607
  },
2738
- "url": {
2608
+ "target": {
2739
2609
  "type": "string",
2740
- "title": "Url",
2741
- "description": "Url that should be linked",
2610
+ "title": "Target",
2611
+ "description": "Target that should be linked",
2742
2612
  "format": "uri"
2743
2613
  },
2744
2614
  "button": {
@@ -2791,7 +2661,7 @@
2791
2661
  "additionalProperties": false,
2792
2662
  "required": [
2793
2663
  "topic",
2794
- "url"
2664
+ "target"
2795
2665
  ]
2796
2666
  },
2797
2667
  {
@@ -2812,22 +2682,13 @@
2812
2682
  ],
2813
2683
  "default": "slider"
2814
2684
  },
2815
- "quoteSigns": {
2816
- "title": "Style of the quote signs",
2817
- "description": "The style of the quote signs",
2818
- "type": "string",
2819
- "enum": [
2820
- "normal",
2821
- "large",
2822
- "none"
2823
- ],
2824
- "default": "normal"
2825
- },
2826
2685
  "testimonial": {
2827
2686
  "type": "array",
2828
2687
  "title": "Testimonials",
2829
2688
  "description": "Add testimonials featuring an image, a quote, a source and a rating",
2830
2689
  "items": {
2690
+ "$schema": "http://json-schema.org/draft-07/schema#",
2691
+ "$id": "http://schema.mydesignsystem.com/testimonial.schema.json",
2831
2692
  "title": "Testimonial",
2832
2693
  "description": "Testimonial entry of Testimonials component",
2833
2694
  "type": "object",
@@ -2880,6 +2741,9 @@
2880
2741
  "type": "integer",
2881
2742
  "minimum": 1,
2882
2743
  "maximum": 5
2744
+ },
2745
+ "type": {
2746
+ "const": "testimonial"
2883
2747
  }
2884
2748
  },
2885
2749
  "additionalProperties": false,
@@ -3014,7 +2878,6 @@
3014
2878
  "title": "Icon",
3015
2879
  "description": "Optional icon of the stat",
3016
2880
  "type": "string",
3017
- "format": "icon",
3018
2881
  "examples": [
3019
2882
  "person",
3020
2883
  "home",
@@ -3094,10 +2957,10 @@
3094
2957
  "description": "Layout for the Teaser Card",
3095
2958
  "default": "stack"
3096
2959
  },
3097
- "url": {
2960
+ "target": {
3098
2961
  "type": "string",
3099
- "title": "Url",
3100
- "description": "Url that should be linked",
2962
+ "title": "Target",
2963
+ "description": "Target that should be linked",
3101
2964
  "format": "uri"
3102
2965
  },
3103
2966
  "button": {
@@ -3150,7 +3013,7 @@
3150
3013
  "additionalProperties": false,
3151
3014
  "required": [
3152
3015
  "topic",
3153
- "url"
3016
+ "target"
3154
3017
  ]
3155
3018
  },
3156
3019
  {
@@ -3171,22 +3034,13 @@
3171
3034
  ],
3172
3035
  "default": "slider"
3173
3036
  },
3174
- "quoteSigns": {
3175
- "title": "Style of the quote signs",
3176
- "description": "The style of the quote signs",
3177
- "type": "string",
3178
- "enum": [
3179
- "normal",
3180
- "large",
3181
- "none"
3182
- ],
3183
- "default": "normal"
3184
- },
3185
3037
  "testimonial": {
3186
3038
  "type": "array",
3187
3039
  "title": "Testimonials",
3188
3040
  "description": "Add testimonials featuring an image, a quote, a source and a rating",
3189
3041
  "items": {
3042
+ "$schema": "http://json-schema.org/draft-07/schema#",
3043
+ "$id": "http://schema.mydesignsystem.com/testimonial.schema.json",
3190
3044
  "title": "Testimonial",
3191
3045
  "description": "Testimonial entry of Testimonials component",
3192
3046
  "type": "object",
@@ -3239,6 +3093,9 @@
3239
3093
  "type": "integer",
3240
3094
  "minimum": 1,
3241
3095
  "maximum": 5
3096
+ },
3097
+ "type": {
3098
+ "const": "testimonial"
3242
3099
  }
3243
3100
  },
3244
3101
  "additionalProperties": false,
@@ -3358,14 +3215,13 @@
3358
3215
  },
3359
3216
  "icon": {
3360
3217
  "type": "string",
3361
- "format": "icon",
3362
3218
  "title": "Icon",
3363
3219
  "description": "Choose an icon"
3364
3220
  },
3365
- "url": {
3221
+ "target": {
3366
3222
  "type": "string",
3367
- "title": "URL",
3368
- "description": "The URL to link to when the button is clicked",
3223
+ "title": "Target",
3224
+ "description": "Target that should be linked, makes the button behave like a link semantically",
3369
3225
  "format": "uri"
3370
3226
  }
3371
3227
  },
@@ -3421,10 +3277,8 @@
3421
3277
  "description": "Choose the alginment of the module content",
3422
3278
  "enum": [
3423
3279
  "center",
3424
- "bottom",
3425
3280
  "left",
3426
- "right",
3427
- "corner"
3281
+ "right"
3428
3282
  ],
3429
3283
  "type": "string",
3430
3284
  "default": "bottom"
@@ -3457,10 +3311,10 @@
3457
3311
  "Book a meeting"
3458
3312
  ]
3459
3313
  },
3460
- "url": {
3314
+ "target": {
3461
3315
  "type": "string",
3462
- "title": "URL",
3463
- "description": "The URL to link to when the button is clicked",
3316
+ "title": "Target",
3317
+ "description": "Target that should be linked, makes the button behave like a link semantically",
3464
3318
  "format": "uri"
3465
3319
  },
3466
3320
  "variant": {
@@ -3476,7 +3330,6 @@
3476
3330
  },
3477
3331
  "icon": {
3478
3332
  "type": "string",
3479
- "format": "icon",
3480
3333
  "title": "Icon",
3481
3334
  "description": "Choose an icon"
3482
3335
  },
@@ -3557,6 +3410,12 @@
3557
3410
  "default": false,
3558
3411
  "type": "boolean"
3559
3412
  },
3413
+ "fullWidth": {
3414
+ "title": "Width",
3415
+ "description": "Set the width of the content to the full width of the element",
3416
+ "type": "boolean",
3417
+ "default": false
3418
+ },
3560
3419
  "buttons": {
3561
3420
  "type": "array",
3562
3421
  "items": {
@@ -3573,14 +3432,13 @@
3573
3432
  },
3574
3433
  "icon": {
3575
3434
  "type": "string",
3576
- "format": "icon",
3577
3435
  "title": "Icon",
3578
3436
  "description": "Choose an icon"
3579
3437
  },
3580
- "url": {
3438
+ "target": {
3581
3439
  "type": "string",
3582
- "title": "URL",
3583
- "description": "The URL to link to when the button is clicked",
3440
+ "title": "Target",
3441
+ "description": "Target that should be linked, makes the button behave like a link semantically",
3584
3442
  "format": "uri"
3585
3443
  }
3586
3444
  },
@@ -3620,17 +3478,6 @@
3620
3478
  "title": "Alt text",
3621
3479
  "description": "Image description",
3622
3480
  "type": "string"
3623
- },
3624
- "align": {
3625
- "title": "Vertical alignment of the image",
3626
- "description": "Select a vertical alignment for the image",
3627
- "type": "string",
3628
- "enum": [
3629
- "center",
3630
- "top",
3631
- "bottom"
3632
- ],
3633
- "default": "center"
3634
3481
  }
3635
3482
  },
3636
3483
  "additionalProperties": false
@@ -3665,9 +3512,9 @@
3665
3512
  "type": "string",
3666
3513
  "default": "left"
3667
3514
  },
3668
- "align": {
3515
+ "contentAlign": {
3669
3516
  "title": "Vertical alignment of the content",
3670
- "description": "Select a vertical alignment for the content",
3517
+ "description": "Select a vertical alignment for the image",
3671
3518
  "type": "string",
3672
3519
  "enum": [
3673
3520
  "center",
@@ -3676,18 +3523,6 @@
3676
3523
  ],
3677
3524
  "default": "center"
3678
3525
  },
3679
- "padding": {
3680
- "title": "Padding",
3681
- "description": "Toggle padding of the content",
3682
- "type": "boolean",
3683
- "default": false
3684
- },
3685
- "inverted": {
3686
- "title": "Inverted",
3687
- "description": "Toggle inversion of the component",
3688
- "type": "boolean",
3689
- "default": false
3690
- },
3691
3526
  "type": {
3692
3527
  "const": "cta"
3693
3528
  }