@kickstartds/ds-agency-premium 1.6.71--canary.45.1843.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
@@ -23,9 +23,13 @@
23
23
  "title": "Style",
24
24
  "description": "Style of background",
25
25
  "enum": [
26
- "default",
27
- "framed",
28
- "deko"
26
+ "stagelights",
27
+ "horizontalGradient",
28
+ "verticalGradient",
29
+ "accentTransition",
30
+ "boldTransition",
31
+ "symmetricGlow",
32
+ "anchorGlow"
29
33
  ],
30
34
  "default": "default"
31
35
  },
@@ -40,25 +44,6 @@
40
44
  ],
41
45
  "default": "default"
42
46
  },
43
- "transition": {
44
- "type": "string",
45
- "title": "Style",
46
- "description": "Color of background",
47
- "enum": [
48
- "none",
49
- "to-default",
50
- "to-accent",
51
- "to-bold",
52
- "to-inverted"
53
- ],
54
- "default": "default"
55
- },
56
- "backgroundImage": {
57
- "title": "Background image",
58
- "description": "Background image for the whole section",
59
- "type": "string",
60
- "format": "image"
61
- },
62
47
  "spotlight": {
63
48
  "type": "boolean",
64
49
  "title": "Spotlight",
@@ -211,7 +196,7 @@
211
196
  "list",
212
197
  "slider"
213
198
  ],
214
- "default": "default"
199
+ "default": "list"
215
200
  },
216
201
  "tileWidth": {
217
202
  "type": "string",
@@ -277,6 +262,12 @@
277
262
  "default": false,
278
263
  "type": "boolean"
279
264
  },
265
+ "fullWidth": {
266
+ "title": "Width",
267
+ "description": "Set the width of the content to the full width of the element",
268
+ "type": "boolean",
269
+ "default": false
270
+ },
280
271
  "buttons": {
281
272
  "type": "array",
282
273
  "items": {
@@ -293,14 +284,13 @@
293
284
  },
294
285
  "icon": {
295
286
  "type": "string",
296
- "format": "icon",
297
287
  "title": "Icon",
298
288
  "description": "Choose an icon"
299
289
  },
300
- "url": {
290
+ "target": {
301
291
  "type": "string",
302
- "title": "URL",
303
- "description": "The URL to link to when the button is clicked",
292
+ "title": "Target",
293
+ "description": "Target that should be linked, makes the button behave like a link semantically",
304
294
  "format": "uri"
305
295
  }
306
296
  },
@@ -340,17 +330,6 @@
340
330
  "title": "Alt text",
341
331
  "description": "Image description",
342
332
  "type": "string"
343
- },
344
- "align": {
345
- "title": "Vertical alignment of the image",
346
- "description": "Select a vertical alignment for the image",
347
- "type": "string",
348
- "enum": [
349
- "center",
350
- "top",
351
- "bottom"
352
- ],
353
- "default": "center"
354
333
  }
355
334
  },
356
335
  "additionalProperties": false
@@ -385,9 +364,9 @@
385
364
  "type": "string",
386
365
  "default": "left"
387
366
  },
388
- "align": {
367
+ "contentAlign": {
389
368
  "title": "Vertical alignment of the content",
390
- "description": "Select a vertical alignment for the content",
369
+ "description": "Select a vertical alignment for the image",
391
370
  "type": "string",
392
371
  "enum": [
393
372
  "center",
@@ -396,57 +375,12 @@
396
375
  ],
397
376
  "default": "center"
398
377
  },
399
- "padding": {
400
- "title": "Padding",
401
- "description": "Toggle padding of the content",
402
- "type": "boolean",
403
- "default": false
404
- },
405
- "inverted": {
406
- "title": "Inverted",
407
- "description": "Toggle inversion of the component",
408
- "type": "boolean",
409
- "default": false
410
- },
411
378
  "type": {
412
379
  "const": "cta"
413
380
  }
414
381
  },
415
382
  "additionalProperties": false
416
383
  },
