@kickstartds/ds-agency-premium 1.6.70 → 1.6.71--canary.45.1758.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 (302) 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 +2 -2
  4. package/dist/{BlogPostProps-d9decb7c.d.ts → BlogPostProps-c760fd2a.d.ts} +3 -3
  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 +1 -1
  16. package/dist/MosaicProps-d52c7151.d.ts +4 -4
  17. package/dist/PageProps-aa29c554.d.ts +1 -1
  18. package/dist/{SectionProps-1cfcf6e8.d.ts → SectionProps-7caa223c.d.ts} +14 -9
  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-overview/blog-overview.schema.dereffed.json +194 -101
  31. package/dist/components/blog-post/blog-post.schema.dereffed.json +210 -109
  32. package/dist/components/blog-post/index.d.ts +1 -1
  33. package/dist/components/blog-teaser/index.js +5 -7
  34. package/dist/components/breadcrumb/breadcrumb.css +32 -0
  35. package/dist/components/breadcrumb/breadcrumb.schema.dereffed.json +34 -0
  36. package/dist/components/breadcrumb/breadcrumb.schema.json +27 -0
  37. package/dist/components/breadcrumb/index.d.ts +28 -0
  38. package/dist/components/breadcrumb/index.js +17 -0
  39. package/dist/components/button/button.css +2 -2
  40. package/dist/components/button/button.schema.dereffed.json +3 -3
  41. package/dist/components/button/button.schema.json +3 -3
  42. package/dist/components/button/index.d.ts +1 -1
  43. package/dist/components/button/index.js +1 -1
  44. package/dist/components/button-group/button-group.schema.dereffed.json +3 -3
  45. package/dist/components/button-group/index.d.ts +1 -1
  46. package/dist/components/contact/contact.schema.dereffed.json +13 -5
  47. package/dist/components/contact/contact.schema.json +11 -5
  48. package/dist/components/contact/index.d.ts +6 -1
  49. package/dist/components/contact/index.js +1 -1
  50. package/dist/components/cta/cta.css +44 -56
  51. package/dist/components/cta/cta.schema.dereffed.json +28 -11
  52. package/dist/components/cta/cta.schema.json +23 -10
  53. package/dist/components/cta/index.d.ts +1 -1
  54. package/dist/components/cta/index.js +25 -26
  55. package/dist/components/downloads/downloads.css +153 -0
  56. package/dist/components/downloads/downloads.schema.dereffed.json +55 -0
  57. package/dist/components/downloads/downloads.schema.json +44 -0
  58. package/dist/components/downloads/index.d.ts +41 -0
  59. package/dist/components/downloads/index.js +18 -0
  60. package/dist/components/event-appointment/event-appointment.css +62 -0
  61. package/dist/components/event-appointment/event-appointment.schema.dereffed.json +56 -0
  62. package/dist/components/event-appointment/event-appointment.schema.json +47 -0
  63. package/dist/components/event-appointment/index.d.ts +7 -0
  64. package/dist/components/event-appointment/index.js +14 -0
  65. package/dist/components/event-detail/event-detail.schema.dereffed.json +287 -0
  66. package/dist/components/event-detail/event-detail.schema.json +74 -0
  67. package/dist/components/event-detail/index.d.ts +5 -0
  68. package/dist/components/event-detail/index.js +36 -0
  69. package/dist/components/event-header/event-header.css +6 -0
  70. package/dist/components/event-header/event-header.schema.dereffed.json +38 -0
  71. package/dist/components/event-header/event-header.schema.json +34 -0
  72. package/dist/components/event-header/index.d.ts +35 -0
  73. package/dist/components/event-header/index.js +20 -0
  74. package/dist/components/event-latest/event-latest.css +5 -0
  75. package/dist/components/event-latest/event-latest.schema.dereffed.json +142 -0
  76. package/dist/components/event-latest/event-latest.schema.json +46 -0
  77. package/dist/components/event-latest/index.d.ts +30 -0
  78. package/dist/components/event-latest/index.js +19 -0
  79. package/dist/components/event-latest-teaser/event-latest-teaser.css +128 -0
  80. package/dist/components/event-latest-teaser/event-latest-teaser.schema.dereffed.json +97 -0
  81. package/dist/components/event-latest-teaser/event-latest-teaser.schema.json +73 -0
  82. package/dist/components/event-latest-teaser/index.d.ts +8 -0
  83. package/dist/components/event-latest-teaser/index.js +18 -0
  84. package/dist/components/event-location/event-location.css +71 -0
  85. package/dist/components/event-location/event-location.schema.dereffed.json +126 -0
  86. package/dist/components/event-location/event-location.schema.json +61 -0
  87. package/dist/components/event-location/index.d.ts +7 -0
  88. package/dist/components/event-location/index.js +18 -0
  89. package/dist/components/feature/feature.schema.dereffed.json +13 -3
  90. package/dist/components/feature/feature.schema.json +11 -3
  91. package/dist/components/feature/index.d.ts +8 -3
  92. package/dist/components/feature/index.js +2 -3
  93. package/dist/components/features/features.css +15 -35
  94. package/dist/components/features/features.schema.dereffed.json +13 -3
  95. package/dist/components/features/features.schema.json +5 -2
  96. package/dist/components/features/index.d.ts +1 -1
  97. package/dist/components/features/index.js +2 -2
  98. package/dist/components/footer/footer.css +1 -1
  99. package/dist/components/footer/footer.schema.dereffed.json +12 -12
  100. package/dist/components/footer/index.d.ts +1 -1
  101. package/dist/components/footer/index.js +1 -1
  102. package/dist/components/gallery/gallery.schema.dereffed.json +2 -1
  103. package/dist/components/gallery/gallery.schema.json +2 -1
  104. package/dist/components/gallery/index.js +1 -1
  105. package/dist/components/header/header.css +47 -9
  106. package/dist/components/header/header.schema.dereffed.json +12 -12
  107. package/dist/components/header/index.d.ts +1 -1
  108. package/dist/components/header/index.js +5 -5
  109. package/dist/components/headline/headline.css +6 -6
  110. package/dist/components/hero/hero.css +61 -25
  111. package/dist/components/hero/hero.schema.dereffed.json +9 -3
  112. package/dist/components/hero/hero.schema.json +8 -2
  113. package/dist/components/hero/index.d.ts +1 -1
  114. package/dist/components/hero/index.js +39 -39
  115. package/dist/components/image-story/image-story.css +5 -2
  116. package/dist/components/image-story/image-story.schema.dereffed.json +3 -3
  117. package/dist/components/index/index.d.ts +4 -3
  118. package/dist/components/logos/index.js +1 -1
  119. package/dist/components/logos/logos.css +2 -2
  120. package/dist/components/logos/logos.schema.dereffed.json +6 -6
  121. package/dist/components/logos/logos.schema.json +6 -6
  122. package/dist/components/mosaic/index.js +1 -1
  123. package/dist/components/mosaic/mosaic.css +1 -1
  124. package/dist/components/mosaic/mosaic.schema.dereffed.json +3 -3
  125. package/dist/components/nav-dropdown/index.d.ts +1 -1
  126. package/dist/components/nav-dropdown/index.js +2 -2
  127. package/dist/components/nav-dropdown/nav-dropdown.css +12 -3
  128. package/dist/components/nav-dropdown/nav-dropdown.schema.dereffed.json +1 -1
  129. package/dist/components/nav-flyout/index.d.ts +2 -2
  130. package/dist/components/nav-flyout/index.js +6 -8
  131. package/dist/components/nav-flyout/nav-flyout.css +29 -15
  132. package/dist/components/nav-flyout/nav-flyout.schema.dereffed.json +12 -12
  133. package/dist/components/nav-main/index.d.ts +5 -5
  134. package/dist/components/nav-main/index.js +0 -2
  135. package/dist/components/nav-main/nav-main.schema.dereffed.json +15 -15
  136. package/dist/components/nav-main/nav-main.schema.json +14 -14
  137. package/dist/components/nav-toggle/index.js +1 -1
  138. package/dist/components/nav-topbar/index.d.ts +2 -2
  139. package/dist/components/nav-topbar/index.js +2 -2
  140. package/dist/components/nav-topbar/nav-topbar.css +15 -2
  141. package/dist/components/nav-topbar/nav-topbar.schema.dereffed.json +12 -12
  142. package/dist/components/page/page.schema.dereffed.json +166 -90
  143. package/dist/components/page-wrapper/index.js +42 -0
  144. package/dist/components/page-wrapper/tokens.css +427 -731
  145. package/dist/components/pagination/index.d.ts +47 -0
  146. package/dist/components/pagination/index.js +52 -0
  147. package/dist/components/pagination/pagination.css +66 -0
  148. package/dist/components/pagination/pagination.schema.dereffed.json +64 -0
  149. package/dist/components/pagination/pagination.schema.json +57 -0
  150. package/dist/components/presets.json +1160 -301
  151. package/dist/components/section/index.d.ts +1 -1
  152. package/dist/components/section/index.js +11 -3
  153. package/dist/components/section/section.css +38 -58
  154. package/dist/components/section/section.schema.dereffed.json +166 -90
  155. package/dist/components/section/section.schema.json +8 -10
  156. package/dist/components/settings/settings.schema.dereffed.json +24 -24
  157. package/dist/components/slider/index.d.ts +1 -1
  158. package/dist/components/slider/slider.schema.dereffed.json +67 -34
  159. package/dist/components/split/split.css +2 -2
  160. package/dist/components/split-even/index.d.ts +1 -0
  161. package/dist/components/split-even/index.js +1 -0
  162. package/dist/components/split-even/split-even.schema.dereffed.json +5890 -0
  163. package/dist/components/split-even/split-even.schema.json +164 -0
  164. package/dist/components/stat/index.d.ts +1 -1
  165. package/dist/components/stat/index.js +3 -12
  166. package/dist/components/stat/stat.schema.dereffed.json +5 -6
  167. package/dist/components/stat/stat.schema.json +2 -2
  168. package/dist/components/stats/stats.schema.dereffed.json +5 -6
  169. package/dist/components/teaser-card/index.d.ts +1 -1
  170. package/dist/components/teaser-card/index.js +9 -9
  171. package/dist/components/teaser-card/teaser-card.css +67 -47
  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/testimonials/index.d.ts +1 -1
  175. package/dist/components/tile/tile.schema.dereffed.json +3 -3
  176. package/dist/components/tile/tile.schema.json +2 -2
  177. package/dist/components/video-curtain/index.d.ts +1 -1
  178. package/dist/components/video-curtain/index.js +12 -4
  179. package/dist/components/video-curtain/video-curtain.css +52 -29
  180. package/dist/components/video-curtain/video-curtain.schema.dereffed.json +6 -4
  181. package/dist/components/video-curtain/video-curtain.schema.json +3 -3
  182. package/dist/global.css +283 -59
  183. package/dist/static/fonts/systemics/Montserrat-Bold.woff2 +0 -0
  184. package/dist/static/fonts/systemics/Montserrat-Light.woff2 +0 -0
  185. package/dist/static/fonts/systemics/Montserrat-Medium.woff2 +0 -0
  186. package/dist/static/fonts/systemics/Montserrat-Regular.woff2 +0 -0
  187. package/dist/static/fonts/systemics/Montserrat-SemiBold.woff2 +0 -0
  188. package/dist/static/img/about/angled-image.png +0 -0
  189. package/dist/static/img/about/cta.png +0 -0
  190. package/dist/static/img/about/cutout.png +0 -0
  191. package/dist/static/img/about/disclaimer.png +0 -0
  192. package/dist/static/img/about/purpose.png +0 -0
  193. package/dist/static/img/about/spoiler.png +0 -0
  194. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-01.svg +72 -0
  195. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-02.svg +112 -0
  196. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-03.svg +197 -0
  197. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-04.svg +76 -0
  198. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-05.svg +82 -0
  199. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-06.svg +219 -0
  200. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-07.svg +85 -0
  201. package/dist/static/img/logos/logoipsum-344.svg +174 -0
  202. package/dist/static/img/logos/logoipsum-347.svg +52 -0
  203. package/dist/static/img/logos/logoipsum-352.svg +22 -0
  204. package/dist/static/img/logos/logoipsum-356.svg +20 -0
  205. package/dist/static/img/logos/logoipsum-358.svg +29 -0
  206. package/dist/static/img/logos/logoipsum-369.svg +20 -0
  207. package/dist/static/img/logos/logoipsum-373.svg +17 -0
  208. package/dist/static/img/screenshots/blog-blog-aside--default.png +0 -0
  209. package/dist/static/img/screenshots/blog-blog-author--default.png +0 -0
  210. package/dist/static/img/screenshots/blog-blog-head--default.png +0 -0
  211. package/dist/static/img/screenshots/blog-blog-teaser--default.png +0 -0
  212. package/dist/static/img/screenshots/components-contact--wide-image.png +0 -0
  213. package/dist/static/img/screenshots/components-cta--align-bottom.png +0 -0
  214. package/dist/static/img/screenshots/components-cta--angled-image.png +0 -0
  215. package/dist/static/img/screenshots/components-cta--banner.png +0 -0
  216. package/dist/static/img/screenshots/components-cta--colored-banner.png +0 -0
  217. package/dist/static/img/screenshots/components-cta--contact-banner.png +0 -0
  218. package/dist/static/img/screenshots/components-cta--highlighted.png +0 -0
  219. package/dist/static/img/screenshots/components-cta--left-aligned.png +0 -0
  220. package/dist/static/img/screenshots/components-cta--product-advertisement.png +0 -0
  221. package/dist/static/img/screenshots/components-cta--split-banner.png +0 -0
  222. package/dist/static/img/screenshots/components-faq--dropdown-list.png +0 -0
  223. package/dist/static/img/screenshots/components-faq--single-dropdown.png +0 -0
  224. package/dist/static/img/screenshots/components-features--icon-beside-with-link-in-text.png +0 -0
  225. package/dist/static/img/screenshots/components-features--icon-centered.png +0 -0
  226. package/dist/static/img/screenshots/components-features--icon-intext-with-link.png +0 -0
  227. package/dist/static/img/screenshots/components-features--list-view.png +0 -0
  228. package/dist/static/img/screenshots/components-features--stack-with-button.png +0 -0
  229. package/dist/static/img/screenshots/components-headline--h-1.png +0 -0
  230. package/dist/static/img/screenshots/components-headline--h-2.png +0 -0
  231. package/dist/static/img/screenshots/components-headline--h-3.png +0 -0
  232. package/dist/static/img/screenshots/components-headline--h-4.png +0 -0
  233. package/dist/static/img/screenshots/components-headline--order-swapped.png +0 -0
  234. package/dist/static/img/screenshots/components-headline--with-markdown.png +0 -0
  235. package/dist/static/img/screenshots/components-headline--with-subheadline.png +0 -0
  236. package/dist/static/img/screenshots/components-hero--text-box-on-full-screen.png +0 -0
  237. package/dist/static/img/screenshots/components-hero--text-on-image-with-overlay.png +0 -0
  238. package/dist/static/img/screenshots/components-image--custom-aspect-ratio.png +0 -0
  239. package/dist/static/img/screenshots/components-image--preset-size.png +0 -0
  240. package/dist/static/img/screenshots/components-image--responsive-image.png +0 -0
  241. package/dist/static/img/screenshots/components-logos--centered-with-button.png +0 -0
  242. package/dist/static/img/screenshots/components-logos--left-aligned-with-text-link.png +0 -0
  243. package/dist/static/img/screenshots/components-stats--count-up-with-description.png +0 -0
  244. package/dist/static/img/screenshots/components-stats--count-up-with-icons.png +0 -0
  245. package/dist/static/img/screenshots/components-testimonials--alternating-layout.png +0 -0
  246. package/dist/static/img/screenshots/components-testimonials--list-layout.png +0 -0
  247. package/dist/static/img/screenshots/components-testimonials--simple.png +0 -0
  248. package/dist/static/img/screenshots/components-testimonials--slider-layout.png +0 -0
  249. package/dist/static/img/screenshots/components-testimonials--with-rating.png +0 -0
  250. package/dist/static/img/screenshots/components-testimonials--with-title.png +0 -0
  251. package/dist/static/img/screenshots/form-select-field--default.png +0 -0
  252. package/dist/static/img/screenshots/form-text-area--default.png +0 -0
  253. package/dist/static/img/screenshots/form-text-field--default.png +0 -0
  254. package/dist/static/img/screenshots/layout-divider--accent.png +0 -0
  255. package/dist/static/img/screenshots/layout-footer--footer.png +0 -0
  256. package/dist/static/img/screenshots/layout-header--header.png +0 -0
  257. package/dist/static/img/screenshots/layout-section--accent-background.png +0 -0
  258. package/dist/static/img/screenshots/layout-section--bold-background.png +0 -0
  259. package/dist/static/img/screenshots/layout-section--cards.png +0 -0
  260. package/dist/static/img/screenshots/layout-section--colorful-gradient.png +0 -0
  261. package/dist/static/img/screenshots/layout-section--flex-layout.png +0 -0
  262. package/dist/static/img/screenshots/layout-section--inverted.png +0 -0
  263. package/dist/static/img/screenshots/layout-section--list-layout.png +0 -0
  264. package/dist/static/img/screenshots/layout-section--slider.png +0 -0
  265. package/dist/static/img/screenshots/layout-section--spotlight.png +0 -0
  266. package/dist/static/img/screenshots/layout-section--stagelights.png +0 -0
  267. package/dist/static/img/screenshots/layout-section--tile-layout.png +0 -0
  268. package/dist/static/img/screenshots/layout-section--with-buttons.png +0 -0
  269. package/dist/static/img/screenshots/layout-slider--with-arrows.png +0 -0
  270. package/dist/static/img/screenshots/layout-slider--with-autoplay.png +0 -0
  271. package/dist/static/img/screenshots/layout-slider--with-nav.png +0 -0
  272. package/dist/static/img/screenshots/layout-slider--with-teased-neighbours.png +0 -0
  273. package/dist/static/img/screenshots/{page-archetypes-blog-overview--blog-overview.png → pages-archetypes--blog-overview.png} +0 -0
  274. package/dist/static/img/screenshots/pages-archetypes--blog-post.png +0 -0
  275. package/dist/static/img/screenshots/pages-archetypes--content.png +0 -0
  276. package/dist/static/img/screenshots/pages-archetypes--overview.png +0 -0
  277. package/dist/static/img/screenshots/pages-archetypes--start.png +0 -0
  278. package/dist/static/logo-dark.svg +13 -0
  279. package/dist/static/logo-dsa-inverted.svg +26 -0
  280. package/dist/static/logo-dsa.svg +26 -0
  281. package/dist/static/logo-inverted.svg +12 -25
  282. package/dist/static/logo.svg +12 -25
  283. package/dist/tokens/IconSprite.js +42 -0
  284. package/dist/tokens/icon-sprite.html +16 -0
  285. package/dist/tokens/themes.css +4 -4
  286. package/dist/tokens/tokens.css +427 -731
  287. package/dist/tokens/tokens.js +628 -730
  288. package/package.json +1 -1
  289. package/dist/static/img/logos/logoipsum-212.svg +0 -12
  290. package/dist/static/img/logos/logoipsum-217.svg +0 -4
  291. package/dist/static/img/logos/logoipsum-239.svg +0 -16
  292. package/dist/static/img/logos/logoipsum-244.svg +0 -19
  293. package/dist/static/img/logos/logoipsum-250.svg +0 -21
  294. package/dist/static/img/logos/logoipsum-286.svg +0 -20
  295. package/dist/static/img/screenshots/components-html--html.png +0 -0
  296. package/dist/static/img/screenshots/components-html--with-consent.png +0 -0
  297. package/dist/static/img/screenshots/components-html--with-script.png +0 -0
  298. package/dist/static/img/screenshots/layout-section--background-image.png +0 -0
  299. package/dist/static/img/screenshots/page-archetypes-blog-post--blog-post.png +0 -0
  300. package/dist/static/img/screenshots/page-archetypes-landingpage--landingpage.png +0 -0
  301. package/dist/static/img/screenshots/page-archetypes-overview--overview.png +0 -0
  302. package/dist/static/img/screenshots/page-archetypes-showcase--showcase.png +0 -0
@@ -3,14 +3,14 @@
3
3
  "id": "blog-blog-aside--default",
4
4
  "group": "Blog/ Blog Aside",
5
5
  "name": "Default",
6
- "code": "<BlogAside\n author={{\n byline: 'CEO at Company',\n image: {\n alt: 'Picture of Jane Smith',\n aspectRatio: 'square',\n fullWidth: false,\n src: 'img/people/author-emily.png'\n },\n links: [\n {\n href: 'tel:+4922868896620',\n icon: 'twitter',\n label: 'jane_smith',\n newTab: false\n },\n {\n href: 'mailto:mail@example.com',\n icon: 'email',\n label: 'jane.smith@example.com',\n newTab: false\n }\n ],\n name: 'Jane Smith'\n }}\n date=\"12/30/2022\"\n readingTime=\"5 min read\"\n socialSharing={[\n {\n href: 'https://twitter.com/share?text=The%20Future%20of%20AI&url=https://example.com/blog/the-future-of-ai',\n icon: 'twitter',\n title: 'Share on Twitter'\n },\n {\n href: 'https://www.linkedin.com/shareArticle?mini=true&url=https://example.com/blog/the-future-of-ai&title=The%20Future%20of%20AI&summary=The%20Future%20of%20AI&source=LinkedIn',\n icon: 'linkedin',\n title: 'Share on LinkedIn'\n }\n ]}\n/>",
6
+ "code": "<BlogAside\n author={{\n byline: 'CEO at Company',\n image: {\n alt: 'Picture of Isabella Doe',\n aspectRatio: 'square',\n fullWidth: false,\n src: 'img/people/author-emily.png'\n },\n links: [\n {\n ariaLabel: 'Link to Isabella Doe\\'s social media profile',\n icon: 'twitter',\n label: 'jane_smith',\n newTab: false,\n url: 'tel:+4922868896620'\n },\n {\n ariaLabel: 'Link to Isabella Doe\\'s social media profile',\n icon: 'email',\n label: 'jane.smith@example.com',\n newTab: false,\n url: 'mailto:mail@example.com'\n }\n ],\n name: 'Jane Smith'\n }}\n date=\"12/30/2022\"\n readingTime=\"5 min read\"\n socialSharing={[\n {\n href: 'https://twitter.com/share?text=The%20Future%20of%20AI&url=https://example.com/blog/the-future-of-ai',\n icon: 'twitter',\n title: 'Share on Twitter',\n url: 'https://twitter.com/share?text=Check%20this%20out!&url=https://example.com'\n },\n {\n href: 'https://www.linkedin.com/shareArticle?mini=true&url=https://example.com/blog/the-future-of-ai&title=The%20Future%20of%20AI&summary=The%20Future%20of%20AI&source=LinkedIn',\n icon: 'linkedin',\n title: 'Share on LinkedIn',\n url: 'https://twitter.com/share?text=Check%20this%20out!&url=https://example.com'\n }\n ]}\n/>",
7
7
  "args": {
8
8
  "author": {
9
9
  "name": "Jane Smith",
10
10
  "byline": "CEO at Company",
11
11
  "image": {
12
12
  "src": "img/people/author-emily.png",
13
- "alt": "Picture of Jane Smith",
13
+ "alt": "Picture of Isabella Doe",
14
14
  "fullWidth": false,
15
15
  "aspectRatio": "square"
16
16
  },
@@ -18,27 +18,31 @@
18
18
  {
19
19
  "icon": "twitter",
20
20
  "label": "jane_smith",
21
- "href": "tel:+4922868896620",
22
- "newTab": false
21
+ "url": "tel:+4922868896620",
22
+ "newTab": false,
23
+ "ariaLabel": "Link to Isabella Doe's social media profile"
23
24
  },
24
25
  {
25
26
  "icon": "email",
26
27
  "label": "jane.smith@example.com",
27
- "href": "mailto:mail@example.com",
28
- "newTab": false
28
+ "url": "mailto:mail@example.com",
29
+ "newTab": false,
30
+ "ariaLabel": "Link to Isabella Doe's social media profile"
29
31
  }
30
32
  ]
31
33
  },
32
34
  "socialSharing": [
33
35
  {
34
36
  "icon": "twitter",
35
- "href": "https://twitter.com/share?text=The%20Future%20of%20AI&url=https://example.com/blog/the-future-of-ai",
36
- "title": "Share on Twitter"
37
+ "url": "https://twitter.com/share?text=Check%20this%20out!&url=https://example.com",
38
+ "title": "Share on Twitter",
39
+ "href": "https://twitter.com/share?text=The%20Future%20of%20AI&url=https://example.com/blog/the-future-of-ai"
37
40
  },
38
41
  {
39
42
  "icon": "linkedin",
40
- "href": "https://www.linkedin.com/shareArticle?mini=true&url=https://example.com/blog/the-future-of-ai&title=The%20Future%20of%20AI&summary=The%20Future%20of%20AI&source=LinkedIn",
41
- "title": "Share on LinkedIn"
43
+ "url": "https://twitter.com/share?text=Check%20this%20out!&url=https://example.com",
44
+ "title": "Share on LinkedIn",
45
+ "href": "https://www.linkedin.com/shareArticle?mini=true&url=https://example.com/blog/the-future-of-ai&title=The%20Future%20of%20AI&summary=The%20Future%20of%20AI&source=LinkedIn"
42
46
  }
43
47
  ],
44
48
  "readingTime": "5 min read",
@@ -50,13 +54,13 @@
50
54
  "id": "blog-blog-author--default",
51
55
  "group": "Blog/ Blog Author",
52
56
  "name": "Default",
53
- "code": "<BlogAuthor\n byline=\"CEO at Company\"\n image={{\n alt: 'Picture of Jane Smith',\n aspectRatio: 'square',\n fullWidth: false,\n src: 'img/people/author-emily.png'\n }}\n links={[\n {\n href: 'tel:+4922868896620',\n icon: 'twitter',\n label: 'jane_smith',\n newTab: false\n },\n {\n href: 'mailto:mail@example.com',\n icon: 'email',\n label: 'jane.smith@example.com',\n newTab: false\n }\n ]}\n name=\"Jane Smith\"\n/>",
57
+ "code": "<BlogAuthor\n byline=\"CEO at Company\"\n image={{\n alt: 'Picture of Isabella Doe',\n aspectRatio: 'square',\n fullWidth: false,\n src: 'img/people/author-emily.png'\n }}\n links={[\n {\n ariaLabel: 'Link to Isabella Doe\\'s social media profile',\n icon: 'twitter',\n label: 'jane_smith',\n newTab: false,\n url: 'tel:+4922868896620'\n },\n {\n ariaLabel: 'Link to Isabella Doe\\'s social media profile',\n icon: 'email',\n label: 'jane.smith@example.com',\n newTab: false,\n url: 'mailto:mail@example.com'\n }\n ]}\n name=\"Jane Smith\"\n/>",
54
58
  "args": {
55
59
  "name": "Jane Smith",
56
60
  "byline": "CEO at Company",
57
61
  "image": {
58
62
  "src": "img/people/author-emily.png",
59
- "alt": "Picture of Jane Smith",
63
+ "alt": "Picture of Isabella Doe",
60
64
  "fullWidth": false,
61
65
  "aspectRatio": "square"
62
66
  },
@@ -64,14 +68,16 @@
64
68
  {
65
69
  "icon": "twitter",
66
70
  "label": "jane_smith",
67
- "href": "tel:+4922868896620",
68
- "newTab": false
71
+ "url": "tel:+4922868896620",
72
+ "newTab": false,
73
+ "ariaLabel": "Link to Isabella Doe's social media profile"
69
74
  },
70
75
  {
71
76
  "icon": "email",
72
77
  "label": "jane.smith@example.com",
73
- "href": "mailto:mail@example.com",
74
- "newTab": false
78
+ "url": "mailto:mail@example.com",
79
+ "newTab": false,
80
+ "ariaLabel": "Link to Isabella Doe's social media profile"
75
81
  }
76
82
  ]
77
83
  },
@@ -130,6 +136,29 @@
130
136
  },
131
137
  "screenshot": "img/screenshots/blog-blog-teaser--default.png"
132
138
  },
