@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
@@ -1,8 +1,29 @@
1
1
  /// <reference types="react" />
2
2
  import { HTMLAttributes } from "react";
3
- import { HtmlProps } from "../../HtmlProps-9d091769.js";
4
- declare const HtmlContextDefault: import("react").ForwardRefExoticComponent<HtmlProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
5
- declare const HtmlContext: import("react").Context<import("react").ForwardRefExoticComponent<HtmlProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>>;
6
- declare const Html: import("react").ForwardRefExoticComponent<HtmlProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
7
- export type { HtmlProps };
3
+ /* eslint-disable */
4
+ /**
5
+ * This file was automatically generated by json-schema-to-typescript.
6
+ * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
7
+ * and run `yarn run schema` to regenerate this file.
8
+ */
9
+ type HTMLString = string;
10
+ /**
11
+ * Add additional css classes that should be applied to the element
12
+ */
13
+ type AdditionalClasses = string;
14
+ /**
15
+ * Optional custom component identifier
16
+ */
17
+ type KsComponentAttribute = string;
18
+ /**
19
+ * Display raw HTML.
20
+ */
21
+ interface HTMLProps {
22
+ html?: HTMLString;
23
+ className?: AdditionalClasses;
24
+ component?: KsComponentAttribute;
25
+ }
26
+ declare const HtmlContextDefault: import("react").ForwardRefExoticComponent<HTMLProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
27
+ declare const HtmlContext: import("react").Context<import("react").ForwardRefExoticComponent<HTMLProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>>;
28
+ declare const Html: import("react").ForwardRefExoticComponent<HTMLProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
8
29
  export { HtmlContextDefault, HtmlContext, Html };
@@ -1,23 +1,9 @@
1
- import "./html.css";
2
- import { jsxs, jsx } from 'react/jsx-runtime';
1
+ import { jsx } from 'react/jsx-runtime';
3
2
  import { forwardRef, createContext, useContext } from 'react';
4
3
  import classnames from 'classnames';
5
- import { Button } from '@kickstartds/base/lib/button';
6
- import { RichText } from '@kickstartds/base/lib/rich-text';
7
- import './Html.client.js';
8
- import '@kickstartds/core/lib/component';
9
4
 