417
- {
418
- "$schema": "http://json-schema.org/draft-07/schema#",
419
- "$id": "http://schema.mydesignsystem.com/divider.schema.json",
420
- "title": "Divider",
421
- "description": "Dividers bring clarity to a layout by grouping and dividing content in close proximity.",
422
- "type": "object",
423
- "properties": {
424
- "variant": {
425
- "title": "Style of the divider",
426
- "type": "string",
427
- "description": "Choose a variant for the divider",
428
- "enum": [
429
- "default",
430
- "accent"
431
- ],
432
- "default": "default"
433
- },
434
- "className": {
435
- "type": "string",
436
- "title": "Additional Classes",
437
- "description": "Add additional css classes that should be applied to the divider"
438
- },
439
- "component": {
440
- "title": "`ks-component` attribute",
441
- "description": "Optional custom component identifier",
442
- "type": "string"
443
- },
444
- "type": {
445
- "const": "divider"
446
- }
447
- },
448
- "additionalProperties": false
449
- },
450
384
  {
451
385
  "$schema": "http://json-schema.org/draft-07/schema#",
452
386
  "$id": "http://schema.mydesignsystem.com/faq.schema.json",
@@ -552,12 +486,14 @@
552
486
  "title": "Features",
553
487
  "description": "The features to display",
554
488
  "items": {
555
- "type": "object",
489
+ "$schema": "http://json-schema.org/draft-07/schema#",
490
+ "$id": "http://schema.mydesignsystem.com/feature.schema.json",
556
491
  "title": "Feature",
492
+ "description": "Partial Component used to display a feature",
493
+ "type": "object",
557
494
  "properties": {
558
495
  "icon": {
559
496
  "type": "string",
560
- "format": "icon",
561
497
  "title": "Icon",
562
498
  "description": "The icon for the feature",
563
499
  "examples": [
@@ -581,13 +517,26 @@
581
517
  "This is a feature"
582
518
  ]
583
519
  },
520
+ "style": {
521
+ "type": "string",
522
+ "enum": [
523
+ "intext",
524
+ "stack",
525
+ "centered",
526
+ "besideLarge",
527
+ "besideSmall"
528
+ ],
529
+ "default": "stack"
530
+ },
584
531
  "cta": {
585
532
  "type": "object",
533
+ "title": "Call to Action",
534
+ "description": "The call to action",
586
535
  "properties": {
587
- "url": {
536
+ "target": {
588
537
  "type": "string",
589
- "title": "Call to Action url",
590
- "description": "The CTA url",
538
+ "title": "Call to Action target",
539
+ "description": "The CTA target",
591
540
  "default": "#",
592
541
  "format": "uri"
593
542
  },
@@ -600,21 +549,33 @@
600
549
  "See all our partners"
601
550
  ]
602
551
  },
603
- "icon": {
552
+ "toggle": {
553
+ "type": "boolean",
554
+ "title": "Call to Action Toggle",
555
+ "description": "Activate/disable the CTAs",
556
+ "default": true
557
+ },
558
+ "style": {
604
559
  "type": "string",
605
- "format": "icon",
606
- "title": "Icon",
607
- "description": "Icon for the link style of the cta",
608
- "examples": [
609
- "arrow-right"
560
+ "description": "Choose the style of the CTA",
561
+ "enum": [
562
+ "button",
563
+ "link",
564
+ "intext"
610
565
  ],
611
- "default": "arrow-right"
566
+ "default": "link"
612
567
  }
613
568
  },
614
569
  "additionalProperties": false
570
+ },
571
+ "type": {
572
+ "const": "feature"
615
573
  }
616
574
  },
617
- "additionalProperties": false
575
+ "additionalProperties": false,
576
+ "required": [
577
+ "title"
578
+ ]
618
579
  },
619
580
  "minItems": 1,
620
581
  "maxItems": 8
@@ -682,8 +643,7 @@
682
643
  "stack",
683
644
  "smallTiles",
684
645
  "largeTiles"
685
- ],
686
- "default": "smallTiles"
646
+ ]
687
647
  },