139
+ {
140
+ "id": "industry-breadcrumb--default",
141
+ "group": "Industry/Breadcrumb",
142
+ "name": "Default",
143
+ "code": "<Breadcrumb\n pages={[\n {\n label: 'Page 1',\n url: 'https://example.com/page1'\n },\n {\n label: 'Page 2',\n url: 'https://example.com/page2'\n },\n {\n label: 'Page 3',\n url: 'https://example.com/page3'\n }\n ]}\n />",
144
+ "args": {
145
+ "pages": [
146
+ {
147
+ "url": "https://example.com/page1",
148
+ "label": "Page 1"
149
+ },
150
+ {
151
+ "url": "https://example.com/page2",
152
+ "label": "Page 2"
153
+ },
154
+ {
155
+ "url": "https://example.com/page3",
156
+ "label": "Page 3"
157
+ }
158
+ ]
159
+ },
160
+ "screenshot": "img/screenshots/industry-breadcrumb--default.png"
161
+ },
133
162
  {
134
163
  "id": "components-button--primary-button",
135
164
  "group": "Components/Button",
@@ -186,13 +215,13 @@
186
215
  "id": "page-archetypes-blog-overview--blog-overview",
187
216
  "group": "Page Archetypes/Blog Overview",
188
217
  "name": "BlogOverview",
189
- "code": "<BlogOverview\n cta={{\n buttons: [\n {\n icon: 'person',\n label: 'Contact us',\n target: '#'\n },\n {\n icon: 'date',\n label: 'Book a meeting',\n target: '#'\n }\n ],\n colorNeutral: false,\n contentAlign: 'center',\n fullWidth: true,\n headline: 'Get in touch',\n highlightText: false,\n image: {\n padding: false,\n src: 'img/contact-person.png'\n },\n order: {\n desktopImageLast: false,\n mobileImageLast: false\n },\n sub: 'Chat with us about getting your product or platform to market faster',\n text: 'Our modular design approach allows for flexibility and scalability in your application\\'s architecture.',\n textAlign: 'left',\n width: 'wide'\n }}\n latest={{\n alt: 'Image of a business team working',\n author: {\n image: 'img/people/author-alex.png',\n name: 'John Doe',\n title: 'CEO'\n },\n date: '12/30/2022',\n headline: 'Mastering the Art of Design Systems with Systemics: A Journey from Vision to Reality',\n image: 'img/close-up-young-business-team-working.png',\n link: {\n label: 'Read more',\n text: 'Read article',\n url: 'https://example.com/article1'\n },\n readingTime: '5 min read',\n tags: [\n {\n entry: 'Design Systems'\n },\n {\n entry: 'Headless Websites'\n },\n {\n entry: 'Training'\n }\n ],\n teaserText: 'In this enlightening article, we delve into how Systemics, your go-to Design System agency, brings clarity and coherence to your brand\\'s digital presence. We discuss our unique approach to Design System Consulting, where we align your vision with actionable strategies for seamless and captivating user experiences.'\n }}\n latestTitle=\"Latest Post\"\n list={[\n {\n alt: 'Image of a business team working',\n author: {\n image: 'img/people/author-alex.png',\n name: 'John Doe',\n title: 'CEO'\n },\n date: '12/30/2022',\n headline: 'Mastering the Art of Design Systems with Systemics',\n image: 'img/close-up-young-business-team-working.png',\n link: {\n label: 'Read more',\n text: 'Read article',\n url: 'https://example.com/article1'\n },\n readingTime: '5 min read',\n tags: [\n {\n entry: 'Design Systems'\n }\n ],\n teaserText: 'In this enlightening article, we delve into how Systemics, your go-to Design System agency, brings clarity and coherence to your brand\\'s digital presence..'\n },\n {\n alt: 'Image of a business team working',\n author: {\n image: 'img/people/author-emily.png',\n name: 'Jane Doe',\n title: 'CTO'\n },\n date: '12/30/2022',\n headline: 'Unleashing Innovation with Headless Websites',\n image: 'img/close-up-young-business-team-working.png',\n link: {\n label: 'Read more',\n text: 'Read article',\n url: 'https://example.com/article2'\n },\n readingTime: '5 min read',\n tags: [\n {\n entry: 'Headless Websites'\n }\n ],\n teaserText: 'Dive into the exciting world of headless architecture with Systemics. This article explores our Headless Websites service, a playground of innovation and creativity for brands seeking to redefine their digital journey.'\n },\n {\n alt: 'Image of a business team working',\n author: {\n image: 'img/people/author-alex.png',\n name: 'John Doe',\n title: 'CEO'\n },\n date: '12/30/2022',\n headline: 'Investing in Digital Excellence: Systemics\\' Design System Trainings',\n image: 'img/close-up-young-business-team-working.png',\n link: {\n label: 'Read more',\n text: 'Read article',\n url: 'https://example.com/article3'\n },\n readingTime: '5 min read',\n tags: [\n {\n entry: 'Training'\n }\n ],\n teaserText: 'Investing in your digital team\\'s growth is crucial for sustainable success. In this article, we highlight Systemics\\' Design System Trainings, designed to equip your team with the skills they need to harness your design system effectively.'\n }\n ]}\n listTitle=\"Recent Posts\"\n more={[\n {\n alt: 'Image of a business team working',\n author: {\n image: 'img/people/author-alex.png',\n name: 'John Doe',\n title: 'CEO'\n },\n date: '12/30/2022',\n headline: 'Mastering the Art of Design Systems with Systemics',\n image: 'img/close-up-young-business-team-working.png',\n link: {\n label: 'Read more',\n text: 'Read article',\n url: 'https://example.com/article1'\n },\n readingTime: '5 min read',\n tags: [\n {\n entry: 'Design Systems'\n }\n ],\n teaserText: 'In this enlightening article, we delve into how Systemics, your go-to Design System agency, brings clarity and coherence to your brand\\'s digital presence..'\n },\n {\n alt: 'Image of a business team working',\n author: {\n image: 'img/people/author-emily.png',\n name: 'Jane Doe',\n title: 'CTO'\n },\n date: '12/30/2022',\n headline: 'Unleashing Innovation with Headless Websites',\n image: 'img/close-up-young-business-team-working.png',\n link: {\n label: 'Read more',\n text: 'Read article',\n url: 'https://example.com/article2'\n },\n readingTime: '5 min read',\n tags: [\n {\n entry: 'Headless Websites'\n }\n ],\n teaserText: 'Dive into the exciting world of headless architecture with Systemics. This article explores our Headless Websites service, a playground of innovation and creativity for brands seeking to redefine their digital journey.'\n }\n ]}\n moreTitle=\"Featured Posts\"\n section={[\n {\n backgroundColor: 'default',\n buttons: [\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n }\n ],\n content: {\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n },\n headerSpacing: false,\n headline: {\n large: false,\n text: 'Section headline',\n width: 'unset'\n },\n inverted: false,\n spaceAfter: 'default',\n spaceBefore: 'default',\n spotlight: false,\n style: 'default',\n width: 'default'\n },\n {\n backgroundColor: 'default',\n buttons: [\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n }\n ],\n content: {\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n },\n headerSpacing: false,\n headline: {\n large: false,\n text: 'Section headline',\n width: 'unset'\n },\n inverted: false,\n spaceAfter: 'default',\n spaceBefore: 'default',\n spotlight: false,\n style: 'default',\n width: 'default'\n },\n {\n backgroundColor: 'default',\n buttons: [\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n }\n ],\n content: {\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n },\n headerSpacing: false,\n headline: {\n large: false,\n text: 'Section headline',\n width: 'unset'\n },\n inverted: false,\n spaceAfter: 'default',\n spaceBefore: 'default',\n spotlight: false,\n style: 'default',\n width: 'default'\n }\n ]}\n/>",
218
+ "code": "<BlogOverview\n cta={{\n align: 'center',\n buttons: [\n {\n icon: 'person',\n label: 'Contact us',\n url: '#'\n },\n {\n icon: 'date',\n label: 'Book a meeting',\n url: '#'\n }\n ],\n colorNeutral: false,\n contentAlign: 'center',\n fullWidth: true,\n headline: 'Get in touch',\n highlightText: false,\n image: {\n align: 'center',\n padding: false,\n src: 'img/contact-person.png'\n },\n inverted: false,\n order: {\n desktopImageLast: false,\n mobileImageLast: false\n },\n padding: false,\n sub: 'Chat with us about getting your product or platform to market faster',\n text: 'Our modular design approach allows for flexibility and scalability in your application\\'s architecture.',\n textAlign: 'left',\n width: 'wide'\n }}\n latest={{\n alt: 'Image of a business team working',\n author: {\n image: 'img/people/author-alex.png',\n name: 'John Doe',\n title: 'CEO'\n },\n date: '12/30/2022',\n headline: 'Mastering the Art of Design Systems with Systemics: A Journey from Vision to Reality',\n image: 'img/close-up-young-business-team-working.png',\n link: {\n label: 'Read more',\n text: 'Read article',\n url: 'https://example.com/article1'\n },\n readingTime: '5 min read',\n tags: [\n {\n entry: 'Design Systems'\n },\n {\n entry: 'Headless Websites'\n },\n {\n entry: 'Training'\n }\n ],\n teaserText: 'In this enlightening article, we delve into how Systemics, your go-to Design System agency, brings clarity and coherence to your brand\\'s digital presence. We discuss our unique approach to Design System Consulting, where we align your vision with actionable strategies for seamless and captivating user experiences.'\n }}\n latestTitle=\"Latest Post\"\n list={[\n {\n alt: 'Image of a business team working',\n author: {\n image: 'img/people/author-alex.png',\n name: 'John Doe',\n title: 'CEO'\n },\n date: '12/30/2022',\n headline: 'Mastering the Art of Design Systems with Systemics',\n image: 'img/close-up-young-business-team-working.png',\n link: {\n label: 'Read more',\n text: 'Read article',\n url: 'https://example.com/article1'\n },\n readingTime: '5 min read',\n tags: [\n {\n entry: 'Design Systems'\n }\n ],\n teaserText: 'In this enlightening article, we delve into how Systemics, your go-to Design System agency, brings clarity and coherence to your brand\\'s digital presence..'\n },\n {\n alt: 'Image of a business team working',\n author: {\n image: 'img/people/author-emily.png',\n name: 'Jane Doe',\n title: 'CTO'\n },\n date: '12/30/2022',\n headline: 'Unleashing Innovation with Headless Websites',\n image: 'img/close-up-young-business-team-working.png',\n link: {\n label: 'Read more',\n text: 'Read article',\n url: 'https://example.com/article2'\n },\n readingTime: '5 min read',\n tags: [\n {\n entry: 'Headless Websites'\n }\n ],\n teaserText: 'Dive into the exciting world of headless architecture with Systemics. This article explores our Headless Websites service, a playground of innovation and creativity for brands seeking to redefine their digital journey.'\n },\n {\n alt: 'Image of a business team working',\n author: {\n image: 'img/people/author-alex.png',\n name: 'John Doe',\n title: 'CEO'\n },\n date: '12/30/2022',\n headline: 'Investing in Digital Excellence: Systemics\\' Design System Trainings',\n image: 'img/close-up-young-business-team-working.png',\n link: {\n label: 'Read more',\n text: 'Read article',\n url: 'https://example.com/article3'\n },\n readingTime: '5 min read',\n tags: [\n {\n entry: 'Training'\n }\n ],\n teaserText: 'Investing in your digital team\\'s growth is crucial for sustainable success. In this article, we highlight Systemics\\' Design System Trainings, designed to equip your team with the skills they need to harness your design system effectively.'\n }\n ]}\n listTitle=\"Recent Posts\"\n more={[\n {\n alt: 'Image of a business team working',\n author: {\n image: 'img/people/author-alex.png',\n name: 'John Doe',\n title: 'CEO'\n },\n date: '12/30/2022',\n headline: 'Mastering the Art of Design Systems with Systemics',\n image: 'img/close-up-young-business-team-working.png',\n link: {\n label: 'Read more',\n text: 'Read article',\n url: 'https://example.com/article1'\n },\n readingTime: '5 min read',\n tags: [\n {\n entry: 'Design Systems'\n }\n ],\n teaserText: 'In this enlightening article, we delve into how Systemics, your go-to Design System agency, brings clarity and coherence to your brand\\'s digital presence..'\n },\n {\n alt: 'Image of a business team working',\n author: {\n image: 'img/people/author-emily.png',\n name: 'Jane Doe',\n title: 'CTO'\n },\n date: '12/30/2022',\n headline: 'Unleashing Innovation with Headless Websites',\n image: 'img/close-up-young-business-team-working.png',\n link: {\n label: 'Read more',\n text: 'Read article',\n url: 'https://example.com/article2'\n },\n readingTime: '5 min read',\n tags: [\n {\n entry: 'Headless Websites'\n }\n ],\n teaserText: 'Dive into the exciting world of headless architecture with Systemics. This article explores our Headless Websites service, a playground of innovation and creativity for brands seeking to redefine their digital journey.'\n }\n ]}\n moreTitle=\"Featured Posts\"\n section={[\n {\n backgroundColor: 'default',\n buttons: [\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n }\n ],\n content: {\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n },\n headerSpacing: false,\n headline: {\n large: false,\n text: 'Section headline',\n width: 'unset'\n },\n inverted: false,\n spaceAfter: 'default',\n spaceBefore: 'default',\n spotlight: false,\n transition: 'default',\n width: 'default'\n },\n {\n backgroundColor: 'default',\n buttons: [\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n }\n ],\n content: {\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n },\n headerSpacing: false,\n headline: {\n large: false,\n text: 'Section headline',\n width: 'unset'\n },\n inverted: false,\n spaceAfter: 'default',\n spaceBefore: 'default',\n spotlight: false,\n transition: 'default',\n width: 'default'\n },\n {\n backgroundColor: 'default',\n buttons: [\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n }\n ],\n content: {\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n },\n headerSpacing: false,\n headline: {\n large: false,\n text: 'Section headline',\n width: 'unset'\n },\n inverted: false,\n spaceAfter: 'default',\n spaceBefore: 'default',\n spotlight: false,\n transition: 'default',\n width: 'default'\n }\n ]}\n/>",
190
219
  "args": {
191
220
  "section": [
192
221
  {
193
222
  "width": "default",
194
- "style": "default",
195
223
  "backgroundColor": "default",
224
+ "transition": "default",
196
225
  "spotlight": false,
197
226
  "spaceBefore": "default",
198
227
  "spaceAfter": "default",
@@ -233,8 +262,8 @@
233
262
  },
234
263
  {
235
264
  "width": "default",
236
- "style": "default",
237
265
  "backgroundColor": "default",
266
+ "transition": "default",
238
267
  "spotlight": false,
239
268
  "spaceBefore": "default",
240
269
  "spaceAfter": "default",
@@ -275,8 +304,8 @@
275
304
  },
276
305
  {
277
306
  "width": "default",
278
- "style": "default",
279
307
  "backgroundColor": "default",
308
+ "transition": "default",
280
309
  "spotlight": false,
281
310
  "spaceBefore": "default",
282
311
  "spaceAfter": "default",
@@ -472,21 +501,21 @@
472
501
  "sub": "Chat with us about getting your product or platform to market faster",
473
502
  "highlightText": false,
474
503
  "colorNeutral": false,
475
- "fullWidth": true,
476
504
  "buttons": [
477
505
  {
478
506
  "label": "Contact us",
479
507
  "icon": "person",
480
- "target": "#"
508
+ "url": "#"
481
509
  },
482
510
  {
483
511
  "label": "Book a meeting",
484
512
  "icon": "date",
485
- "target": "#"
513
+ "url": "#"
486
514
  }
487
515
  ],
488
516
  "image": {
489
517
  "padding": false,
518
+ "align": "center",
490
519
  "src": "img/contact-person.png"
491
520
  },
492
521
  "order": {
@@ -494,6 +523,10 @@
494
523
  "desktopImageLast": false
495
524
  },
496
525
  "textAlign": "left",
526
+ "align": "center",
527
+ "padding": false,
528
+ "inverted": false,
529
+ "fullWidth": true,
497
530
  "contentAlign": "center",
498
531
  "text": "Our modular design approach allows for flexibility and scalability in your application's architecture.",
499
532
  "width": "wide"
@@ -505,7 +538,7 @@
505
538
  "id": "page-archetypes-blog-post--blog-post",
506
539
  "group": "Page Archetypes/Blog Post",
507
540
  "name": "BlogPost",
508
- "code": "<BlogPost\n aside={{\n author: {\n byline: 'Senior Developer',\n email: 'Jane.doe@example.com',\n image: {\n alt: 'Picture of Jane Smith',\n aspectRatio: 'square',\n fullWidth: false,\n src: 'img/people/author-emily.png'\n },\n links: [\n {\n href: 'tel:+4922868896620',\n icon: 'phone',\n label: '0228 / 688 966 20',\n newTab: false\n },\n {\n href: 'mailto:mail@example.com',\n icon: 'email',\n label: 'mail@example.com',\n newTab: false\n }\n ],\n name: 'Jane Doe',\n twitter: 'Janedoe'\n },\n date: '12/30/2022',\n readingTime: '5 min read',\n socialSharing: [\n {\n href: 'https://twitter.com/share?text=This%20is%20a%20blog%20post%20headline&url=https://example.com/blog',\n icon: 'twitter',\n title: 'Share on Twitter'\n },\n {\n href: 'https://www.linkedin.com/shareArticle?mini=true&url=https://example.com/blog&title=This%20is%20a%20blog%20post%20headline',\n icon: 'linkedin',\n title: 'Share on LinkedIn'\n }\n ]\n }}\n contact={{\n copy: 'Leads with a vision for innovative, user-centric web designs, ensuring each project merges creativity with functionality to deliver outstanding digital experiences.',\n image: {\n alt: 'Picture of Jane Smith',\n aspectRatio: 'vertical',\n fullWidth: false,\n src: 'img/people/contact-john.png'\n },\n links: [\n {\n href: 'mailto:mail@example.com',\n icon: 'xing',\n label: 'john.smith',\n newTab: false\n },\n {\n href: '#',\n icon: 'twitter',\n label: '@john_smith',\n newTab: false\n }\n ],\n subtitle: 'Sales Representative',\n title: 'John Smith'\n }}\n content=\"\n## Introduction\nThe future of **Artificial Intelligence (AI)** is a topic that has been the subject of much debate. It's a field that's constantly evolving, with new advancements and breakthroughs happening all the time. [Learn more about AI](https://en.wikipedia.org/wiki/Artificial_intelligence)\n\n## The Current State of AI\nToday, AI is already a part of our daily lives. From *smart home devices* to *recommendation algorithms* on our favorite streaming services, AI is everywhere.\n\n## The Potential of AI\nThe potential of AI is immense. It has the ability to revolutionize industries, from healthcare to finance, and everything in between.\n\n## The Challenges of AI\nHowever, with great potential comes great challenges. Issues such as data privacy and the ethical implications of AI are just some of the hurdles that need to be overcome.\n\n## The Role of AI in Society\nAI has the potential to greatly impact society. It can lead to job creation in new industries, and can also help solve complex societal problems.\n\n## Conclusion\nThe future of AI is exciting and full of potential. However, it's important that we navigate this future with caution, ensuring that the benefits of AI are accessible to all, while minimizing its potential risks.\n \"\n cta={{\n buttons: [\n {\n icon: 'person',\n label: 'Contact Us',\n target: '#'\n },\n {\n icon: 'date',\n label: 'Learn More',\n target: '#'\n }\n ],\n colorNeutral: false,\n contentAlign: 'center',\n fullWidth: false,\n headline: 'Ready to Transform Your Development Process?',\n highlightText: false,\n image: {\n padding: true\n },\n order: {\n desktopImageLast: true,\n mobileImageLast: false\n },\n sub: 'Start your journey today.',\n text: 'Get started with our design system today and experience a new level of efficiency and consistency in your projects.',\n textAlign: 'center'\n }}\n head={{\n alt: 'Image of a business team working',\n date: '12/30/2022',\n headline: 'The Future of AI: A Glimpse into the Unseen',\n image: 'img/close-up-young-business-team-working.png',\n tags: [\n {\n entry: 'Technology'\n },\n {\n entry: 'AI'\n }\n ]\n }}\n section={[\n {\n backgroundColor: 'default',\n buttons: [\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n }\n ],\n content: {\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n },\n headerSpacing: false,\n headline: {\n large: false,\n text: 'Section headline',\n width: 'unset'\n },\n inverted: false,\n spaceAfter: 'default',\n spaceBefore: 'default',\n spotlight: false,\n style: 'default',\n width: 'default'\n },\n {\n backgroundColor: 'default',\n buttons: [\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n }\n ],\n content: {\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n },\n headerSpacing: false,\n headline: {\n large: false,\n text: 'Section headline',\n width: 'unset'\n },\n inverted: false,\n spaceAfter: 'default',\n spaceBefore: 'default',\n spotlight: false,\n style: 'default',\n width: 'default'\n },\n {\n backgroundColor: 'default',\n buttons: [\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n }\n ],\n content: {\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n },\n headerSpacing: false,\n headline: {\n large: false,\n text: 'Section headline',\n width: 'unset'\n },\n inverted: false,\n spaceAfter: 'default',\n spaceBefore: 'default',\n spotlight: false,\n style: 'default',\n width: 'default'\n }\n ]}\n/>",
541
+ "code": "<BlogPost\n aside={{\n author: {\n byline: 'Senior Developer',\n email: 'Jane.doe@example.com',\n image: {\n alt: 'Picture of Isabella Doe',\n aspectRatio: 'square',\n fullWidth: false,\n src: 'img/people/author-emily.png'\n },\n links: [\n {\n ariaLabel: 'Link to Isabella Doe\\'s social media profile',\n icon: 'phone',\n label: '0228 / 688 966 20',\n newTab: false,\n url: 'tel:+4922868896620'\n },\n {\n ariaLabel: 'Link to Isabella Doe\\'s social media profile',\n icon: 'email',\n label: 'mail@example.com',\n newTab: false,\n url: 'mailto:mail@example.com'\n }\n ],\n name: 'Jane Doe',\n twitter: 'Janedoe'\n },\n date: '12/30/2022',\n readingTime: '5 min read',\n socialSharing: [\n {\n icon: 'twitter',\n title: 'Share on Twitter',\n url: 'https://twitter.com/share?text=This%20is%20a%20blog%20post%20headline&url=https://example.com/blog'\n },\n {\n icon: 'linkedin',\n title: 'Share on LinkedIn',\n url: 'https://www.linkedin.com/shareArticle?mini=true&url=https://example.com/blog&title=This%20is%20a%20blog%20post%20headline'\n }\n ]\n }}\n contact={{\n copy: 'Leads with a vision for innovative, user-centric web designs, ensuring each project merges creativity with functionality to deliver outstanding digital experiences.',\n image: {\n alt: 'Picture of Jane Smith',\n aspectRatio: 'vertical',\n fullWidth: false,\n src: 'img/people/contact-john.png'\n },\n links: [\n {\n icon: 'xing',\n label: 'john.smith',\n newTab: false,\n url: 'mailto:mail@example.com'\n },\n {\n icon: 'twitter',\n label: '@john_smith',\n newTab: false,\n url: '#'\n }\n ],\n subtitle: 'Sales Representative',\n title: 'John Smith'\n }}\n content=\"\n## Introduction\nThe future of **Artificial Intelligence (AI)** is a topic that has been the subject of much debate. It's a field that's constantly evolving, with new advancements and breakthroughs happening all the time. [Learn more about AI](https://en.wikipedia.org/wiki/Artificial_intelligence)\n\n## The Current State of AI\nToday, AI is already a part of our daily lives. From *smart home devices* to *recommendation algorithms* on our favorite streaming services, AI is everywhere.\n\n## The Potential of AI\nThe potential of AI is immense. It has the ability to revolutionize industries, from healthcare to finance, and everything in between.\n\n## The Challenges of AI\nHowever, with great potential comes great challenges. Issues such as data privacy and the ethical implications of AI are just some of the hurdles that need to be overcome.\n\n## The Role of AI in Society\nAI has the potential to greatly impact society. It can lead to job creation in new industries, and can also help solve complex societal problems.\n\n## Conclusion\nThe future of AI is exciting and full of potential. However, it's important that we navigate this future with caution, ensuring that the benefits of AI are accessible to all, while minimizing its potential risks.\n \"\n cta={{\n align: 'center',\n buttons: [\n {\n icon: 'person',\n label: 'Contact Us',\n url: '#'\n },\n {\n icon: 'date',\n label: 'Learn More',\n url: '#'\n }\n ],\n colorNeutral: false,\n headline: 'Ready to Transform Your Development Process?',\n highlightText: false,\n image: {\n align: 'center',\n padding: true\n },\n inverted: false,\n order: {\n desktopImageLast: true,\n mobileImageLast: false\n },\n padding: false,\n sub: 'Start your journey today.',\n text: 'Get started with our design system today and experience a new level of efficiency and consistency in your projects.',\n textAlign: 'center'\n }}\n head={{\n alt: 'Image of a business team working',\n date: '12/30/2022',\n headline: 'The Future of AI: A Glimpse into the Unseen',\n image: 'img/close-up-young-business-team-working.png',\n tags: [\n {\n entry: 'Technology'\n },\n {\n entry: 'AI'\n }\n ]\n }}\n section={[\n {\n backgroundColor: 'default',\n buttons: [\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n }\n ],\n content: {\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n },\n headerSpacing: false,\n headline: {\n large: false,\n text: 'Section headline',\n width: 'unset'\n },\n inverted: false,\n spaceAfter: 'default',\n spaceBefore: 'default',\n spotlight: false,\n transition: 'default',\n width: 'default'\n },\n {\n backgroundColor: 'default',\n buttons: [\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n }\n ],\n content: {\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n },\n headerSpacing: false,\n headline: {\n large: false,\n text: 'Section headline',\n width: 'unset'\n },\n inverted: false,\n spaceAfter: 'default',\n spaceBefore: 'default',\n spotlight: false,\n transition: 'default',\n width: 'default'\n },\n {\n backgroundColor: 'default',\n buttons: [\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n }\n ],\n content: {\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n },\n headerSpacing: false,\n headline: {\n large: false,\n text: 'Section headline',\n width: 'unset'\n },\n inverted: false,\n spaceAfter: 'default',\n spaceBefore: 'default',\n spotlight: false,\n transition: 'default',\n width: 'default'\n }\n ]}\n/>",
509
542
  "args": {
510
543
  "head": {
511
544
  "date": "12/30/2022",
@@ -527,7 +560,7 @@
527
560
  "byline": "Senior Developer",
528
561
  "image": {
529
562
  "src": "img/people/author-emily.png",
530
- "alt": "Picture of Jane Smith",
563
+ "alt": "Picture of Isabella Doe",
531
564
  "fullWidth": false,
532
565
  "aspectRatio": "square"
533
566
  },
@@ -535,14 +568,16 @@
535
568
  {
536
569
  "icon": "phone",
537
570
  "label": "0228 / 688 966 20",
538
- "href": "tel:+4922868896620",
539
- "newTab": false
571
+ "url": "tel:+4922868896620",
572
+ "newTab": false,
573
+ "ariaLabel": "Link to Isabella Doe's social media profile"
540
574
  },
541
575
  {
542
576
  "icon": "email",
543
577
  "label": "mail@example.com",
544
- "href": "mailto:mail@example.com",
545
- "newTab": false
578
+ "url": "mailto:mail@example.com",
579
+ "newTab": false,
580
+ "ariaLabel": "Link to Isabella Doe's social media profile"
546
581
  }
547
582
  ],
548
583
  "twitter": "Janedoe",
@@ -551,12 +586,12 @@
551
586
  "socialSharing": [
552
587
  {
553
588
  "icon": "twitter",
554
- "href": "https://twitter.com/share?text=This%20is%20a%20blog%20post%20headline&url=https://example.com/blog",
589
+ "url": "https://twitter.com/share?text=This%20is%20a%20blog%20post%20headline&url=https://example.com/blog",
555
590
  "title": "Share on Twitter"
556
591
  },
557
592
  {
558
593
  "icon": "linkedin",
559
- "href": "https://www.linkedin.com/shareArticle?mini=true&url=https://example.com/blog&title=This%20is%20a%20blog%20post%20headline",
594
+ "url": "https://www.linkedin.com/shareArticle?mini=true&url=https://example.com/blog&title=This%20is%20a%20blog%20post%20headline",
560
595
  "title": "Share on LinkedIn"
561
596
  }
562
597
  ],
@@ -566,8 +601,8 @@
566
601
  "section": [
567
602
  {
568
603
  "width": "default",
569
- "style": "default",
570
604
  "backgroundColor": "default",
605
+ "transition": "default",
571
606
  "spotlight": false,
572
607
  "spaceBefore": "default",
573
608
  "spaceAfter": "default",
@@ -608,8 +643,8 @@
608
643
  },
609
644
  {
610
645
  "width": "default",
611
- "style": "default",
612
646
  "backgroundColor": "default",
647
+ "transition": "default",
613
648
  "spotlight": false,
614
649
  "spaceBefore": "default",
615
650
  "spaceAfter": "default",
@@ -650,8 +685,8 @@
650
685
  },
651
686
  {
652
687
  "width": "default",
653
- "style": "default",
654
688
  "backgroundColor": "default",
689
+ "transition": "default",
655
690
  "spotlight": false,
656
691
  "spaceBefore": "default",
657
692
  "spaceAfter": "default",
@@ -696,28 +731,30 @@
696
731
  "sub": "Start your journey today.",
697
732
  "highlightText": false,
698
733
  "colorNeutral": false,
699
- "fullWidth": false,
700
734
  "buttons": [
701
735
  {
702
736
  "label": "Contact Us",
703
- "target": "#",
737
+ "url": "#",
704
738
  "icon": "person"
705
739
  },
706
740
  {
707
741
  "label": "Learn More",
708
- "target": "#",
742
+ "url": "#",
709
743
  "icon": "date"
710
744
  }
711
745
  ],
712
746
  "image": {
713
- "padding": true
747
+ "padding": true,
748
+ "align": "center"
714
749
  },
715
750
  "order": {
716
751
  "mobileImageLast": false,
717
752
  "desktopImageLast": true
718
753
  },
719
754
  "textAlign": "center",
720
- "contentAlign": "center",
755
+ "align": "center",
756
+ "padding": false,
757
+ "inverted": false,
721
758
  "text": "Get started with our design system today and experience a new level of efficiency and consistency in your projects."
722
759
  },
723
760
  "content": "\n## Introduction\nThe future of **Artificial Intelligence (AI)** is a topic that has been the subject of much debate. It's a field that's constantly evolving, with new advancements and breakthroughs happening all the time. [Learn more about AI](https://en.wikipedia.org/wiki/Artificial_intelligence)\n\n## The Current State of AI\nToday, AI is already a part of our daily lives. From *smart home devices* to *recommendation algorithms* on our favorite streaming services, AI is everywhere.\n\n## The Potential of AI\nThe potential of AI is immense. It has the ability to revolutionize industries, from healthcare to finance, and everything in between.\n\n## The Challenges of AI\nHowever, with great potential comes great challenges. Issues such as data privacy and the ethical implications of AI are just some of the hurdles that need to be overcome.\n\n## The Role of AI in Society\nAI has the potential to greatly impact society. It can lead to job creation in new industries, and can also help solve complex societal problems.\n\n## Conclusion\nThe future of AI is exciting and full of potential. However, it's important that we navigate this future with caution, ensuring that the benefits of AI are accessible to all, while minimizing its potential risks.\n ",
@@ -734,13 +771,13 @@
734
771
  {
735
772
  "icon": "xing",
736
773
  "label": "john.smith",
737
- "href": "mailto:mail@example.com",
774
+ "url": "mailto:mail@example.com",
738
775
  "newTab": false
739
776
  },
740
777
  {
741
778
  "icon": "twitter",
742
779
  "label": "@john_smith",
743
- "href": "#",
780
+ "url": "#",
744
781
  "newTab": false
745
782
  }
746
783
  ],
@@ -749,15 +786,164 @@
749
786
  },
750
787
  "screenshot": "img/screenshots/page-archetypes-blog-post--blog-post.png"
751
788
  },
789
+ {
790
+ "id": "page-archetypes-event-detail--event-detail",
791
+ "group": "Page Archetypes/Event Detail",
792
+ "name": "EventDetail",
793
+ "code": "<EventDetail\n button={{\n label: 'See all Events',\n url: '/#'\n }}\n categories={[\n {\n label: 'Conference'\n },\n {\n label: 'Design Systems'\n }\n ]}\n description=\"\nJoin us for a day of inspiring talks, hands-on workshops, and networking with design system experts from around the world.\n\n**Highlights:**\n- Keynotes from industry leaders\n- Practical sessions on design tokens, accessibility, and scaling systems\n- Evening networking event with food & drinks\n \"\n downloads={[\n {\n format: 'PDF',\n name: 'Product Brochure',\n previewImage: 'img/offset-image.png',\n size: '2.5 MB',\n url: 'img/offset-image.png'\n },\n {\n format: 'PDF',\n name: 'Company Brochure',\n previewImage: 'img/kickstartDS/CMS-Starter producthunt-slide-01.svg',\n size: '3.2 MB',\n url: 'img/kickstartDS/CMS-Starter producthunt-slide-01.svg'\n },\n {\n format: 'DOC',\n name: 'User Guide',\n size: '20 KB',\n url: 'assets/user-guide.doc'\n },\n {\n format: 'TXT',\n name: 'Technical Specifications',\n size: '12 KB',\n url: 'assets/technical-specifications.txt'\n }\n ]}\n images={[\n {\n alt: 'Alt text Image 1',\n caption: 'Caption Image 1',\n src: 'img/close-up-young-business-team-working.png'\n },\n {\n alt: 'Alt text Image 2',\n caption: 'Caption Image 2',\n src: 'img/low-angle-tall-building-with-many-windows_23-2148230392.png'\n },\n {\n alt: 'Alt text Image 3',\n caption: 'Caption Image 3',\n src: 'img/full-shot-different-people-working-together.png'\n },\n {\n alt: 'Alt text Image 4',\n caption: 'Caption Image 4',\n src: 'img/top-view-desk-with-keyboard-drawing-pad.png'\n }\n ]}\n intro=\"A full-day event for design system professionals and enthusiasts. Join us to learn, share, and connect with like-minded individuals.\"\n locations={[\n {\n address: 'Messeplatz 1<br />\\n 50679 Köln',\n dates: [\n {\n ariaLabel: 'Register for the event on 18th September 2025 from 09:00 to 17:00',\n date: '2025-09-18',\n label: 'Register',\n newTab: true,\n time: '09:00 – 17:00',\n url: '#'\n },\n {\n ariaLabel: 'Register for the event on 18th September 2025 from 09:00 to 17:00',\n date: '2025-09-18',\n label: 'Register',\n newTab: true,\n time: '09:00 – 17:00',\n url: '#'\n },\n {\n ariaLabel: 'Register for the event on 18th September 2025 from 09:00 to 17:00',\n date: '2025-09-18',\n label: 'Register',\n newTab: true,\n time: '09:00 – 17:00',\n url: '#'\n }\n ],\n displayMode: 'compact',\n links: [\n {\n label: 'Open in Google Maps',\n newTab: true,\n url: 'https://maps.google.com/?q=Berlin+Congress+Center'\n }\n ],\n locationName: 'Köln Messe'\n },\n {\n address: 'Alexanderplatz 1<br />\\n 10178 Berlin',\n dates: [\n {\n ariaLabel: 'Register for the event on 18th September 2025 from 09:00 to 17:00',\n date: '2025-09-18',\n label: 'Register',\n newTab: true,\n time: '09:00 – 17:00',\n url: '#'\n },\n {\n ariaLabel: 'Register for the event on 18th September 2025 from 09:00 to 17:00',\n date: '2025-09-18',\n label: 'Register',\n newTab: true,\n time: '09:00 – 17:00',\n url: '#'\n }\n ],\n displayMode: 'compact',\n links: [\n {\n label: 'Open in Google Maps',\n newTab: true,\n url: 'https://maps.google.com/?q=Berlin+Congress+Center'\n },\n {\n label: 'Location Website',\n newTab: true,\n url: 'https://www.berlincongresscenter.com'\n }\n ],\n locationName: 'Berlin Congress Center (BCC) Redaktion & Event GmbH & Co. KG'\n }\n ]}\n title=\"Systemics Design Conference 2025\"\n/>",
794
+ "args": {
795
+ "categories": [
796
+ {
797
+ "label": "Conference"
798
+ },
799
+ {
800
+ "label": "Design Systems"
801
+ }
802
+ ],
803
+ "locations": [
804
+ {
805
+ "dates": [
806
+ {
807
+ "date": "2025-09-18",
808
+ "time": "09:00 – 17:00",
809
+ "label": "Register",
810
+ "url": "#",
811
+ "newTab": true,
812
+ "ariaLabel": "Register for the event on 18th September 2025 from 09:00 to 17:00"
813
+ },
814
+ {
815
+ "date": "2025-09-18",
816
+ "time": "09:00 – 17:00",
817
+ "label": "Register",
818
+ "url": "#",
819
+ "newTab": true,
820
+ "ariaLabel": "Register for the event on 18th September 2025 from 09:00 to 17:00"
821
+ },
822
+ {
823
+ "date": "2025-09-18",
824
+ "time": "09:00 – 17:00",
825
+ "label": "Register",
826
+ "url": "#",
827
+ "newTab": true,
828
+ "ariaLabel": "Register for the event on 18th September 2025 from 09:00 to 17:00"
829
+ }
830
+ ],
831
+ "locationName": "Köln Messe",
832
+ "displayMode": "compact",
833
+ "address": "Messeplatz 1<br />\n 50679 Köln",
834
+ "links": [
835
+ {
836
+ "newTab": true,
837
+ "url": "https://maps.google.com/?q=Berlin+Congress+Center",
838
+ "label": "Open in Google Maps"
839
+ }
840
+ ]
841
+ },
842
+ {
843
+ "dates": [
844
+ {
845
+ "date": "2025-09-18",
846
+ "time": "09:00 – 17:00",
847
+ "label": "Register",
848
+ "url": "#",
849
+ "newTab": true,
850
+ "ariaLabel": "Register for the event on 18th September 2025 from 09:00 to 17:00"
851
+ },
852
+ {
853
+ "date": "2025-09-18",
854
+ "time": "09:00 – 17:00",
855
+ "label": "Register",
856
+ "url": "#",
857
+ "newTab": true,
858
+ "ariaLabel": "Register for the event on 18th September 2025 from 09:00 to 17:00"
859
+ }
860
+ ],
861
+ "locationName": "Berlin Congress Center (BCC) Redaktion & Event GmbH & Co. KG",
862
+ "displayMode": "compact",
863
+ "address": "Alexanderplatz 1<br />\n 10178 Berlin",
864
+ "links": [
865
+ {
866
+ "newTab": true,
867
+ "url": "https://maps.google.com/?q=Berlin+Congress+Center",
868
+ "label": "Open in Google Maps"
869
+ },
870
+ {
871
+ "newTab": true,
872
+ "url": "https://www.berlincongresscenter.com",
873
+ "label": "Location Website"
874
+ }
875
+ ]
876
+ }
877
+ ],
878
+ "images": [
879
+ {
880
+ "src": "img/close-up-young-business-team-working.png",
881
+ "alt": "Alt text Image 1",
882
+ "caption": "Caption Image 1"
883
+ },
884
+ {
885
+ "src": "img/low-angle-tall-building-with-many-windows_23-2148230392.png",
886
+ "alt": "Alt text Image 2",
887
+ "caption": "Caption Image 2"
888
+ },
889
+ {
890
+ "src": "img/full-shot-different-people-working-together.png",
891
+ "alt": "Alt text Image 3",
892
+ "caption": "Caption Image 3"
893
+ },
894
+ {
895
+ "src": "img/top-view-desk-with-keyboard-drawing-pad.png",
896
+ "alt": "Alt text Image 4",
897
+ "caption": "Caption Image 4"
898
+ }
899
+ ],
900
+ "button": {
901
+ "label": "See all Events",
902
+ "url": "/#"
903
+ },
904
+ "title": "Systemics Design Conference 2025",
905
+ "intro": "A full-day event for design system professionals and enthusiasts. Join us to learn, share, and connect with like-minded individuals.",
906
+ "description": "\nJoin us for a day of inspiring talks, hands-on workshops, and networking with design system experts from around the world.\n\n**Highlights:**\n- Keynotes from industry leaders\n- Practical sessions on design tokens, accessibility, and scaling systems\n- Evening networking event with food & drinks\n ",
907
+ "downloads": [
908
+ {
909
+ "name": "Product Brochure",
910
+ "format": "PDF",
911
+ "size": "2.5 MB",
912
+ "previewImage": "img/offset-image.png",
913
+ "url": "img/offset-image.png"
914
+ },
915
+ {
916
+ "name": "Company Brochure",
917
+ "previewImage": "img/kickstartDS/CMS-Starter producthunt-slide-01.svg",
918
+ "format": "PDF",
919
+ "size": "3.2 MB",
920
+ "url": "img/kickstartDS/CMS-Starter producthunt-slide-01.svg"
921
+ },
922
+ {
923
+ "name": "User Guide",
924
+ "format": "DOC",
925
+ "size": "20 KB",
926
+ "url": "assets/user-guide.doc"
927
+ },
928
+ {
929
+ "name": "Technical Specifications",
930
+ "format": "TXT",
931
+ "size": "12 KB",
932
+ "url": "assets/technical-specifications.txt"
933
+ }
934
+ ]
935
+ },
936
+ "screenshot": "img/screenshots/page-archetypes-event-detail--event-detail.png"
937
+ },
752
938
  {
753
939
  "id": "components-contact--wide-image",
754
940
  "group": "Components/Contact",
755
941
  "name": "WideImage",
756
- "code": "<Contact\n image={{\n alt: 'Picture of Jane Smith',\n aspectRatio: 'wide',\n fullWidth: false,\n src: 'img/people/contact-isabella.png'\n }}\n links={[\n {\n href: '#',\n icon: 'twitter',\n label: '@Isabella_Doe',\n newTab: false\n },\n {\n href: 'mailto:mail@example.com',\n icon: 'linkedin',\n label: 'Isabella.Doe',\n newTab: false\n }\n ]}\n subtitle=\"Creative Director\"\n title=\"Isabella Doe\"\n/>",
942
+ "code": "<Contact\n image={{\n alt: 'Picture of Isabella Doe',\n aspectRatio: 'wide',\n fullWidth: false,\n src: 'img/people/contact-isabella.png'\n }}\n links={[\n {\n ariaLabel: 'Isabella Doe on Twitter',\n icon: 'twitter',\n label: '@Isabella_Doe',\n newTab: false,\n url: '#'\n },\n {\n ariaLabel: 'Isabella Doe on LinkedIn',\n icon: 'linkedin',\n label: 'Isabella.Doe',\n newTab: false,\n url: 'mailto:mail@example.com'\n }\n ]}\n subtitle=\"Creative Director\"\n title=\"Isabella Doe\"\n/>",
757
943
  "args": {
758
944
  "image": {
759
945
  "src": "img/people/contact-isabella.png",
760
- "alt": "Picture of Jane Smith",
946
+ "alt": "Picture of Isabella Doe",
761
947
  "fullWidth": false,
762
948
  "aspectRatio": "wide"
763
949
  },
@@ -767,14 +953,16 @@
767
953
  {
768
954
  "icon": "twitter",
769
955
  "label": "@Isabella_Doe",
770
- "href": "#",
771
- "newTab": false
956
+ "url": "#",
957
+ "newTab": false,
958
+ "ariaLabel": "Isabella Doe on Twitter"
772
959
  },
773
960
  {
774
961
  "icon": "linkedin",
775
962
  "label": "Isabella.Doe",
776
- "href": "mailto:mail@example.com",
777
- "newTab": false
963
+ "url": "mailto:mail@example.com",
964
+ "newTab": false,
965
+ "ariaLabel": "Isabella Doe on LinkedIn"
778
966
  }
779
967
  ]
780
968
  },
@@ -784,11 +972,11 @@
784
972
  "id": "components-contact--circular-avatar",
785
973
  "group": "Components/Contact",
786
974
  "name": "CircularAvatar",
787
- "code": "<Contact\n copy=\"Leads with a vision for innovative, user-centric web designs\"\n image={{\n alt: 'Picture of Jane Smith',\n aspectRatio: 'square',\n fullWidth: false,\n src: 'img/people/author-emily.png'\n }}\n links={[\n {\n href: '#',\n icon: 'twitter',\n label: '@jane_smith',\n newTab: false\n },\n {\n href: 'mailto:mail@example.com',\n icon: 'linkedin',\n label: 'jane.smith',\n newTab: false\n }\n ]}\n subtitle=\"CEO at DS Agency\"\n title=\"Jane Smith\"\n/>",
975
+ "code": "<Contact\n copy=\"Leads with a vision for innovative, user-centric web designs\"\n image={{\n alt: 'Picture of Isabella Doe',\n aspectRatio: 'square',\n fullWidth: false,\n src: 'img/people/author-emily.png'\n }}\n links={[\n {\n ariaLabel: 'Link to Isabella Doe\\'s social media profile',\n icon: 'twitter',\n label: '@jane_smith',\n newTab: false,\n url: '#'\n },\n {\n ariaLabel: 'Link to Isabella Doe\\'s social media profile',\n icon: 'linkedin',\n label: 'jane.smith',\n newTab: false,\n url: 'mailto:mail@example.com'\n }\n ]}\n subtitle=\"CEO at DS Agency\"\n title=\"Jane Smith\"\n/>",
788
976
  "args": {
789
977
  "image": {
790
978
  "src": "img/people/author-emily.png",
791
- "alt": "Picture of Jane Smith",
979
+ "alt": "Picture of Isabella Doe",
792
980
  "fullWidth": false,
793
981
  "aspectRatio": "square"
794
982
  },
@@ -798,14 +986,16 @@
798
986
  {
799
987
  "icon": "twitter",
800
988
  "label": "@jane_smith",
801
- "href": "#",
802
- "newTab": false
989
+ "url": "#",
990
+ "newTab": false,
991
+ "ariaLabel": "Link to Isabella Doe's social media profile"
803
992
  },
804
993
  {
805
994
  "icon": "linkedin",
806
995
  "label": "jane.smith",
807
- "href": "mailto:mail@example.com",
808
- "newTab": false
996
+ "url": "mailto:mail@example.com",
997
+ "newTab": false,
998
+ "ariaLabel": "Link to Isabella Doe's social media profile"
809
999
  }
810
1000
  ],
811
1001
  "copy": "Leads with a vision for innovative, user-centric web designs"
@@ -816,11 +1006,11 @@
816
1006
  "id": "components-contact--vertical-image-with-paragraph",
817
1007
  "group": "Components/Contact",
818
1008
  "name": "VerticalImageWithParagraph",
819
- "code": "<Contact\n copy=\"Leads with a vision for innovative, user-centric web designs, ensuring each project merges creativity with functionality to deliver outstanding digital experiences.\"\n image={{\n alt: 'Picture of Jane Smith',\n aspectRatio: 'vertical',\n fullWidth: false,\n src: 'img/people/contact-john.png'\n }}\n links={[\n {\n href: 'mailto:mail@example.com',\n icon: 'xing',\n label: 'john.smith',\n newTab: false\n },\n {\n href: '#',\n icon: 'twitter',\n label: '@john_smith',\n newTab: false\n }\n ]}\n subtitle=\"Sales Representative\"\n title=\"John Smith\"\n/>",
1009
+ "code": "<Contact\n copy=\"Leads with a vision for innovative, user-centric web designs, ensuring each project merges creativity with functionality to deliver outstanding digital experiences.\"\n image={{\n alt: 'Picture of Isabella Doe',\n aspectRatio: 'vertical',\n fullWidth: false,\n src: 'img/people/contact-john.png'\n }}\n links={[\n {\n ariaLabel: 'Link to Isabella Doe\\'s social media profile',\n icon: 'xing',\n label: 'john.smith',\n newTab: false,\n url: 'mailto:mail@example.com'\n },\n {\n ariaLabel: 'Link to Isabella Doe\\'s social media profile',\n icon: 'twitter',\n label: '@john_smith',\n newTab: false,\n url: '#'\n }\n ]}\n subtitle=\"Sales Representative\"\n title=\"John Smith\"\n/>",
820
1010
  "args": {
821
1011
  "image": {
822
1012
  "src": "img/people/contact-john.png",
823
- "alt": "Picture of Jane Smith",
1013
+ "alt": "Picture of Isabella Doe",
824
1014
  "fullWidth": false,
825
1015
  "aspectRatio": "vertical"
826
1016
  },
@@ -830,14 +1020,16 @@
830
1020
  {
831
1021
  "icon": "xing",
832
1022
  "label": "john.smith",
833
- "href": "mailto:mail@example.com",
834
- "newTab": false
1023
+ "url": "mailto:mail@example.com",
1024
+ "newTab": false,
1025
+ "ariaLabel": "Link to Isabella Doe's social media profile"
835
1026
  },
836
1027
  {
837
1028
  "icon": "twitter",
838
1029
  "label": "@john_smith",
839
- "href": "#",
840
- "newTab": false
1030
+ "url": "#",
1031
+ "newTab": false,
1032
+ "ariaLabel": "Link to Isabella Doe's social media profile"
841
1033
  }
842
1034
  ],
843
1035
  "copy": "Leads with a vision for innovative, user-centric web designs, ensuring each project merges creativity with functionality to deliver outstanding digital experiences."
@@ -848,11 +1040,11 @@
848
1040
  "id": "components-contact--full-image-width",
849
1041
  "group": "Components/Contact",
850
1042
  "name": "FullImageWidth",
851
- "code": "<Contact\n copy=\"Blends artistic flair with technical expertise, creating visually stunning and intuitive websites that captivate users and drive engagement.\"\n image={{\n alt: 'Picture of Jane Smith',\n aspectRatio: 'wide',\n fullWidth: true,\n src: 'img/people/contact-jim.png'\n }}\n links={[\n {\n href: 'mailto:mail@example.com',\n icon: 'email',\n label: 'jim.johnsson@mail.com',\n newTab: false\n },\n {\n href: '#',\n icon: 'facebook',\n label: '@jim_johnsson',\n newTab: false\n }\n ]}\n subtitle=\"Lead Designer\"\n title=\"Jim Johnsson\"\n/>",
1043
+ "code": "<Contact\n copy=\"Blends artistic flair with technical expertise, creating visually stunning and intuitive websites that captivate users and drive engagement.\"\n image={{\n alt: 'Picture of Isabella Doe',\n aspectRatio: 'wide',\n fullWidth: true,\n src: 'img/people/contact-jim.png'\n }}\n links={[\n {\n ariaLabel: 'Link to Isabella Doe\\'s social media profile',\n icon: 'email',\n label: 'jim.johnsson@mail.com',\n newTab: false,\n url: 'mailto:mail@example.com'\n },\n {\n ariaLabel: 'Link to Isabella Doe\\'s social media profile',\n icon: 'facebook',\n label: '@jim_johnsson',\n newTab: false,\n url: '#'\n }\n ]}\n subtitle=\"Lead Designer\"\n title=\"Jim Johnsson\"\n/>",
852
1044
  "args": {
853
1045
  "image": {
854
1046
  "src": "img/people/contact-jim.png",
855
- "alt": "Picture of Jane Smith",
1047
+ "alt": "Picture of Isabella Doe",
856
1048
  "fullWidth": true,
857
1049
  "aspectRatio": "wide"
858
1050
  },
@@ -862,14 +1054,16 @@
862
1054
  {
863
1055
  "icon": "email",
864
1056
  "label": "jim.johnsson@mail.com",
865
- "href": "mailto:mail@example.com",
866
- "newTab": false
1057
+ "url": "mailto:mail@example.com",
1058
+ "newTab": false,
1059
+ "ariaLabel": "Link to Isabella Doe's social media profile"
867
1060
  },
868
1061
  {
869
1062
  "icon": "facebook",
870
1063
  "label": "@jim_johnsson",
871
- "href": "#",
872
- "newTab": false
1064
+ "url": "#",
1065
+ "newTab": false,
1066
+ "ariaLabel": "Link to Isabella Doe's social media profile"
873
1067
  }
874
1068
  ],
875
1069
  "copy": "Blends artistic flair with technical expertise, creating visually stunning and intuitive websites that captivate users and drive engagement."
@@ -880,34 +1074,36 @@
880
1074
  "id": "components-cta--banner",
881
1075
  "group": "Components/Cta",
882
1076
  "name": "Banner",
883
- "code": "<Cta\n buttons={[\n {\n icon: 'person',\n label: 'Contact Us',\n target: '#'\n },\n {\n icon: 'date',\n label: 'Learn More',\n target: '#'\n }\n ]}\n contentAlign=\"center\"\n headline=\"Ready to Transform Your Development Process?\"\n image={{\n padding: true\n }}\n order={{\n desktopImageLast: true,\n mobileImageLast: false\n }}\n sub=\"Start your journey today.\"\n text=\"Get started with our design system today and experience a new level of efficiency and consistency in your projects.\"\n textAlign=\"center\"\n/>",
1077
+ "code": "<Cta\n align=\"center\"\n buttons={[\n {\n icon: 'person',\n label: 'Contact Us',\n url: '#'\n },\n {\n icon: 'date',\n label: 'Learn More',\n url: '#'\n }\n ]}\n headline=\"Ready to Transform Your Development Process?\"\n image={{\n align: 'center',\n padding: true\n }}\n order={{\n desktopImageLast: true,\n mobileImageLast: false\n }}\n sub=\"Start your journey today.\"\n text=\"Get started with our design system today and experience a new level of efficiency and consistency in your projects.\"\n textAlign=\"center\"\n/>",
884
1078
  "args": {
885
1079
  "headline": "Ready to Transform Your Development Process?",
886
1080
  "sub": "Start your journey today.",
887
1081
  "highlightText": false,
888
1082
  "colorNeutral": false,
889
- "fullWidth": false,
890
1083
  "buttons": [
891
1084
  {
892
1085
  "label": "Contact Us",
893
- "target": "#",
1086
+ "url": "#",
894
1087
  "icon": "person"
895
1088
  },
896
1089
  {
897
1090
  "label": "Learn More",
898
- "target": "#",
1091
+ "url": "#",
899
1092
  "icon": "date"
900
1093
  }
901
1094
  ],
902
1095
  "image": {
903
- "padding": true
1096
+ "padding": true,
1097
+ "align": "center"
904
1098
  },
905
1099
  "order": {
906
1100
  "mobileImageLast": false,
907
1101
  "desktopImageLast": true
908
1102
  },
909
1103
  "textAlign": "center",
910
- "contentAlign": "center",
1104
+ "align": "center",
1105
+ "padding": false,
1106
+ "inverted": false,
911
1107
  "text": "Get started with our design system today and experience a new level of efficiency and consistency in your projects."
912
1108
  },
913
1109
  "screenshot": "img/screenshots/components-cta--banner.png"
@@ -916,29 +1112,31 @@
916
1112
  "id": "components-cta--highlighted",
917
1113
  "group": "Components/Cta",
918
1114
  "name": "Highlighted",
919
- "code": "<Cta\n buttons={[\n {\n icon: 'person',\n label: 'Get Started',\n target: '#'\n }\n ]}\n contentAlign=\"center\"\n headline=\"Why Choose Our Design System?\"\n highlightText\n image={{\n padding: true\n }}\n order={{\n desktopImageLast: true,\n mobileImageLast: false\n }}\n sub=\"Built for consistency and speed.\"\n text=\"Our design system is built with scalability and efficiency in mind. It allows for consistent UI across different platforms, making your development process smoother and faster.\"\n textAlign=\"center\"\n/>",
1115
+ "code": "<Cta\n align=\"center\"\n buttons={[\n {\n icon: 'person',\n label: 'Get Started',\n url: '#'\n }\n ]}\n headline=\"Why Choose Our Design System?\"\n highlightText\n image={{\n align: 'center',\n padding: true\n }}\n order={{\n desktopImageLast: true,\n mobileImageLast: false\n }}\n sub=\"Built for consistency and speed.\"\n text=\"Our design system is built with scalability and efficiency in mind. It allows for consistent UI across different platforms, making your development process smoother and faster.\"\n textAlign=\"center\"\n/>",
920
1116
  "args": {
921
1117
  "headline": "Why Choose Our Design System?",
922
1118
  "sub": "Built for consistency and speed.",
923
1119
  "highlightText": true,
924
1120
  "colorNeutral": false,
925
- "fullWidth": false,
926
1121
  "buttons": [
927
1122
  {
928
1123
  "label": "Get Started",
929
- "target": "#",
1124
+ "url": "#",
930
1125
  "icon": "person"
931
1126
  }
932
1127
  ],
933
1128
  "image": {
934
- "padding": true
1129
+ "padding": true,
1130
+ "align": "center"
935
1131
  },
936
1132
  "order": {
937
1133
  "mobileImageLast": false,
938
1134
  "desktopImageLast": true
939
1135
  },
940
1136
  "textAlign": "center",
941
- "contentAlign": "center",
1137
+ "align": "center",
1138
+ "padding": false,
1139
+ "inverted": false,
942
1140
  "text": "Our design system is built with scalability and efficiency in mind. It allows for consistent UI across different platforms, making your development process smoother and faster."
943
1141
  },
944
1142
  "screenshot": "img/screenshots/components-cta--highlighted.png"
@@ -947,29 +1145,31 @@
947
1145
  "id": "components-cta--left-aligned",
948
1146
  "group": "Components/Cta",
949
1147
  "name": "LeftAligned",
950
- "code": "<Cta\n buttons={[\n {\n icon: 'person',\n label: 'Learn More',\n target: '#'\n }\n ]}\n contentAlign=\"center\"\n headline=\"Experience Our Design System\"\n image={{\n padding: true\n }}\n order={{\n desktopImageLast: true,\n mobileImageLast: false\n }}\n sub=\"Efficient, scalable, seamless.\"\n text=\"Our design system offers a seamless and efficient way to build scalable applications. Experience the speed & scalability unlike anything seen before with our Headless CMS powered websites, web apps & composable architecture.\"\n textAlign=\"left\"\n/>",
1148
+ "code": "<Cta\n align=\"center\"\n buttons={[\n {\n icon: 'person',\n label: 'Learn More',\n url: '#'\n }\n ]}\n headline=\"Experience Our Design System\"\n image={{\n align: 'center',\n padding: true\n }}\n order={{\n desktopImageLast: true,\n mobileImageLast: false\n }}\n sub=\"Efficient, scalable, seamless.\"\n text=\"Our design system offers a seamless and efficient way to build scalable applications. Experience the speed & scalability unlike anything seen before with our Headless CMS powered websites, web apps & composable architecture.\"\n textAlign=\"left\"\n/>",
951
1149
  "args": {
952
1150
  "headline": "Experience Our Design System",
953
1151
  "sub": "Efficient, scalable, seamless.",
954
1152
  "highlightText": false,
955
1153
  "colorNeutral": false,
956
- "fullWidth": false,
957
1154
  "buttons": [
958
1155
  {
959
1156
  "label": "Learn More",
960
- "target": "#",
1157
+ "url": "#",
961
1158
  "icon": "person"
962
1159
  }
963
1160
  ],
964
1161
  "image": {
965
- "padding": true
1162
+ "padding": true,
1163
+ "align": "center"
966
1164
  },
967
1165
  "order": {
968
1166
  "mobileImageLast": false,
969
1167
  "desktopImageLast": true
970
1168
  },
971
1169
  "textAlign": "left",
972
- "contentAlign": "center",
1170
+ "align": "center",
1171
+ "padding": false,
1172
+ "inverted": false,
973
1173
  "text": "Our design system offers a seamless and efficient way to build scalable applications. Experience the speed & scalability unlike anything seen before with our Headless CMS powered websites, web apps & composable architecture."
974
1174
  },
975
1175
  "screenshot": "img/screenshots/components-cta--left-aligned.png"
@@ -978,28 +1178,26 @@
978
1178
  "id": "components-cta--product-advertisement",
979
1179
  "group": "Components/Cta",
980
1180
  "name": "ProductAdvertisement",
981
- "code": "<Cta\n backgroundImage=\"img/bg_dot-carpet-blue.svg\"\n buttons={[\n {\n icon: 'chevron-right',\n label: 'Shop Now',\n target: '/shop',\n variant: 'primary'\n },\n {\n label: 'Learn More',\n target: '/product-info',\n variant: 'secondary'\n }\n ]}\n contentAlign=\"center\"\n headline=\"Experience Immersive Sound\"\n highlightText\n image={{\n alt: 'Over-Ear Headphones',\n padding: false,\n src: 'img/showcases/comp_audio04.png'\n }}\n order={{\n desktopImageLast: false,\n mobileImageLast: false\n }}\n sub=\"With Our Premium Over-Ear Headphones\"\n text=\"Our over-ear headphones provide an immersive audio experience. With noise-cancellation technology and high-quality sound.\"\n textAlign=\"left\"\n width=\"wide\"\n/>",
1181
+ "code": "<Cta\n align=\"center\"\n backgroundImage=\"img/bg_dot-carpet-blue.svg\"\n buttons={[\n {\n icon: 'chevron-right',\n label: 'Shop Now',\n url: '/shop'\n },\n {\n label: 'Learn More',\n url: '/product-info'\n }\n ]}\n headline=\"Experience Immersive Sound\"\n highlightText\n image={{\n align: 'center',\n alt: 'Over-Ear Headphones',\n padding: false,\n src: 'img/showcases/comp_audio04.png'\n }}\n order={{\n desktopImageLast: false,\n mobileImageLast: false\n }}\n padding\n sub=\"With Our Premium Over-Ear Headphones\"\n text=\"Our over-ear headphones provide an immersive audio experience. With noise-cancellation technology and high-quality sound.\"\n textAlign=\"left\"\n/>",
982
1182
  "args": {
983
1183
  "headline": "Experience Immersive Sound",
984
1184
  "sub": "With Our Premium Over-Ear Headphones",
985
1185
  "highlightText": true,
986
1186
  "colorNeutral": false,
987
- "fullWidth": false,
988
1187
  "buttons": [
989
1188
  {
990
1189
  "label": "Shop Now",
991
- "target": "/shop",
992
- "variant": "primary",
1190
+ "url": "/shop",
993
1191
  "icon": "chevron-right"
994
1192
  },
995
1193
  {
996
1194
  "label": "Learn More",
997
- "target": "/product-info",
998
- "variant": "secondary"
1195
+ "url": "/product-info"
999
1196
  }
1000
1197
  ],
1001
1198
  "image": {
1002
1199
  "padding": false,
1200
+ "align": "center",
1003
1201
  "src": "img/showcases/comp_audio04.png",
1004
1202
  "alt": "Over-Ear Headphones"
1005
1203
  },
@@ -1008,10 +1206,11 @@
1008
1206
  "desktopImageLast": false
1009
1207
  },
1010
1208
  "textAlign": "left",
1011
- "contentAlign": "center",
1209
+ "align": "center",
1210
+ "padding": true,
1211
+ "inverted": false,
1012
1212
  "text": "Our over-ear headphones provide an immersive audio experience. With noise-cancellation technology and high-quality sound.",
1013
- "backgroundImage": "img/bg_dot-carpet-blue.svg",
1014
- "width": "wide"
1213
+ "backgroundImage": "img/bg_dot-carpet-blue.svg"
1015
1214
  },
1016
1215
  "screenshot": "img/screenshots/components-cta--product-advertisement.png"
1017
1216
  },
@@ -1019,27 +1218,27 @@
1019
1218
  "id": "components-cta--contact-banner",
1020
1219
  "group": "Components/Cta",
1021
1220
  "name": "ContactBanner",
1022
- "code": "<Cta\n buttons={[\n {\n icon: 'person',\n label: 'Contact us',\n target: '#'\n },\n {\n icon: 'date',\n label: 'Book a meeting',\n target: '#'\n }\n ]}\n contentAlign=\"center\"\n fullWidth\n headline=\"Get in touch\"\n image={{\n padding: false,\n src: 'img/contact-person.png'\n }}\n order={{\n desktopImageLast: false,\n mobileImageLast: false\n }}\n sub=\"Chat with us about getting your product or platform to market faster\"\n text=\"Our modular design approach allows for flexibility and scalability in your application's architecture.\"\n textAlign=\"left\"\n width=\"wide\"\n/>",
1221
+ "code": "<Cta\n align=\"center\"\n buttons={[\n {\n icon: 'person',\n label: 'Contact us',\n url: '#'\n },\n {\n icon: 'date',\n label: 'Book a meeting',\n url: '#'\n }\n ]}\n headline=\"Get in touch\"\n image={{\n align: 'center',\n padding: false,\n src: 'img/contact-person.png'\n }}\n order={{\n desktopImageLast: false,\n mobileImageLast: false\n }}\n padding\n sub=\"Chat with us about getting your product or platform to market faster\"\n text=\"Our modular design approach allows for flexibility and scalability in your application's architecture.\"\n textAlign=\"left\"\n/>",
1023
1222
  "args": {
1024
1223
  "headline": "Get in touch",
1025
1224
  "sub": "Chat with us about getting your product or platform to market faster",
1026
1225
  "highlightText": false,
1027
1226
  "colorNeutral": false,
1028
- "fullWidth": true,
1029
1227
  "buttons": [
1030
1228
  {
1031
1229
  "label": "Contact us",
1032
1230
  "icon": "person",
1033
- "target": "#"
1231
+ "url": "#"
1034
1232
  },
1035
1233
  {
1036
1234
  "label": "Book a meeting",
1037
1235
  "icon": "date",
1038
- "target": "#"
1236
+ "url": "#"
1039
1237
  }
1040
1238
  ],
1041
1239
  "image": {
1042
1240
  "padding": false,
1241
+ "align": "center",
1043
1242
  "src": "img/contact-person.png"
1044
1243
  },
1045
1244
  "order": {
@@ -1047,9 +1246,10 @@
1047
1246
  "desktopImageLast": false
1048
1247
  },
1049
1248
  "textAlign": "left",
1050
- "contentAlign": "center",
1051
- "text": "Our modular design approach allows for flexibility and scalability in your application's architecture.",
1052
- "width": "wide"
1249
+ "align": "center",
1250
+ "padding": true,
1251
+ "inverted": false,
1252
+ "text": "Our modular design approach allows for flexibility and scalability in your application's architecture."
1053
1253
  },
1054
1254
  "screenshot": "img/screenshots/components-cta--contact-banner.png"
1055
1255
  },