10
- const HtmlContextDefault = forwardRef(({ html, consent, consentText, consentBackgroundImage, consentButtonLabel, consentAspectRatio = "16:9", inverted, className, component = "dsa.html", ...props }, ref) => {
11
- return (jsxs("div", { ref: ref, className: classnames("dsa-html", className), "ks-component": component, "ks-inverted": inverted ? "true" : undefined, ...props, children: [jsx("template", { dangerouslySetInnerHTML: { __html: html } }), consent && (jsxs("div", { style: {
12
- backgroundImage: consentBackgroundImage
13
- ? `url(${consentBackgroundImage})`
14
- : undefined,
15
- }, className: classnames("dsa-html__consent", {
16
- "dsa-html__consent--sixteen-to-nine": consentAspectRatio === "16:9",
17
- "dsa-html__consent--sixteen-to-ten": consentAspectRatio === "16:10",
18
- "dsa-html__consent--four-to-three": consentAspectRatio === "4:3",
19
- "dsa-html__consent--square": consentAspectRatio === "1:1",
20
- }), children: [consentText && jsx(RichText, { text: consentText }), jsx(Button, { type: "button", label: consentButtonLabel, className: "dsa-html__consent-button", variant: "primary" })] }))] }));
5
+ const HtmlContextDefault = forwardRef(({ html, className, component, ...props }, ref) => {
6
+ return (jsx("div", { ref: ref, className: classnames("c-html", className), dangerouslySetInnerHTML: { __html: html }, "ks-component": component, ...props }));
21
7
  });
22
8
  const HtmlContext = createContext(HtmlContextDefault);
23
9
  const Html = forwardRef((props, ref) => {
@@ -0,0 +1,18 @@
1
+ .dsa-image {
2
+ --dsa-image--ratio-square: 1/1;
3
+ --dsa-image--ratio-wide: 4/3;
4
+ --dsa-image--ratio-landscape: 16/9;
5
+ }
6
+
7
+ .dsa-image {
8
+ object-fit: cover;
9
+ }
10
+ .dsa-image--square {
11
+ aspect-ratio: var(--c-image--ratio-square);
12
+ }
13
+ .dsa-image--wide {
14
+ aspect-ratio: var(--c-image--ratio-wide);
15
+ }
16
+ .dsa-image--landscape {
17
+ aspect-ratio: var(--c-image--ratio-landscape);
18
+ }
@@ -0,0 +1,105 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
3
+ "$id": "http://schema.mydesignsystem.com/image.schema.json",
4
+ "title": "Image",
5
+ "description": "Base component to display a picture",
6
+ "type": "object",
7
+ "properties": {
8
+ "src": {
9
+ "title": "Source",
10
+ "description": "Picture source",
11
+ "type": "string",
12
+ "format": "image",
13
+ "examples": [
14
+ "img/close-up-young-business-team-working.png"
15
+ ]
16
+ },
17
+ "srcSet": {
18
+ "title": "Picture sourceset",
19
+ "description": "Use a srcSet to display picture",
20
+ "type": "string",
21
+ "format": "image"
22
+ },
23
+ "alt": {
24
+ "title": "Alt text",
25
+ "description": "Alt text to display for picture",
26
+ "type": "string"
27
+ },
28
+ "width": {
29
+ "title": "Width",
30
+ "description": "Width of the picture",
31
+ "type": "integer",
32
+ "minimum": 0
33
+ },
34
+ "height": {
35
+ "title": "Height",
36
+ "description": "Height of the picture",
37
+ "type": "integer",
38
+ "minimum": 0
39
+ },
40
+ "aspectRatio": {
41
+ "type": "string",
42
+ "title": "Aspect Ratio",
43
+ "description": "The aspect ratio of the image",
44
+ "enum": [
45
+ "unset",
46
+ "square",
47
+ "wide",
48
+ "landscape"
49
+ ],
50
+ "default": "unset"
51
+ },
52
+ "className": {
53
+ "title": "Additional Classes",
54
+ "description": "Add additional css classes that should be applied to the image",
55
+ "type": "string"
56
+ },
57
+ "style": {
58
+ "title": "`style` attribute",
59
+ "description": "Define a style attribute for the picture",
60
+ "type": "string"
61
+ },
62
+ "lazy": {
63
+ "title": "Lazy",
64
+ "description": "Load the picture lazily",
65
+ "type": "boolean",
66
+ "default": true
67
+ },
68
+ "sources": {
69
+ "title": "Sources",
70
+ "description": "Additional sources. This will result in a `picture`-Element",
71
+ "type": "array",
72
+ "items": {
73
+ "type": "object",
74
+ "properties": {
75
+ "srcSet": {
76
+ "title": "Picture sourceset",
77
+ "description": "Use a srcSet to display picture",
78
+ "type": "string",
79
+ "format": "image"
80
+ },
81
+ "media": {
82
+ "title": "Media for picture",
83
+ "description": "Media attribute for source",
84
+ "type": "string"
85
+ },
86
+ "type": {
87
+ "title": "Type for picture",
88
+ "description": "Type attribute for source",
89
+ "type": "string"
90
+ }
91
+ },
92
+ "additionalProperties": false
93
+ }
94
+ },
95
+ "pictureClassName": {
96
+ "title": "`class` attribute",
97
+ "description": "Set additional class(es) to the picture",
98
+ "type": "string"
99
+ },
100
+ "type": {
101
+ "const": "image"
102
+ }
103
+ },
104
+ "additionalProperties": false
105
+ }
@@ -0,0 +1,95 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
3
+ "$id": "http://schema.mydesignsystem.com/image.schema.json",
4
+ "title": "Image",
5
+ "description": "Base component to display a picture",
6
+ "type": "object",
7
+ "properties": {
8
+ "src": {
9
+ "title": "Source",
10
+ "description": "Picture source",
11
+ "type": "string",
12
+ "format": "image",
13
+ "examples": ["img/close-up-young-business-team-working.png"]
14
+ },
15
+ "srcSet": {
16
+ "title": "Picture sourceset",
17
+ "description": "Use a srcSet to display picture",
18
+ "type": "string",
19
+ "format": "image"
20
+ },
21
+ "alt": {
22
+ "title": "Alt text",
23
+ "description": "Alt text to display for picture",
24
+ "type": "string"
25
+ },
26
+ "width": {
27
+ "title": "Width",
28
+ "description": "Width of the picture",
29
+ "type": "integer",
30
+ "minimum": 0
31
+ },
32
+ "height": {
33
+ "title": "Height",
34
+ "description": "Height of the picture",
35
+ "type": "integer",
36
+ "minimum": 0
37
+ },
38
+ "aspectRatio": {
39
+ "type": "string",
40
+ "title": "Aspect Ratio",
41
+ "description": "The aspect ratio of the image",
42
+ "enum": ["unset", "square", "wide", "landscape"],
43
+ "default": "unset"
44
+ },
45
+ "className": {
46
+ "title": "Additional Classes",
47
+ "description": "Add additional css classes that should be applied to the image",
48
+ "type": "string"
49
+ },
50
+ "style": {
51
+ "title": "`style` attribute",
52
+ "description": "Define a style attribute for the picture",
53
+ "type": "string"
54
+ },
55
+ "lazy": {
56
+ "title": "Lazy",
57
+ "description": "Load the picture lazily",
58
+ "type": "boolean",
59
+ "default": true
60
+ },
61
+ "sources": {
62
+ "title": "Sources",
63
+ "description": "Additional sources. This will result in a `picture`-Element",
64
+ "type": "array",
65
+ "items": {
66
+ "type": "object",
67
+ "properties": {
68
+ "srcSet": {
69
+ "title": "Picture sourceset",
70
+ "description": "Use a srcSet to display picture",
71
+ "type": "string",
72
+ "format": "image"
73
+ },
74
+ "media": {
75
+ "title": "Media for picture",
76
+ "description": "Media attribute for source",
77
+ "type": "string"
78
+ },
79
+ "type": {
80
+ "title": "Type for picture",
81
+ "description": "Type attribute for source",
82
+ "type": "string"
83
+ }
84
+ },
85
+ "additionalProperties": false
86
+ }
87
+ },
88
+ "pictureClassName": {
89
+ "title": "`class` attribute",
90
+ "description": "Set additional class(es) to the picture",
91
+ "type": "string"
92
+ }
93
+ },
94
+ "additionalProperties": false
95
+ }
@@ -0,0 +1,87 @@
1
+ /// <reference types="react" />
2
+ import { HTMLAttributes, FC, PropsWithChildren } from "react";
3
+ /* eslint-disable */
4
+ /**
5
+ * This file was automatically generated by json-schema-to-typescript.
6
+ * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
7
+ * and run json-schema-to-typescript to regenerate this file.
8
+ */
9
+ /**
10
+ * Picture source
11
+ */
12
+ type Source = string;
13
+ /**
14
+ * Use a srcSet to display picture
15
+ */
16
+ type PictureSourceset = string;
17
+ /**
18
+ * Alt text to display for picture
19
+ */
20
+ type AltText = string;
21
+ /**
22
+ * Width of the picture
23
+ */
24
+ type Width = number;
25
+ /**
26
+ * Height of the picture
27
+ */
28
+ type Height = number;
29
+ /**
30
+ * The aspect ratio of the image
31
+ */
32
+ type AspectRatio = "unset" | "square" | "wide" | "landscape";
33
+ /**
34
+ * Add additional css classes that should be applied to the image
35
+ */
36
+ type AdditionalClasses = string;
37
+ /**
38
+ * Define a style attribute for the picture
39
+ */
40
+ type StyleAttribute = string;
41
+ /**
42
+ * Load the picture lazily
43
+ */
44
+ type Lazy = boolean;
45
+ /**
46
+ * Use a srcSet to display picture
47
+ */
48
+ type PictureSourceset1 = string;
49
+ /**
50
+ * Media attribute for source
51
+ */
52
+ type MediaForPicture = string;
53
+ /**
54
+ * Type attribute for source
55
+ */
56
+ type TypeForPicture = string;
57
+ /**
58
+ * Additional sources. This will result in a `picture`-Element
59
+ */
60
+ type Sources = {
61
+ srcSet?: PictureSourceset1;
62
+ media?: MediaForPicture;
63
+ type?: TypeForPicture;
64
+ }[];
65
+ /**
66
+ * Set additional class(es) to the picture
67
+ */
68
+ type ClassAttribute = string;
69
+ /**
70
+ * Base component to display a picture
71
+ */
72
+ interface ImageProps {
73
+ src?: Source;
74
+ srcSet?: PictureSourceset;
75
+ alt?: AltText;
76
+ width?: Width;
77
+ height?: Height;
78
+ aspectRatio?: AspectRatio;
79
+ className?: AdditionalClasses;
80
+ style?: StyleAttribute;
81
+ lazy?: Lazy;
82
+ sources?: Sources;
83
+ pictureClassName?: ClassAttribute;
84
+ }
85
+ declare const Image: import("react").ForwardRefExoticComponent<ImageProps & Omit<HTMLAttributes<HTMLDivElement>, "style"> & import("react").RefAttributes<HTMLImageElement>>;
86
+ declare const ImageProvider: FC<PropsWithChildren>;
87
+ export { Image, ImageProvider };
@@ -0,0 +1,11 @@
1
+ import "./image.css";
2
+ import { jsx } from 'react/jsx-runtime';
3
+ import classnames from 'classnames';
4
+ import { forwardRef } from 'react';
5
+ import { PictureContextDefault, PictureContext } from '@kickstartds/base/lib/picture';
6
+
7
+ const Image = forwardRef(({ src, srcSet, alt, width, height, aspectRatio, className, id, itemProp, style, lazy, sources, pictureClassName, ...props }, ref) => (jsx(PictureContextDefault, { ...props, src: src, srcSet: srcSet, alt: alt, width: width, height: height, id: id, itemProp: itemProp, style: style, lazy: lazy, sources: sources, pictureClassName: pictureClassName, ref: ref, className: classnames("dsa-image", aspectRatio !== "unset" && `dsa-image--${aspectRatio}`, className) })));
8
+ Image.displayName = "Image";
9
+ const ImageProvider = (props) => (jsx(PictureContext.Provider, { ...props, value: Image }));
10
+
11
+ export { Image, ImageProvider };
@@ -1,21 +1,18 @@
1
1
  .dsa-image-story.c-storytelling {
2
2
  --dsa-image-story--gap: var(--ks-spacing-m);
3
- --dsa-image-story--horizontal-padding: var(--dsa-content--horizontal-spacing);
3
+ --dsa-image-story--horizontal-padding: var(--dsa-content--spacing);
4
4
  --dsa-image-story--vertical-padding: var(--ks-spacing-xl);
5
- --dsa-image-story__copy--font: var(--ks-font-copy-m);
6
- --dsa-image-story__copy--color: var(--ks-text-color-copy);
5
+ --dsa-image-story__copy--font: var(--dsa-rich-text--font);
6
+ --dsa-image-story__copy--color: var(--dsa-rich-text--color);
7
7
  }
8
8
 
9
9
  .c-storytelling.dsa-image-story {
10
10
  gap: var(--c-storytelling--horizontal-padding);
11
- --c-storytelling--horizontal-padding: var(
12
- --dsa-image-story--horizontal-padding,
13
- var(--dsa-content--horizontal-spacing)
14
- );
11
+ --c-storytelling--horizontal-padding: var(--dsa-image-story--horizontal-padding, var(--dsa-content--spacing));
15
12
  --c-storytelling--vertical-padding: var(--dsa-image-story--vertical-padding, var(--ks-spacing-xl));
16
13
  }
17
14
  .c-storytelling.dsa-image-story .c-storytelling__box__content {
18
- max-width: var(--dsa-content--width_narrow);
15
+ max-width: var(--l-section--content-width-narrow);
19
16
  }
20
17
  .c-storytelling.dsa-image-story.c-storytelling--three-to-two img {
21
18
  aspect-ratio: 3/2;
@@ -30,8 +27,8 @@
30
27
  aspect-ratio: 1/1;
31
28
  }
32
29
  .c-storytelling.dsa-image-story .c-rich-text {
33
- font: var(--dsa-image-story__copy--font, var(--ks-font-copy-m));
34
- color: var(--dsa-image-story__copy--color, var(--ks-text-color-copy));
30
+ font: var(--dsa-image-story__copy--font, var(--dsa-rich-text--font));
31
+ color: var(--dsa-image-story__copy--color, var(--dsa-rich-text--color));
35
32
  }
36
33
  .c-storytelling.dsa-image-story .c-storytelling__box,
37
34
  .c-storytelling.dsa-image-story .c-storytelling__image {
@@ -69,10 +69,10 @@
69
69
  "Book a meeting"
70
70
  ]
71
71
  },
72
- "url": {
72
+ "target": {
73
73
  "type": "string",
74
- "title": "URL",
75
- "description": "The URL to link to when the button is clicked",
74
+ "title": "Target",
75
+ "description": "Target that should be linked, makes the button behave like a link semantically",
76
76
  "format": "uri"
77
77
  },
78
78
  "variant": {
@@ -88,7 +88,6 @@
88
88
  },
89
89
  "icon": {
90
90
  "type": "string",
91
- "format": "icon",
92
91
  "title": "Icon",
93
92
  "description": "Choose an icon"
94
93
  },
@@ -58,11 +58,7 @@
58
58
  "format": "image"
59
59
  },
60
60
  "aspectRatio": {
61
- "type": "string",
62
- "title": "Aspect Ratio",
63
- "description": "The aspect ratio of the image",
64
- "enum": ["unset", "square", "wide", "landscape"],
65
- "default": "unset"
61
+ "$ref": "http://schema.mydesignsystem.com/image.schema.json#/properties/aspectRatio"
66
62
  },
67
63
  "alt": {
68
64
  "title": "Alt text",
@@ -4,5 +4,4 @@ import { ImageStoryProps } from "../../ImageStoryProps-e853e1e7.js";
4
4
  declare const ImageStoryContextDefault: import("react").ForwardRefExoticComponent<ImageStoryProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
5
5
  declare const ImageStoryContext: import("react").Context<import("react").ForwardRefExoticComponent<ImageStoryProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>>;
6
6
  declare const ImageStory: import("react").ForwardRefExoticComponent<ImageStoryProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
7
- export type { ImageStoryProps };
8
7
  export { ImageStoryContextDefault, ImageStoryContext, ImageStory };
@@ -32,6 +32,7 @@ const ImageStoryContextDefault = forwardRef(({ headline, largeHeadline = false,
32
32
  text: text,
33
33
  textAlign: textAlign,
34
34
  vAlign: "top",
35
+ // @ts-expect-error
35
36
  link: { buttons },
36
37
  headline: {
37
38
  text: headline,
@@ -1,13 +1,13 @@
1
1
  .dsa-image-text {
2
- --dsa-image-text--font: var(--ks-font-copy-m);
3
- --dsa-image-text--color: var(--ks-text-color-copy);
2
+ --dsa-image-text--font: var(--dsa-rich-text--font);
3
+ --dsa-image-text--color: var(--dsa-rich-text--color);
4
4
  --dsa-image-text_highlight--font: var(--ks-font-copy-l);
5
5
  --dsa-image-text_highlight--color: var(--ks-text-color-default);
6
6
  }
7
7
 
8
8
  .dsa-image-text .c-rich-text {
9
- --c-rich-text--font: var(--dsa-image-text--font, var(--ks-font-copy-m));
10
- --c-rich-text--color: var(--dsa-image-text--color, var(--ks-text-color-default));
9
+ --c-rich-text--font: var(--dsa-image-text--font, var(--dsa-rich-text--font), var(--ks-font-copy-m));
10
+ --c-rich-text--color: var(--dsa-image-text--color, var(--dsa-rich-text--color), var(--ks-text-color-default));
11
11
  }
12
12
  .dsa-image-text--highlight.dsa-image-text .c-rich-text {
13
13
  --c-rich-text--font: var(--dsa-image-text_highlight--font, var(--ks-font-copy-l));
@@ -5,5 +5,4 @@ declare const ImageTextContextDefault: import("react").ForwardRefExoticComponent
5
5
  declare const ImageTextContext: import("react").Context<import("react").ForwardRefExoticComponent<ImageTextProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>>;
6
6
  declare const ImageText: import("react").ForwardRefExoticComponent<ImageTextProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
7
7
  declare const ImageTextProvider: FC<ImageTextProps & HTMLAttributes<HTMLDivElement>>;
8
- export type { ImageTextProps };
9
8
  export { ImageTextContextDefault, ImageTextContext, ImageText, ImageTextProvider };
@@ -4,13 +4,9 @@
4
4
  * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
5
5
  * and run json-schema-to-typescript to regenerate this file.
6
6
  */
7
- import { HeaderProps } from "../../HeaderProps-72763967.js";
8
- import { FooterProps } from "../../FooterProps-a0a104ca.js";
7
+ import { HeaderProps } from "../../HeaderProps-e22382f1.js";
8
+ import { FooterProps } from "../../FooterProps-171a3067.js";
9
9
  import { SeoProps } from "../../SeoProps-f2d6dcaa.js";
10
- /**
11
- * Content of the icon sprite for this project
12
- */
13
- type IconSprite = string;
14
10
  /**
15
11
  * Abstracts global settings made for a website into JSON Schema
16
12
  */
@@ -27,10 +23,8 @@ interface SettingsProps {
27
23
  * Referenced component SeoProps
28
24
  */
29
25
  seo: SeoProps;
30
- iconSprite?: IconSprite;
31
26
  }
32
27
  export * from "../../BlogPostProps-6b3cff22.js";
33
28
  export * from "../../BlogOverviewProps-9f207f1c.js";
34
29
  export * from "../../PageProps-aa29c554.js";
35
- export { IconSprite, SettingsProps };
36
- export * from "../../EventDetailProps-42a7eebe.js";
30
+ export { SettingsProps };
@@ -4,5 +4,4 @@ import { LogoProps } from "../../LogoProps-01796f0a.js";
4
4
  declare const LogoContextDefault: import("react").ForwardRefExoticComponent<LogoProps & ImgHTMLAttributes<HTMLImageElement> & import("react").RefAttributes<HTMLImageElement>>;
5
5
  declare const LogoContext: import("react").Context<import("react").ForwardRefExoticComponent<LogoProps & ImgHTMLAttributes<HTMLImageElement> & import("react").RefAttributes<HTMLImageElement>>>;
6
6
  declare const Logo: import("react").ForwardRefExoticComponent<LogoProps & ImgHTMLAttributes<HTMLImageElement> & import("react").RefAttributes<HTMLImageElement>>;
7
- export type { LogoProps };
8
7
  export { LogoContextDefault, LogoContext, Logo };
@@ -4,5 +4,4 @@ import { LogosProps } from "../../LogosProps-f9474fe2.js";
4
4
  declare const LogosContextDefault: import("react").ForwardRefExoticComponent<LogosProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
5
5
  declare const LogosContext: import("react").Context<import("react").ForwardRefExoticComponent<LogosProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>>;
6
6
  declare const Logos: import("react").ForwardRefExoticComponent<LogosProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
7
- export type { LogosProps };
8
7
  export { LogosContextDefault, LogosContext, Logos };
@@ -7,7 +7,7 @@ import { Button } from '@kickstartds/base/lib/button';
7
7
  import { Link } from '@kickstartds/base/lib/link';
8
8
  import { Container } from '@kickstartds/core/lib/container';
9
9
 
10
- const LogosContextDefault = forwardRef(({ logo: logos = [], tagline, align = "center", cta, logosPerRow = "6", ...rest }, ref) => (jsx("div", { ...rest, ref: ref, children: jsx(Container, { name: "logos", children: jsxs("div", { className: classnames(`dsa-logos dsa-logos--align-${align}`), children: [tagline && jsx("div", { className: "dsa-logos__tagline", children: tagline }), jsx(LogoTiles, { className: classnames(`dsa-logo-tiles dsa-logo-tiles--cols-${logosPerRow}`), logos: logos }), cta?.toggle ? (jsxs("div", { className: "dsa-logos__cta", children: [jsxs("div", { className: "dsa-logos__cta__text", children: [cta?.text, cta?.style === "text" && (jsxs(Fragment, { children: [" ", jsx(Link, { className: "dsa-logos__cta__link", href: cta.link, children: cta.label })] }))] }), cta?.style === "button" && (jsx(Button, { href: cta.link, label: cta.label }))] })) : ("")] }) }) })));
10
+ const LogosContextDefault = forwardRef(({ logo: logos = [], tagline, align, cta, logosPerRow = "6", ...rest }, ref) => (jsx("div", { ...rest, ref: ref, children: jsx(Container, { name: "logos", children: jsxs("div", { className: classnames(`dsa-logos dsa-logos--align-${align}`), children: [tagline && jsx("div", { className: "dsa-logos__tagline", children: tagline }), jsx(LogoTiles, { className: classnames(`dsa-logo-tiles dsa-logo-tiles--cols-${logosPerRow}`), logos: logos }), cta?.toggle ? (jsxs("div", { className: "dsa-logos__cta", children: [jsxs("div", { className: "dsa-logos__cta__text", children: [cta?.text, cta?.style === "text" ? (jsxs(Fragment, { children: [" ", jsx(Link, { className: "dsa-logos__cta__link", href: cta.link, children: cta.label })] })) : ("")] }), cta?.style === "button" ? (jsx(Button, { href: cta.link, label: cta.label })) : ("")] })) : ("")] }) }) })));
11
11
  const LogosContext = createContext(LogosContextDefault);
12
12
  const Logos = forwardRef((props, ref) => {
13
13
  const Component = useContext(LogosContext);
@@ -8,8 +8,8 @@
8
8
  --dsa-logos__tagline--font: var(--dsa-headline_h3--font);
9
9
  --dsa-logos__tagline--font-weight: var(--dsa-headline--font-weight);
10
10
  --dsa-logos__tagline--color: var(--dsa-headline--color);
11
- --dsa-logos__grid--gap-horizontal: var(--ks-spacing-xxl);
12
- --dsa-logos__grid--gap-vertical: var(--ks-spacing-stack-m);
11
+ --dsa-logos__grid--gap-horizontal: var(--ks-spacing-inline-l);
12
+ --dsa-logos__grid--gap-vertical: var(--ks-spacing-stack-s);
13
13
  --dsa-logos__grid_mobile--cols: 2;
14
14
  --dsa-logos__grid_tablet--cols: 3;
15
15
  }
@@ -26,7 +26,7 @@
26
26
  .dsa-logos__tagline {
27
27
  font: var(--dsa-logos__tagline--font, var(--ks-font-display-m));
28
28
  font-weight: var(--dsa-logos__tagline--font-weight, var(--dsa-headline--font-weight));
29
- max-width: var(--dsa-content--width_narrow);
29
+ max-width: var(--l-section--content-width-narrow);
30
30
  color: var(--dsa-logos__tagline--color, var(--dsa-headline--color, var(--ks-text-color-display)));
31
31
  width: 100%;
32
32
  }
@@ -40,7 +40,7 @@
40
40
  }
41
41
  .dsa-logos__cta__text {
42
42
  color: var(--ks-text-color-default);
43
- max-width: var(--dsa-content--width_narrow);
43
+ max-width: var(--l-section--content-width-narrow);
44
44
  }
45
45
  .dsa-logos__cta__text, .dsa-logos__cta__link {
46
46
  font: var(--ks-font-copy-m);
@@ -28,12 +28,12 @@
28
28
  "title": "URL",
29
29
  "description": "The URL of the logo image",
30
30
  "examples": [
31
- "img/logos/logoipsum-344.svg",
32
- "img/logos/logoipsum-347.svg",
33
- "img/logos/logoipsum-352.svg",
34
- "img/logos/logoipsum-356.svg",
35
- "img/logos/logoipsum-358.svg",
36
- "img/logos/logoipsum-369.svg"
31
+ "img/logos/logoipsum-212.svg",
32
+ "img/logos/logoipsum-217.svg",
33
+ "img/logos/logoipsum-239.svg",
34
+ "img/logos/logoipsum-244.svg",
35
+ "img/logos/logoipsum-250.svg",
36
+ "img/logos/logoipsum-286.svg"
37
37
  ]
38
38
  },
39
39
  "alt": {
@@ -26,12 +26,12 @@
26
26
  "title": "URL",
27
27
  "description": "The URL of the logo image",
28
28
  "examples": [
29
- "img/logos/logoipsum-344.svg",
30
- "img/logos/logoipsum-347.svg",
31
- "img/logos/logoipsum-352.svg",
32
- "img/logos/logoipsum-356.svg",
33
- "img/logos/logoipsum-358.svg",
34
- "img/logos/logoipsum-369.svg"
29
+ "img/logos/logoipsum-212.svg",
30
+ "img/logos/logoipsum-217.svg",
31
+ "img/logos/logoipsum-239.svg",
32
+ "img/logos/logoipsum-244.svg",
33
+ "img/logos/logoipsum-250.svg",
34
+ "img/logos/logoipsum-286.svg"
35
35
  ]
36
36
  },
37
37
  "alt": {
@@ -4,5 +4,4 @@ import { MosaicProps } from "../../MosaicProps-d52c7151.js";
4
4
  declare const MosaicContextDefault: import("react").ForwardRefExoticComponent<MosaicProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
5
5
  declare const MosaicContext: import("react").Context<import("react").ForwardRefExoticComponent<MosaicProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>>;
6
6
  declare const Mosaic: import("react").ForwardRefExoticComponent<MosaicProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
7
- export type { MosaicProps };
8
7
  export { MosaicContextDefault, MosaicContext, Mosaic };
@@ -14,7 +14,7 @@ const MosaicContextDefault = forwardRef(({ layout, largeHeadlines, tile, ...rest
14
14
  textColor: tile?.textColor,
15
15
  ...(tile?.button?.toggle && {
16
16
  link: {
17
- url: tile?.button?.url,
17
+ target: tile?.button?.target,
18
18
  label: tile?.button?.label,
19
19
  icon: tile?.button?.icon,
20
20
  },