@kickstartds/ds-agency-premium 1.6.70 → 1.6.71--canary.45.1756.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 (294) hide show
  1. package/dist/{BlogAsideProps-d9decb7c.d.ts → BlogAsideProps-c760fd2a.d.ts} +5 -5
  2. package/dist/{BlogAuthorProps-88a11566.d.ts → BlogAuthorProps-fb0241df.d.ts} +7 -2
  3. package/dist/{BlogOverviewProps-9f207f1c.d.ts → BlogOverviewProps-7caa223c.d.ts} +3 -3
  4. package/dist/{BlogPostProps-d9decb7c.d.ts → BlogPostProps-c760fd2a.d.ts} +4 -4
  5. package/dist/{ButtonProps-03ff6d21.d.ts → ButtonProps-00ddee3a.d.ts} +4 -4
  6. package/dist/{CtaProps-93230a76.d.ts → CtaProps-babe4ee6.d.ts} +21 -11
  7. package/dist/EventAppointmentProps-443cd1ce.d.ts +38 -0
  8. package/dist/EventDetailProps-42a7eebe.d.ts +387 -0
  9. package/dist/EventLatestTeaserProps-fc9d3281.d.ts +58 -0
  10. package/dist/EventLocationProps-871bc198.d.ts +41 -0
  11. package/dist/{FeaturesProps-e58616a5.d.ts → FeaturesProps-a9041d97.d.ts} +9 -4
  12. package/dist/{FooterProps-171a3067.d.ts → FooterProps-a0a104ca.d.ts} +2 -2
  13. package/dist/{HeaderProps-e22382f1.d.ts → HeaderProps-72763967.d.ts} +2 -2
  14. package/dist/{HeroProps-f704d270.d.ts → HeroProps-40f6c7f5.d.ts} +9 -4
  15. package/dist/{ImageStoryProps-e853e1e7.d.ts → ImageStoryProps-00ddee3a.d.ts} +1 -1
  16. package/dist/MosaicProps-d52c7151.d.ts +4 -4
  17. package/dist/{PageProps-aa29c554.d.ts → PageProps-7caa223c.d.ts} +1 -1
  18. package/dist/{SectionProps-1cfcf6e8.d.ts → SectionProps-00ddee3a.d.ts} +15 -10
  19. package/dist/{SliderProps-93230a76.d.ts → SliderProps-babe4ee6.d.ts} +4 -4
  20. package/dist/{StatProps-79109ad0.d.ts → StatProps-12a3eae0.d.ts} +1 -1
  21. package/dist/StatsProps-bf5ef578.d.ts +1 -1
  22. package/dist/{TeaserCardProps-b9c28e78.d.ts → TeaserCardProps-994cb119.d.ts} +4 -4
  23. package/dist/{VideoCurtainProps-6c625a69.d.ts → VideoCurtainProps-a2c0cc7f.d.ts} +5 -5
  24. package/dist/components/blog-aside/blog-aside.schema.dereffed.json +16 -8
  25. package/dist/components/blog-aside/blog-aside.schema.json +4 -4
  26. package/dist/components/blog-aside/index.d.ts +1 -1
  27. package/dist/components/blog-aside/index.js +1 -1
  28. package/dist/components/blog-author/blog-author.schema.dereffed.json +12 -4
  29. package/dist/components/blog-author/index.d.ts +1 -1
  30. package/dist/components/blog-head/index.d.ts +1 -1
  31. package/dist/components/blog-overview/blog-overview.schema.dereffed.json +182 -89
  32. package/dist/components/blog-overview/index.d.ts +1 -1
  33. package/dist/components/blog-post/blog-post.schema.dereffed.json +198 -97
  34. package/dist/components/blog-post/index.d.ts +1 -1
  35. package/dist/components/blog-teaser/index.d.ts +1 -1
  36. package/dist/components/blog-teaser/index.js +5 -7
  37. package/dist/components/breadcrumb/breadcrumb.css +32 -0
  38. package/dist/components/breadcrumb/breadcrumb.schema.dereffed.json +34 -0
  39. package/dist/components/breadcrumb/breadcrumb.schema.json +27 -0
  40. package/dist/components/breadcrumb/index.d.ts +28 -0
  41. package/dist/components/breadcrumb/index.js +17 -0
  42. package/dist/components/button/button.css +2 -2
  43. package/dist/components/button/button.schema.dereffed.json +3 -3
  44. package/dist/components/button/button.schema.json +3 -3
  45. package/dist/components/button/index.d.ts +1 -1
  46. package/dist/components/button/index.js +1 -1
  47. package/dist/components/button-group/button-group.schema.dereffed.json +3 -3
  48. package/dist/components/button-group/index.d.ts +1 -1
  49. package/dist/components/contact/contact.schema.dereffed.json +13 -5
  50. package/dist/components/contact/contact.schema.json +11 -5
  51. package/dist/components/contact/index.d.ts +6 -1
  52. package/dist/components/contact/index.js +1 -1
  53. package/dist/components/cta/cta.css +44 -56
  54. package/dist/components/cta/cta.schema.dereffed.json +28 -11
  55. package/dist/components/cta/cta.schema.json +23 -10
  56. package/dist/components/cta/index.d.ts +1 -1
  57. package/dist/components/cta/index.js +25 -26
  58. package/dist/components/downloads/downloads.css +153 -0
  59. package/dist/components/downloads/downloads.schema.dereffed.json +55 -0
  60. package/dist/components/downloads/downloads.schema.json +44 -0
  61. package/dist/components/downloads/index.d.ts +41 -0
  62. package/dist/components/downloads/index.js +18 -0
  63. package/dist/components/event-appointment/event-appointment.css +62 -0
  64. package/dist/components/event-appointment/event-appointment.schema.dereffed.json +56 -0
  65. package/dist/components/event-appointment/event-appointment.schema.json +47 -0
  66. package/dist/components/event-appointment/index.d.ts +7 -0
  67. package/dist/components/event-appointment/index.js +14 -0
  68. package/dist/components/event-detail/event-detail.schema.dereffed.json +287 -0
  69. package/dist/components/event-detail/event-detail.schema.json +74 -0
  70. package/dist/components/event-detail/index.d.ts +5 -0
  71. package/dist/components/event-detail/index.js +36 -0
  72. package/dist/components/event-header/event-header.css +6 -0
  73. package/dist/components/event-header/event-header.schema.dereffed.json +38 -0
  74. package/dist/components/event-header/event-header.schema.json +34 -0
  75. package/dist/components/event-header/index.d.ts +35 -0
  76. package/dist/components/event-header/index.js +20 -0
  77. package/dist/components/event-latest/event-latest.css +5 -0
  78. package/dist/components/event-latest/event-latest.schema.dereffed.json +142 -0
  79. package/dist/components/event-latest/event-latest.schema.json +46 -0
  80. package/dist/components/event-latest/index.d.ts +30 -0
  81. package/dist/components/event-latest/index.js +19 -0
  82. package/dist/components/event-latest-teaser/event-latest-teaser.css +128 -0
  83. package/dist/components/event-latest-teaser/event-latest-teaser.schema.dereffed.json +97 -0
  84. package/dist/components/event-latest-teaser/event-latest-teaser.schema.json +73 -0
  85. package/dist/components/event-latest-teaser/index.d.ts +8 -0
  86. package/dist/components/event-latest-teaser/index.js +18 -0
  87. package/dist/components/event-location/event-location.css +71 -0
  88. package/dist/components/event-location/event-location.schema.dereffed.json +126 -0
  89. package/dist/components/event-location/event-location.schema.json +61 -0
  90. package/dist/components/event-location/index.d.ts +7 -0
  91. package/dist/components/event-location/index.js +18 -0
  92. package/dist/components/feature/feature.schema.dereffed.json +13 -3
  93. package/dist/components/feature/feature.schema.json +11 -3
  94. package/dist/components/feature/index.d.ts +8 -3
  95. package/dist/components/feature/index.js +2 -3
  96. package/dist/components/features/features.css +15 -35
  97. package/dist/components/features/features.schema.dereffed.json +13 -3
  98. package/dist/components/features/features.schema.json +5 -2
  99. package/dist/components/features/index.d.ts +1 -1
  100. package/dist/components/features/index.js +2 -2
  101. package/dist/components/footer/footer.css +1 -1
  102. package/dist/components/footer/footer.schema.dereffed.json +12 -12
  103. package/dist/components/footer/index.d.ts +1 -1
  104. package/dist/components/footer/index.js +1 -1
  105. package/dist/components/gallery/gallery.schema.dereffed.json +2 -1
  106. package/dist/components/gallery/gallery.schema.json +2 -1
  107. package/dist/components/gallery/index.js +1 -1
  108. package/dist/components/header/header.css +47 -9
  109. package/dist/components/header/header.schema.dereffed.json +12 -12
  110. package/dist/components/header/index.d.ts +1 -1
  111. package/dist/components/header/index.js +5 -5
  112. package/dist/components/headline/headline.css +2 -2
  113. package/dist/components/hero/hero.css +61 -25
  114. package/dist/components/hero/hero.schema.dereffed.json +9 -3
  115. package/dist/components/hero/hero.schema.json +8 -2
  116. package/dist/components/hero/index.d.ts +1 -1
  117. package/dist/components/hero/index.js +39 -39
  118. package/dist/components/image-story/image-story.css +5 -2
  119. package/dist/components/image-story/image-story.schema.dereffed.json +3 -3
  120. package/dist/components/image-story/index.d.ts +1 -1
  121. package/dist/components/index/index.d.ts +6 -5
  122. package/dist/components/logos/index.js +1 -1
  123. package/dist/components/mosaic/index.js +1 -1
  124. package/dist/components/mosaic/mosaic.css +1 -1
  125. package/dist/components/mosaic/mosaic.schema.dereffed.json +3 -3
  126. package/dist/components/nav-dropdown/index.d.ts +1 -1
  127. package/dist/components/nav-dropdown/index.js +2 -2
  128. package/dist/components/nav-dropdown/nav-dropdown.css +12 -3
  129. package/dist/components/nav-dropdown/nav-dropdown.schema.dereffed.json +1 -1
  130. package/dist/components/nav-flyout/index.d.ts +2 -2
  131. package/dist/components/nav-flyout/index.js +6 -8
  132. package/dist/components/nav-flyout/nav-flyout.css +29 -15
  133. package/dist/components/nav-flyout/nav-flyout.schema.dereffed.json +12 -12
  134. package/dist/components/nav-main/index.d.ts +5 -5
  135. package/dist/components/nav-main/index.js +0 -2
  136. package/dist/components/nav-main/nav-main.schema.dereffed.json +15 -15
  137. package/dist/components/nav-main/nav-main.schema.json +14 -14
  138. package/dist/components/nav-toggle/index.js +1 -1
  139. package/dist/components/nav-topbar/index.d.ts +2 -2
  140. package/dist/components/nav-topbar/index.js +2 -2
  141. package/dist/components/nav-topbar/nav-topbar.css +15 -2
  142. package/dist/components/nav-topbar/nav-topbar.schema.dereffed.json +12 -12
  143. package/dist/components/page/index.d.ts +1 -1
  144. package/dist/components/page/page.schema.dereffed.json +154 -78
  145. package/dist/components/page-wrapper/index.js +42 -0
  146. package/dist/components/page-wrapper/tokens.css +427 -731
  147. package/dist/components/pagination/index.d.ts +47 -0
  148. package/dist/components/pagination/index.js +52 -0
  149. package/dist/components/pagination/pagination.css +66 -0
  150. package/dist/components/pagination/pagination.schema.dereffed.json +64 -0
  151. package/dist/components/pagination/pagination.schema.json +57 -0
  152. package/dist/components/presets.json +863 -267
  153. package/dist/components/section/index.d.ts +1 -1
  154. package/dist/components/section/index.js +11 -3
  155. package/dist/components/section/section.css +38 -58
  156. package/dist/components/section/section.schema.dereffed.json +154 -78
  157. package/dist/components/section/section.schema.json +8 -10
  158. package/dist/components/settings/settings.schema.dereffed.json +24 -24
  159. package/dist/components/slider/index.d.ts +1 -1
  160. package/dist/components/slider/slider.schema.dereffed.json +61 -28
  161. package/dist/components/split/split.css +2 -2
  162. package/dist/components/split-even/index.d.ts +42 -0
  163. package/dist/components/split-even/index.js +7 -0
  164. package/dist/components/split-even/split-even.css +85 -0
  165. package/dist/components/split-even/split-even.schema.dereffed.json +62 -0
  166. package/dist/components/split-even/split-even.schema.json +43 -0
  167. package/dist/components/stat/index.d.ts +1 -1
  168. package/dist/components/stat/index.js +3 -12
  169. package/dist/components/stat/stat.schema.dereffed.json +5 -6
  170. package/dist/components/stat/stat.schema.json +2 -2
  171. package/dist/components/stats/stats.schema.dereffed.json +5 -6
  172. package/dist/components/teaser-card/index.d.ts +1 -1
  173. package/dist/components/teaser-card/index.js +9 -9
  174. package/dist/components/teaser-card/teaser-card.css +67 -47
  175. package/dist/components/teaser-card/teaser-card.schema.dereffed.json +4 -4
  176. package/dist/components/teaser-card/teaser-card.schema.json +4 -4
  177. package/dist/components/testimonials/index.d.ts +1 -1
  178. package/dist/components/tile/tile.schema.dereffed.json +3 -3
  179. package/dist/components/tile/tile.schema.json +2 -2
  180. package/dist/components/video-curtain/index.d.ts +1 -1
  181. package/dist/components/video-curtain/index.js +12 -4
  182. package/dist/components/video-curtain/video-curtain.css +52 -29
  183. package/dist/components/video-curtain/video-curtain.schema.dereffed.json +6 -4
  184. package/dist/components/video-curtain/video-curtain.schema.json +3 -3
  185. package/dist/global.css +283 -59
  186. package/dist/static/fonts/systemics/Montserrat-Bold.woff2 +0 -0
  187. package/dist/static/fonts/systemics/Montserrat-Light.woff2 +0 -0
  188. package/dist/static/fonts/systemics/Montserrat-Medium.woff2 +0 -0
  189. package/dist/static/fonts/systemics/Montserrat-Regular.woff2 +0 -0
  190. package/dist/static/fonts/systemics/Montserrat-SemiBold.woff2 +0 -0
  191. package/dist/static/img/about/angled-image.png +0 -0
  192. package/dist/static/img/about/cta.png +0 -0
  193. package/dist/static/img/about/cutout.png +0 -0
  194. package/dist/static/img/about/disclaimer.png +0 -0
  195. package/dist/static/img/about/purpose.png +0 -0
  196. package/dist/static/img/about/spoiler.png +0 -0
  197. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-01.svg +72 -0
  198. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-02.svg +112 -0
  199. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-03.svg +197 -0
  200. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-04.svg +76 -0
  201. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-05.svg +82 -0
  202. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-06.svg +219 -0
  203. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-07.svg +85 -0
  204. package/dist/static/img/screenshots/blog-blog-aside--default.png +0 -0
  205. package/dist/static/img/screenshots/blog-blog-author--default.png +0 -0
  206. package/dist/static/img/screenshots/blog-blog-head--default.png +0 -0
  207. package/dist/static/img/screenshots/blog-blog-teaser--default.png +0 -0
  208. package/dist/static/img/screenshots/components-contact--wide-image.png +0 -0
  209. package/dist/static/img/screenshots/components-cta--align-bottom.png +0 -0
  210. package/dist/static/img/screenshots/components-cta--angled-image.png +0 -0
  211. package/dist/static/img/screenshots/components-cta--banner.png +0 -0
  212. package/dist/static/img/screenshots/components-cta--colored-banner.png +0 -0
  213. package/dist/static/img/screenshots/components-cta--contact-banner.png +0 -0
  214. package/dist/static/img/screenshots/components-cta--highlighted.png +0 -0
  215. package/dist/static/img/screenshots/components-cta--left-aligned.png +0 -0
  216. package/dist/static/img/screenshots/components-cta--product-advertisement.png +0 -0
  217. package/dist/static/img/screenshots/components-cta--split-banner.png +0 -0
  218. package/dist/static/img/screenshots/components-faq--dropdown-list.png +0 -0
  219. package/dist/static/img/screenshots/components-faq--single-dropdown.png +0 -0
  220. package/dist/static/img/screenshots/components-features--icon-beside-with-link-in-text.png +0 -0
  221. package/dist/static/img/screenshots/components-features--icon-centered.png +0 -0
  222. package/dist/static/img/screenshots/components-features--icon-intext-with-link.png +0 -0
  223. package/dist/static/img/screenshots/components-features--list-view.png +0 -0
  224. package/dist/static/img/screenshots/components-features--stack-with-button.png +0 -0
  225. package/dist/static/img/screenshots/components-headline--h-1.png +0 -0
  226. package/dist/static/img/screenshots/components-headline--h-2.png +0 -0
  227. package/dist/static/img/screenshots/components-headline--h-3.png +0 -0
  228. package/dist/static/img/screenshots/components-headline--h-4.png +0 -0
  229. package/dist/static/img/screenshots/components-headline--order-swapped.png +0 -0
  230. package/dist/static/img/screenshots/components-headline--with-markdown.png +0 -0
  231. package/dist/static/img/screenshots/components-headline--with-subheadline.png +0 -0
  232. package/dist/static/img/screenshots/components-hero--text-box-on-full-screen.png +0 -0
  233. package/dist/static/img/screenshots/components-hero--text-on-image-with-overlay.png +0 -0
  234. package/dist/static/img/screenshots/components-image--custom-aspect-ratio.png +0 -0
  235. package/dist/static/img/screenshots/components-image--preset-size.png +0 -0
  236. package/dist/static/img/screenshots/components-image--responsive-image.png +0 -0
  237. package/dist/static/img/screenshots/components-logos--centered-with-button.png +0 -0
  238. package/dist/static/img/screenshots/components-logos--left-aligned-with-text-link.png +0 -0
  239. package/dist/static/img/screenshots/components-stats--count-up-with-description.png +0 -0
  240. package/dist/static/img/screenshots/components-stats--count-up-with-icons.png +0 -0
  241. package/dist/static/img/screenshots/components-testimonials--alternating-layout.png +0 -0
  242. package/dist/static/img/screenshots/components-testimonials--list-layout.png +0 -0
  243. package/dist/static/img/screenshots/components-testimonials--simple.png +0 -0
  244. package/dist/static/img/screenshots/components-testimonials--slider-layout.png +0 -0
  245. package/dist/static/img/screenshots/components-testimonials--with-rating.png +0 -0
  246. package/dist/static/img/screenshots/components-testimonials--with-title.png +0 -0
  247. package/dist/static/img/screenshots/form-select-field--default.png +0 -0
  248. package/dist/static/img/screenshots/form-text-area--default.png +0 -0
  249. package/dist/static/img/screenshots/form-text-field--default.png +0 -0
  250. package/dist/static/img/screenshots/layout-divider--accent.png +0 -0
  251. package/dist/static/img/screenshots/layout-footer--footer.png +0 -0
  252. package/dist/static/img/screenshots/layout-header--header.png +0 -0
  253. package/dist/static/img/screenshots/layout-section--accent-background.png +0 -0
  254. package/dist/static/img/screenshots/layout-section--bold-background.png +0 -0
  255. package/dist/static/img/screenshots/layout-section--cards.png +0 -0
  256. package/dist/static/img/screenshots/layout-section--colorful-gradient.png +0 -0
  257. package/dist/static/img/screenshots/layout-section--flex-layout.png +0 -0
  258. package/dist/static/img/screenshots/layout-section--inverted.png +0 -0
  259. package/dist/static/img/screenshots/layout-section--list-layout.png +0 -0
  260. package/dist/static/img/screenshots/layout-section--slider.png +0 -0
  261. package/dist/static/img/screenshots/layout-section--spotlight.png +0 -0
  262. package/dist/static/img/screenshots/layout-section--stagelights.png +0 -0
  263. package/dist/static/img/screenshots/layout-section--tile-layout.png +0 -0
  264. package/dist/static/img/screenshots/layout-section--with-buttons.png +0 -0
  265. package/dist/static/img/screenshots/layout-slider--with-arrows.png +0 -0
  266. package/dist/static/img/screenshots/layout-slider--with-autoplay.png +0 -0
  267. package/dist/static/img/screenshots/layout-slider--with-nav.png +0 -0
  268. package/dist/static/img/screenshots/layout-slider--with-teased-neighbours.png +0 -0
  269. package/dist/static/img/screenshots/{page-archetypes-blog-overview--blog-overview.png → pages-archetypes--blog-overview.png} +0 -0
  270. package/dist/static/img/screenshots/pages-archetypes--blog-post.png +0 -0
  271. package/dist/static/img/screenshots/pages-archetypes--content.png +0 -0
  272. package/dist/static/img/screenshots/pages-archetypes--overview.png +0 -0
  273. package/dist/static/img/screenshots/pages-archetypes--start.png +0 -0
  274. package/dist/static/logo-dark.svg +13 -0
  275. package/dist/static/logo-dsa-inverted.svg +26 -0
  276. package/dist/static/logo-dsa.svg +26 -0
  277. package/dist/static/logo-inverted.svg +12 -25
  278. package/dist/static/logo.svg +12 -25
  279. package/dist/tokens/IconSprite.js +42 -0
  280. package/dist/tokens/icon-sprite.html +16 -0
  281. package/dist/tokens/themes.css +4 -4
  282. package/dist/tokens/tokens.css +427 -731
  283. package/dist/tokens/tokens.js +628 -730
  284. package/package.json +1 -1
  285. package/dist/static/img/screenshots/components-html--html.png +0 -0
  286. package/dist/static/img/screenshots/components-html--with-consent.png +0 -0
  287. package/dist/static/img/screenshots/components-html--with-script.png +0 -0
  288. package/dist/static/img/screenshots/layout-section--background-image.png +0 -0
  289. package/dist/static/img/screenshots/page-archetypes-blog-post--blog-post.png +0 -0
  290. package/dist/static/img/screenshots/page-archetypes-landingpage--landingpage.png +0 -0
  291. package/dist/static/img/screenshots/page-archetypes-overview--overview.png +0 -0
  292. package/dist/static/img/screenshots/page-archetypes-showcase--showcase.png +0 -0
  293. /package/dist/{BlogHeadProps-c04a5ed8.d.ts → BlogHeadProps-f5855e93.d.ts} +0 -0
  294. /package/dist/{BlogTeaserProps-f5855e93.d.ts → BlogTeaserProps-d62a0a9a.d.ts} +0 -0