@@ -1057,22 +1257,22 @@
1057
1257
  "id": "components-cta--split-banner",
1058
1258
  "group": "Components/Cta",
1059
1259
  "name": "SplitBanner",
1060
- "code": "<Cta\n backgroundColor=\"#001856\"\n buttons={[\n {\n icon: 'person',\n label: 'What can we do for you?',\n target: '#'\n }\n ]}\n colorNeutral\n contentAlign=\"center\"\n fullWidth\n headline=\"Design System Services\"\n image={{\n padding: false,\n src: 'img/colored-square.png'\n }}\n order={{\n desktopImageLast: false,\n mobileImageLast: false\n }}\n sub=\"Subheadline\"\n text=\"Here at Systemics, we bring a range of design system services that can make a difference.\"\n textAlign=\"left\"\n width=\"wide\"\n/>",
1260
+ "code": "<Cta\n align=\"center\"\n backgroundColor=\"#001856\"\n buttons={[\n {\n icon: 'person',\n label: 'What can we do for you?',\n url: '#'\n }\n ]}\n colorNeutral\n headline=\"Design System Services\"\n image={{\n align: 'center',\n padding: false,\n src: 'img/colored-square.png'\n }}\n order={{\n desktopImageLast: false,\n mobileImageLast: false\n }}\n padding\n sub=\"Subheadline\"\n text=\"Here at Systemics, we bring a range of design system services that can make a difference.\"\n textAlign=\"left\"\n/>",
1061
1261
  "args": {
1062
1262
  "headline": "Design System Services",
1063
1263
  "sub": "Subheadline",
1064
1264
  "highlightText": false,
1065
1265
  "colorNeutral": true,
1066
- "fullWidth": true,
1067
1266
  "buttons": [
1068
1267
  {
1069
1268
  "label": "What can we do for you?",
1070
1269
  "icon": "person",
1071
- "target": "#"
1270
+ "url": "#"
1072
1271
  }
1073
1272
  ],
1074
1273
  "image": {
1075
1274
  "padding": false,
1275
+ "align": "center",
1076
1276
  "src": "img/colored-square.png"
1077
1277
  },
1078
1278
  "order": {
@@ -1080,10 +1280,11 @@
1080
1280
  "desktopImageLast": false
1081
1281
  },
1082
1282
  "textAlign": "left",
1083
- "contentAlign": "center",
1283
+ "align": "center",
1284
+ "padding": true,
1285
+ "inverted": false,
1084
1286
  "text": "Here at Systemics, we bring a range of design system services that can make a difference.",
1085
- "backgroundColor": "#001856",
1086
- "width": "wide"
1287
+ "backgroundColor": "#001856"
1087
1288
  },