688
648
  "aspectRatio": {
689
649
  "type": "string",
@@ -781,14 +741,13 @@
781
741
  },
782
742
  "icon": {
783
743
  "type": "string",
784
- "format": "icon",
785
744
  "title": "Icon",
786
745
  "description": "Choose an icon"
787
746
  },
788
- "url": {
747
+ "target": {
789
748
  "type": "string",
790
- "title": "URL",
791
- "description": "The URL to link to when the button is clicked",
749
+ "title": "Target",
750
+ "description": "Target that should be linked, makes the button behave like a link semantically",
792
751
  "format": "uri"
793
752
  }
794
753
  },
@@ -871,85 +830,17 @@
871
830
  "center",
872
831
  "below",
873
832
  "left",
874
- "right",
875
- "corner"
833
+ "right"
876
834
  ],
877
835
  "type": "string",
878
836
  "default": "bottom"
879
837
  },
880
- "inverted": {
881
- "type": "boolean",
882
- "title": "Inverted",
883
- "description": "Inverted color scheme for the box",
884
- "default": false
885
- },
886
838
  "type": {
887
839
  "const": "hero"
888
840
  }
889
841
  },
890
842
  "additionalProperties": false
891
843
  },
892
- {
893
- "$schema": "http://json-schema.org/draft-07/schema#",
894
- "$id": "http://schema.mydesignsystem.com/html.schema.json",
895
- "title": "Html",
896
- "description": "Display raw HTML.",
897
- "type": "object",
898
- "properties": {
899
- "html": {
900
- "title": "HTML string",
901
- "type": "string",
902
- "examples": [
903
- "<p style=\"color: var(--ks-text-color-default);\">Hello World</p>"
904
- ]
905
- },
906
- "consent": {
907
- "title": "Show HTML after consent",
908
- "type": "boolean",
909
- "default": false
910
- },
911
- "consentText": {
912
- "type": "string"
913
- },
914
- "consentButtonLabel": {
915
- "type": "string"
916
- },
917
- "consentBackgroundImage": {
918
- "type": "string",
919
- "format": "image"
920
- },
921
- "consentAspectRatio": {
922
- "type": "string",
923
- "enum": [
924
- "16:9",
925
- "16:10",
926
- "4:3",
927
- "1:1"
928
- ],
929
- "default": "16:9"
930
- },
931
- "inverted": {
932
- "title": "Inverted",
933
- "description": "Invert the colors of the HTML",
934
- "type": "boolean",
935
- "default": false
936
- },
937
- "className": {
938
- "title": "Additional Classes",
939
- "description": "Add additional css classes that should be applied to the element",
940
- "type": "string"
941
- },
942
- "component": {
943
- "title": "`ks-component` attribute",
944
- "description": "Optional custom component identifier",
945
- "type": "string"
946
- },
947
- "type": {
948
- "const": "html"
949
- }
950
- },
951
- "additionalProperties": false
952
- },
953
844
  {
954
845
  "$schema": "http://json-schema.org/draft-07/schema#",
955
846
  "$id": "http://schema.mydesignsystem.com/image-story.schema.json",
@@ -1021,10 +912,10 @@
1021
912
  "Book a meeting"
1022
913
  ]
1023
914
  },
1024
- "url": {
915
+ "target": {
1025
916
  "type": "string",
1026
- "title": "URL",
1027
- "description": "The URL to link to when the button is clicked",
917
+ "title": "Target",
918
+ "description": "Target that should be linked, makes the button behave like a link semantically",
1028
919
  "format": "uri"
1029
920
  },
1030
921
  "variant": {
@@ -1040,7 +931,6 @@
1040
931
  },
1041
932
  "icon": {
1042
933
  "type": "string",
1043
- "format": "icon",
1044
934
  "title": "Icon",
1045
935
  "description": "Choose an icon"
1046
936
  },
@@ -1229,12 +1119,12 @@
1229
1119
  "title": "URL",
1230
1120
  "description": "The URL of the logo image",
1231
1121
  "examples": [
1232
- "img/logos/logoipsum-344.svg",
1233
- "img/logos/logoipsum-347.svg",
1234
- "img/logos/logoipsum-352.svg",
1235
- "img/logos/logoipsum-356.svg",
1236
- "img/logos/logoipsum-358.svg",
1237
- "img/logos/logoipsum-369.svg"
1122
+ "img/logos/logoipsum-212.svg",
1123
+ "img/logos/logoipsum-217.svg",
1124
+ "img/logos/logoipsum-239.svg",
1125
+ "img/logos/logoipsum-244.svg",
1126
+ "img/logos/logoipsum-250.svg",
1127
+ "img/logos/logoipsum-286.svg"
1238
1128
  ]
1239
1129
  },