@@ -16,16 +16,7 @@
16
16
  "type": "string",
17
17
  "title": "Style",
18
18
  "description": "Style of background",
19
- "enum": [
20
- "stagelights",
21
- "horizontalGradient",
22
- "verticalGradient",
23
- "accentTransition",
24
- "boldTransition",
25
- "symmetricGlow",
26
- "anchorGlow"
27
- ],
28
- "default": "default"
19
+ "enum": ["framed", "deko", "colorful"]
29
20
  },
30
21
  "backgroundColor": {
31
22
  "type": "string",
@@ -34,6 +25,13 @@
34
25
  "enum": ["default", "accent", "bold"],
35
26
  "default": "default"
36
27
  },
28
+ "transition": {
29
+ "type": "string",
30
+ "title": "Style",
31
+ "description": "Color of background",
32
+ "enum": ["none", "to-default", "to-accent", "to-bold", "to-inverted"],
33
+ "default": "default"
34
+ },
37
35
  "backgroundImage": {
38
36
  "title": "Background image",
39
37
  "description": "Background image for the whole section",
@@ -93,7 +93,7 @@
93
93
  "items": {
94
94
  "type": "object",
95
95
  "properties": {
96
- "href": {
96
+ "url": {
97
97
  "type": "string",
98
98
  "format": "uri"
99
99
  },
@@ -108,7 +108,7 @@
108
108
  "items": {
109
109
  "type": "object",
110
110
  "properties": {
111
- "href": {
111
+ "url": {
112
112
  "type": "string",
113
113
  "format": "uri"
114
114
  },
@@ -125,7 +125,7 @@
125
125
  },
126
126
  "additionalProperties": false,
127
127
  "required": [
128
- "href",
128
+ "url",
129
129
  "label"
130
130
  ]
131
131
  },
@@ -133,43 +133,43 @@
133
133
  [
134
134
  {
135
135
  "label": "Active Item",
136
- "href": "#",
136
+ "url": "#",
137
137
  "active": true
138
138
  },
139
139
  {
140
140
  "label": "Navigation Item",
141
- "href": "#"
141
+ "url": "#"
142
142
  },
143
143
  {
144
144
  "label": "Dropdown",
145
- "href": "#",
145
+ "url": "#",
146
146
  "items": [
147
147
  {
148
148
  "label": "Level 2 Item",
149
- "href": "#"
149
+ "url": "#"
150
150
  },
151
151
  {
152
152
  "label": "Active Item",
153
153
  "active": true,
154
- "href": "#"
154
+ "url": "#"
155
155
  },
156
156
  {
157
157
  "label": "An Item with a longer Label",
158
- "href": "#"
158
+ "url": "#"
159
159
  },
160
160
  {
161
161
  "label": "And One last one",
162
- "href": "#"
162
+ "url": "#"
163
163
  }
164
164
  ]
165
165
  },
166
166
  {
167
167
  "label": "One more Item",
168
- "href": "#"
168
+ "url": "#"
169
169
  },
170
170
  {
171
171
  "label": "Last Item",
172
- "href": "#"
172
+ "url": "#"
173
173
  }
174
174
  ]
175
175
  ]
@@ -250,7 +250,7 @@
250
250
  "items": {
251
251
  "type": "object",
252
252
  "properties": {
253
- "href": {
253
+ "url": {
254
254
  "type": "string",
255
255
  "format": "uri"
256
256
  },
@@ -265,7 +265,7 @@
265
265
  "items": {
266
266
  "type": "object",
267
267
  "properties": {
268
- "href": {
268
+ "url": {
269
269
  "type": "string",
270
270
  "format": "uri"
271
271
  },
@@ -282,7 +282,7 @@
282
282
  },
283
283
  "additionalProperties": false,
284
284
  "required": [
285
- "href",
285
+ "url",
286
286
  "label"
287
287
  ]
288
288
  },
@@ -290,43 +290,43 @@
290
290
  [
291
291
  {
292
292
  "label": "Active Item",
293
- "href": "#",
293
+ "url": "#",
294
294
  "active": true
295
295
  },
296
296
  {
297
297
  "label": "Navigation Item",
298
- "href": "#"
298
+ "url": "#"
299
299
  },
300
300
  {
301
301
  "label": "Dropdown",
302
- "href": "#",
302
+ "url": "#",
303
303
  "items": [
304
304
  {
305
305
  "label": "Level 2 Item",
306
- "href": "#"
306
+ "url": "#"
307
307
  },
308
308
  {
309
309
  "label": "Active Item",
310
310
  "active": true,
311
- "href": "#"
311
+ "url": "#"
312
312
  },
313
313
  {
314
314
  "label": "An Item with a longer Label",
315
- "href": "#"
315
+ "url": "#"
316
316
  },
317
317
  {
318
318
  "label": "And One last one",
319
- "href": "#"
319
+ "url": "#"
320
320
  }
321
321
  ]
322
322
  },
323
323
  {
324
324
  "label": "One more Item",
325
- "href": "#"
325
+ "url": "#"
326
326
  },
327
327
  {
328
328
  "label": "Last Item",
329
- "href": "#"
329
+ "url": "#"
330
330
  }
331
331
  ]
332
332
  ]
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { HTMLAttributes } from "react";
3
- import { SliderProps } from "../../SliderProps-93230a76.js";
3
+ import { SliderProps } from "../../SliderProps-babe4ee6.js";
4
4
  declare const Slider: import("react").ForwardRefExoticComponent<SliderProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
5
5
  export type { SliderProps };
6
6
  export { Slider };
@@ -98,12 +98,6 @@
98
98
  "default": false,
99
99
  "type": "boolean"
100
100
  },
101
- "fullWidth": {
102
- "title": "Width",
103
- "description": "Set the width of the content to the full width of the element",
104
- "type": "boolean",
105
- "default": false
106
- },
107
101
  "buttons": {
108
102
  "type": "array",
109
103
  "items": {
@@ -124,10 +118,10 @@
124
118
  "title": "Icon",
125
119
  "description": "Choose an icon"
126
120
  },
127
- "target": {
121
+ "url": {
128
122
  "type": "string",
129
- "title": "Target",
130
- "description": "Target that should be linked, makes the button behave like a link semantically",
123
+ "title": "URL",
124
+ "description": "The URL to link to when the button is clicked",
131
125
  "format": "uri"
132
126
  }
133
127
  },
@@ -167,6 +161,17 @@
167
161
  "title": "Alt text",
168
162
  "description": "Image description",
169
163
  "type": "string"
164
+ },
165
+ "align": {
166
+ "title": "Vertical alignment of the image",
167
+ "description": "Select a vertical alignment for the image",
168
+ "type": "string",
169
+ "enum": [
170
+ "center",
171
+ "top",
172
+ "bottom"
173
+ ],
174
+ "default": "center"
170
175
  }
171
176
  },
172
177
  "additionalProperties": false
@@ -201,9 +206,9 @@
201
206
  "type": "string",
202
207
  "default": "left"
203
208
  },
204
- "contentAlign": {
209
+ "align": {
205
210
  "title": "Vertical alignment of the content",
206
- "description": "Select a vertical alignment for the image",
211
+ "description": "Select a vertical alignment for the content",
207
212
  "type": "string",
208
213
  "enum": [
209
214
  "center",
@@ -212,6 +217,18 @@
212
217
  ],
213
218
  "default": "center"
214
219
  },
220
+ "padding": {
221
+ "title": "Padding",
222
+ "description": "Toggle padding of the content",
223
+ "type": "boolean",
224
+ "default": false
225
+ },
226
+ "inverted": {
227
+ "title": "Inverted",
228
+ "description": "Toggle inversion of the component",
229
+ "type": "boolean",
230
+ "default": false
231
+ },
215
232
  "type": {
216
233
  "const": "cta"
217
234
  }
@@ -305,10 +322,10 @@
305
322
  "cta": {
306
323
  "type": "object",
307
324
  "properties": {
308
- "target": {
325
+ "url": {
309
326
  "type": "string",
310
- "title": "Call to Action target",
311
- "description": "The CTA target",
327
+ "title": "Call to Action url",
328
+ "description": "The CTA url",
312
329
  "default": "#",
313
330
  "format": "uri"
314
331
  },
@@ -320,6 +337,16 @@
320
337
  "examples": [
321
338
  "See all our partners"
322
339
  ]
340
+ },
341
+ "icon": {
342
+ "type": "string",
343
+ "format": "icon",
344
+ "title": "Icon",
345
+ "description": "Icon for the link style of the cta",
346
+ "examples": [
347
+ "arrow-right"
348
+ ],
349
+ "default": "arrow-right"
323
350
  }
324
351
  },
325
352
  "additionalProperties": false
@@ -393,7 +420,8 @@
393
420
  "stack",
394
421
  "smallTiles",
395
422
  "largeTiles"
396
- ]
423
+ ],
424
+ "default": "smallTiles"
397
425
  },
398
426
  "aspectRatio": {
399
427
  "type": "string",
@@ -495,10 +523,10 @@
495
523
  "title": "Icon",
496
524
  "description": "Choose an icon"
497
525
  },
498
- "target": {
526
+ "url": {
499
527
  "type": "string",
500
- "title": "Target",
501
- "description": "Target that should be linked, makes the button behave like a link semantically",
528
+ "title": "URL",
529
+ "description": "The URL to link to when the button is clicked",
502
530
  "format": "uri"
503
531
  }
504
532
  },
@@ -587,6 +615,12 @@
587
615
  "type": "string",
588
616
  "default": "bottom"
589
617
  },
618
+ "inverted": {
619
+ "type": "boolean",
620
+ "title": "Inverted",
621
+ "description": "Inverted color scheme for the box",
622
+ "default": false
623
+ },
590
624
  "type": {
591
625
  "const": "hero"
592
626
  }
@@ -818,13 +852,12 @@
818
852
  "number": {
819
853
  "title": "Number",
820
854
  "description": "The number of the stat",
821
- "type": "string",
855
+ "type": "integer",
822
856
  "examples": [
823
- "1",
824
- "5x",
825
- "2",
826
- "40%",
827
- "bis zu 100"
857
+ 1,
858
+ 2,
859
+ 3,
860
+ 4
828
861
  ]
829
862
  },
830
863
  "description": {
@@ -929,10 +962,10 @@
929
962
  "description": "Layout for the Teaser Card",
930
963
  "default": "stack"
931
964
  },
932
- "target": {
965
+ "url": {
933
966
  "type": "string",
934
- "title": "Target",
935
- "description": "Target that should be linked",
967
+ "title": "Url",
968
+ "description": "Url that should be linked",
936
969
  "format": "uri"
937
970
  },
938
971
  "button": {
@@ -985,7 +1018,7 @@
985
1018
  "additionalProperties": false,
986
1019
  "required": [
987
1020
  "topic",
988
- "target"
1021
+ "url"
989
1022
  ]
990
1023
  },
991
1024
  {
@@ -30,7 +30,7 @@
30
30
  flex-shrink: 1;
31
31
  }
32
32
  .l-split--sidebar-right > :first-child {
33
- flex-basis: calc(var(--split__main--flex-basis) - var(--dsa-content--spacing) * 2);
33
+ flex-basis: calc(var(--split__main--flex-basis) - var(--dsa-content--horizontal-spacing) * 2);
34
34
  }
35
35
  .l-split--sidebar-right > :last-child {
36
36
  flex-basis: var(--dsa-split__side--flex-basis, 210px);
@@ -41,7 +41,7 @@
41
41
  margin-top: var(--dsa-split__side-top-margin, var(--ks-spacing-stack-l));
42
42
  }
43
43
  .l-split--sidebar-left > :last-child {
44
- flex-basis: calc(var(--split__main--flex-basis) - var(--dsa-content--spacing) * 2);
44
+ flex-basis: calc(var(--split__main--flex-basis) - var(--dsa-content--horizontal-spacing) * 2);
45
45
  }
46
46
  .l-split--sidebar-left > :first-child {
47
47
  flex-basis: var(--dsa-split__side--flex-basis, 210px);
@@ -0,0 +1,42 @@
1
+ /// <reference types="react" />
2
+ import { FC } 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
+ * Sets the minimum width for each section in the split layout
11
+ */
12
+ type SectionMinimumWidth = "narrow" | "medium" | "wide";
13
+ /**
14
+ * Determines the layout of the sections on mobile devices
15
+ */
16
+ type MobileLayout = "stack" | "stackReverse";
17
+ /**
18
+ * Enable sticky positioning for the sections
19
+ */
20
+ type Sticky = boolean;
21
+ /**
22
+ * Aligns the content vertically within the sections
23
+ */
24
+ type VerticalAlignment = "top" | "center" | "bottom";
25
+ /**
26
+ * The space between the two sections
27
+ */
28
+ type Gutter = "large" | "default" | "small" | "none";
29
+ interface SplitEvenProps {
30
+ sectionMinWidth?: SectionMinimumWidth;
31
+ mobileLayout?: MobileLayout;
32
+ sticky?: Sticky;
33
+ verticalAlign?: VerticalAlignment;
34
+ gutter?: Gutter;
35
+ }
36
+ interface ComponentProps {
37
+ firstSection?: React.ReactNode;
38
+ secondSection?: React.ReactNode;
39
+ }
40
+ type SplitEvenComponentProps = SplitEvenProps & ComponentProps;
41
+ declare const SplitEven: FC<SplitEvenComponentProps>;
42
+ export { ComponentProps, SplitEvenComponentProps, SplitEven };
@@ -0,0 +1,7 @@
1
+ import "./split-even.css";
2
+ import { jsxs, jsx } from 'react/jsx-runtime';
3
+ import classnames from 'classnames';
4
+
5
+ const SplitEven = ({ mobileLayout = "stack", sectionMinWidth = "medium", verticalAlign = "top", gutter = "default", sticky = false, firstSection, secondSection, }) => (jsxs("div", { className: classnames("l-split-even", mobileLayout === "stackReverse" && "l-split-even--mobile_stack-reverse", gutter && `l-split-even--gutter-${gutter}`, sectionMinWidth && `l-split-even--width-${sectionMinWidth}`, verticalAlign && `l-split-even--align-${verticalAlign}`, `l-split-even--width-${secondSection}`, sticky && "l-split-even--sticky"), children: [jsx("div", { className: "l-split-even__section l-split-even__section--first", children: firstSection }), jsx("div", { className: "l-split-even__section l-split-even__section--second", children: secondSection })] }));
6
+
7
+ export { SplitEven };
@@ -0,0 +1,85 @@
1
+ .l-split-even {
2
+ --dsa-split-even--gutter_small: var(--ks-spacing-stack-s) var(--ks-spacing-inline-s);
3
+ --dsa-split-even--gutter_default: var(--ks-spacing-stack-m) var(--ks-spacing-inline-m);
4
+ --dsa-split-even--gutter_large: var(--ks-spacing-stack-l) var(--ks-spacing-inline-l);
5
+ --dsa-split-even__section--top-offset: var(--ks-spacing-stack-l);
6
+ --dsa-split-even__section--top-margin: var(--ks-spacing-stack-l);
7
+ --dsa-split-even__section--flex-basis_narrow: var(--dsa-tile--width_small);
8
+ --dsa-split-even__section--flex-basis_medium: var(--dsa-tile--width_medium);
9
+ --dsa-split-even__section--flex-basis_wide: var(--dsa-tile--width_large);
10
+ }
11
+
12
+ .l-split-even {
13
+ display: flex;
14
+ flex-wrap: wrap;
15
+ gap: var(--dsa-split-even--gutter);
16
+ }
17
+ .l-split-even--width-narrow {
18
+ --dsa-split-even__section--flex-basis: var(
19
+ --dsa-split-even__section--flex-basis_narrow,
20
+ var(--dsa-tile--width_small)
21
+ );
22
+ }
23
+ .l-split-even--width-medium {
24
+ --dsa-split-even__section--flex-basis: var(
25
+ --dsa-split-even__section--flex-basis_medium,
26
+ var(--dsa-tile--width_medium)
27
+ );
28
+ }
29
+ .l-split-even--width-wide {
30
+ --dsa-split-even__section--flex-basis: var(
31
+ --dsa-split-even__section--flex-basis_wide,
32
+ var(--dsa-tile--width_large)
33
+ );
34
+ }
35
+ .l-split-even--gutter-none {
36
+ --dsa-split-even--gutter: 0;
37
+ }
38
+ .l-split-even--gutter-default {
39
+ --dsa-split-even--gutter: var(
40
+ --dsa-split-even--gutter_default,
41
+ var(--ks-spacing-stack-m) var(--ks-spacing-inline-m)
42
+ );
43
+ }
44
+ .l-split-even--gutter-small {
45
+ --dsa-split-even--gutter: var(
46
+ --dsa-split-even--gutter_small,
47
+ var(--ks-spacing-stack-s) var(--ks-spacing-inline-s)
48
+ );
49
+ }
50
+ .l-split-even--gutter-large {
51
+ --dsa-split-even--gutter: var(
52
+ --dsa-split-even--gutter_large,
53
+ var(--ks-spacing-stack-l) var(--ks-spacing-inline-l)
54
+ );
55
+ }
56
+ .l-split-even--align-top {
57
+ align-items: flex-start;
58
+ }
59
+ .l-split-even--align-center {
60
+ align-items: center;
61
+ }
62
+ .l-split-even--align-bottom {
63
+ align-items: flex-end;
64
+ }
65
+ .l-split-even--sticky {
66
+ position: relative;
67
+ overflow: visible;
68
+ }
69
+ .l-split-even--sticky .l-split-even__section {
70
+ height: fit-content;
71
+ position: sticky;
72
+ top: 0;
73
+ }
74
+ .l-split-even--mobile_stack-reverse {
75
+ flex-wrap: wrap-reverse;
76
+ }
77
+ .l-split-even--mobile_stack-reverse.l-split-even--align-top {
78
+ align-items: flex-end;
79
+ }
80
+ .l-split-even--mobile_stack-reverse.l-split-even--align-bottom {
81
+ align-items: flex-start;
82
+ }
83
+ .l-split-even__section {
84
+ flex: 1 1 var(--dsa-split-even__section--flex-basis);
85
+ }
@@ -0,0 +1,62 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
3
+ "$id": "http://schema.mydesignsystem.com/split-even.schema.json",
4
+ "title": "Split Even",
5
+ "type": "object",
6
+ "properties": {
7
+ "sectionMinWidth": {
8
+ "title": "Section Minimum Width",
9
+ "description": "Sets the minimum width for each section in the split layout",
10
+ "type": "string",
11
+ "enum": [
12
+ "narrow",
13
+ "medium",
14
+ "wide"
15
+ ],
16
+ "default": "medium"
17
+ },
18
+ "mobileLayout": {
19
+ "title": "Mobile Layout",
20
+ "description": "Determines the layout of the sections on mobile devices",
21
+ "type": "string",
22
+ "enum": [
23
+ "stack",
24
+ "stackReverse"
25
+ ],
26
+ "default": "stack"
27
+ },
28
+ "sticky": {
29
+ "title": "Sticky",
30
+ "type": "boolean",
31
+ "description": "Enable sticky positioning for the sections",
32
+ "default": false
33
+ },
34
+ "verticalAlign": {
35
+ "title": "Vertical Alignment",
36
+ "type": "string",
37
+ "description": "Aligns the content vertically within the sections",
38
+ "enum": [
39
+ "top",
40
+ "center",
41
+ "bottom"
42
+ ],
43
+ "default": "top"
44
+ },
45
+ "gutter": {
46
+ "title": "Gutter",
47
+ "type": "string",
48
+ "description": "The space between the two sections",
49
+ "enum": [
50
+ "large",
51
+ "default",
52
+ "small",
53
+ "none"
54
+ ],
55
+ "default": "default"
56
+ },
57
+ "type": {
58
+ "const": "split-even"
59
+ }
60
+ },
61
+ "additionalProperties": false
62
+ }
@@ -0,0 +1,43 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
3
+ "$id": "http://schema.mydesignsystem.com/split-even.schema.json",
4
+ "title": "Split Even",
5
+ "type": "object",
6
+ "properties": {
7
+ "sectionMinWidth": {
8
+ "title": "Section Minimum Width",
9
+ "description": "Sets the minimum width for each section in the split layout",
10
+ "type": "string",
11
+ "enum": ["narrow", "medium", "wide"],
12
+ "default": "medium"
13
+ },
14
+ "mobileLayout": {
15
+ "title": "Mobile Layout",
16
+ "description": "Determines the layout of the sections on mobile devices",
17
+ "type": "string",
18
+ "enum": ["stack", "stackReverse"],
19
+ "default": "stack"
20
+ },
21
+ "sticky": {
22
+ "title": "Sticky",
23
+ "type": "boolean",
24
+ "description": "Enable sticky positioning for the sections",
25
+ "default": false
26
+ },
27
+ "verticalAlign": {
28
+ "title": "Vertical Alignment",
29
+ "type": "string",
30
+ "description": "Aligns the content vertically within the sections",
31
+ "enum": ["top", "center", "bottom"],
32
+ "default": "top"
33
+ },
34
+ "gutter": {
35
+ "title": "Gutter",
36
+ "type": "string",
37
+ "description": "The space between the two sections",
38
+ "enum": ["large", "default", "small", "none"],
39
+ "default": "default"
40
+ }
41
+ },
42
+ "additionalProperties": false
43
+ }
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { HTMLAttributes } from "react";
3
- import { StatProps } from "../../StatProps-79109ad0.js";
3
+ import { StatProps } from "../../StatProps-12a3eae0.js";
4
4
  declare const StatContextDefault: import("react").ForwardRefExoticComponent<StatProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
5
5
  declare const StatContext: import("react").Context<import("react").ForwardRefExoticComponent<StatProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>>;
6
6
  declare const Stat: import("react").ForwardRefExoticComponent<StatProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;