1088
1289
  "screenshot": "img/screenshots/components-cta--split-banner.png"
1089
1290
  },
@@ -1091,27 +1292,27 @@
1091
1292
  "id": "components-cta--angled-image",
1092
1293
  "group": "Components/Cta",
1093
1294
  "name": "AngledImage",
1094
- "code": "<Cta\n buttons={[\n {\n icon: 'person',\n label: 'Contact us',\n target: '#'\n },\n {\n icon: 'date',\n label: 'Book a meeting',\n target: '#'\n }\n ]}\n contentAlign=\"center\"\n fullWidth\n headline=\"Our **Approach** to Design Systems\"\n image={{\n padding: false,\n src: 'img/angled-image.png'\n }}\n order={{\n desktopImageLast: true,\n mobileImageLast: false\n }}\n sub=\"Subheadline\"\n text=\"We value efficiency without compromising quality. Our secret weapon? kickstartDS, a revolutionary code-first and open source framework for creating design systems.\n\nThis tool accelerates our development, saving you valuable time and helping us deliver top-notch results faster.\"\n textAlign=\"left\"\n width=\"wide\"\n/>",
1295
+ "code": "<Cta\n align=\"center\"\n buttons={[\n {\n icon: 'person',\n label: 'Contact us',\n url: '#'\n },\n {\n icon: 'date',\n label: 'Book a meeting',\n url: '#'\n }\n ]}\n headline=\"Our **Approach** to Design Systems\"\n image={{\n align: 'center',\n padding: false,\n src: 'img/angled-image.png'\n }}\n order={{\n desktopImageLast: true,\n mobileImageLast: false\n }}\n padding\n sub=\"Subheadline\"\n text=\"We value efficiency without compromising quality. Our secret weapon? kickstartDS, a revolutionary code-first and open source framework for creating design systems.\n\nThis tool accelerates our development, saving you valuable time and helping us deliver top-notch results faster.\"\n textAlign=\"left\"\n/>",
1095
1296
  "args": {
1096
1297
  "headline": "Our **Approach** to Design Systems",
1097
1298
  "sub": "Subheadline",
1098
1299
  "highlightText": false,
1099
1300
  "colorNeutral": false,
1100
- "fullWidth": true,
1101
1301
  "buttons": [
1102
1302
  {
1103
1303
  "label": "Contact us",
1104
1304
  "icon": "person",
1105
- "target": "#"
1305
+ "url": "#"
1106
1306
  },
1107
1307
  {
1108
1308
  "label": "Book a meeting",
1109
1309
  "icon": "date",
1110
- "target": "#"
1310
+ "url": "#"
1111
1311
  }
1112
1312
  ],
1113
1313
  "image": {
1114
1314
  "padding": false,
1315
+ "align": "center",
1115
1316
  "src": "img/angled-image.png"
1116
1317
  },
1117
1318
  "order": {
@@ -1119,9 +1320,10 @@
1119
1320
  "desktopImageLast": true
1120
1321
  },
1121
1322
  "textAlign": "left",
1122
- "contentAlign": "center",
1123
- "text": "We value efficiency without compromising quality. Our secret weapon? kickstartDS, a revolutionary code-first and open source framework for creating design systems.\n\nThis tool accelerates our development, saving you valuable time and helping us deliver top-notch results faster.",
1124
- "width": "wide"
1323
+ "align": "center",
1324
+ "padding": true,
1325
+ "inverted": false,
1326
+ "text": "We value efficiency without compromising quality. Our secret weapon? kickstartDS, a revolutionary code-first and open source framework for creating design systems.\n\nThis tool accelerates our development, saving you valuable time and helping us deliver top-notch results faster."
1125
1327
  },
1126
1328
  "screenshot": "img/screenshots/components-cta--angled-image.png"
1127
1329
  },
@@ -1129,32 +1331,34 @@
1129
1331
  "id": "components-cta--colored-banner",
1130
1332
  "group": "Components/Cta",
1131
1333
  "name": "ColoredBanner",
1132
- "code": "<Cta\n backgroundColor=\"#a30051\"\n buttons={[\n {\n label: 'Learn More',\n target: '#'\n },\n {\n label: 'Contact Us',\n target: '#'\n }\n ]}\n colorNeutral\n contentAlign=\"center\"\n headline=\"Expertise in Scalable Solutions\"\n highlightText\n image={{\n padding: true\n }}\n order={{\n desktopImageLast: true,\n mobileImageLast: false\n }}\n sub=\"Subheadline\"\n text=\"Leverage our expertise in creating scalable and robust applications using modern technologies.\"\n textAlign=\"left\"\n/>",
1334
+ "code": "<Cta\n align=\"center\"\n backgroundColor=\"#a30051\"\n buttons={[\n {\n label: 'Learn More',\n url: '#'\n },\n {\n label: 'Contact Us',\n url: '#'\n }\n ]}\n colorNeutral\n headline=\"Expertise in Scalable Solutions\"\n highlightText\n image={{\n align: 'center',\n padding: true\n }}\n order={{\n desktopImageLast: true,\n mobileImageLast: false\n }}\n padding\n sub=\"Subheadline\"\n text=\"Leverage our expertise in creating scalable and robust applications using modern technologies.\"\n textAlign=\"left\"\n/>",
1133
1335
  "args": {
1134
1336
  "headline": "Expertise in Scalable Solutions",
1135
1337
  "sub": "Subheadline",
1136
1338
  "highlightText": true,
1137
1339
  "colorNeutral": true,
1138
- "fullWidth": false,
1139
1340
  "buttons": [
1140
1341
  {
1141
1342
  "label": "Learn More",
1142
- "target": "#"
1343
+ "url": "#"
1143
1344
  },
1144
1345
  {
1145
1346
  "label": "Contact Us",
1146
- "target": "#"
1347
+ "url": "#"
1147
1348
  }
1148
1349
  ],
1149
1350
  "image": {
1150
- "padding": true
1351
+ "padding": true,
1352
+ "align": "center"
1151
1353
  },
1152
1354
  "order": {
1153
1355
  "mobileImageLast": false,
1154
1356
  "desktopImageLast": true
1155
1357
  },
1156
1358
  "textAlign": "left",
1157
- "contentAlign": "center",
1359
+ "align": "center",
1360
+ "padding": true,
1361
+ "inverted": false,
1158
1362
  "text": "Leverage our expertise in creating scalable and robust applications using modern technologies.",
1159
1363
  "backgroundColor": "#a30051"
1160
1364
  },
@@ -1164,27 +1368,27 @@
1164
1368
  "id": "components-cta--align-bottom",
1165
1369
  "group": "Components/Cta",
1166
1370
  "name": "AlignBottom",
1167
- "code": "<Cta\n backgroundImage=\"img/grid-bg.svg\"\n buttons={[\n {\n icon: 'person',\n label: 'Contact us',\n target: '#'\n },\n {\n icon: 'date',\n label: 'Book a meeting',\n target: '#'\n }\n ]}\n contentAlign=\"bottom\"\n fullWidth\n headline=\"Custom Solutions\"\n image={{\n padding: true,\n src: 'img/offset-image.png'\n }}\n order={{\n desktopImageLast: false,\n mobileImageLast: false\n }}\n sub=\"Subheadline\"\n text=\"At Systemics, we believe in the power of technology to transform businesses. Our team of experienced professionals is dedicated to providing innovative solutions that meet the unique needs of your business.\n\nWe understand that every business is different, and that's why we offer custom solutions tailored to your specific business needs and requirements.\"\n textAlign=\"left\"\n width=\"wide\"\n/>",
1371
+ "code": "<Cta\n align=\"bottom\"\n backgroundImage=\"img/grid-bg.svg\"\n buttons={[\n {\n icon: 'person',\n label: 'Contact us',\n url: '#'\n },\n {\n icon: 'date',\n label: 'Book a meeting',\n url: '#'\n }\n ]}\n headline=\"Custom Solutions\"\n image={{\n align: 'center',\n padding: true,\n src: 'img/offset-image.png'\n }}\n order={{\n desktopImageLast: false,\n mobileImageLast: false\n }}\n sub=\"Subheadline\"\n text=\"At Systemics, we believe in the power of technology to transform businesses. Our team of experienced professionals is dedicated to providing innovative solutions that meet the unique needs of your business.\n\nWe understand that every business is different, and that's why we offer custom solutions tailored to your specific business needs and requirements.\"\n textAlign=\"left\"\n/>",
1168
1372
  "args": {
1169
1373
  "headline": "Custom Solutions",
1170
1374
  "sub": "Subheadline",
1171
1375
  "highlightText": false,
1172
1376
  "colorNeutral": false,
1173
- "fullWidth": true,
1174
1377
  "buttons": [
1175
1378
  {
1176
1379
  "label": "Contact us",
1177
1380
  "icon": "person",
1178
- "target": "#"
1381
+ "url": "#"
1179
1382
  },
1180
1383
  {
1181
1384
  "label": "Book a meeting",
1182
1385
  "icon": "date",
1183
- "target": "#"
1386
+ "url": "#"
1184
1387
  }
1185
1388
  ],
1186
1389
  "image": {
1187
1390
  "padding": true,
1391
+ "align": "center",
1188
1392
  "src": "img/offset-image.png"
1189
1393
  },
1190
1394
  "order": {
@@ -1192,10 +1396,11 @@
1192
1396
  "desktopImageLast": false
1193
1397
  },
1194
1398
  "textAlign": "left",
1195
- "contentAlign": "bottom",
1399
+ "align": "bottom",
1400
+ "padding": false,
1401
+ "inverted": false,
1196
1402
  "text": "At Systemics, we believe in the power of technology to transform businesses. Our team of experienced professionals is dedicated to providing innovative solutions that meet the unique needs of your business.\n\nWe understand that every business is different, and that's why we offer custom solutions tailored to your specific business needs and requirements.",
1197
- "backgroundImage": "img/grid-bg.svg",
1198
- "width": "wide"
1403
+ "backgroundImage": "img/grid-bg.svg"
1199
1404
  },
1200
1405
  "screenshot": "img/screenshots/components-cta--align-bottom.png"
1201
1406
  },
@@ -1219,6 +1424,301 @@
1219
1424
  },
1220
1425
  "screenshot": "img/screenshots/layout-divider--default.png"
1221
1426
  },
1427
+ {
1428
+ "id": "industry-downloads--technical-details-only",
1429
+ "group": "Industry/Downloads",
1430
+ "name": "TechnicalDetailsOnly",
1431
+ "code": "<Downloads\n downloads={[\n {\n format: 'PDF',\n name: 'Product Brochure',\n previewImage: 'img/offset-image.png',\n size: '2.5 MB',\n url: '#'\n },\n {\n format: 'PDF',\n name: 'Company Brochure',\n previewImage: 'img/kickstartDS/CMS-Starter producthunt-slide-01.svg',\n size: '3.2 MB',\n url: '#'\n },\n {\n format: 'DOC',\n name: 'User Guide',\n size: '20 KB',\n url: '#'\n },\n {\n format: 'TXT',\n name: 'Technical Specifications',\n size: '12 KB',\n url: '#'\n }\n ]}\n />",
1432
+ "args": {
1433
+ "downloads": [
1434
+ {
1435
+ "name": "Product Brochure",
1436
+ "format": "PDF",
1437
+ "size": "2.5 MB",
1438
+ "previewImage": "img/offset-image.png",
1439
+ "url": "#"
1440
+ },
1441
+ {
1442
+ "name": "Company Brochure",
1443
+ "previewImage": "img/kickstartDS/CMS-Starter producthunt-slide-01.svg",
1444
+ "format": "PDF",
1445
+ "size": "3.2 MB",
1446
+ "url": "#"
1447
+ },
1448
+ {
1449
+ "name": "User Guide",
1450
+ "format": "DOC",
1451
+ "size": "20 KB",
1452
+ "url": "#"
1453
+ },
1454
+ {
1455
+ "name": "Technical Specifications",
1456
+ "format": "TXT",
1457
+ "size": "12 KB",
1458
+ "url": "#"
1459
+ }
1460
+ ]
1461
+ },
1462
+ "screenshot": "img/screenshots/industry-downloads--technical-details-only.png"
1463
+ },
1464
+ {
1465
+ "id": "industry-downloads--description-only",
1466
+ "group": "Industry/Downloads",
1467
+ "name": "DescriptionOnly",
1468
+ "code": "<Downloads\n downloads={[\n {\n description: 'Detailed product information and specifications. Recommended for all users.',\n name: 'Product Brochure',\n previewImage: 'img/offset-image.png'\n },\n {\n description: 'In-depth technical details and requirements. Recommended for technical users.',\n name: 'Technical Specifications',\n previewImage: 'img/kickstartDS/CMS-Starter producthunt-slide-01.svg'\n },\n {\n description: 'Comprehensive guide to using our product.',\n name: 'User Guide',\n previewImage: 'img/about/cta.png'\n },\n {\n description: 'Overview of our company and services.',\n name: 'Company Brochure',\n previewImage: 'img/view-modern-office.jpg'\n }\n ]}\n />",
1469
+ "args": {
1470
+ "downloads": [
1471
+ {
1472
+ "name": "Product Brochure",
1473
+ "description": "Detailed product information and specifications. Recommended for all users.",
1474
+ "previewImage": "img/offset-image.png"
1475
+ },
1476
+ {
1477
+ "name": "Technical Specifications",
1478
+ "description": "In-depth technical details and requirements. Recommended for technical users.",
1479
+ "previewImage": "img/kickstartDS/CMS-Starter producthunt-slide-01.svg"
1480
+ },
1481
+ {
1482
+ "name": "User Guide",
1483
+ "description": "Comprehensive guide to using our product.",
1484
+ "previewImage": "img/about/cta.png"
1485
+ },
1486
+ {
1487
+ "name": "Company Brochure",
1488
+ "description": "Overview of our company and services.",
1489
+ "previewImage": "img/view-modern-office.jpg"
1490
+ }
1491
+ ]
1492
+ },
1493
+ "screenshot": "img/screenshots/industry-downloads--description-only.png"
1494
+ },
1495
+ {
1496
+ "id": "industry-downloads--complete",
1497
+ "group": "Industry/Downloads",
1498
+ "name": "Complete",
1499
+ "code": "<Downloads\n downloads={[\n {\n description: 'Detailed product information and specifications. Recommended for all users.',\n format: 'PDF',\n name: 'Product Brochure',\n previewImage: 'img/offset-image.png',\n size: '2.5 MB'\n },\n {\n description: 'Overview of our company and services.',\n format: 'PDF',\n name: 'Company Brochure',\n previewImage: 'img/kickstartDS/CMS-Starter producthunt-slide-01.svg',\n size: '3.2 MB'\n },\n {\n description: 'Comprehensive guide to using our product.',\n format: 'DOC',\n name: 'User Guide',\n size: '20 KB'\n },\n {\n description: 'In-depth technical details and requirements. Recommended for technical users.',\n format: 'TXT',\n name: 'Technical Specifications',\n size: '12 KB'\n }\n ]}\n />",
1500
+ "args": {
1501
+ "downloads": [
1502
+ {
1503
+ "name": "Product Brochure",
1504
+ "format": "PDF",
1505
+ "size": "2.5 MB",
1506
+ "description": "Detailed product information and specifications. Recommended for all users.",
1507
+ "previewImage": "img/offset-image.png"
1508
+ },
1509
+ {
1510
+ "name": "Company Brochure",
1511
+ "description": "Overview of our company and services.",
1512
+ "previewImage": "img/kickstartDS/CMS-Starter producthunt-slide-01.svg",
1513
+ "format": "PDF",
1514
+ "size": "3.2 MB"
1515
+ },
1516
+ {
1517
+ "name": "User Guide",
1518
+ "description": "Comprehensive guide to using our product.",
1519
+ "format": "DOC",
1520
+ "size": "20 KB"
1521
+ },
1522
+ {
1523
+ "name": "Technical Specifications",
1524
+ "description": "In-depth technical details and requirements. Recommended for technical users.",
1525
+ "format": "TXT",
1526
+ "size": "12 KB"
1527
+ }
1528
+ ]
1529
+ },
1530
+ "screenshot": "img/screenshots/industry-downloads--complete.png"
1531
+ },
1532
+ {
1533
+ "id": "industry-downloads--mixed",
1534
+ "group": "Industry/Downloads",
1535
+ "name": "Mixed",
1536
+ "code": "<Downloads\n downloads={[\n {\n description: 'Detailed product information and specifications. Recommended for all users.',\n format: 'PDF',\n name: 'Product Brochure',\n previewImage: 'img/offset-image.png',\n size: '2.5 MB'\n },\n {\n format: 'PDF',\n name: 'User Guide',\n previewImage: 'img/about/cta.png',\n size: '1.2 MB'\n },\n {\n name: 'Company Brochure',\n previewImage: 'img/kickstartDS/CMS-Starter producthunt-slide-01.svg'\n },\n {\n description: 'In-depth technical details and requirements.',\n name: 'Technical Specifications'\n }\n ]}\n />",
1537
+ "args": {
1538
+ "downloads": [
1539
+ {
1540
+ "name": "Product Brochure",
1541
+ "format": "PDF",
1542
+ "size": "2.5 MB",
1543
+ "description": "Detailed product information and specifications. Recommended for all users.",
1544
+ "previewImage": "img/offset-image.png"
1545
+ },
1546
+ {
1547
+ "name": "User Guide",
1548
+ "format": "PDF",
1549
+ "size": "1.2 MB",
1550
+ "previewImage": "img/about/cta.png"
1551
+ },
1552
+ {
1553
+ "name": "Company Brochure",
1554
+ "previewImage": "img/kickstartDS/CMS-Starter producthunt-slide-01.svg"
1555
+ },
1556
+ {
1557
+ "name": "Technical Specifications",
1558
+ "description": "In-depth technical details and requirements."
1559
+ }
1560
+ ]
1561
+ },
1562
+ "screenshot": "img/screenshots/industry-downloads--mixed.png"
1563
+ },
1564
+ {
1565
+ "id": "event-event-appointment--default",
1566
+ "group": "Event/ Event Appointment",
1567
+ "name": "Default",
1568
+ "code": "<EventAppointment\n ariaLabel=\"Register for the event on 18th September 2025 from 09:00 to 17:00\"\n date=\"2025-09-18\"\n label=\"Register\"\n newTab\n time=\"09:00 – 17:00\"\n url=\"#\"\n/>",
1569
+ "args": {
1570
+ "date": "2025-09-18",
1571
+ "time": "09:00 – 17:00",
1572
+ "label": "Register",
1573
+ "url": "#",
1574
+ "newTab": true,
1575
+ "ariaLabel": "Register for the event on 18th September 2025 from 09:00 to 17:00"
1576
+ },
1577
+ "screenshot": "img/screenshots/event-event-appointment--default.png"
1578
+ },
1579
+ {
1580
+ "id": "event-event-header--default",
1581
+ "group": "Event/ Event Header",
1582
+ "name": "Default",
1583
+ "code": "<EventHeader\n categories={[\n {\n label: 'Conference'\n },\n {\n label: 'Design Systems'\n }\n ]}\n intro=\"A full-day event for design system professionals and enthusiasts. Join us to learn, share, and connect with like-minded individuals.\"\n title=\"Systemics Design Conference 2025\"\n/>",
1584
+ "args": {
1585
+ "title": "Systemics Design Conference 2025",
1586
+ "categories": [
1587
+ {
1588
+ "label": "Conference"
1589
+ },
1590
+ {
1591
+ "label": "Design Systems"
1592
+ }
1593
+ ],
1594
+ "intro": "A full-day event for design system professionals and enthusiasts. Join us to learn, share, and connect with like-minded individuals."
1595
+ },
1596
+ "screenshot": "img/screenshots/event-event-header--default.png"
1597
+ },
1598
+ {
1599
+ "id": "event-event-latest-teaser--default",
1600
+ "group": "Event/ Event Latest Teaser",
1601
+ "name": "Default",
1602
+ "code": "<EventLatestTeaser\n ariaLabel=\"Event teaser for \"\n calendar={{\n day: '30',\n month: 'Dec'\n }}\n cta=\"Show event\"\n date=\"12/30/2025\"\n link={{\n text: 'Show event',\n url: '#'\n }}\n location=\"Berlin, Germany\"\n title=\"The Future of AI\"\n url=\"https://example.com\"\n/>",
1603
+ "args": {
1604
+ "date": "12/30/2025",
1605
+ "calendar": {
1606
+ "month": "Dec",
1607
+ "day": "30"
1608
+ },
1609
+ "title": "The Future of AI",
1610
+ "location": "Berlin, Germany",
1611
+ "url": "https://example.com",
1612
+ "cta": "Show event",
1613
+ "ariaLabel": "Event teaser for ",
1614
+ "link": {
1615
+ "url": "#",
1616
+ "text": "Show event"
1617
+ }
1618
+ },
1619
+ "screenshot": "img/screenshots/event-event-latest-teaser--default.png"
1620
+ },
1621
+ {
1622
+ "id": "event-event-latest--default",
1623
+ "group": "Event/ Event Latest",
1624
+ "name": "Default",
1625
+ "code": "<EventLatest\n events={[\n {\n ariaLabel: 'Systemics Design Conference on September 18, 2025 in Berlin',\n calendar: {\n day: '18',\n month: 'Sep'\n },\n cta: 'View event',\n date: '09/18/2025',\n location: 'Berlin Congress Center, Berlin',\n title: 'Systemics Design Conference',\n url: 'https://systemics.events/conference-berlin'\n },\n {\n ariaLabel: 'UX Leadership Summit on October 5, 2025 in Cologne',\n calendar: {\n day: '05',\n month: 'Oct'\n },\n cta: 'View event',\n date: '10/05/2025',\n location: 'Köln Messe, Cologne',\n title: 'UX Leadership Summit',\n url: 'https://uxsummit.de/koeln-2025'\n },\n {\n ariaLabel: 'Frontend Future Days on November 12, 2025 in Hamburg',\n calendar: {\n day: '12',\n month: 'Nov'\n },\n cta: 'View event',\n date: '11/12/2025',\n location: 'Hamburg Digital Campus, Hamburg',\n title: 'Frontend Future Days',\n url: 'https://frontendfuture.de/hamburg'\n },\n {\n ariaLabel: 'Accessibility in Practice Workshop on December 1, 2025 online',\n calendar: {\n day: '01',\n month: 'Dec'\n },\n cta: 'View event',\n date: '12/01/2025',\n location: 'Online',\n title: 'Accessibility in Practice Workshop',\n url: 'https://a11yworkshop.com/dec-2025'\n }\n ]}\n />",
1626
+ "args": {
1627
+ "events": [
1628
+ {
1629
+ "date": "09/18/2025",
1630
+ "calendar": {
1631
+ "month": "Sep",
1632
+ "day": "18"
1633
+ },
1634
+ "title": "Systemics Design Conference",
1635
+ "location": "Berlin Congress Center, Berlin",
1636
+ "url": "https://systemics.events/conference-berlin",
1637
+ "cta": "View event",
1638
+ "ariaLabel": "Systemics Design Conference on September 18, 2025 in Berlin"
1639
+ },
1640
+ {
1641
+ "date": "10/05/2025",
1642
+ "calendar": {
1643
+ "month": "Oct",
1644
+ "day": "05"
1645
+ },
1646
+ "title": "UX Leadership Summit",
1647
+ "location": "Köln Messe, Cologne",
1648
+ "url": "https://uxsummit.de/koeln-2025",
1649
+ "cta": "View event",
1650
+ "ariaLabel": "UX Leadership Summit on October 5, 2025 in Cologne"
1651
+ },
1652
+ {
1653
+ "date": "11/12/2025",
1654
+ "calendar": {
1655
+ "month": "Nov",
1656
+ "day": "12"
1657
+ },
1658
+ "title": "Frontend Future Days",
1659
+ "location": "Hamburg Digital Campus, Hamburg",
1660
+ "url": "https://frontendfuture.de/hamburg",
1661
+ "cta": "View event",
1662
+ "ariaLabel": "Frontend Future Days on November 12, 2025 in Hamburg"
1663
+ },
1664
+ {
1665
+ "date": "12/01/2025",
1666
+ "calendar": {
1667
+ "month": "Dec",
1668
+ "day": "01"
1669
+ },
1670
+ "title": "Accessibility in Practice Workshop",
1671
+ "location": "Online",
1672
+ "url": "https://a11yworkshop.com/dec-2025",
1673
+ "cta": "View event",
1674
+ "ariaLabel": "Accessibility in Practice Workshop on December 1, 2025 online"
1675
+ }
1676
+ ]
1677
+ },
1678
+ "screenshot": "img/screenshots/event-event-latest--default.png"
1679
+ },
1680
+ {
1681
+ "id": "event-event-location--default",
1682
+ "group": "Event/ Event Location",
1683
+ "name": "Default",
1684
+ "code": "<EventLocation\n address=\"Alexanderplatz 1<br />\n 10178 Berlin\"\n dates={[\n {\n ariaLabel: 'Register for the event on 18th September 2025 from 09:00 to 17:00',\n date: '2025-09-18',\n label: 'Register',\n newTab: true,\n time: '09:00 – 17:00',\n url: '#'\n },\n {\n ariaLabel: 'Register for the event on 18th September 2025 from 09:00 to 17:00',\n date: '2025-09-18',\n label: 'Register',\n newTab: true,\n time: '09:00 – 17:00',\n url: '#'\n }\n ]}\n displayMode=\"spacious\"\n links={[\n {\n label: 'Open in Google Maps',\n newTab: true,\n url: 'https://maps.google.com/?q=Berlin+Congress+Center'\n },\n {\n label: 'Location Website',\n newTab: true,\n url: 'https://maps.google.com/?q=Berlin+Congress+Center'\n }\n ]}\n locationName=\"Berlin Congress Center\"\n/>",
1685
+ "args": {
1686
+ "dates": [
1687
+ {
1688
+ "date": "2025-09-18",
1689
+ "time": "09:00 – 17:00",
1690
+ "label": "Register",
1691
+ "url": "#",
1692
+ "newTab": true,
1693
+ "ariaLabel": "Register for the event on 18th September 2025 from 09:00 to 17:00"
1694
+ },
1695
+ {
1696
+ "date": "2025-09-18",
1697
+ "time": "09:00 – 17:00",
1698
+ "label": "Register",
1699
+ "url": "#",
1700
+ "newTab": true,
1701
+ "ariaLabel": "Register for the event on 18th September 2025 from 09:00 to 17:00"
1702
+ }
1703
+ ],
1704
+ "locationName": "Berlin Congress Center",
1705
+ "displayMode": "spacious",
1706
+ "address": "Alexanderplatz 1<br />\n 10178 Berlin",
1707
+ "links": [
1708
+ {
1709
+ "newTab": true,
1710
+ "url": "https://maps.google.com/?q=Berlin+Congress+Center",
1711
+ "label": "Open in Google Maps"
1712
+ },
1713
+ {
1714
+ "newTab": true,
1715
+ "url": "https://maps.google.com/?q=Berlin+Congress+Center",
1716
+ "label": "Location Website"
1717
+ }
1718
+ ]
1719
+ },
1720
+ "screenshot": "img/screenshots/event-event-location--default.png"
1721
+ },
1222
1722
  {
1223
1723
  "id": "components-faq--dropdown-list",
1224
1724
  "group": "Components/Faq",
@@ -1261,7 +1761,7 @@
1261
1761
  "id": "components-features--icon-centered",
1262
1762
  "group": "Components/Features",
1263
1763
  "name": "IconCentered",
1264
- "code": "<Features\n ctas={{\n style: 'link',\n toggle: true\n }}\n feature={[\n {\n cta: {\n label: 'Learn more',\n target: '/feature1'\n },\n icon: 'home',\n text: 'Our design system allows for a scalable architecture, enabling you to build applications that can grow with your needs.',\n title: 'Scalable Architecture'\n },\n {\n cta: {\n label: 'Get started',\n target: '/feature2'\n },\n icon: 'map',\n text: 'Experience efficient development like never before. Our design system streamlines the development process, saving you time and resources.',\n title: 'Efficient Development'\n },\n {\n cta: {\n label: 'Explore',\n target: '/feature3'\n },\n icon: 'person',\n text: 'Achieve a consistent UI across different platforms. Our design system ensures your applications maintain a uniform look and feel.',\n title: 'Consistent UI'\n },\n {\n cta: {\n label: 'Customize',\n target: '/feature4'\n },\n icon: 'star',\n text: 'Our design system is fully customizable, allowing you to tailor the look and feel of your application to match your brand identity.',\n title: 'Customizable Design'\n },\n {\n cta: {\n label: 'Deploy',\n target: '/feature5'\n },\n icon: 'upload',\n text: 'Built with modern cloud architectures in mind, our design system is ready to be deployed on any cloud platform.',\n title: 'Cloud Ready'\n },\n {\n cta: {\n label: 'Secure',\n target: '/feature6'\n },\n icon: 'login',\n text: 'Security is our priority. Our design system is built with best security practices to keep your application safe.',\n title: 'Secure'\n }\n ]}\n layout=\"largeTiles\"\n style=\"centered\"\n/>",
1764
+ "code": "<Features\n ctas={{\n style: 'link',\n toggle: true\n }}\n feature={[\n {\n cta: {\n icon: 'arrow-right',\n label: 'Learn more',\n url: '#'\n },\n icon: 'home',\n text: 'Our design system allows for a scalable architecture, enabling you to build applications that can grow with your needs.',\n title: 'Scalable Architecture'\n },\n {\n cta: {\n icon: 'arrow-right',\n label: 'Get started',\n url: '#'\n },\n icon: 'map',\n text: 'Experience efficient development like never before. Our design system streamlines the development process, saving you time and resources.',\n title: 'Efficient Development'\n },\n {\n cta: {\n icon: 'arrow-right',\n label: 'Explore',\n url: '#'\n },\n icon: 'person',\n text: 'Achieve a consistent UI across different platforms. Our design system ensures your applications maintain a uniform look and feel.',\n title: 'Consistent UI'\n },\n {\n cta: {\n icon: 'arrow-right',\n label: 'Customize',\n url: '#'\n },\n icon: 'star',\n text: 'Our design system is fully customizable, allowing you to tailor the look and feel of your application to match your brand identity.',\n title: 'Customizable Design'\n },\n {\n cta: {\n icon: 'arrow-right',\n label: 'Deploy',\n url: '#'\n },\n icon: 'upload',\n text: 'Built with modern cloud architectures in mind, our design system is ready to be deployed on any cloud platform.',\n title: 'Cloud Ready'\n },\n {\n cta: {\n icon: 'arrow-right',\n label: 'Secure',\n url: '#'\n },\n icon: 'login',\n text: 'Security is our priority. Our design system is built with best security practices to keep your application safe.',\n title: 'Secure'\n }\n ]}\n layout=\"largeTiles\"\n style=\"centered\"\n/>",
1265
1765
  "args": {
1266
1766
  "layout": "largeTiles",
1267
1767
  "style": "centered",
@@ -1275,8 +1775,9 @@
1275
1775
  "title": "Scalable Architecture",
1276
1776
  "text": "Our design system allows for a scalable architecture, enabling you to build applications that can grow with your needs.",
1277
1777
  "cta": {
1278
- "target": "/feature1",
1279
- "label": "Learn more"
1778
+ "url": "#",
1779
+ "label": "Learn more",
1780
+ "icon": "arrow-right"
1280
1781
  }
1281
1782
  },
1282
1783
  {
@@ -1284,8 +1785,9 @@
1284
1785
  "title": "Efficient Development",
1285
1786
  "text": "Experience efficient development like never before. Our design system streamlines the development process, saving you time and resources.",
1286
1787
  "cta": {
1287
- "target": "/feature2",
1288
- "label": "Get started"
1788
+ "url": "#",
1789
+ "label": "Get started",
1790
+ "icon": "arrow-right"
1289
1791
  }
1290
1792
  },
1291
1793
  {
@@ -1293,8 +1795,9 @@
1293
1795
  "title": "Consistent UI",
1294
1796
  "text": "Achieve a consistent UI across different platforms. Our design system ensures your applications maintain a uniform look and feel.",
1295
1797
  "cta": {
1296
- "target": "/feature3",
1297
- "label": "Explore"
1798
+ "url": "#",
1799
+ "label": "Explore",
1800
+ "icon": "arrow-right"
1298
1801
  }
1299
1802
  },
1300
1803
  {
@@ -1302,8 +1805,9 @@
1302
1805
  "title": "Customizable Design",
1303
1806
  "text": "Our design system is fully customizable, allowing you to tailor the look and feel of your application to match your brand identity.",
1304
1807
  "cta": {
1305
- "target": "/feature4",
1306
- "label": "Customize"
1808
+ "url": "#",
1809
+ "label": "Customize",
1810
+ "icon": "arrow-right"
1307
1811
  }
1308
1812
  },
1309
1813
  {
@@ -1311,8 +1815,9 @@
1311
1815
  "title": "Cloud Ready",
1312
1816
  "text": "Built with modern cloud architectures in mind, our design system is ready to be deployed on any cloud platform.",
1313
1817
  "cta": {
1314
- "target": "/feature5",
1315
- "label": "Deploy"
1818
+ "url": "#",
1819
+ "label": "Deploy",
1820
+ "icon": "arrow-right"
1316
1821
  }
1317
1822
  },
1318
1823
  {
@@ -1320,8 +1825,9 @@
1320
1825
  "title": "Secure",
1321
1826
  "text": "Security is our priority. Our design system is built with best security practices to keep your application safe.",
1322
1827
  "cta": {
1323
- "target": "/feature6",
1324
- "label": "Secure"
1828
+ "url": "#",
1829
+ "label": "Secure",
1830
+ "icon": "arrow-right"
1325
1831
  }
1326
1832
  }
1327
1833
  ]