1240
1130
  "alt": {
@@ -1421,15 +1311,14 @@
1421
1311
  "Book a meeting"
1422
1312
  ]
1423
1313
  },
1424
- "url": {
1314
+ "target": {
1425
1315
  "type": "string",
1426
- "title": "URL",
1427
- "description": "The URL to link to when the button is clicked",
1316
+ "title": "Target",
1317
+ "description": "Target that should be linked, makes the button behave like a link semantically",
1428
1318
  "format": "uri"
1429
1319
  },
1430
1320
  "icon": {
1431
1321
  "type": "string",
1432
- "format": "icon",
1433
1322
  "title": "Icon",
1434
1323
  "description": "Choose an icon"
1435
1324
  }
@@ -1573,6 +1462,12 @@
1573
1462
  "default": false,
1574
1463
  "type": "boolean"
1575
1464
  },
1465
+ "fullWidth": {
1466
+ "title": "Width",
1467
+ "description": "Set the width of the content to the full width of the element",
1468
+ "type": "boolean",
1469
+ "default": false
1470
+ },
1576
1471
  "buttons": {
1577
1472
  "type": "array",
1578
1473
  "items": {
@@ -1589,14 +1484,13 @@
1589
1484
  },
1590
1485
  "icon": {
1591
1486
  "type": "string",
1592
- "format": "icon",
1593
1487
  "title": "Icon",
1594
1488
  "description": "Choose an icon"
1595
1489
  },
1596
- "url": {
1490
+ "target": {
1597
1491
  "type": "string",
1598
- "title": "URL",
1599
- "description": "The URL to link to when the button is clicked",
1492
+ "title": "Target",
1493
+ "description": "Target that should be linked, makes the button behave like a link semantically",
1600
1494
  "format": "uri"
1601
1495
  }
1602
1496
  },
@@ -1636,17 +1530,6 @@
1636
1530
  "title": "Alt text",
1637
1531
  "description": "Image description",
1638
1532
  "type": "string"
1639
- },
1640
- "align": {
1641
- "title": "Vertical alignment of the image",
1642
- "description": "Select a vertical alignment for the image",
1643
- "type": "string",
1644
- "enum": [
1645
- "center",
1646
- "top",
1647
- "bottom"
1648
- ],
1649
- "default": "center"
1650
1533
  }
1651
1534
  },
1652
1535
  "additionalProperties": false
@@ -1681,9 +1564,9 @@
1681
1564
  "type": "string",
1682
1565
  "default": "left"
1683
1566
  },