@@ -1332,7 +1838,7 @@
1332
1838
  "id": "components-features--stack-with-button",
1333
1839
  "group": "Components/Features",
1334
1840
  "name": "StackWithButton",
1335
- "code": "<Features\n ctas={{\n style: 'button',\n toggle: true\n }}\n feature={[\n {\n cta: {\n label: 'Explore',\n target: '/feature3'\n },\n icon: 'person',\n text: 'Achieve a consistent UI across different platforms. Our design system ensures your applications maintain a uniform look and feel.',\n title: 'Consistent UI'\n },\n {\n cta: {\n label: 'Customize',\n target: '/feature4'\n },\n icon: 'star',\n text: 'Our design system is fully customizable, allowing you to tailor the look and feel of your application to match your brand identity.',\n title: 'Customizable Design'\n },\n {\n cta: {\n label: 'Deploy',\n target: '/feature5'\n },\n icon: 'upload',\n text: 'Built with modern cloud architectures in mind, our design system is ready to be deployed on any cloud platform.',\n title: 'Cloud Ready'\n },\n {\n cta: {\n label: 'Secure',\n target: '/feature6'\n },\n icon: 'login',\n text: 'Security is our priority. Our design system is built with best security practices to keep your application safe.',\n title: 'Secure'\n }\n ]}\n layout=\"smallTiles\"\n style=\"stack\"\n/>",
1841
+ "code": "<Features\n ctas={{\n style: 'button',\n toggle: true\n }}\n feature={[\n {\n cta: {\n icon: 'arrow-right',\n label: 'Explore',\n url: '#'\n },\n icon: 'person',\n text: 'Achieve a consistent UI across different platforms. Our design system ensures your applications maintain a uniform look and feel.',\n title: 'Consistent UI'\n },\n {\n cta: {\n icon: 'arrow-right',\n label: 'Customize',\n url: '#'\n },\n icon: 'star',\n text: 'Our design system is fully customizable, allowing you to tailor the look and feel of your application to match your brand identity.',\n title: 'Customizable Design'\n },\n {\n cta: {\n icon: 'arrow-right',\n label: 'Deploy',\n url: '#'\n },\n icon: 'upload',\n text: 'Built with modern cloud architectures in mind, our design system is ready to be deployed on any cloud platform.',\n title: 'Cloud Ready'\n },\n {\n cta: {\n icon: 'arrow-right',\n label: 'Secure',\n url: '#'\n },\n icon: 'login',\n text: 'Security is our priority. Our design system is built with best security practices to keep your application safe.',\n title: 'Secure'\n }\n ]}\n layout=\"smallTiles\"\n style=\"stack\"\n/>",
1336
1842
  "args": {
1337
1843
  "layout": "smallTiles",
1338
1844
  "style": "stack",
@@ -1346,8 +1852,9 @@
1346
1852
  "title": "Consistent UI",
1347
1853
  "text": "Achieve a consistent UI across different platforms. Our design system ensures your applications maintain a uniform look and feel.",
1348
1854
  "cta": {
1349
- "target": "/feature3",
1350
- "label": "Explore"
1855
+ "url": "#",
1856
+ "label": "Explore",
1857
+ "icon": "arrow-right"
1351
1858
  }
1352
1859
  },
1353
1860
  {
@@ -1355,8 +1862,9 @@
1355
1862
  "title": "Customizable Design",
1356
1863
  "text": "Our design system is fully customizable, allowing you to tailor the look and feel of your application to match your brand identity.",
1357
1864
  "cta": {
1358
- "target": "/feature4",
1359
- "label": "Customize"
1865
+ "url": "#",
1866
+ "label": "Customize",
1867
+ "icon": "arrow-right"
1360
1868
  }
1361
1869
  },
1362
1870
  {
@@ -1364,8 +1872,9 @@
1364
1872
  "title": "Cloud Ready",
1365
1873
  "text": "Built with modern cloud architectures in mind, our design system is ready to be deployed on any cloud platform.",
1366
1874
  "cta": {
1367
- "target": "/feature5",
1368
- "label": "Deploy"
1875
+ "url": "#",
1876
+ "label": "Deploy",
1877
+ "icon": "arrow-right"
1369
1878
  }
1370
1879
  },
1371
1880
  {
@@ -1373,8 +1882,9 @@
1373
1882
  "title": "Secure",
1374
1883
  "text": "Security is our priority. Our design system is built with best security practices to keep your application safe.",
1375
1884
  "cta": {
1376
- "target": "/feature6",
1377
- "label": "Secure"
1885
+ "url": "#",
1886
+ "label": "Secure",
1887
+ "icon": "arrow-right"
1378
1888
  }
1379
1889
  }
1380
1890
  ]
@@ -1385,7 +1895,7 @@
1385
1895
  "id": "components-features--list-view",
1386
1896
  "group": "Components/Features",
1387
1897
  "name": "ListView",
1388
- "code": "<Features\n ctas={{\n style: 'intext',\n toggle: false\n }}\n feature={[\n {\n cta: {\n label: 'Customize',\n target: '/feature4'\n },\n icon: 'star',\n text: 'Our design system is fully customizable, allowing you to tailor the look and feel of your application to match your brand identity.',\n title: 'Customizable Design'\n },\n {\n cta: {\n label: 'Get started',\n target: '/feature2'\n },\n icon: 'map',\n text: 'Experience efficient development like never before. Our design system streamlines the development process, saving you time and resources.',\n title: 'Efficient Development'\n },\n {\n cta: {\n label: 'Explore',\n target: '/feature3'\n },\n icon: 'person',\n text: 'Achieve a consistent UI across different platforms. Our design system ensures your applications maintain a uniform look and feel.',\n title: 'Consistent UI'\n },\n {\n cta: {\n label: 'Learn more',\n target: '/feature1'\n },\n icon: 'home',\n text: 'Our design system allows for a scalable architecture, enabling you to build applications that can grow with your needs.',\n title: 'Scalable Architecture'\n },\n {\n cta: {\n label: 'Deploy',\n target: '/feature5'\n },\n icon: 'upload',\n text: 'Built with modern cloud architectures in mind, our design system is ready to be deployed on any cloud platform.',\n title: 'Cloud Ready'\n },\n {\n cta: {\n label: 'Secure',\n target: '/feature6'\n },\n icon: 'login',\n text: 'Security is our priority. Our design system is built with best security practices to keep your application safe.',\n title: 'Secure'\n }\n ]}\n layout=\"list\"\n style=\"besideLarge\"\n/>",
1898
+ "code": "<Features\n ctas={{\n style: 'intext',\n toggle: false\n }}\n feature={[\n {\n cta: {\n icon: 'arrow-right',\n label: 'Customize',\n url: '#'\n },\n icon: 'star',\n text: 'Our design system is fully customizable, allowing you to tailor the look and feel of your application to match your brand identity.',\n title: 'Customizable Design'\n },\n {\n cta: {\n icon: 'arrow-right',\n label: 'Get started',\n url: '#'\n },\n icon: 'map',\n text: 'Experience efficient development like never before. Our design system streamlines the development process, saving you time and resources.',\n title: 'Efficient Development'\n },\n {\n cta: {\n icon: 'arrow-right',\n label: 'Explore',\n url: '#'\n },\n icon: 'person',\n text: 'Achieve a consistent UI across different platforms. Our design system ensures your applications maintain a uniform look and feel.',\n title: 'Consistent UI'\n },\n {\n cta: {\n icon: 'arrow-right',\n label: 'Learn more',\n url: '#'\n },\n icon: 'home',\n text: 'Our design system allows for a scalable architecture, enabling you to build applications that can grow with your needs.',\n title: 'Scalable Architecture'\n },\n {\n cta: {\n icon: 'arrow-right',\n label: 'Deploy',\n url: '#'\n },\n icon: 'upload',\n text: 'Built with modern cloud architectures in mind, our design system is ready to be deployed on any cloud platform.',\n title: 'Cloud Ready'\n },\n {\n cta: {\n icon: 'arrow-right',\n label: 'Secure',\n url: '#'\n },\n icon: 'login',\n text: 'Security is our priority. Our design system is built with best security practices to keep your application safe.',\n title: 'Secure'\n }\n ]}\n layout=\"list\"\n style=\"besideLarge\"\n/>",
1389
1899
  "args": {
1390
1900
  "layout": "list",
1391
1901
  "style": "besideLarge",
@@ -1399,8 +1909,9 @@
1399
1909
  "title": "Customizable Design",
1400
1910
  "text": "Our design system is fully customizable, allowing you to tailor the look and feel of your application to match your brand identity.",
1401
1911
  "cta": {
1402
- "target": "/feature4",
1403
- "label": "Customize"
1912
+ "url": "#",
1913
+ "label": "Customize",
1914
+ "icon": "arrow-right"
1404
1915
  }
1405
1916
  },
1406
1917
  {
@@ -1408,8 +1919,9 @@
1408
1919
  "title": "Efficient Development",
1409
1920
  "text": "Experience efficient development like never before. Our design system streamlines the development process, saving you time and resources.",
1410
1921
  "cta": {
1411
- "target": "/feature2",
1412
- "label": "Get started"
1922
+ "url": "#",
1923
+ "label": "Get started",
1924
+ "icon": "arrow-right"
1413
1925
  }
1414
1926
  },
1415
1927
  {
@@ -1417,8 +1929,9 @@
1417
1929
  "title": "Consistent UI",
1418
1930
  "text": "Achieve a consistent UI across different platforms. Our design system ensures your applications maintain a uniform look and feel.",
1419
1931
  "cta": {
1420
- "target": "/feature3",
1421
- "label": "Explore"
1932
+ "url": "#",
1933
+ "label": "Explore",
1934
+ "icon": "arrow-right"
1422
1935
  }
1423
1936
  },
1424
1937
  {
@@ -1426,8 +1939,9 @@
1426
1939
  "title": "Scalable Architecture",
1427
1940
  "text": "Our design system allows for a scalable architecture, enabling you to build applications that can grow with your needs.",
1428
1941
  "cta": {
1429
- "target": "/feature1",
1430
- "label": "Learn more"
1942
+ "url": "#",
1943
+ "label": "Learn more",
1944
+ "icon": "arrow-right"
1431
1945
  }
1432
1946
  },
1433
1947
  {
@@ -1435,8 +1949,9 @@
1435
1949
  "title": "Cloud Ready",
1436
1950
  "text": "Built with modern cloud architectures in mind, our design system is ready to be deployed on any cloud platform.",
1437
1951
  "cta": {
1438
- "target": "/feature5",
1439
- "label": "Deploy"
1952
+ "url": "#",
1953
+ "label": "Deploy",
1954
+ "icon": "arrow-right"
1440
1955
  }
1441
1956
  },
1442
1957
  {
@@ -1444,8 +1959,9 @@
1444
1959
  "title": "Secure",
1445
1960
  "text": "Security is our priority. Our design system is built with best security practices to keep your application safe.",
1446
1961
  "cta": {
1447
- "target": "/feature6",
1448
- "label": "Secure"
1962
+ "url": "#",
1963
+ "label": "Secure",
1964
+ "icon": "arrow-right"
1449
1965
  }
1450
1966
  }
1451
1967
  ]
@@ -1456,7 +1972,7 @@
1456
1972
  "id": "components-features--icon-beside-with-link-in-text",
1457
1973
  "group": "Components/Features",
1458
1974
  "name": "IconBesideWithLinkInText",
1459
- "code": "<Features\n ctas={{\n style: 'intext',\n toggle: true\n }}\n feature={[\n {\n cta: {\n label: 'Learn more',\n target: '/feature1'\n },\n icon: 'home',\n text: 'Our design system allows for a scalable architecture, enabling you to build applications that can grow with your needs.',\n title: 'Scalable Architecture'\n },\n {\n cta: {\n label: 'Get started',\n target: '/feature2'\n },\n icon: 'map',\n text: 'Experience efficient development like never before. Our design system streamlines the development process, saving you time and resources.',\n title: 'Efficient Development'\n },\n {\n cta: {\n label: 'Explore',\n target: '/feature3'\n },\n icon: 'person',\n text: 'Achieve a consistent UI across different platforms. Our design system ensures your applications maintain a uniform look and feel.',\n title: 'Consistent UI'\n },\n {\n cta: {\n label: 'Customize',\n target: '/feature4'\n },\n icon: 'star',\n text: 'Our design system is fully customizable, allowing you to tailor the look and feel of your application to match your brand identity.',\n title: 'Customizable Design'\n },\n {\n cta: {\n label: 'Deploy',\n target: '/feature5'\n },\n icon: 'upload',\n text: 'Built with modern cloud architectures in mind, our design system is ready to be deployed on any cloud platform.',\n title: 'Cloud Ready'\n },\n {\n cta: {\n label: 'Secure',\n target: '/feature6'\n },\n icon: 'login',\n text: 'Security is our priority. Our design system is built with best security practices to keep your application safe.',\n title: 'Secure'\n }\n ]}\n layout=\"smallTiles\"\n style=\"intext\"\n/>",
1975
+ "code": "<Features\n ctas={{\n style: 'intext',\n toggle: true\n }}\n feature={[\n {\n cta: {\n icon: 'arrow-right',\n label: 'Learn more',\n url: '#'\n },\n icon: 'home',\n text: 'Our design system allows for a scalable architecture, enabling you to build applications that can grow with your needs.',\n title: 'Scalable Architecture'\n },\n {\n cta: {\n icon: 'arrow-right',\n label: 'Get started',\n url: '#'\n },\n icon: 'map',\n text: 'Experience efficient development like never before. Our design system streamlines the development process, saving you time and resources.',\n title: 'Efficient Development'\n },\n {\n cta: {\n icon: 'arrow-right',\n label: 'Explore',\n url: '#'\n },\n icon: 'person',\n text: 'Achieve a consistent UI across different platforms. Our design system ensures your applications maintain a uniform look and feel.',\n title: 'Consistent UI'\n },\n {\n cta: {\n icon: 'arrow-right',\n label: 'Customize',\n url: '#'\n },\n icon: 'star',\n text: 'Our design system is fully customizable, allowing you to tailor the look and feel of your application to match your brand identity.',\n title: 'Customizable Design'\n },\n {\n cta: {\n icon: 'arrow-right',\n label: 'Deploy',\n url: '#'\n },\n icon: 'upload',\n text: 'Built with modern cloud architectures in mind, our design system is ready to be deployed on any cloud platform.',\n title: 'Cloud Ready'\n },\n {\n cta: {\n icon: 'arrow-right',\n label: 'Secure',\n url: '#'\n },\n icon: 'login',\n text: 'Security is our priority. Our design system is built with best security practices to keep your application safe.',\n title: 'Secure'\n }\n ]}\n layout=\"smallTiles\"\n style=\"intext\"\n/>",
1460
1976
  "args": {
1461
1977
  "layout": "smallTiles",
1462
1978
  "style": "intext",
@@ -1470,8 +1986,9 @@
1470
1986
  "title": "Scalable Architecture",
1471
1987
  "text": "Our design system allows for a scalable architecture, enabling you to build applications that can grow with your needs.",
1472
1988
  "cta": {
1473
- "target": "/feature1",
1474
- "label": "Learn more"
1989
+ "url": "#",
1990
+ "label": "Learn more",
1991
+ "icon": "arrow-right"
1475
1992
  }
1476
1993
  },
1477
1994
  {
@@ -1479,8 +1996,9 @@
1479
1996
  "title": "Efficient Development",
1480
1997
  "text": "Experience efficient development like never before. Our design system streamlines the development process, saving you time and resources.",
1481
1998
  "cta": {
1482
- "target": "/feature2",
1483
- "label": "Get started"
1999
+ "url": "#",
2000
+ "label": "Get started",
2001
+ "icon": "arrow-right"
1484
2002
  }
1485
2003
  },
1486
2004
  {
@@ -1488,8 +2006,9 @@
1488
2006
  "title": "Consistent UI",
1489
2007
  "text": "Achieve a consistent UI across different platforms. Our design system ensures your applications maintain a uniform look and feel.",
1490
2008
  "cta": {
1491
- "target": "/feature3",
1492
- "label": "Explore"
2009
+ "url": "#",
2010
+ "label": "Explore",
2011
+ "icon": "arrow-right"
1493
2012
  }
1494
2013
  },
1495
2014
  {
@@ -1497,8 +2016,9 @@
1497
2016
  "title": "Customizable Design",
1498
2017
  "text": "Our design system is fully customizable, allowing you to tailor the look and feel of your application to match your brand identity.",
1499
2018
  "cta": {
1500
- "target": "/feature4",
1501
- "label": "Customize"
2019
+ "url": "#",
2020
+ "label": "Customize",
2021
+ "icon": "arrow-right"
1502
2022
  }
1503
2023
  },
1504
2024
  {
@@ -1506,8 +2026,9 @@
1506
2026
  "title": "Cloud Ready",
1507
2027
  "text": "Built with modern cloud architectures in mind, our design system is ready to be deployed on any cloud platform.",
1508
2028
  "cta": {
1509
- "target": "/feature5",
1510
- "label": "Deploy"
2029
+ "url": "#",
2030
+ "label": "Deploy",
2031
+ "icon": "arrow-right"
1511
2032
  }
1512
2033
  },
1513
2034
  {
@@ -1515,8 +2036,9 @@
1515
2036
  "title": "Secure",
1516
2037
  "text": "Security is our priority. Our design system is built with best security practices to keep your application safe.",
1517
2038
  "cta": {
1518
- "target": "/feature6",
1519
- "label": "Secure"
2039
+ "url": "#",
2040
+ "label": "Secure",
2041
+ "icon": "arrow-right"
1520
2042
  }
1521
2043
  }
1522
2044
  ]
@@ -1527,7 +2049,7 @@
1527
2049
  "id": "components-features--icon-intext-with-link",
1528
2050
  "group": "Components/Features",
1529
2051
  "name": "IconIntextWithLink",
1530
- "code": "<Features\n ctas={{\n style: 'link',\n toggle: true\n }}\n feature={[\n {\n cta: {\n label: 'Customize',\n target: '/feature4'\n },\n icon: 'star',\n text: 'Our design system is fully customizable, allowing you to tailor the look and feel of your application to match your brand identity.',\n title: 'Customizable Design'\n },\n {\n cta: {\n label: 'Get started',\n target: '/feature2'\n },\n icon: 'map',\n text: 'Experience efficient development like never before. Our design system streamlines the development process, saving you time and resources.',\n title: 'Efficient Development'\n },\n {\n cta: {\n label: 'Explore',\n target: '/feature3'\n },\n icon: 'person',\n text: 'Achieve a consistent UI across different platforms. Our design system ensures your applications maintain a uniform look and feel.',\n title: 'Consistent UI'\n },\n {\n cta: {\n label: 'Deploy',\n target: '/feature5'\n },\n icon: 'upload',\n text: 'Built with modern cloud architectures in mind, our design system is ready to be deployed on any cloud platform.',\n title: 'Cloud Ready'\n },\n {\n cta: {\n label: 'Secure',\n target: '/feature6'\n },\n icon: 'login',\n text: 'Security is our priority. Our design system is built with best security practices to keep your application safe.',\n title: 'Secure'\n }\n ]}\n layout=\"largeTiles\"\n style=\"intext\"\n/>",
2052
+ "code": "<Features\n ctas={{\n style: 'link',\n toggle: true\n }}\n feature={[\n {\n cta: {\n icon: 'arrow-right',\n label: 'Customize',\n url: '#'\n },\n icon: 'star',\n text: 'Our design system is fully customizable, allowing you to tailor the look and feel of your application to match your brand identity.',\n title: 'Customizable Design'\n },\n {\n cta: {\n icon: 'arrow-right',\n label: 'Get started',\n url: '#'\n },\n icon: 'map',\n text: 'Experience efficient development like never before. Our design system streamlines the development process, saving you time and resources.',\n title: 'Efficient Development'\n },\n {\n cta: {\n icon: 'arrow-right',\n label: 'Explore',\n url: '#'\n },\n icon: 'person',\n text: 'Achieve a consistent UI across different platforms. Our design system ensures your applications maintain a uniform look and feel.',\n title: 'Consistent UI'\n },\n {\n cta: {\n icon: 'arrow-right',\n label: 'Deploy',\n url: '#'\n },\n icon: 'upload',\n text: 'Built with modern cloud architectures in mind, our design system is ready to be deployed on any cloud platform.',\n title: 'Cloud Ready'\n },\n {\n cta: {\n icon: 'arrow-right',\n label: 'Secure',\n url: '#'\n },\n icon: 'login',\n text: 'Security is our priority. Our design system is built with best security practices to keep your application safe.',\n title: 'Secure'\n }\n ]}\n layout=\"largeTiles\"\n style=\"intext\"\n/>",
1531
2053
  "args": {
1532
2054
  "layout": "largeTiles",
1533
2055
  "style": "intext",
@@ -1541,8 +2063,9 @@
1541
2063
  "title": "Customizable Design",
1542
2064
  "text": "Our design system is fully customizable, allowing you to tailor the look and feel of your application to match your brand identity.",
1543
2065
  "cta": {
1544
- "target": "/feature4",
1545
- "label": "Customize"
2066
+ "url": "#",
2067
+ "label": "Customize",
2068
+ "icon": "arrow-right"
1546
2069
  }
1547
2070
  },
1548
2071
  {
@@ -1550,8 +2073,9 @@
1550
2073
  "title": "Efficient Development",
1551
2074
  "text": "Experience efficient development like never before. Our design system streamlines the development process, saving you time and resources.",
1552
2075
  "cta": {
1553
- "target": "/feature2",
1554
- "label": "Get started"
2076
+ "url": "#",
2077
+ "label": "Get started",
2078
+ "icon": "arrow-right"
1555
2079
  }
1556
2080
  },
1557
2081
  {
@@ -1559,8 +2083,9 @@
1559
2083
  "title": "Consistent UI",
1560
2084
  "text": "Achieve a consistent UI across different platforms. Our design system ensures your applications maintain a uniform look and feel.",
1561
2085
  "cta": {
1562
- "target": "/feature3",
1563
- "label": "Explore"
2086
+ "url": "#",
2087
+ "label": "Explore",
2088
+ "icon": "arrow-right"
1564
2089
  }
1565
2090
  },
1566
2091
  {
@@ -1568,8 +2093,9 @@
1568
2093
  "title": "Cloud Ready",
1569
2094
  "text": "Built with modern cloud architectures in mind, our design system is ready to be deployed on any cloud platform.",
1570
2095
  "cta": {
1571
- "target": "/feature5",
1572
- "label": "Deploy"
2096
+ "url": "#",
2097
+ "label": "Deploy",
2098
+ "icon": "arrow-right"
1573
2099
  }
1574
2100
  },
1575
2101
  {
@@ -1577,8 +2103,9 @@
1577
2103
  "title": "Secure",
1578
2104
  "text": "Security is our priority. Our design system is built with best security practices to keep your application safe.",
1579
2105
  "cta": {
1580
- "target": "/feature6",
1581
- "label": "Secure"
2106
+ "url": "#",
2107
+ "label": "Secure",
2108
+ "icon": "arrow-right"
1582
2109
  }
1583
2110
  }
1584
2111
  ]
@@ -1589,7 +2116,7 @@
1589
2116
  "id": "layout-footer--footer",
1590
2117
  "group": "Layout/Footer",
1591
2118
  "name": "Footer",
1592
- "code": "<Footer\n byline=\"© 2024 systemics Inc. All rights reserved.\"\n logo={{\n alt: 'Systemics Logo',\n height: 40,\n homepageHref: '#',\n inverted: false,\n src: '/logo.svg',\n srcInverted: '/logo-inverted.svg',\n width: 176\n }}\n navItems={[\n {\n active: true,\n href: '#',\n label: 'Active Item'\n },\n {\n href: '#',\n label: 'Navigation Item'\n },\n {\n href: '#',\n items: [\n {\n href: '#',\n label: 'Level 2 Item'\n },\n {\n active: true,\n href: '#',\n label: 'Active Item'\n },\n {\n href: '#',\n label: 'An Item with a longer Label'\n },\n {\n href: '#',\n label: 'And One last one'\n }\n ],\n label: 'Dropdown'\n },\n {\n href: '#',\n label: 'One more Item'\n },\n {\n href: '#',\n label: 'Last Item'\n }\n ]}\n/>",
2119
+ "code": "<Footer\n byline=\"© 2024 systemics Inc. All rights reserved.\"\n logo={{\n alt: 'Systemics Logo',\n height: 40,\n homepageHref: '#',\n inverted: false,\n src: '/logo.svg',\n srcInverted: '/logo-inverted.svg',\n width: 176\n }}\n navItems={[\n {\n active: true,\n label: 'Active Item',\n url: '#'\n },\n {\n label: 'Navigation Item',\n url: '#'\n },\n {\n items: [\n {\n label: 'Level 2 Item',\n url: '#'\n },\n {\n active: true,\n label: 'Active Item',\n url: '#'\n },\n {\n label: 'An Item with a longer Label',\n url: '#'\n },\n {\n label: 'And One last one',\n url: '#'\n }\n ],\n label: 'Dropdown',\n url: '#'\n },\n {\n label: 'One more Item',\n url: '#'\n },\n {\n label: 'Last Item',\n url: '#'\n }\n ]}\n/>",
1593
2120
  "args": {
1594
2121
  "logo": {
1595
2122
  "src": "/logo.svg",
@@ -1604,43 +2131,43 @@
1604
2131
  "inverted": false,
1605
2132
  "navItems": [
1606
2133
  {
1607
- "href": "#",
2134
+ "url": "#",
1608
2135
  "label": "Active Item",
1609
2136
  "active": true
1610
2137
  },
1611
2138
  {
1612
- "href": "#",
2139
+ "url": "#",
1613
2140
  "label": "Navigation Item"
1614
2141
  },
1615
2142
  {
1616
- "href": "#",
2143
+ "url": "#",
1617
2144
  "label": "Dropdown",
1618
2145
  "items": [
1619
2146
  {
1620
- "href": "#",
2147
+ "url": "#",
1621
2148
  "label": "Level 2 Item"
1622
2149
  },
1623
2150
  {
1624
- "href": "#",
2151
+ "url": "#",
1625
2152
  "label": "Active Item",
1626
2153
  "active": true
1627
2154
  },
1628
2155
  {
1629
- "href": "#",
2156
+ "url": "#",
1630
2157
  "label": "An Item with a longer Label"
1631
2158
  },
1632
2159
  {
1633
- "href": "#",
2160
+ "url": "#",
1634
2161
  "label": "And One last one"
1635
2162
  }
1636
2163
  ]
1637
2164
  },
1638
2165
  {
1639
- "href": "#",
2166
+ "url": "#",
1640
2167
  "label": "One more Item"
1641
2168
  },
1642
2169
  {
1643
- "href": "#",
2170
+ "url": "#",
1644
2171
  "label": "Last Item"
1645
2172
  }
1646
2173
  ]
@@ -1690,9 +2217,9 @@
1690
2217
  "caption": "Caption Image 7"
1691
2218
  }
1692
2219
  ],
2220
+ "layout": "smallTiles",
1693
2221
  "aspectRatio": "square",
1694
- "lightbox": true,
1695
- "layout": "smallTiles"
2222
+ "lightbox": true
1696
2223
  },
1697
2224
  "screenshot": "img/screenshots/components-gallery--small-squares-with-lightbox.png"
1698
2225
  },
@@ -1734,9 +2261,9 @@
1734
2261
  "caption": "Caption Image 6"
1735
2262
  }
1736
2263
  ],
2264
+ "layout": "largeTiles",
1737
2265
  "aspectRatio": "landscape",
1738
- "lightbox": false,
1739
- "layout": "largeTiles"
2266
+ "lightbox": false
1740
2267
  },
1741
2268
  "screenshot": "img/screenshots/components-gallery--large-landscape-tiles.png"
1742
2269
  },
@@ -1783,9 +2310,9 @@
1783
2310
  "caption": "Caption Image 7"
1784
2311
  }
1785
2312
  ],
2313
+ "layout": "smallTiles",
1786
2314
  "aspectRatio": "unset",
1787
- "lightbox": true,
1788
- "layout": "smallTiles"
2315
+ "lightbox": true
1789
2316
  },
1790
2317
  "screenshot": "img/screenshots/components-gallery--free-aspect-ratio.png"
1791
2318
  },
@@ -1812,9 +2339,9 @@
1812
2339
  "caption": "Caption Image 3"
1813
2340
  }
1814
2341
  ],
2342
+ "layout": "stack",
1815
2343
  "aspectRatio": "landscape",
1816
- "lightbox": false,
1817
- "layout": "stack"
2344
+ "lightbox": false
1818
2345
  },
1819
2346
  "screenshot": "img/screenshots/components-gallery--stack-landscape.png"
1820
2347
  },
@@ -1822,7 +2349,7 @@
1822
2349
  "id": "layout-header--header",
1823
2350
  "group": "Layout/Header",
1824
2351
  "name": "Header",
1825
- "code": "<Header\n logo={{\n alt: 'Systemics Logo',\n height: 40,\n homepageHref: '#',\n src: '/logo.svg',\n srcInverted: '/logo-inverted.svg',\n width: 176\n }}\n navItems={[\n {\n active: true,\n href: '#',\n label: 'Active Item'\n },\n {\n href: '#',\n label: 'Navigation Item'\n },\n {\n href: '#',\n items: [\n {\n href: '#',\n label: 'Level 2 Item'\n },\n {\n active: true,\n href: '#',\n label: 'Active Item'\n },\n {\n href: '#',\n label: 'An Item with a longer Label'\n },\n {\n href: '#',\n label: 'And One last one'\n }\n ],\n label: 'Dropdown'\n },\n {\n href: '#',\n label: 'One more Item'\n },\n {\n href: '#',\n label: 'Last Item'\n }\n ]}\n/>",
2352
+ "code": "<Header\n logo={{\n alt: 'Systemics Logo',\n height: 40,\n homepageHref: '#',\n src: '/logo.svg',\n srcInverted: '/logo-inverted.svg',\n width: 176\n }}\n navItems={[\n {\n active: true,\n label: 'Active Item',\n url: '#'\n },\n {\n label: 'Navigation Item',\n url: '#'\n },\n {\n items: [\n {\n label: 'Level 2 Item',\n url: '#'\n },\n {\n active: true,\n label: 'Active Item',\n url: '#'\n },\n {\n label: 'An Item with a longer Label',\n url: '#'\n },\n {\n label: 'And One last one',\n url: '#'\n }\n ],\n label: 'Dropdown',\n url: '#'\n },\n {\n label: 'One more Item',\n url: '#'\n },\n {\n label: 'Last Item',\n url: '#'\n }\n ]}\n/>",
1826
2353
  "args": {
1827
2354
  "logo": {
1828
2355
  "src": "/logo.svg",
@@ -1838,43 +2365,43 @@
1838
2365
  "inverted": false,
1839
2366
  "navItems": [
1840
2367
  {
1841
- "href": "#",
2368
+ "url": "#",
1842
2369
  "label": "Active Item",
1843
2370
  "active": true
1844
2371
  },
1845
2372
  {
1846
- "href": "#",
2373
+ "url": "#",
1847
2374
  "label": "Navigation Item"
1848
2375
  },
1849
2376
  {
1850
- "href": "#",
2377
+ "url": "#",
1851
2378
  "label": "Dropdown",
1852
2379
  "items": [
1853
2380
  {
1854
- "href": "#",
2381
+ "url": "#",
1855
2382
  "label": "Level 2 Item"
1856
2383
  },
1857
2384
  {
1858
- "href": "#",
2385
+ "url": "#",
1859
2386
  "label": "Active Item",
1860
2387
  "active": true
1861
2388
  },
1862
2389
  {
1863
- "href": "#",
2390
+ "url": "#",
1864
2391
  "label": "An Item with a longer Label"
1865
2392
  },
1866
2393
  {
1867
- "href": "#",
2394
+ "url": "#",
1868
2395
  "label": "And One last one"
1869
2396
  }
1870
2397
  ]
1871
2398
  },
1872
2399
  {
1873
- "href": "#",
2400
+ "url": "#",
1874
2401
  "label": "One more Item"
1875
2402
  },
1876
2403
  {
1877
- "href": "#",
2404
+ "url": "#",
1878
2405
  "label": "Last Item"
1879
2406
  }
1880
2407
  ]
@@ -1986,7 +2513,7 @@
1986
2513
  "id": "components-hero--text-below-image",
1987
2514
  "group": "Components/Hero",
1988
2515
  "name": "TextBelowImage",
1989
- "code": "<Hero\n buttons={[\n {\n icon: 'arrow-down',\n label: 'Explore further',\n target: '#'\n }\n ]}\n headline=\"Welcome to Our Dynamic Workplace\"\n height=\"default\"\n highlightText\n image={{\n indent: 'none',\n src: 'https://picsum.photos/seed/kdsvisual/640/270',\n srcDesktop: 'img/colleagues-work-office-using-computers-looking-aside.png',\n srcMobile: 'img/colleagues-work-office-using-computers-looking-aside.png',\n srcTablet: 'img/colleagues-work-office-using-computers-looking-aside.png'\n }}\n overlay\n sub=\"Where Creativity Meets Innovation\"\n text=\"Experience the perfect blend of creativity, innovation, and productivity in our modern office environment.\"\n textPosition=\"below\"\n/>",
2516
+ "code": "<Hero\n buttons={[\n {\n icon: 'arrow-down',\n label: 'Explore further',\n url: '#'\n }\n ]}\n headline=\"Welcome to Our Dynamic Workplace\"\n height=\"default\"\n highlightText\n image={{\n indent: 'none',\n src: 'https://picsum.photos/seed/kdsvisual/640/270',\n srcDesktop: 'img/colleagues-work-office-using-computers-looking-aside.png',\n srcMobile: 'img/colleagues-work-office-using-computers-looking-aside.png',\n srcTablet: 'img/colleagues-work-office-using-computers-looking-aside.png'\n }}\n overlay\n sub=\"Where Creativity Meets Innovation\"\n text=\"Experience the perfect blend of creativity, innovation, and productivity in our modern office environment.\"\n textPosition=\"below\"\n/>",
1990
2517
  "args": {
1991
2518
  "highlightText": true,
1992
2519
  "colorNeutral": false,
@@ -1996,7 +2523,7 @@
1996
2523
  {
1997
2524
  "label": "Explore further",
1998
2525
  "icon": "arrow-down",
1999
- "target": "#"
2526
+ "url": "#"
2000
2527
  }
2001
2528
  ],
2002
2529
  "overlay": true,
@@ -2008,6 +2535,7 @@
2008
2535
  "indent": "none"
2009
2536
  },
2010
2537
  "textPosition": "below",
2538
+ "inverted": false,
2011
2539
  "headline": "Welcome to Our Dynamic Workplace",
2012
2540
  "sub": "Where Creativity Meets Innovation",
2013
2541
  "text": "Experience the perfect blend of creativity, innovation, and productivity in our modern office environment."
@@ -2018,7 +2546,7 @@
2018
2546
  "id": "components-hero--text-on-image-with-overlay",
2019
2547
  "group": "Components/Hero",
2020
2548
  "name": "TextOnImageWithOverlay",
2021
- "code": "<Hero\n buttons={[\n {\n icon: 'person',\n label: 'Meet Us',\n target: '#'\n },\n {\n icon: 'date',\n label: 'Schedule a Meeting',\n target: '#'\n }\n ]}\n colorNeutral\n headline=\"Master Scalable Solutions\"\n height=\"fullImage\"\n image={{\n indent: 'none',\n src: 'https://picsum.photos/seed/kdsvisual/640/270',\n srcDesktop: 'img/top-view-desk-with-keyboard-drawing-pad.png',\n srcMobile: 'img/top-view-desk-with-keyboard-drawing-pad.png',\n srcTablet: 'img/top-view-desk-with-keyboard-drawing-pad.png'\n }}\n overlay\n text=\"Harness our expertise in crafting scalable and robust applications using cutting-edge technologies.\"\n textPosition=\"center\"\n/>",
2549
+ "code": "<Hero\n buttons={[\n {\n icon: 'person',\n label: 'Meet Us',\n url: '#'\n },\n {\n icon: 'date',\n label: 'Schedule a Meeting',\n url: '#'\n }\n ]}\n colorNeutral\n headline=\"Master Scalable Solutions\"\n height=\"fullImage\"\n image={{\n indent: 'none',\n src: 'https://picsum.photos/seed/kdsvisual/640/270',\n srcDesktop: 'img/top-view-desk-with-keyboard-drawing-pad.png',\n srcMobile: 'img/top-view-desk-with-keyboard-drawing-pad.png',\n srcTablet: 'img/top-view-desk-with-keyboard-drawing-pad.png'\n }}\n overlay\n text=\"Harness our expertise in crafting scalable and robust applications using cutting-edge technologies.\"\n textPosition=\"center\"\n/>",
2022
2550
  "args": {
2023
2551
  "highlightText": false,
2024
2552
  "colorNeutral": true,
@@ -2028,12 +2556,12 @@
2028
2556
  {
2029
2557
  "label": "Meet Us",
2030
2558
  "icon": "person",
2031
- "target": "#"
2559
+ "url": "#"
2032
2560
  },
2033
2561
  {
2034
2562
  "label": "Schedule a Meeting",
2035
2563
  "icon": "date",
2036
- "target": "#"
2564
+ "url": "#"
2037
2565
  }
2038
2566
  ],
2039
2567
  "overlay": true,
@@ -2045,6 +2573,7 @@
2045
2573
  "indent": "none"
2046
2574
  },
2047
2575
  "textPosition": "center",
2576
+ "inverted": false,
2048
2577
  "headline": "Master Scalable Solutions",
2049
2578
  "text": "Harness our expertise in crafting scalable and robust applications using cutting-edge technologies."
2050
2579
  },
@@ -2054,7 +2583,7 @@
2054
2583
  "id": "components-hero--text-box-on-full-screen",
2055
2584
  "group": "Components/Hero",
2056
2585
  "name": "TextBoxOnFullScreen",
2057
- "code": "<Hero\n buttons={[\n {\n icon: 'arrow-right',\n label: 'Discover More',\n target: '#'\n },\n {\n icon: 'phone',\n label: 'Reach Out',\n target: '#'\n }\n ]}\n headline=\"Discover Our Design System\"\n height=\"fullScreen\"\n image={{\n indent: 'none',\n src: 'https://picsum.photos/seed/kdsvisual/640/270',\n srcDesktop: 'img/people-brainstorming-work-meeting.png',\n srcMobile: 'img/people-brainstorming-work-meeting.png',\n srcTablet: 'img/people-brainstorming-work-meeting.png'\n }}\n sub=\"Scalable. Efficient. Seamless.\"\n text=\"Our design system provides a seamless and efficient framework for building scalable applications. Experience unprecedented speed and scalability with our Headless CMS powered websites, web apps & composable architecture.\"\n textPosition=\"left\"\n textbox\n/>",
2586
+ "code": "<Hero\n buttons={[\n {\n icon: 'arrow-right',\n label: 'Discover More',\n url: '#'\n },\n {\n icon: 'phone',\n label: 'Reach Out',\n url: '#'\n }\n ]}\n headline=\"Discover Our Design System\"\n height=\"fullScreen\"\n image={{\n indent: 'none',\n src: 'https://picsum.photos/seed/kdsvisual/640/270',\n srcDesktop: 'img/people-brainstorming-work-meeting.png',\n srcMobile: 'img/people-brainstorming-work-meeting.png',\n srcTablet: 'img/people-brainstorming-work-meeting.png'\n }}\n sub=\"Scalable. Efficient. Seamless.\"\n text=\"Our design system provides a seamless and efficient framework for building scalable applications. Experience unprecedented speed and scalability with our Headless CMS powered websites, web apps & composable architecture.\"\n textPosition=\"left\"\n textbox\n/>",
2058
2587
  "args": {
2059
2588
  "highlightText": false,
2060
2589
  "colorNeutral": false,
@@ -2064,12 +2593,12 @@
2064
2593
  {
2065
2594
  "label": "Discover More",
2066
2595
  "icon": "arrow-right",
2067
- "target": "#"
2596
+ "url": "#"
2068
2597
  },
2069
2598
  {
2070
2599
  "label": "Reach Out",
2071
2600
  "icon": "phone",
2072
- "target": "#"
2601
+ "url": "#"
2073
2602
  }
2074
2603
  ],
2075
2604
  "overlay": false,
@@ -2081,6 +2610,7 @@
2081
2610
  "indent": "none"
2082
2611
  },
2083
2612
  "textPosition": "left",
2613
+ "inverted": false,
2084
2614
  "headline": "Discover Our Design System",
2085
2615
  "sub": "Scalable. Efficient. Seamless.",
2086
2616
  "text": "Our design system provides a seamless and efficient framework for building scalable applications. Experience unprecedented speed and scalability with our Headless CMS powered websites, web apps & composable architecture."
@@ -2134,7 +2664,7 @@
2134
2664
  "id": "components-image-story--sticky-image-next-to-scrolling-text",
2135
2665
  "group": "Components/Image Story",
2136
2666
  "name": "StickyImageNextToScrollingText",
2137
- "code": "<ImageStory\n buttons={[\n {\n disabled: false,\n label: 'Learn More',\n size: 'medium',\n target: '#',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Contact Us',\n size: 'medium',\n target: '#',\n variant: 'secondary'\n }\n ]}\n headline=\"The Sanity & Next.js Experts\"\n image={{\n aspectRatio: 'unset',\n src: 'img/full-shot-different-people-working-together.png',\n vAlign: 'top'\n }}\n largeHeadline\n layout=\"imageLeft\"\n sub=\"Subheadline\"\n text=\"\nHere at Systemics, we bring a range of design system services that can make a difference:\n\n### 1. Design System Consulting\nLet's work side by side to shape a design system strategy that aligns perfectly with your goals. It's not just about tools; it's about guiding principles, stakeholder management und making the right decisions at the right time.\n\n### 2. Design System Creation & Development\nWe'll bring your design system from concept to production, giving you consistent and engaging user experiences across different platforms. We will work together with your digital teams to transfer all complex Figma ideas into code using kickstartDS.\n\n### 3. Headless CMS & Websites\nWe leverage the power of headless CMSs to provide scalable, flexible, and versatile websites that drive your online presence.\n\n### 4. Design System Training\nWe empower your digital teams with the knowledge and skills to manage and evolve your design system effectively.\n\nReady to make your digital journey exceptional?\n \"\n textAlign=\"left\"\n/>",
2667
+ "code": "<ImageStory\n buttons={[\n {\n disabled: false,\n label: 'Learn More',\n size: 'medium',\n url: '#',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Contact Us',\n size: 'medium',\n url: '#',\n variant: 'secondary'\n }\n ]}\n headline=\"The Sanity & Next.js Experts\"\n image={{\n aspectRatio: 'unset',\n src: 'img/full-shot-different-people-working-together.png',\n vAlign: 'top'\n }}\n largeHeadline\n layout=\"imageLeft\"\n sub=\"Subheadline\"\n text=\"\nHere at Systemics, we bring a range of design system services that can make a difference:\n\n### 1. Design System Consulting\nLet's work side by side to shape a design system strategy that aligns perfectly with your goals. It's not just about tools; it's about guiding principles, stakeholder management und making the right decisions at the right time.\n\n### 2. Design System Creation & Development\nWe'll bring your design system from concept to production, giving you consistent and engaging user experiences across different platforms. We will work together with your digital teams to transfer all complex Figma ideas into code using kickstartDS.\n\n### 3. Headless CMS & Websites\nWe leverage the power of headless CMSs to provide scalable, flexible, and versatile websites that drive your online presence.\n\n### 4. Design System Training\nWe empower your digital teams with the knowledge and skills to manage and evolve your design system effectively.\n\nReady to make your digital journey exceptional?\n \"\n textAlign=\"left\"\n/>",
2138
2668
  "args": {
2139
2669
  "headline": "The Sanity & Next.js Experts",
2140
2670
  "largeHeadline": true,
@@ -2147,14 +2677,14 @@
2147
2677
  "variant": "secondary",
2148
2678
  "size": "medium",
2149
2679
  "disabled": false,
2150
- "target": "#"
2680
+ "url": "#"
2151
2681
  },
2152
2682
  {
2153
2683
  "label": "Contact Us",
2154
2684
  "variant": "secondary",
2155
2685
  "size": "medium",
2156
2686
  "disabled": false,
2157
- "target": "#"
2687
+ "url": "#"
2158
2688
  }
2159
2689
  ],