1684
- "align": {
1567
+ "contentAlign": {
1685
1568
  "title": "Vertical alignment of the content",
1686
- "description": "Select a vertical alignment for the content",
1569
+ "description": "Select a vertical alignment for the image",
1687
1570
  "type": "string",
1688
1571
  "enum": [
1689
1572
  "center",
@@ -1692,18 +1575,6 @@
1692
1575
  ],
1693
1576
  "default": "center"
1694
1577
  },
1695
- "padding": {
1696
- "title": "Padding",
1697
- "description": "Toggle padding of the content",
1698
- "type": "boolean",
1699
- "default": false
1700
- },
1701
- "inverted": {
1702
- "title": "Inverted",
1703
- "description": "Toggle inversion of the component",
1704
- "type": "boolean",
1705
- "default": false
1706
- },
1707
1578
  "type": {
1708
1579
  "const": "cta"
1709
1580
  }
@@ -1765,12 +1636,14 @@
1765
1636
  "title": "Features",
1766
1637
  "description": "The features to display",
1767
1638
  "items": {
1768
- "type": "object",
1639
+ "$schema": "http://json-schema.org/draft-07/schema#",
1640
+ "$id": "http://schema.mydesignsystem.com/feature.schema.json",
1769
1641
  "title": "Feature",
1642
+ "description": "Partial Component used to display a feature",
1643
+ "type": "object",
1770
1644
  "properties": {
1771
1645
  "icon": {
1772
1646
  "type": "string",
1773
- "format": "icon",
1774
1647
  "title": "Icon",
1775
1648
  "description": "The icon for the feature",
1776
1649
  "examples": [
@@ -1794,13 +1667,26 @@
1794
1667
  "This is a feature"
1795
1668
  ]
1796
1669
  },
1670
+ "style": {
1671
+ "type": "string",
1672
+ "enum": [
1673
+ "intext",
1674
+ "stack",
1675
+ "centered",
1676
+ "besideLarge",
1677
+ "besideSmall"
1678
+ ],
1679
+ "default": "stack"
1680
+ },
1797
1681
  "cta": {
1798
1682
  "type": "object",
1683
+ "title": "Call to Action",
1684
+ "description": "The call to action",
1799
1685
  "properties": {
1800
- "url": {
1686
+ "target": {
1801
1687
  "type": "string",
1802
- "title": "Call to Action url",
1803
- "description": "The CTA url",
1688
+ "title": "Call to Action target",
1689
+ "description": "The CTA target",
1804
1690
  "default": "#",
1805
1691
  "format": "uri"
1806
1692
  },
@@ -1813,21 +1699,33 @@
1813
1699
  "See all our partners"
1814
1700
  ]
1815
1701
  },
1816
- "icon": {
1702
+ "toggle": {
1703
+ "type": "boolean",
1704
+ "title": "Call to Action Toggle",
1705
+ "description": "Activate/disable the CTAs",
1706
+ "default": true
1707
+ },
1708
+ "style": {
1817
1709
  "type": "string",
1818
- "format": "icon",
1819
- "title": "Icon",
1820
- "description": "Icon for the link style of the cta",
1821
- "examples": [
1822
- "arrow-right"
1710
+ "description": "Choose the style of the CTA",
1711
+ "enum": [
1712
+ "button",
1713
+ "link",
1714
+ "intext"
1823
1715
  ],
1824
- "default": "arrow-right"
1716
+ "default": "link"
1825
1717
  }
1826
1718
  },
1827
1719
  "additionalProperties": false
1720
+ },
1721
+ "type": {
1722
+ "const": "feature"
1828
1723
  }
1829
1724
  },
1830
- "additionalProperties": false
1725
+ "additionalProperties": false,
1726
+ "required": [
1727
+ "title"
1728
+ ]
1831
1729
  },
1832
1730
  "minItems": 1,
1833
1731
  "maxItems": 8
@@ -1895,8 +1793,7 @@
1895
1793
  "stack",
1896
1794
  "smallTiles",
1897
1795
  "largeTiles"
1898
- ],
1899
- "default": "smallTiles"
1796
+ ]
1900
1797
  },
1901
1798
  "aspectRatio": {
1902
1799
  "type": "string",
@@ -1994,14 +1891,13 @@
1994
1891
  },
1995
1892
  "icon": {
1996
1893
  "type": "string",
1997
- "format": "icon",
1998
1894
  "title": "Icon",
1999
1895
  "description": "Choose an icon"
2000
1896
  },
2001
- "url": {
1897
+ "target": {
2002
1898
  "type": "string",
2003
- "title": "URL",
2004
- "description": "The URL to link to when the button is clicked",
1899
+ "title": "Target",
1900
+ "description": "Target that should be linked, makes the button behave like a link semantically",
2005
1901
  "format": "uri"
2006
1902
  }
2007
1903
  },