2160
2690
  "image": {
@@ -2203,32 +2733,32 @@
2203
2733
  "id": "components-logos--centered-with-button",
2204
2734
  "group": "Components/Logos",
2205
2735
  "name": "CenteredWithButton",
2206
- "code": "<Logos\n align=\"center\"\n cta={{\n label: 'See all our partners',\n link: '#',\n style: 'button',\n text: 'Explore the success stories of our valued customers and discover more about their journey.',\n toggle: true\n }}\n logo={[\n {\n alt: 'Logo 1',\n src: 'img/logos/logoipsum-212.svg'\n },\n {\n alt: 'Logo 2',\n src: 'img/logos/logoipsum-217.svg'\n },\n {\n alt: 'Logo 3',\n src: 'img/logos/logoipsum-239.svg'\n },\n {\n alt: 'Logo 4',\n src: 'img/logos/logoipsum-244.svg'\n },\n {\n alt: 'Logo 5',\n src: 'img/logos/logoipsum-250.svg'\n },\n {\n alt: 'Logo 6',\n src: 'img/logos/logoipsum-286.svg'\n }\n ]}\n logosPerRow={5}\n tagline=\"Your Success, Our Commitment\"\n/>",
2736
+ "code": "<Logos\n align=\"center\"\n cta={{\n label: 'See all our partners',\n link: '#',\n style: 'button',\n text: 'Explore the success stories of our valued customers and discover more about their journey.',\n toggle: true\n }}\n logo={[\n {\n alt: 'Logo 1',\n src: 'img/logos/logoipsum-344.svg'\n },\n {\n alt: 'Logo 2',\n src: 'img/logos/logoipsum-347.svg'\n },\n {\n alt: 'Logo 3',\n src: 'img/logos/logoipsum-352.svg'\n },\n {\n alt: 'Logo 4',\n src: 'img/logos/logoipsum-356.svg'\n },\n {\n alt: 'Logo 5',\n src: 'img/logos/logoipsum-358.svg'\n },\n {\n alt: 'Logo 6',\n src: 'img/logos/logoipsum-369.svg'\n }\n ]}\n logosPerRow={5}\n tagline=\"Your Success, Our Commitment\"\n/>",
2207
2737
  "args": {
2208
2738
  "tagline": "Your Success, Our Commitment",
2209
2739
  "logo": [
2210
2740
  {
2211
- "src": "img/logos/logoipsum-212.svg",
2741
+ "src": "img/logos/logoipsum-344.svg",
2212
2742
  "alt": "Logo 1"
2213
2743
  },
2214
2744
  {
2215
- "src": "img/logos/logoipsum-217.svg",
2745
+ "src": "img/logos/logoipsum-347.svg",
2216
2746
  "alt": "Logo 2"
2217
2747
  },
2218
2748
  {
2219
- "src": "img/logos/logoipsum-239.svg",
2749
+ "src": "img/logos/logoipsum-352.svg",
2220
2750
  "alt": "Logo 3"
2221
2751
  },
2222
2752
  {
2223
- "src": "img/logos/logoipsum-244.svg",
2753
+ "src": "img/logos/logoipsum-356.svg",
2224
2754
  "alt": "Logo 4"
2225
2755
  },
2226
2756
  {
2227
- "src": "img/logos/logoipsum-250.svg",
2757
+ "src": "img/logos/logoipsum-358.svg",
2228
2758
  "alt": "Logo 5"
2229
2759
  },
2230
2760
  {
2231
- "src": "img/logos/logoipsum-286.svg",
2761
+ "src": "img/logos/logoipsum-369.svg",
2232
2762
  "alt": "Logo 6"
2233
2763
  }
2234
2764
  ],
@@ -2248,32 +2778,32 @@
2248
2778
  "id": "components-logos--left-aligned-with-text-link",
2249
2779
  "group": "Components/Logos",
2250
2780
  "name": "LeftAlignedWithTextLink",
2251
- "code": "<Logos\n align=\"left\"\n cta={{\n label: 'See all our partners',\n link: '#',\n style: 'text',\n text: 'Explore the success stories of our valued customers and discover more about their journey.',\n toggle: true\n }}\n logo={[\n {\n alt: 'Logo 1',\n src: 'img/logos/logoipsum-212.svg'\n },\n {\n alt: 'Logo 2',\n src: 'img/logos/logoipsum-217.svg'\n },\n {\n alt: 'Logo 3',\n src: 'img/logos/logoipsum-239.svg'\n },\n {\n alt: 'Logo 4',\n src: 'img/logos/logoipsum-244.svg'\n },\n {\n alt: 'Logo 5',\n src: 'img/logos/logoipsum-250.svg'\n },\n {\n alt: 'Logo 6',\n src: 'img/logos/logoipsum-286.svg'\n }\n ]}\n logosPerRow={5}\n tagline=\"Your Success, Our Commitment\"\n/>",
2781
+ "code": "<Logos\n align=\"left\"\n cta={{\n label: 'See all our partners',\n link: '#',\n style: 'text',\n text: 'Explore the success stories of our valued customers and discover more about their journey.',\n toggle: true\n }}\n logo={[\n {\n alt: 'Logo 1',\n src: 'img/logos/logoipsum-344.svg'\n },\n {\n alt: 'Logo 2',\n src: 'img/logos/logoipsum-347.svg'\n },\n {\n alt: 'Logo 3',\n src: 'img/logos/logoipsum-352.svg'\n },\n {\n alt: 'Logo 4',\n src: 'img/logos/logoipsum-356.svg'\n },\n {\n alt: 'Logo 5',\n src: 'img/logos/logoipsum-358.svg'\n },\n {\n alt: 'Logo 6',\n src: 'img/logos/logoipsum-369.svg'\n }\n ]}\n logosPerRow={5}\n tagline=\"Your Success, Our Commitment\"\n/>",
2252
2782
  "args": {
2253
2783
  "tagline": "Your Success, Our Commitment",
2254
2784
  "logo": [
2255
2785
  {
2256
- "src": "img/logos/logoipsum-212.svg",
2786
+ "src": "img/logos/logoipsum-344.svg",
2257
2787
  "alt": "Logo 1"
2258
2788
  },
2259
2789
  {
2260
- "src": "img/logos/logoipsum-217.svg",
2790
+ "src": "img/logos/logoipsum-347.svg",
2261
2791
  "alt": "Logo 2"
2262
2792
  },
2263
2793
  {
2264
- "src": "img/logos/logoipsum-239.svg",
2794
+ "src": "img/logos/logoipsum-352.svg",
2265
2795
  "alt": "Logo 3"
2266
2796
  },
2267
2797
  {
2268
- "src": "img/logos/logoipsum-244.svg",
2798
+ "src": "img/logos/logoipsum-356.svg",
2269
2799
  "alt": "Logo 4"
2270
2800
  },
2271
2801
  {
2272
- "src": "img/logos/logoipsum-250.svg",
2802
+ "src": "img/logos/logoipsum-358.svg",
2273
2803
  "alt": "Logo 5"
2274
2804
  },
2275
2805
  {
2276
- "src": "img/logos/logoipsum-286.svg",
2806
+ "src": "img/logos/logoipsum-369.svg",
2277
2807
  "alt": "Logo 6"
2278
2808
  }
2279
2809
  ],
@@ -2293,56 +2823,56 @@
2293
2823
  "id": "components-logos--logo-wall",
2294
2824
  "group": "Components/Logos",
2295
2825
  "name": "LogoWall",
2296
- "code": "<Logos\n align=\"center\"\n cta={{\n label: 'See all our partners',\n link: '#',\n style: 'text',\n text: 'Explore the success stories of our valued customers and discover more about their journey.',\n toggle: false\n }}\n logo={[\n {\n alt: 'Logo 1',\n src: 'img/logos/logoipsum-212.svg'\n },\n {\n alt: 'Logo 2',\n src: 'img/logos/logoipsum-217.svg'\n },\n {\n alt: 'Logo 3',\n src: 'img/logos/logoipsum-239.svg'\n },\n {\n alt: 'Logo 4',\n src: 'img/logos/logoipsum-244.svg'\n },\n {\n alt: 'Logo 5',\n src: 'img/logos/logoipsum-250.svg'\n },\n {\n alt: 'Logo 6',\n src: 'img/logos/logoipsum-286.svg'\n },\n {\n alt: 'Logo 4',\n src: 'img/logos/logoipsum-244.svg'\n },\n {\n alt: 'Logo 5',\n src: 'img/logos/logoipsum-250.svg'\n },\n {\n alt: 'Logo 6',\n src: 'img/logos/logoipsum-286.svg'\n },\n {\n alt: 'Logo 4',\n src: 'img/logos/logoipsum-244.svg'\n },\n {\n alt: 'Logo 5',\n src: 'img/logos/logoipsum-250.svg'\n },\n {\n alt: 'Logo 6',\n src: 'img/logos/logoipsum-286.svg'\n }\n ]}\n logosPerRow={4}\n tagline=\"Your Success, Our Commitment\"\n/>",
2826
+ "code": "<Logos\n align=\"center\"\n cta={{\n label: 'See all our partners',\n link: '#',\n style: 'text',\n text: 'Explore the success stories of our valued customers and discover more about their journey.',\n toggle: false\n }}\n logo={[\n {\n alt: 'Logo 1',\n src: 'img/logos/logoipsum-344.svg'\n },\n {\n alt: 'Logo 2',\n src: 'img/logos/logoipsum-347.svg'\n },\n {\n alt: 'Logo 3',\n src: 'img/logos/logoipsum-352.svg'\n },\n {\n alt: 'Logo 4',\n src: 'img/logos/logoipsum-356.svg'\n },\n {\n alt: 'Logo 5',\n src: 'img/logos/logoipsum-358.svg'\n },\n {\n alt: 'Logo 6',\n src: 'img/logos/logoipsum-369.svg'\n },\n {\n alt: 'Logo 4',\n src: 'img/logos/logoipsum-356.svg'\n },\n {\n alt: 'Logo 5',\n src: 'img/logos/logoipsum-358.svg'\n },\n {\n alt: 'Logo 6',\n src: 'img/logos/logoipsum-369.svg'\n },\n {\n alt: 'Logo 4',\n src: 'img/logos/logoipsum-356.svg'\n },\n {\n alt: 'Logo 5',\n src: 'img/logos/logoipsum-358.svg'\n },\n {\n alt: 'Logo 6',\n src: 'img/logos/logoipsum-369.svg'\n }\n ]}\n logosPerRow={4}\n tagline=\"Your Success, Our Commitment\"\n/>",
2297
2827
  "args": {
2298
2828
  "tagline": "Your Success, Our Commitment",
2299
2829
  "logo": [
2300
2830
  {
2301
- "src": "img/logos/logoipsum-212.svg",
2831
+ "src": "img/logos/logoipsum-344.svg",
2302
2832
  "alt": "Logo 1"
2303
2833
  },
2304
2834
  {
2305
- "src": "img/logos/logoipsum-217.svg",
2835
+ "src": "img/logos/logoipsum-347.svg",
2306
2836
  "alt": "Logo 2"
2307
2837
  },
2308
2838
  {
2309
- "src": "img/logos/logoipsum-239.svg",
2839
+ "src": "img/logos/logoipsum-352.svg",
2310
2840
  "alt": "Logo 3"
2311
2841
  },
2312
2842
  {
2313
- "src": "img/logos/logoipsum-244.svg",
2843
+ "src": "img/logos/logoipsum-356.svg",
2314
2844
  "alt": "Logo 4"
2315
2845
  },
2316
2846
  {
2317
- "src": "img/logos/logoipsum-250.svg",
2847
+ "src": "img/logos/logoipsum-358.svg",
2318
2848
  "alt": "Logo 5"
2319
2849
  },
2320
2850
  {
2321
- "src": "img/logos/logoipsum-286.svg",
2851
+ "src": "img/logos/logoipsum-369.svg",
2322
2852
  "alt": "Logo 6"
2323
2853
  },
2324
2854
  {
2325
- "src": "img/logos/logoipsum-244.svg",
2855
+ "src": "img/logos/logoipsum-356.svg",
2326
2856
  "alt": "Logo 4"
2327
2857
  },
2328
2858
  {
2329
- "src": "img/logos/logoipsum-250.svg",
2859
+ "src": "img/logos/logoipsum-358.svg",
2330
2860
  "alt": "Logo 5"
2331
2861
  },
2332
2862
  {
2333
- "src": "img/logos/logoipsum-286.svg",
2863
+ "src": "img/logos/logoipsum-369.svg",
2334
2864
  "alt": "Logo 6"
2335
2865
  },
2336
2866
  {
2337
- "src": "img/logos/logoipsum-244.svg",
2867
+ "src": "img/logos/logoipsum-356.svg",
2338
2868
  "alt": "Logo 4"
2339
2869
  },
2340
2870
  {
2341
- "src": "img/logos/logoipsum-250.svg",
2871
+ "src": "img/logos/logoipsum-358.svg",
2342
2872
  "alt": "Logo 5"
2343
2873
  },
2344
2874
  {
2345
- "src": "img/logos/logoipsum-286.svg",
2875
+ "src": "img/logos/logoipsum-369.svg",
2346
2876
  "alt": "Logo 6"
2347
2877
  }
2348
2878
  ],
@@ -2362,32 +2892,32 @@
2362
2892
  "id": "components-logos--logo-row",
2363
2893
  "group": "Components/Logos",
2364
2894
  "name": "LogoRow",
2365
- "code": "<Logos\n align=\"center\"\n cta={{\n label: 'See all our partners',\n link: '#',\n style: 'text',\n text: 'Explore the success stories of our valued customers and discover more about their journey.',\n toggle: false\n }}\n logo={[\n {\n alt: 'Logo 1',\n src: 'img/logos/logoipsum-212.svg'\n },\n {\n alt: 'Logo 2',\n src: 'img/logos/logoipsum-217.svg'\n },\n {\n alt: 'Logo 3',\n src: 'img/logos/logoipsum-239.svg'\n },\n {\n alt: 'Logo 4',\n src: 'img/logos/logoipsum-244.svg'\n },\n {\n alt: 'Logo 5',\n src: 'img/logos/logoipsum-250.svg'\n },\n {\n alt: 'Logo 6',\n src: 'img/logos/logoipsum-286.svg'\n }\n ]}\n logosPerRow={6}\n tagline=\"Your Success, Our Commitment\"\n/>",
2895
+ "code": "<Logos\n align=\"center\"\n cta={{\n label: 'See all our partners',\n link: '#',\n style: 'text',\n text: 'Explore the success stories of our valued customers and discover more about their journey.',\n toggle: false\n }}\n logo={[\n {\n alt: 'Logo 1',\n src: 'img/logos/logoipsum-344.svg'\n },\n {\n alt: 'Logo 2',\n src: 'img/logos/logoipsum-347.svg'\n },\n {\n alt: 'Logo 3',\n src: 'img/logos/logoipsum-352.svg'\n },\n {\n alt: 'Logo 4',\n src: 'img/logos/logoipsum-356.svg'\n },\n {\n alt: 'Logo 5',\n src: 'img/logos/logoipsum-358.svg'\n },\n {\n alt: 'Logo 6',\n src: 'img/logos/logoipsum-369.svg'\n }\n ]}\n logosPerRow={6}\n tagline=\"Your Success, Our Commitment\"\n/>",
2366
2896
  "args": {
2367
2897
  "tagline": "Your Success, Our Commitment",
2368
2898
  "logo": [
2369
2899
  {
2370
- "src": "img/logos/logoipsum-212.svg",
2900
+ "src": "img/logos/logoipsum-344.svg",
2371
2901
  "alt": "Logo 1"
2372
2902
  },
2373
2903
  {
2374
- "src": "img/logos/logoipsum-217.svg",
2904
+ "src": "img/logos/logoipsum-347.svg",
2375
2905
  "alt": "Logo 2"
2376
2906
  },
2377
2907
  {
2378
- "src": "img/logos/logoipsum-239.svg",
2908
+ "src": "img/logos/logoipsum-352.svg",
2379
2909
  "alt": "Logo 3"
2380
2910
  },
2381
2911
  {
2382
- "src": "img/logos/logoipsum-244.svg",
2912
+ "src": "img/logos/logoipsum-356.svg",
2383
2913
  "alt": "Logo 4"
2384
2914
  },
2385
2915
  {
2386
- "src": "img/logos/logoipsum-250.svg",
2916
+ "src": "img/logos/logoipsum-358.svg",
2387
2917
  "alt": "Logo 5"
2388
2918
  },
2389
2919
  {
2390
- "src": "img/logos/logoipsum-286.svg",
2920
+ "src": "img/logos/logoipsum-369.svg",
2391
2921
  "alt": "Logo 6"
2392
2922
  }
2393
2923
  ],
@@ -2501,15 +3031,79 @@
2501
3031
  },
2502
3032
  "screenshot": "img/screenshots/components-mosaic--colorful-text-with-illustrations.png"
2503
3033
  },
3034
+ {
3035
+ "id": "industry-pagination--default",
3036
+ "group": "Industry/Pagination",
3037
+ "name": "Default",
3038
+ "code": "<Pagination\n ariaLabels={{\n goToPage: 'Go to page',\n nextPage: 'Go to next page',\n previousPage: 'Go to previous page',\n skipToFirstPage: 'Skip to first page',\n skipToLastPage: 'Skip to last page'\n }}\n pages={[\n {\n active: false,\n url: 'https://example.com/page1'\n },\n {\n active: false,\n url: 'https://example.com/page2'\n },\n {\n active: false,\n url: 'https://example.com/page3'\n },\n {\n active: false,\n url: 'https://example.com/page4'\n },\n {\n active: false,\n url: 'https://example.com/page5'\n },\n {\n active: true,\n url: 'https://example.com/page6'\n },\n {\n active: false,\n url: 'https://example.com/page7'\n },\n {\n active: false,\n url: 'https://example.com/page8'\n },\n {\n active: false,\n url: 'https://example.com/page9'\n },\n {\n active: false,\n url: 'https://example.com/page10'\n },\n {\n url: 'https://example.com/page11'\n },\n {\n url: 'https://example.com/page12'\n }\n ]}\n/>",
3039
+ "args": {
3040
+ "ariaLabels": {
3041
+ "previousPage": "Go to previous page",
3042
+ "nextPage": "Go to next page",
3043
+ "skipToFirstPage": "Skip to first page",
3044
+ "skipToLastPage": "Skip to last page",
3045
+ "goToPage": "Go to page"
3046
+ },
3047
+ "pages": [
3048
+ {
3049
+ "active": false,
3050
+ "url": "https://example.com/page1"
3051
+ },
3052
+ {
3053
+ "active": false,
3054
+ "url": "https://example.com/page2"
3055
+ },
3056
+ {
3057
+ "active": false,
3058
+ "url": "https://example.com/page3"
3059
+ },
3060
+ {
3061
+ "active": false,
3062
+ "url": "https://example.com/page4"
3063
+ },
3064
+ {
3065
+ "active": false,
3066
+ "url": "https://example.com/page5"
3067
+ },
3068
+ {
3069
+ "active": true,
3070
+ "url": "https://example.com/page6"
3071
+ },
3072
+ {
3073
+ "active": false,
3074
+ "url": "https://example.com/page7"
3075
+ },
3076
+ {
3077
+ "active": false,
3078
+ "url": "https://example.com/page8"
3079
+ },
3080
+ {
3081
+ "active": false,
3082
+ "url": "https://example.com/page9"
3083
+ },
3084
+ {
3085
+ "active": false,
3086
+ "url": "https://example.com/page10"
3087
+ },
3088
+ {
3089
+ "url": "https://example.com/page11"
3090
+ },
3091
+ {
3092
+ "url": "https://example.com/page12"
3093
+ }
3094
+ ]
3095
+ },
3096
+ "screenshot": "img/screenshots/industry-pagination--default.png"
3097
+ },
2504
3098
  {
2505
3099
  "id": "layout-section--cards",
2506
3100
  "group": "Layout/Section",
2507
3101
  "name": "Cards",
2508
- "code": "<Section\n backgroundColor=\"default\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: 'tile',\n tileWidth: 'default',\n width: 'unset'\n }}\n headline={{\n large: false,\n sub: 'We can create something shining for you too!',\n text: 'Happy Customers Showcases',\n width: 'unset'\n }}\n spaceAfter=\"default\"\n spaceBefore=\"default\"\n style=\"default\"\n width=\"default\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n label=\"Freshest Fruit\"\n layout=\"row\"\n target=\"#\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n />\n</Section>",
3102
+ "code": "<Section\n backgroundColor=\"default\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: 'tile',\n tileWidth: 'default',\n width: 'unset'\n }}\n headline={{\n large: false,\n sub: 'We can create something shining for you too!',\n text: 'Happy Customers Showcases',\n width: 'unset'\n }}\n spaceAfter=\"default\"\n spaceBefore=\"default\"\n transition=\"default\"\n width=\"default\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n label=\"Freshest Fruit\"\n layout=\"row\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n layout=\"row\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n url=\"#\"\n />\n</Section>",
2509
3103
  "args": {
2510
3104
  "width": "default",
2511
- "style": "default",
2512
3105
  "backgroundColor": "default",
3106
+ "transition": "default",
2513
3107
  "spotlight": false,
2514
3108
  "spaceBefore": "default",
2515
3109
  "spaceAfter": "default",
@@ -2536,11 +3130,11 @@
2536
3130
  "id": "layout-section--slider",
2537
3131
  "group": "Layout/Section",
2538
3132
  "name": "Slider",
2539
- "code": "<Section\n backgroundColor=\"default\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: 'slider',\n tileWidth: 'default',\n width: 'unset'\n }}\n headline={{\n large: false,\n text: 'Section headline',\n width: 'unset'\n }}\n spaceAfter=\"default\"\n spaceBefore=\"default\"\n style=\"default\"\n width=\"default\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n label=\"Freshest Fruit\"\n layout=\"row\"\n target=\"#\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n label=\"Freshest Fruit\"\n layout=\"row\"\n target=\"#\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n label=\"Freshest Fruit\"\n layout=\"row\"\n target=\"#\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n label=\"Freshest Fruit\"\n layout=\"row\"\n target=\"#\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n />\n</Section>",
3133
+ "code": "<Section\n backgroundColor=\"default\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: 'slider',\n tileWidth: 'default',\n width: 'unset'\n }}\n headline={{\n large: false,\n text: 'Section headline',\n width: 'unset'\n }}\n spaceAfter=\"default\"\n spaceBefore=\"default\"\n transition=\"default\"\n width=\"default\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n label=\"Freshest Fruit\"\n layout=\"row\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n layout=\"row\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n label=\"Freshest Fruit\"\n layout=\"row\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n layout=\"row\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n label=\"Freshest Fruit\"\n layout=\"row\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n layout=\"row\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n label=\"Freshest Fruit\"\n layout=\"row\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n layout=\"row\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n url=\"#\"\n />\n</Section>",
2540
3134
  "args": {
2541
3135
  "width": "default",
2542
- "style": "default",
2543
3136
  "backgroundColor": "default",
3137
+ "transition": "default",
2544
3138
  "spotlight": false,
2545
3139
  "spaceBefore": "default",
2546
3140
  "spaceAfter": "default",
@@ -2566,11 +3160,11 @@
2566
3160
  "id": "layout-section--inverted",
2567
3161
  "group": "Layout/Section",
2568
3162
  "name": "Inverted",
2569
- "code": "<Section\n backgroundColor=\"default\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n }}\n headline={{\n large: false,\n sub: 'We can create something shining for you too!',\n text: 'Happy Customers Showcases',\n width: 'unset'\n }}\n inverted\n spaceAfter=\"default\"\n spaceBefore=\"default\"\n style=\"default\"\n width=\"default\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n label=\"Freshest Fruit\"\n layout=\"row\"\n target=\"#\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n />\n</Section>",
3163
+ "code": "<Section\n backgroundColor=\"default\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n }}\n headline={{\n large: false,\n sub: 'We can create something shining for you too!',\n text: 'Happy Customers Showcases',\n width: 'unset'\n }}\n inverted\n spaceAfter=\"default\"\n spaceBefore=\"default\"\n transition=\"default\"\n width=\"default\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n label=\"Freshest Fruit\"\n layout=\"row\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n layout=\"row\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n url=\"#\"\n />\n</Section>",
2570
3164
  "args": {
2571
3165
  "width": "default",
2572
- "style": "default",
2573
3166
  "backgroundColor": "default",
3167
+ "transition": "default",
2574
3168
  "spotlight": false,
2575
3169
  "spaceBefore": "default",
2576
3170
  "spaceAfter": "default",
@@ -2597,11 +3191,11 @@
2597
3191
  "id": "layout-section--background-image",
2598
3192
  "group": "Layout/Section",
2599
3193
  "name": "BackgroundImage",
2600
- "code": "<Section\n backgroundColor=\"default\"\n backgroundImage=\"/img/bg_dot-carpet-blue.svg\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: 'default',\n tileWidth: 'default',\n width: 'unset'\n }}\n headline={{\n large: false,\n sub: 'We can create something shining for you too!',\n text: 'Happy Customers Showcases',\n width: 'unset'\n }}\n spaceAfter=\"default\"\n spaceBefore=\"default\"\n style=\"default\"\n width=\"default\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n label=\"Freshest Fruit\"\n layout=\"row\"\n target=\"#\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n />\n</Section>",
3194
+ "code": "<Section\n backgroundColor=\"default\"\n backgroundImage=\"/img/bg_dot-carpet-blue.svg\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: 'default',\n tileWidth: 'default',\n width: 'unset'\n }}\n headline={{\n large: false,\n sub: 'We can create something shining for you too!',\n text: 'Happy Customers Showcases',\n width: 'unset'\n }}\n spaceAfter=\"default\"\n spaceBefore=\"default\"\n transition=\"default\"\n width=\"default\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n label=\"Freshest Fruit\"\n layout=\"row\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n layout=\"row\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n url=\"#\"\n />\n</Section>",
2601
3195
  "args": {
2602
3196
  "width": "default",
2603
- "style": "default",
2604
3197
  "backgroundColor": "default",
3198
+ "transition": "default",
2605
3199
  "spotlight": false,
2606
3200
  "spaceBefore": "default",
2607
3201
  "spaceAfter": "default",
@@ -2629,11 +3223,11 @@
2629
3223
  "id": "layout-section--spotlight",
2630
3224
  "group": "Layout/Section",
2631
3225
  "name": "Spotlight",
2632
- "code": "<Section\n backgroundColor=\"default\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n }}\n headline={{\n large: false,\n sub: 'We can create something shining for you too!',\n text: 'Happy Customers Showcases',\n width: 'unset'\n }}\n spaceAfter=\"default\"\n spaceBefore=\"default\"\n spotlight\n style=\"default\"\n width=\"default\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n label=\"Freshest Fruit\"\n layout=\"row\"\n target=\"#\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n />\n</Section>",
3226
+ "code": "<Section\n backgroundColor=\"default\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n }}\n headline={{\n large: false,\n sub: 'We can create something shining for you too!',\n text: 'Happy Customers Showcases',\n width: 'unset'\n }}\n spaceAfter=\"default\"\n spaceBefore=\"default\"\n spotlight\n transition=\"default\"\n width=\"default\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n label=\"Freshest Fruit\"\n layout=\"row\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n layout=\"row\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n url=\"#\"\n />\n</Section>",
2633
3227
  "args": {
2634
3228
  "width": "default",
2635
- "style": "default",
2636
3229
  "backgroundColor": "default",
3230
+ "transition": "default",
2637
3231
  "spotlight": true,
2638
3232
  "spaceBefore": "default",
2639
3233
  "spaceAfter": "default",
@@ -2660,11 +3254,11 @@
2660
3254
  "id": "layout-section--stagelights",
2661
3255
  "group": "Layout/Section",
2662
3256
  "name": "Stagelights",
2663
- "code": "<Section\n backgroundColor=\"default\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n }}\n headline={{\n align: 'center',\n large: false,\n sub: 'We can create something shining for you too!',\n text: 'Happy Customers Showcases',\n width: 'unset'\n }}\n spaceAfter=\"default\"\n spaceBefore=\"default\"\n style=\"stagelights\"\n width=\"default\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n label=\"Freshest Fruit\"\n layout=\"row\"\n target=\"#\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n />\n</Section>",
3257
+ "code": "<Section\n backgroundColor=\"default\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n }}\n headline={{\n align: 'center',\n large: false,\n sub: 'We can create something shining for you too!',\n text: 'Happy Customers Showcases',\n width: 'unset'\n }}\n spaceAfter=\"default\"\n spaceBefore=\"default\"\n style=\"stagelights\"\n transition=\"default\"\n width=\"default\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n label=\"Freshest Fruit\"\n layout=\"row\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n layout=\"row\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n url=\"#\"\n />\n</Section>",
2664
3258
  "args": {
2665
3259
  "width": "default",
2666
- "style": "stagelights",
2667
3260
  "backgroundColor": "default",
3261
+ "transition": "default",
2668
3262
  "spotlight": false,
2669
3263
  "spaceBefore": "default",
2670
3264
  "spaceAfter": "default",
@@ -2684,7 +3278,8 @@
2684
3278
  "mode": "list",
2685
3279
  "tileWidth": "default"
2686
3280
  },
2687
- "buttons": []
3281
+ "buttons": [],
3282
+ "style": "stagelights"
2688
3283
  },
2689
3284
  "screenshot": "img/screenshots/layout-section--stagelights.png"
2690
3285
  },
@@ -2692,11 +3287,11 @@
2692
3287
  "id": "layout-section--accent-background",
2693
3288
  "group": "Layout/Section",
2694
3289
  "name": "AccentBackground",
2695
- "code": "<Section\n backgroundColor=\"accent\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n }}\n headline={{\n align: 'center',\n large: false,\n sub: 'We can create something shining for you too!',\n text: 'Happy Customers Showcases',\n width: 'unset'\n }}\n spaceAfter=\"default\"\n spaceBefore=\"default\"\n style=\"default\"\n width=\"default\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n label=\"Freshest Fruit\"\n layout=\"row\"\n target=\"#\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n />\n</Section>",
3290
+ "code": "<Section\n backgroundColor=\"accent\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n }}\n headline={{\n align: 'center',\n large: false,\n sub: 'We can create something shining for you too!',\n text: 'Happy Customers Showcases',\n width: 'unset'\n }}\n spaceAfter=\"default\"\n spaceBefore=\"default\"\n transition=\"default\"\n width=\"default\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n label=\"Freshest Fruit\"\n layout=\"row\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n layout=\"row\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n url=\"#\"\n />\n</Section>",
2696
3291
  "args": {
2697
3292
  "width": "default",
2698
- "style": "default",
2699
3293
  "backgroundColor": "accent",
3294
+ "transition": "default",
2700
3295
  "spotlight": false,
2701
3296
  "spaceBefore": "default",
2702
3297
  "spaceAfter": "default",
@@ -2724,11 +3319,11 @@
2724
3319
  "id": "layout-section--bold-background",
2725
3320
  "group": "Layout/Section",
2726
3321
  "name": "BoldBackground",
2727
- "code": "<Section\n backgroundColor=\"bold\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n }}\n headline={{\n align: 'center',\n large: false,\n sub: 'We can create something shining for you too!',\n text: 'Happy Customers Showcases',\n width: 'unset'\n }}\n spaceAfter=\"default\"\n spaceBefore=\"default\"\n style=\"default\"\n width=\"default\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n label=\"Freshest Fruit\"\n layout=\"row\"\n target=\"#\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n />\n</Section>",
3322
+ "code": "<Section\n backgroundColor=\"bold\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n }}\n headline={{\n align: 'center',\n large: false,\n sub: 'We can create something shining for you too!',\n text: 'Happy Customers Showcases',\n width: 'unset'\n }}\n spaceAfter=\"default\"\n spaceBefore=\"default\"\n transition=\"default\"\n width=\"default\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n label=\"Freshest Fruit\"\n layout=\"row\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n layout=\"row\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n url=\"#\"\n />\n</Section>",
2728
3323
  "args": {
2729
3324
  "width": "default",
2730
- "style": "default",
2731
3325
  "backgroundColor": "bold",
3326
+ "transition": "default",
2732
3327
  "spotlight": false,
2733
3328
  "spaceBefore": "default",
2734
3329
  "spaceAfter": "default",
@@ -2756,11 +3351,11 @@
2756
3351
  "id": "layout-section--colorful-gradient",
2757
3352
  "group": "Layout/Section",
2758
3353
  "name": "ColorfulGradient",
2759
- "code": "<Section\n backgroundColor=\"default\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n }}\n headline={{\n align: 'center',\n large: false,\n sub: 'We can create something shining for you too!',\n text: 'Happy Customers Showcases',\n width: 'unset'\n }}\n spaceAfter=\"default\"\n spaceBefore=\"default\"\n style=\"horizontalGradient\"\n width=\"default\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n label=\"Freshest Fruit\"\n layout=\"row\"\n target=\"#\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n />\n</Section>",
3354
+ "code": "<Section\n backgroundColor=\"default\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n }}\n headline={{\n align: 'center',\n large: false,\n sub: 'We can create something shining for you too!',\n text: 'Happy Customers Showcases',\n width: 'unset'\n }}\n spaceAfter=\"default\"\n spaceBefore=\"default\"\n style=\"horizontalGradient\"\n transition=\"default\"\n width=\"default\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n label=\"Freshest Fruit\"\n layout=\"row\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n layout=\"row\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n url=\"#\"\n />\n</Section>",
2760
3355
  "args": {
2761
3356
  "width": "default",
2762
- "style": "horizontalGradient",
2763
3357
  "backgroundColor": "default",
3358
+ "transition": "default",
2764
3359
  "spotlight": false,
2765
3360
  "spaceBefore": "default",
2766
3361
  "spaceAfter": "default",
@@ -2780,7 +3375,8 @@
2780
3375
  "mode": "list",
2781
3376
  "tileWidth": "default"
2782
3377
  },
2783
- "buttons": []
3378
+ "buttons": [],
3379
+ "style": "horizontalGradient"
2784
3380
  },
2785
3381
  "screenshot": "img/screenshots/layout-section--colorful-gradient.png"
2786
3382
  },
@@ -2788,11 +3384,11 @@
2788
3384
  "id": "layout-section--with-buttons",
2789
3385
  "group": "Layout/Section",
2790
3386
  "name": "WithButtons",
2791
- "code": "<Section\n backgroundColor=\"default\"\n buttons={[\n {\n disabled: false,\n icon: 'arrow-right',\n label: 'All Showcases',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n icon: 'date',\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n }\n ]}\n content={{\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n }}\n headline={{\n align: 'center',\n large: false,\n sub: 'We can create something shining for you too!',\n text: 'Happy Customers Showcases',\n width: 'unset'\n }}\n spaceAfter=\"default\"\n spaceBefore=\"default\"\n style=\"default\"\n width=\"default\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n label=\"Freshest Fruit\"\n layout=\"row\"\n target=\"#\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n />\n</Section>",
3387
+ "code": "<Section\n backgroundColor=\"default\"\n buttons={[\n {\n disabled: false,\n icon: 'arrow-right',\n label: 'All Showcases',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n icon: 'date',\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n }\n ]}\n content={{\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n }}\n headline={{\n align: 'center',\n large: false,\n sub: 'We can create something shining for you too!',\n text: 'Happy Customers Showcases',\n width: 'unset'\n }}\n spaceAfter=\"default\"\n spaceBefore=\"default\"\n transition=\"default\"\n width=\"default\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n label=\"Freshest Fruit\"\n layout=\"row\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n layout=\"row\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n url=\"#\"\n />\n</Section>",
2792
3388
  "args": {
2793
3389
  "width": "default",
2794
- "style": "default",
2795
3390
  "backgroundColor": "default",
3391
+ "transition": "default",
2796
3392
  "spotlight": false,
2797
3393
  "spaceBefore": "default",
2798
3394
  "spaceAfter": "default",
@@ -2835,11 +3431,11 @@
2835
3431
  "id": "layout-section--tile-layout",
2836
3432
  "group": "Layout/Section",
2837
3433
  "name": "TileLayout",
2838
- "code": "<Section\n backgroundColor=\"default\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: 'tile',\n tileWidth: 'default',\n width: 'unset'\n }}\n headline={{\n align: 'center',\n large: false,\n sub: 'We can create something shining for you too!',\n text: 'Happy Customers Showcases',\n width: 'unset'\n }}\n spaceAfter=\"default\"\n spaceBefore=\"default\"\n style=\"default\"\n width=\"max\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n />\n</Section>",
3434
+ "code": "<Section\n backgroundColor=\"default\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: 'tile',\n tileWidth: 'default',\n width: 'unset'\n }}\n headline={{\n align: 'center',\n large: false,\n sub: 'We can create something shining for you too!',\n text: 'Happy Customers Showcases',\n width: 'unset'\n }}\n spaceAfter=\"default\"\n spaceBefore=\"default\"\n transition=\"default\"\n width=\"max\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n layout=\"row\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n url=\"#\"\n />\n</Section>",
2839
3435
  "args": {
2840
3436
  "width": "max",
2841
- "style": "default",
2842
3437
  "backgroundColor": "default",
3438
+ "transition": "default",
2843
3439
  "spotlight": false,
2844
3440
  "spaceBefore": "default",
2845
3441
  "spaceAfter": "default",
@@ -2867,11 +3463,11 @@
2867
3463
  "id": "layout-section--flex-layout",
2868
3464
  "group": "Layout/Section",
2869
3465
  "name": "FlexLayout",
2870
- "code": "<Section\n backgroundColor=\"default\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n }}\n headline={{\n align: 'center',\n large: false,\n sub: 'We can create something shining for you too!',\n text: 'Happy Customers Showcases',\n width: 'unset'\n }}\n spaceAfter=\"default\"\n spaceBefore=\"default\"\n style=\"default\"\n width=\"max\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n />\n</Section>",
3466
+ "code": "<Section\n backgroundColor=\"default\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n }}\n headline={{\n align: 'center',\n large: false,\n sub: 'We can create something shining for you too!',\n text: 'Happy Customers Showcases',\n width: 'unset'\n }}\n spaceAfter=\"default\"\n spaceBefore=\"default\"\n transition=\"default\"\n width=\"max\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n layout=\"row\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n url=\"#\"\n />\n</Section>",
2871
3467
  "args": {
2872
3468
  "width": "max",
2873
- "style": "default",
2874
3469
  "backgroundColor": "default",
3470
+ "transition": "default",
2875
3471
  "spotlight": false,
2876
3472
  "spaceBefore": "default",
2877
3473
  "spaceAfter": "default",
@@ -2899,11 +3495,11 @@
2899
3495
  "id": "layout-section--list-layout",
2900
3496
  "group": "Layout/Section",
2901
3497
  "name": "ListLayout",
2902
- "code": "<Section\n backgroundColor=\"default\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n }}\n headline={{\n align: 'center',\n large: false,\n sub: 'We can create something shining for you too!',\n text: 'Happy Customers Showcases',\n width: 'unset'\n }}\n spaceAfter=\"default\"\n spaceBefore=\"default\"\n style=\"default\"\n width=\"default\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n label=\"Freshest Fruit\"\n layout=\"row\"\n target=\"#\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n />\n</Section>",
3498
+ "code": "<Section\n backgroundColor=\"default\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n }}\n headline={{\n align: 'center',\n large: false,\n sub: 'We can create something shining for you too!',\n text: 'Happy Customers Showcases',\n width: 'unset'\n }}\n spaceAfter=\"default\"\n spaceBefore=\"default\"\n transition=\"default\"\n width=\"default\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n label=\"Freshest Fruit\"\n layout=\"row\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n layout=\"row\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n url=\"#\"\n />\n</Section>",
2903
3499
  "args": {
2904
3500
  "width": "default",
2905
- "style": "default",
2906
3501
  "backgroundColor": "default",
3502
+ "transition": "default",
2907
3503
  "spotlight": false,
2908
3504
  "spaceBefore": "default",
2909
3505
  "spaceAfter": "default",
@@ -2931,7 +3527,7 @@
2931
3527
  "id": "layout-slider--with-arrows",
2932
3528
  "group": "Layout/Slider",
2933
3529
  "name": "WithArrows",
2934
- "code": "<No Display Name\n arrows\n equalHeight\n gap={15}\n nav\n typeProp=\"carousel\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'View page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n imageRatio=\"unset\"\n layout=\"row\"\n target=\"#\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'View page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n imageRatio=\"unset\"\n layout=\"row\"\n target=\"#\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'View page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n imageRatio=\"unset\"\n layout=\"row\"\n target=\"#\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n />\n</No Display Name>",
3530
+ "code": "<No Display Name\n arrows\n equalHeight\n gap={15}\n nav\n typeProp=\"carousel\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'View page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n imageRatio=\"unset\"\n layout=\"row\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'View page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n imageRatio=\"unset\"\n layout=\"row\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'View page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n imageRatio=\"unset\"\n layout=\"row\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n url=\"#\"\n />\n</No Display Name>",
2935
3531
  "args": {
2936
3532
  "autoplay": false,
2937
3533
  "nav": true,
@@ -2947,7 +3543,7 @@
2947
3543
  "id": "layout-slider--with-teased-neighbours",
2948
3544
  "group": "Layout/Slider",
2949
3545
  "name": "WithTeasedNeighbours",
2950
- "code": "<No Display Name\n arrows\n equalHeight\n gap={15}\n nav\n teaseNeighbours\n typeProp=\"carousel\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'View page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n imageRatio=\"unset\"\n layout=\"row\"\n target=\"#\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'View page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n imageRatio=\"unset\"\n layout=\"row\"\n target=\"#\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'View page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n imageRatio=\"unset\"\n layout=\"row\"\n target=\"#\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n />\n</No Display Name>",
3546
+ "code": "<No Display Name\n arrows\n equalHeight\n gap={15}\n nav\n teaseNeighbours\n typeProp=\"carousel\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'View page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n imageRatio=\"unset\"\n layout=\"row\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'View page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n imageRatio=\"unset\"\n layout=\"row\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'View page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n imageRatio=\"unset\"\n layout=\"row\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n url=\"#\"\n />\n</No Display Name>",
2951
3547
  "args": {
2952
3548
  "autoplay": false,
2953
3549
  "nav": true,
@@ -2963,7 +3559,7 @@
2963
3559
  "id": "layout-slider--with-nav",
2964
3560
  "group": "Layout/Slider",
2965
3561
  "name": "WithNav",
2966
- "code": "<No Display Name\n arrows\n equalHeight\n gap={15}\n nav\n typeProp=\"carousel\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'View page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n imageRatio=\"unset\"\n layout=\"row\"\n target=\"#\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'View page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n imageRatio=\"unset\"\n layout=\"row\"\n target=\"#\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'View page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n imageRatio=\"unset\"\n layout=\"row\"\n target=\"#\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n />\n</No Display Name>",
3562
+ "code": "<No Display Name\n arrows\n equalHeight\n gap={15}\n nav\n typeProp=\"carousel\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'View page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n imageRatio=\"unset\"\n layout=\"row\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'View page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n imageRatio=\"unset\"\n layout=\"row\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'View page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n imageRatio=\"unset\"\n layout=\"row\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n url=\"#\"\n />\n</No Display Name>",
2967
3563
  "args": {
2968
3564
  "autoplay": false,
2969
3565
  "nav": true,
@@ -2979,7 +3575,7 @@
2979
3575
  "id": "layout-slider--with-autoplay",
2980
3576
  "group": "Layout/Slider",
2981
3577
  "name": "WithAutoplay",
2982
- "code": "<No Display Name\n arrows\n autoplay\n equalHeight\n gap={15}\n nav\n typeProp=\"carousel\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'View page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n imageRatio=\"unset\"\n layout=\"row\"\n target=\"#\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'View page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n imageRatio=\"unset\"\n layout=\"row\"\n target=\"#\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'View page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n imageRatio=\"unset\"\n layout=\"row\"\n target=\"#\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n />\n</No Display Name>",
3578
+ "code": "<No Display Name\n arrows\n autoplay\n equalHeight\n gap={15}\n nav\n typeProp=\"carousel\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'View page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n imageRatio=\"unset\"\n layout=\"row\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'View page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n imageRatio=\"unset\"\n layout=\"row\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'View page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n imageRatio=\"unset\"\n layout=\"row\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n url=\"#\"\n />\n</No Display Name>",
2983
3579
  "args": {
2984
3580
  "autoplay": true,
2985
3581
  "nav": true,
@@ -2991,26 +3587,289 @@
2991
3587
  },
2992
3588
  "screenshot": "img/screenshots/layout-slider--with-autoplay.png"
2993
3589
  },
3590
+ {
3591
+ "id": "layout-split-even--text-with-logos",
3592
+ "group": "Layout/Split Even",
3593
+ "name": "TextWithLogos",
3594
+ "code": "<SplitEven\n contentGutter=\"small\"\n contentMinWidth=\"medium\"\n first={<><Headline level=\"h2\" spaceAfter=\"minimum\" text=\"Innovative solutions for Industry 4.0\"/><Text highlightText text=\"We help companies make their production processes more efficient and future-proof through digitalization, automation, and smart technologies. Rely on our many years of experience in the industrial sector.\n\nRevolutionize your manufacturing with our tailored solutions designed to meet the specific needs of your industry.\"/><Button label=\"Learn more\" variant=\"primary\"/></>}\n gutter=\"large\"\n mobileLayout=\"stack\"\n second={<><Logos logo={[{alt: 'Logo 1', src: 'img/logos/logoipsum-344.svg'}, {alt: 'Logo 2', src: 'img/logos/logoipsum-347.svg'}, {alt: 'Logo 3', src: 'img/logos/logoipsum-352.svg'}, {alt: 'Logo 4', src: 'img/logos/logoipsum-356.svg'}, {alt: 'Logo 5', src: 'img/logos/logoipsum-358.svg'}, {alt: 'Logo 6', src: 'img/logos/logoipsum-369.svg'}]} logosPerRow={3}/></>}\n sectionMinWidth=\"wide\"\n verticalAlign=\"center\"\n/>",
3595
+ "args": {
3596
+ "contentMinWidth": "medium",
3597
+ "contentGutter": "small",
3598
+ "mobileLayout": "stack",
3599
+ "verticalAlign": "center",
3600
+ "gutter": "large",
3601
+ "sectionMinWidth": "wide",
3602
+ "first": {
3603
+ "key": null,
3604
+ "ref": null,
3605
+ "props": {
3606
+ "children": [
3607
+ {
3608
+ "type": {},
3609
+ "key": null,
3610
+ "ref": null,
3611
+ "props": {
3612
+ "text": "Innovative solutions for Industry 4.0",
3613
+ "level": "h2",
3614
+ "spaceAfter": "minimum"
3615
+ },
3616
+ "_owner": null
3617
+ },
3618
+ {
3619
+ "type": {},
3620
+ "key": null,
3621
+ "ref": null,
3622
+ "props": {
3623
+ "highlightText": true,
3624
+ "text": "We help companies make their production processes more efficient and future-proof through digitalization, automation, and smart technologies. Rely on our many years of experience in the industrial sector.\n\nRevolutionize your manufacturing with our tailored solutions designed to meet the specific needs of your industry."
3625
+ },
3626
+ "_owner": null
3627
+ },
3628
+ {
3629
+ "type": {},
3630
+ "key": null,
3631
+ "ref": null,
3632
+ "props": {
3633
+ "label": "Learn more",
3634
+ "variant": "primary"
3635
+ },
3636
+ "_owner": null
3637
+ }
3638
+ ]
3639
+ },
3640
+ "_owner": null
3641
+ },
3642
+ "second": {
3643
+ "key": null,
3644
+ "ref": null,
3645
+ "props": {
3646
+ "children": {
3647
+ "type": {},
3648
+ "key": null,
3649
+ "ref": null,
3650
+ "props": {
3651
+ "logosPerRow": 3,
3652
+ "logo": [
3653
+ {
3654
+ "src": "img/logos/logoipsum-344.svg",
3655
+ "alt": "Logo 1"
3656
+ },
3657
+ {
3658
+ "src": "img/logos/logoipsum-347.svg",
3659
+ "alt": "Logo 2"
3660
+ },
3661
+ {
3662
+ "src": "img/logos/logoipsum-352.svg",
3663
+ "alt": "Logo 3"
3664
+ },
3665
+ {
3666
+ "src": "img/logos/logoipsum-356.svg",
3667
+ "alt": "Logo 4"
3668
+ },
3669
+ {
3670
+ "src": "img/logos/logoipsum-358.svg",
3671
+ "alt": "Logo 5"
3672
+ },
3673
+ {
3674
+ "src": "img/logos/logoipsum-369.svg",
3675
+ "alt": "Logo 6"
3676
+ }
3677
+ ]
3678
+ },
3679
+ "_owner": null
3680
+ }
3681
+ },
3682
+ "_owner": null
3683
+ }
3684
+ },
3685
+ "screenshot": "img/screenshots/layout-split-even--text-with-logos.png"
3686
+ },
3687
+ {
3688
+ "id": "layout-split-even--faq-with-form",
3689
+ "group": "Layout/Split Even",
3690
+ "name": "FAQWithForm",
3691
+ "code": "<SplitEven\n contentGutter=\"small\"\n contentMinWidth=\"medium\"\n first={<><Headline level=\"h2\" text=\"Frequently Asked Questions\"/><Faq questions={[{answer: 'Experience the speed & scalability unlike anything seen before with our Headless CMS powered websites, web apps & composable architecture.', question: 'What are the benefits of investing in a Design System?'}, {answer: 'Experience the speed & scalability unlike anything seen before with our Headless CMS powered websites, web apps & composable architecture.', question: 'What is a Design System?'}, {answer: 'A Headless CMS plays a crucial role in a Design System by providing a content-first approach. It separates the back-end content from the front-end presentation layer, allowing for seamless integration with any design system. This results in a flexible, scalable, and platform-agnostic system that ensures content consistency across all platforms and devices.', question: 'What is the role of a Headless CMS in a Design System?'}]} /></>}\n gutter=\"large\"\n mobileLayout=\"stack\"\n second={<><Headline level=\"h3\" spaceAfter=\"minimum\" style=\"h3\" text=\"Still have questions?\"/><No Display Name label=\"Ask us directly!\" /><Button label=\"Submit\" /></>}\n sectionMinWidth=\"medium\"\n verticalAlign=\"top\"\n/>",
3692
+ "args": {
3693
+ "contentMinWidth": "medium",
3694
+ "contentGutter": "small",
3695
+ "mobileLayout": "stack",
3696
+ "verticalAlign": "top",
3697
+ "gutter": "large",
3698
+ "sectionMinWidth": "medium",
3699
+ "first": {
3700
+ "key": null,
3701
+ "ref": null,
3702
+ "props": {
3703
+ "children": [
3704
+ {
3705
+ "type": {},
3706
+ "key": null,
3707
+ "ref": null,
3708
+ "props": {
3709
+ "text": "Frequently Asked Questions",
3710
+ "level": "h2"
3711
+ },
3712
+ "_owner": null
3713
+ },
3714
+ {
3715
+ "type": {},
3716
+ "key": null,
3717
+ "ref": null,
3718
+ "props": {
3719
+ "questions": [
3720
+ {
3721
+ "answer": "Experience the speed & scalability unlike anything seen before with our Headless CMS powered websites, web apps & composable architecture.",
3722
+ "question": "What are the benefits of investing in a Design System?"
3723
+ },
3724
+ {
3725
+ "answer": "Experience the speed & scalability unlike anything seen before with our Headless CMS powered websites, web apps & composable architecture.",
3726
+ "question": "What is a Design System?"
3727
+ },
3728
+ {
3729
+ "answer": "A Headless CMS plays a crucial role in a Design System by providing a content-first approach. It separates the back-end content from the front-end presentation layer, allowing for seamless integration with any design system. This results in a flexible, scalable, and platform-agnostic system that ensures content consistency across all platforms and devices.",
3730
+ "question": "What is the role of a Headless CMS in a Design System?"
3731
+ }
3732
+ ]
3733
+ },
3734
+ "_owner": null
3735
+ }
3736
+ ]
3737
+ },
3738
+ "_owner": null
3739
+ },
3740
+ "second": {
3741
+ "key": null,
3742
+ "ref": null,
3743
+ "props": {
3744
+ "children": [
3745
+ {
3746
+ "type": {},
3747
+ "key": null,
3748
+ "ref": null,
3749
+ "props": {
3750
+ "text": "Still have questions?",
3751
+ "level": "h3",
3752
+ "style": "h3",
3753
+ "spaceAfter": "minimum"
3754
+ },
3755
+ "_owner": null
3756
+ },
3757
+ {
3758
+ "type": {},
3759
+ "key": null,
3760
+ "ref": null,
3761
+ "props": {
3762
+ "label": "Ask us directly!"
3763
+ },
3764
+ "_owner": null
3765
+ },
3766
+ {
3767
+ "type": {},
3768
+ "key": null,
3769
+ "ref": null,
3770
+ "props": {
3771
+ "label": "Submit"
3772
+ },
3773
+ "_owner": null
3774
+ }
3775
+ ]
3776
+ },
3777
+ "_owner": null
3778
+ }
3779
+ },
3780
+ "screenshot": "img/screenshots/layout-split-even--faq-with-form.png"
3781
+ },
3782
+ {
3783
+ "id": "layout-split-even--text-with-teaser",
3784
+ "group": "Layout/Split Even",
3785
+ "name": "TextWithTeaser",
3786
+ "code": "<SplitEven\n contentGutter=\"small\"\n contentMinWidth=\"medium\"\n first={<><Headline level=\"h2\" spaceAfter=\"minimum\" text=\"Innovative solutions for Industry 4.0\"/><Text highlightText text=\"We help companies make their production processes more efficient and future-proof through digitalization, automation, and smart technologies. Rely on our many years of experience in the industrial sector.\n\nRevolutionize your manufacturing with our tailored solutions designed to meet the specific needs of your industry.\"/></>}\n gutter=\"default\"\n mobileLayout=\"stack\"\n second={<><TeaserCard button={{chevron: false, hidden: false, label: 'Read more'}} headline=\"Transforming Industry\" image=\"img/logos/castaway.svg\" imageRatio=\"landscape\" layout=\"row\" text=\"with Smart Solutions\" url=\"#\"/></>}\n sectionMinWidth=\"medium\"\n verticalAlign=\"top\"\n/>",
3787
+ "args": {
3788
+ "contentMinWidth": "medium",
3789
+ "contentGutter": "small",
3790
+ "mobileLayout": "stack",
3791
+ "verticalAlign": "top",
3792
+ "gutter": "default",
3793
+ "sectionMinWidth": "medium",
3794
+ "first": {
3795
+ "key": null,
3796
+ "ref": null,
3797
+ "props": {
3798
+ "children": [
3799
+ {
3800
+ "type": {},
3801
+ "key": null,
3802
+ "ref": null,
3803
+ "props": {
3804
+ "text": "Innovative solutions for Industry 4.0",
3805
+ "level": "h2",
3806
+ "spaceAfter": "minimum"
3807
+ },
3808
+ "_owner": null
3809
+ },
3810
+ {
3811
+ "type": {},
3812
+ "key": null,
3813
+ "ref": null,
3814
+ "props": {
3815
+ "highlightText": true,
3816
+ "text": "We help companies make their production processes more efficient and future-proof through digitalization, automation, and smart technologies. Rely on our many years of experience in the industrial sector.\n\nRevolutionize your manufacturing with our tailored solutions designed to meet the specific needs of your industry."
3817
+ },
3818
+ "_owner": null
3819
+ }
3820
+ ]
3821
+ },
3822
+ "_owner": null
3823
+ },
3824
+ "second": {
3825
+ "key": null,
3826
+ "ref": null,
3827
+ "props": {
3828
+ "children": {
3829
+ "type": {},
3830
+ "key": null,
3831
+ "ref": null,
3832
+ "props": {
3833
+ "layout": "row",
3834
+ "button": {
3835
+ "chevron": false,
3836
+ "hidden": false,
3837
+ "label": "Read more"
3838
+ },
3839
+ "imageRatio": "landscape",
3840
+ "headline": "Transforming Industry",
3841
+ "text": "with Smart Solutions",
3842
+ "image": "img/logos/castaway.svg",
3843
+ "url": "#"
3844
+ },
3845
+ "_owner": null
3846
+ }
3847
+ },
3848
+ "_owner": null
3849
+ }
3850
+ },
3851
+ "screenshot": "img/screenshots/layout-split-even--text-with-teaser.png"
3852
+ },
2994
3853
  {
2995
3854
  "id": "components-stats--count-up-with-icons",
2996
3855
  "group": "Components/Stats",
2997
3856
  "name": "CountUpWithIcons",
2998
- "code": "<Stats\n stat={[\n {\n icon: 'person',\n number: 'mind. 1500 davon',\n title: 'Users'\n },\n {\n icon: 'star',\n number: 'bis zu 350',\n title: 'Subscribers'\n },\n {\n icon: 'map',\n number: '125%',\n title: 'Growth'\n }\n ]}\n />",
3857
+ "code": "<Stats\n stat={[\n {\n icon: 'person',\n number: 1500,\n title: 'Users'\n },\n {\n icon: 'star',\n number: 350,\n title: 'Subscribers'\n },\n {\n icon: 'map',\n number: 125,\n title: 'Locations'\n }\n ]}\n />",
2999
3858
  "args": {
3000
3859
  "stat": [
3001
3860
  {
3002
- "number": "mind. 1500 davon",
3861
+ "number": 1500,
3003
3862
  "title": "Users",
3004
3863
  "icon": "person"
3005
3864
  },
3006
3865
  {
3007
- "number": "bis zu 350",
3866
+ "number": 350,
3008
3867
  "title": "Subscribers",
3009
3868
  "icon": "star"
3010
3869
  },
3011
3870
  {
3012
- "number": "125%",
3013
- "title": "Growth",
3871
+ "number": 125,
3872
+ "title": "Locations",
3014
3873
  "icon": "map"
3015
3874
  }
3016
3875
  ]
@@ -3021,16 +3880,16 @@
3021
3880
  "id": "components-stats--count-up-with-description",
3022
3881
  "group": "Components/Stats",
3023
3882
  "name": "CountUpWithDescription",
3024
- "code": "<Stats\n stat={[\n {\n description: 'Experience the power of our platform, embraced by a vast community of users. Our user base is diverse and dynamic, including both active and inactive members. Join us and become part of this ever-growing community.',\n number: '1500',\n title: 'Users'\n },\n {\n description: 'Stay ahead with our regular updates and newsletters. Our subscribers are always in the loop, receiving the latest news and features. Subscribe now and never miss an update from us.',\n number: '350',\n title: 'Subscribers'\n }\n ]}\n />",
3883
+ "code": "<Stats\n stat={[\n {\n description: 'Experience the power of our platform, embraced by a vast community of users. Our user base is diverse and dynamic, including both active and inactive members. Join us and become part of this ever-growing community.',\n number: 1500,\n title: 'Users'\n },\n {\n description: 'Stay ahead with our regular updates and newsletters. Our subscribers are always in the loop, receiving the latest news and features. Subscribe now and never miss an update from us.',\n number: 350,\n title: 'Subscribers'\n }\n ]}\n />",
3025
3884
  "args": {
3026
3885
  "stat": [
3027
3886
  {
3028
- "number": "1500",
3887
+ "number": 1500,
3029
3888
  "title": "Users",
3030
3889
  "description": "Experience the power of our platform, embraced by a vast community of users. Our user base is diverse and dynamic, including both active and inactive members. Join us and become part of this ever-growing community."
3031
3890
  },
3032
3891
  {
3033
- "number": "350",
3892
+ "number": 350,
3034
3893
  "title": "Subscribers",
3035
3894
  "description": "Stay ahead with our regular updates and newsletters. Our subscribers are always in the loop, receiving the latest news and features. Subscribe now and never miss an update from us."
3036
3895
  }
@@ -3042,7 +3901,7 @@
3042
3901
  "id": "components-teaser-card--product-tiles",
3043
3902
  "group": "Components/Teaser Card",
3044
3903
  "name": "ProductTiles",
3045
- "code": "<TeaserCard\n button={{\n chevron: false,\n hidden: true,\n label: 'Go to page'\n }}\n headline=\"Castaway\"\n image=\"img/logos/castaway.svg\"\n imageRatio=\"wide\"\n layout=\"stack\"\n target=\"#\"\n text=\"Transforming Ideas into Code\"\n/>",
3904
+ "code": "<TeaserCard\n button={{\n chevron: false,\n hidden: true,\n label: 'Go to page'\n }}\n headline=\"Castaway\"\n image=\"img/logos/castaway.svg\"\n imageRatio=\"wide\"\n layout=\"stack\"\n text=\"Transforming Ideas into Code\"\n url=\"#\"\n/>",
3046
3905
  "args": {
3047
3906
  "layout": "stack",
3048
3907
  "button": {
@@ -3054,7 +3913,7 @@
3054
3913
  "headline": "Castaway",
3055
3914
  "text": "Transforming Ideas into Code",
3056
3915
  "image": "img/logos/castaway.svg",
3057
- "target": "#"
3916
+ "url": "#"
3058
3917
  },
3059
3918
  "screenshot": "img/screenshots/components-teaser-card--product-tiles.png"
3060
3919
  },
@@ -3062,7 +3921,7 @@
3062
3921
  "id": "components-teaser-card--page-navigation",
3063
3922
  "group": "Components/Teaser Card",
3064
3923
  "name": "PageNavigation",
3065
- "code": "<TeaserCard\n button={{\n chevron: false,\n hidden: false,\n label: 'Read more'\n }}\n headline=\"Design System Services\"\n image=\"img/02.jpg\"\n imageRatio=\"landscape\"\n layout=\"stack\"\n target=\"#\"\n text=\"Experience the speed & scalability unlike anything seen before with our Headless CMS powered websites, web apps & composable architecture.\"\n/>",
3924
+ "code": "<TeaserCard\n button={{\n chevron: false,\n hidden: false,\n label: 'Read more'\n }}\n headline=\"Design System Services\"\n image=\"img/02.jpg\"\n imageRatio=\"landscape\"\n layout=\"stack\"\n text=\"Experience the speed & scalability unlike anything seen before with our Headless CMS powered websites, web apps & composable architecture.\"\n url=\"#\"\n/>",
3066
3925
  "args": {
3067
3926
  "layout": "stack",
3068
3927
  "button": {
@@ -3074,7 +3933,7 @@
3074
3933
  "headline": "Design System Services",
3075
3934
  "text": "Experience the speed & scalability unlike anything seen before with our Headless CMS powered websites, web apps & composable architecture.",
3076
3935
  "image": "img/02.jpg",
3077
- "target": "#"
3936
+ "url": "#"
3078
3937
  },
3079
3938
  "screenshot": "img/screenshots/components-teaser-card--page-navigation.png"
3080
3939
  },
@@ -3082,7 +3941,7 @@
3082
3941
  "id": "components-teaser-card--showcase-preview",
3083
3942
  "group": "Components/Teaser Card",
3084
3943
  "name": "ShowcasePreview",
3085
- "code": "<TeaserCard\n button={{\n chevron: false,\n hidden: false,\n label: 'View showcase'\n }}\n headline=\"Transformation Love Story\"\n image=\"img/showcases/comp_tfe01.jpg\"\n imageRatio=\"wide\"\n label=\"Tech\"\n layout=\"row\"\n target=\"#\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n/>",
3944
+ "code": "<TeaserCard\n button={{\n chevron: false,\n hidden: false,\n label: 'View showcase'\n }}\n headline=\"Transformation Love Story\"\n image=\"img/showcases/comp_tfe01.jpg\"\n imageRatio=\"wide\"\n label=\"Tech\"\n layout=\"row\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n url=\"#\"\n/>",
3086
3945
  "args": {
3087
3946
  "layout": "row",
3088
3947
  "button": {
@@ -3095,7 +3954,7 @@
3095
3954
  "headline": "Transformation Love Story",
3096
3955
  "text": "See how we saved TechFusions a year's worth of development time",
3097
3956
  "image": "img/showcases/comp_tfe01.jpg",
3098
- "target": "#"
3957
+ "url": "#"
3099
3958
  },
3100
3959
  "screenshot": "img/screenshots/components-teaser-card--showcase-preview.png"
3101
3960
  },