@@ -2084,18 +1980,11 @@
2084
1980
  "center",
2085
1981
  "below",
2086
1982
  "left",
2087
- "right",
2088
- "corner"
1983
+ "right"
2089
1984
  ],
2090
1985
  "type": "string",
2091
1986
  "default": "bottom"
2092
1987
  },
2093
- "inverted": {
2094
- "type": "boolean",
2095
- "title": "Inverted",
2096
- "description": "Inverted color scheme for the box",
2097
- "default": false
2098
- },
2099
1988
  "type": {
2100
1989
  "const": "hero"
2101
1990
  }
@@ -2202,12 +2091,12 @@
2202
2091
  "title": "URL",
2203
2092
  "description": "The URL of the logo image",
2204
2093
  "examples": [
2205
- "img/logos/logoipsum-344.svg",
2206
- "img/logos/logoipsum-347.svg",
2207
- "img/logos/logoipsum-352.svg",
2208
- "img/logos/logoipsum-356.svg",
2209
- "img/logos/logoipsum-358.svg",
2210
- "img/logos/logoipsum-369.svg"
2094
+ "img/logos/logoipsum-212.svg",
2095
+ "img/logos/logoipsum-217.svg",
2096
+ "img/logos/logoipsum-239.svg",
2097
+ "img/logos/logoipsum-244.svg",
2098
+ "img/logos/logoipsum-250.svg",
2099
+ "img/logos/logoipsum-286.svg"
2211
2100
  ]
2212
2101
  },
2213
2102
  "alt": {
@@ -2357,7 +2246,6 @@
2357
2246
  "title": "Icon",
2358
2247
  "description": "Optional icon of the stat",
2359
2248
  "type": "string",
2360
- "format": "icon",
2361
2249
  "examples": [
2362
2250
  "person",
2363
2251
  "home",
@@ -2437,10 +2325,10 @@
2437
2325
  "description": "Layout for the Teaser Card",
2438
2326
  "default": "stack"
2439
2327
  },
2440
- "url": {
2328
+ "target": {
2441
2329
  "type": "string",
2442
- "title": "Url",
2443
- "description": "Url that should be linked",
2330
+ "title": "Target",
2331
+ "description": "Target that should be linked",
2444
2332
  "format": "uri"
2445
2333
  },
2446
2334
  "button": {
@@ -2493,7 +2381,7 @@
2493
2381
  "additionalProperties": false,
2494
2382
  "required": [
2495
2383
  "topic",
2496
- "url"
2384
+ "target"
2497
2385
  ]
2498
2386
  },
2499
2387
  {
@@ -2514,22 +2402,13 @@
2514
2402
  ],
2515
2403
  "default": "slider"
2516
2404
  },
2517
- "quoteSigns": {
2518
- "title": "Style of the quote signs",
2519
- "description": "The style of the quote signs",
2520
- "type": "string",
2521
- "enum": [
2522
- "normal",
2523
- "large",
2524
- "none"
2525
- ],
2526
- "default": "normal"
2527
- },
2528
2405
  "testimonial": {
2529
2406
  "type": "array",
2530
2407
  "title": "Testimonials",
2531
2408
  "description": "Add testimonials featuring an image, a quote, a source and a rating",
2532
2409
  "items": {
2410
+ "$schema": "http://json-schema.org/draft-07/schema#",
2411
+ "$id": "http://schema.mydesignsystem.com/testimonial.schema.json",
2533
2412
  "title": "Testimonial",
2534
2413
  "description": "Testimonial entry of Testimonials component",
2535
2414
  "type": "object",
@@ -2582,6 +2461,9 @@
2582
2461
  "type": "integer",
2583
2462
  "minimum": 1,
2584
2463
  "maximum": 5
2464
+ },
2465
+ "type": {
2466
+ "const": "testimonial"
2585
2467
  }
2586
2468
  },
2587
2469
  "additionalProperties": false,
@@ -2716,7 +2598,6 @@
2716
2598
  "title": "Icon",
2717
2599
  "description": "Optional icon of the stat",
2718
2600
  "type": "string",
2719
- "format": "icon",
2720
2601
  "examples": [
2721
2602
  "person",
2722
2603
  "home",
@@ -2796,10 +2677,10 @@
2796
2677
  "description": "Layout for the Teaser Card",
2797
2678
  "default": "stack"
2798
2679
  },
2799
- "url": {
2680
+ "target": {
2800
2681
  "type": "string",
2801
- "title": "Url",
2802
- "description": "Url that should be linked",
2682
+ "title": "Target",
2683
+ "description": "Target that should be linked",
2803
2684
  "format": "uri"
2804
2685
  },
2805
2686
  "button": {
@@ -2852,7 +2733,7 @@
2852
2733
  "additionalProperties": false,
2853
2734
  "required": [
2854
2735
  "topic",
2855
- "url"
2736
+ "target"
2856
2737
  ]
2857
2738
  },
2858
2739
  {
@@ -2873,22 +2754,13 @@
2873
2754
  ],
2874
2755
  "default": "slider"
2875
2756
  },
2876
- "quoteSigns": {
2877
- "title": "Style of the quote signs",
2878
- "description": "The style of the quote signs",
2879
- "type": "string",
2880
- "enum": [
2881
- "normal",
2882
- "large",
2883
- "none"
2884
- ],
2885
- "default": "normal"
2886
- },
2887
2757
  "testimonial": {
2888
2758
  "type": "array",
2889
2759
  "title": "Testimonials",
2890
2760
  "description": "Add testimonials featuring an image, a quote, a source and a rating",
2891
2761
  "items": {
2762
+ "$schema": "http://json-schema.org/draft-07/schema#",
2763
+ "$id": "http://schema.mydesignsystem.com/testimonial.schema.json",
2892
2764
  "title": "Testimonial",
2893
2765
  "description": "Testimonial entry of Testimonials component",
2894
2766
  "type": "object",
@@ -2941,6 +2813,9 @@
2941
2813
  "type": "integer",
2942
2814
  "minimum": 1,
2943
2815
  "maximum": 5
2816
+ },
2817
+ "type": {
2818
+ "const": "testimonial"
2944
2819
  }
2945
2820
  },
2946
2821
  "additionalProperties": false,
@@ -3060,14 +2935,13 @@
3060
2935
  },
3061
2936
  "icon": {
3062
2937
  "type": "string",
3063
- "format": "icon",
3064
2938
  "title": "Icon",
3065
2939
  "description": "Choose an icon"
3066
2940
  },
3067
- "url": {
2941
+ "target": {
3068
2942
  "type": "string",
3069
- "title": "URL",
3070
- "description": "The URL to link to when the button is clicked",
2943
+ "title": "Target",
2944
+ "description": "Target that should be linked, makes the button behave like a link semantically",
3071
2945
  "format": "uri"
3072
2946
  }
3073
2947
  },
@@ -3123,10 +2997,8 @@
3123
2997
  "description": "Choose the alginment of the module content",
3124
2998
  "enum": [
3125
2999
  "center",
3126
- "bottom",
3127
3000
  "left",
3128
- "right",
3129
- "corner"
3001
+ "right"
3130
3002
  ],
3131
3003
  "type": "string",
3132
3004
  "default": "bottom"
@@ -3159,10 +3031,10 @@
3159
3031
  "Book a meeting"
3160
3032
  ]
3161
3033
  },
3162
- "url": {
3034
+ "target": {
3163
3035
  "type": "string",
3164
- "title": "URL",
3165
- "description": "The URL to link to when the button is clicked",
3036
+ "title": "Target",
3037
+ "description": "Target that should be linked, makes the button behave like a link semantically",
3166
3038
  "format": "uri"
3167
3039
  },
3168
3040
  "variant": {
@@ -3178,7 +3050,6 @@
3178
3050
  },
3179
3051
  "icon": {
3180
3052
  "type": "string",
3181
- "format": "icon",
3182
3053
  "title": "Icon",
3183
3054
  "description": "Choose an icon"
3184
3055
  },