@kickstartds/ds-agency-premium 1.6.71 → 1.6.72--canary.43.2474.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 (528) 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-6b3cff22.d.ts +3 -3
  5. package/dist/BusinessCardProps-e10e7b62.d.ts +101 -0
  6. package/dist/{ButtonProps-03ff6d21.d.ts → ButtonProps-4e2b2ecf.d.ts} +6 -4
  7. package/dist/ContactProps-7cac90e5.d.ts +70 -0
  8. package/dist/ContentNavProps-0e282a9f.d.ts +36 -0
  9. package/dist/{CtaProps-93230a76.d.ts → CtaProps-789f8508.d.ts} +16 -11
  10. package/dist/DownloadsProps-a49a977e.d.ts +34 -0
  11. package/dist/EventAppointmentProps-443cd1ce.d.ts +38 -0
  12. package/dist/EventDetailProps-42a7eebe.d.ts +387 -0
  13. package/dist/EventFilterProps-b190eb86.d.ts +73 -0
  14. package/dist/EventLatestTeaserProps-fc9d3281.d.ts +58 -0
  15. package/dist/EventListTeaserProps-5cc94436.d.ts +89 -0
  16. package/dist/EventLocationProps-871bc198.d.ts +41 -0
  17. package/dist/{FaqProps-ad618cd5.d.ts → FaqProps-78384db5.d.ts} +7 -12
  18. package/dist/{FeaturesProps-e58616a5.d.ts → FeaturesProps-a9041d97.d.ts} +9 -4
  19. package/dist/{FooterProps-171a3067.d.ts → FooterProps-a0a104ca.d.ts} +2 -2
  20. package/dist/{HeaderProps-e22382f1.d.ts → HeaderProps-72763967.d.ts} +2 -2
  21. package/dist/HeadlineProps-e1305784.d.ts +53 -0
  22. package/dist/{HeroProps-f704d270.d.ts → HeroProps-fec6b267.d.ts} +15 -5
  23. package/dist/ImageStoryProps-e853e1e7.d.ts +1 -1
  24. package/dist/{LogosProps-f9474fe2.d.ts → LogosProps-d4677d2c.d.ts} +1 -23
  25. package/dist/MosaicProps-d52c7151.d.ts +4 -4
  26. package/dist/PageProps-aa29c554.d.ts +1 -1
  27. package/dist/SearchBarProps-26263244.d.ts +29 -0
  28. package/dist/SearchFilterProps-2fa6419b.d.ts +29 -0
  29. package/dist/SearchFormProps-3d2c3462.d.ts +30 -0
  30. package/dist/SearchResultMatchProps-777cd47c.d.ts +23 -0
  31. package/dist/SearchResultProps-f6f07017.d.ts +44 -0
  32. package/dist/{SectionProps-1cfcf6e8.d.ts → SectionProps-6a826e52.d.ts} +27 -13
  33. package/dist/{SliderProps-93230a76.d.ts → SliderProps-789f8508.d.ts} +6 -6
  34. package/dist/SplitEvenProps-789f8508.d.ts +72 -0
  35. package/dist/SplitWeightedProps-789f8508.d.ts +102 -0
  36. package/dist/{TeaserCardProps-b9c28e78.d.ts → TeaserCardProps-d069476f.d.ts} +9 -4
  37. package/dist/{VideoCurtainProps-6c625a69.d.ts → VideoCurtainProps-a2c0cc7f.d.ts} +5 -5
  38. package/dist/components/blog-aside/blog-aside.css +4 -4
  39. package/dist/components/blog-aside/blog-aside.schema.dereffed.json +16 -14
  40. package/dist/components/blog-aside/blog-aside.schema.json +4 -4
  41. package/dist/components/blog-aside/index.d.ts +1 -1
  42. package/dist/components/blog-aside/index.js +9 -4
  43. package/dist/components/blog-author/blog-author.schema.dereffed.json +12 -7
  44. package/dist/components/blog-author/index.d.ts +1 -1
  45. package/dist/components/blog-author/index.js +10 -1
  46. package/dist/components/blog-head/blog-head.schema.dereffed.json +0 -6
  47. package/dist/components/blog-head/index.js +6 -1
  48. package/dist/components/blog-overview/blog-overview.schema.dereffed.json +16751 -1269
  49. package/dist/components/blog-overview/blog-overview.schema.json +2 -2
  50. package/dist/components/blog-overview/index.js +1 -0
  51. package/dist/components/blog-post/blog-post.schema.dereffed.json +16911 -1415
  52. package/dist/components/blog-post/blog-post.schema.json +2 -2
  53. package/dist/components/blog-post/index.js +5 -2
  54. package/dist/components/blog-tag/blog-tag.schema.dereffed.json +0 -3
  55. package/dist/components/blog-teaser/blog-teaser.css +2 -2
  56. package/dist/components/blog-teaser/blog-teaser.schema.dereffed.json +0 -6
  57. package/dist/components/blog-teaser/index.js +15 -8
  58. package/dist/components/breadcrumb/breadcrumb.css +32 -0
  59. package/dist/components/breadcrumb/breadcrumb.schema.dereffed.json +31 -0
  60. package/dist/components/breadcrumb/breadcrumb.schema.json +27 -0
  61. package/dist/components/breadcrumb/index.d.ts +28 -0
  62. package/dist/components/breadcrumb/index.js +22 -0
  63. package/dist/components/business-card/business-card.css +188 -0
  64. package/dist/components/business-card/business-card.schema.dereffed.json +141 -0
  65. package/dist/components/business-card/business-card.schema.json +126 -0
  66. package/dist/components/business-card/index.d.ts +7 -0
  67. package/dist/components/business-card/index.js +31 -0
  68. package/dist/components/button/button.css +8 -3
  69. package/dist/components/button/button.schema.dereffed.json +10 -4
  70. package/dist/components/button/button.schema.json +8 -3
  71. package/dist/components/button/index.d.ts +1 -1
  72. package/dist/components/button/index.js +19 -9
  73. package/dist/components/button-group/button-group.schema.dereffed.json +12 -9
  74. package/dist/components/button-group/index.d.ts +4 -4
  75. package/dist/components/button-group/index.js +11 -2
  76. package/dist/components/contact/contact.css +11 -17
  77. package/dist/components/contact/contact.schema.dereffed.json +13 -8
  78. package/dist/components/contact/contact.schema.json +11 -5
  79. package/dist/components/contact/index.d.ts +1 -65
  80. package/dist/components/contact/index.js +11 -2
  81. package/dist/components/content-nav/content-nav.css +124 -0
  82. package/dist/components/content-nav/content-nav.schema.dereffed.json +58 -0
  83. package/dist/components/content-nav/content-nav.schema.json +52 -0
  84. package/dist/components/content-nav/index.d.ts +7 -0
  85. package/dist/components/content-nav/index.js +21 -0
  86. package/dist/components/cookie-consent/C15t.client.d.ts +5 -0
  87. package/dist/components/cookie-consent/C15t.client.js +123 -0
  88. package/dist/components/cookie-consent/CookieConsent.client.d.ts +29 -0
  89. package/dist/components/cookie-consent/CookieConsent.client.js +84 -0
  90. package/dist/components/cookie-consent/cookie-consent.css +259 -0
  91. package/dist/components/cookie-consent/cookie-consent.schema.dereffed.json +256 -0
  92. package/dist/components/cookie-consent/cookie-consent.schema.json +224 -0
  93. package/dist/components/cookie-consent/index.d.ts +143 -0
  94. package/dist/components/cookie-consent/index.js +26 -0
  95. package/dist/components/cta/cta.css +48 -71
  96. package/dist/components/cta/cta.schema.dereffed.json +21 -13
  97. package/dist/components/cta/cta.schema.json +17 -10
  98. package/dist/components/cta/index.d.ts +1 -1
  99. package/dist/components/cta/index.js +44 -27
  100. package/dist/components/divider/divider.schema.dereffed.json +0 -3
  101. package/dist/components/divider/index.js +6 -1
  102. package/dist/components/downloads/downloads.css +158 -0
  103. package/dist/components/downloads/downloads.schema.dereffed.json +52 -0
  104. package/dist/components/downloads/downloads.schema.json +44 -0
  105. package/dist/components/downloads/index.d.ts +8 -0
  106. package/dist/components/downloads/index.js +23 -0
  107. package/dist/components/event-appointment/event-appointment.css +63 -0
  108. package/dist/components/event-appointment/event-appointment.schema.dereffed.json +53 -0
  109. package/dist/components/event-appointment/event-appointment.schema.json +47 -0
  110. package/dist/components/event-appointment/index.d.ts +7 -0
  111. package/dist/components/event-appointment/index.js +21 -0
  112. package/dist/components/event-detail/event-detail.schema.dereffed.json +278 -0
  113. package/dist/components/event-detail/event-detail.schema.json +74 -0
  114. package/dist/components/event-detail/index.d.ts +5 -0
  115. package/dist/components/event-detail/index.js +37 -0
  116. package/dist/components/event-filter/event-filter.css +31 -0
  117. package/dist/components/event-filter/event-filter.schema.dereffed.json +115 -0
  118. package/dist/components/event-filter/event-filter.schema.json +107 -0
  119. package/dist/components/event-filter/index.d.ts +7 -0
  120. package/dist/components/event-filter/index.js +61 -0
  121. package/dist/components/event-header/event-header.css +6 -0
  122. package/dist/components/event-header/event-header.schema.dereffed.json +35 -0
  123. package/dist/components/event-header/event-header.schema.json +34 -0
  124. package/dist/components/event-header/index.d.ts +35 -0
  125. package/dist/components/event-header/index.js +25 -0
  126. package/dist/components/event-latest/event-latest.css +5 -0
  127. package/dist/components/event-latest/event-latest.schema.dereffed.json +136 -0
  128. package/dist/components/event-latest/event-latest.schema.json +46 -0
  129. package/dist/components/event-latest/index.d.ts +30 -0
  130. package/dist/components/event-latest/index.js +24 -0
  131. package/dist/components/event-latest-teaser/event-latest-teaser.css +131 -0
  132. package/dist/components/event-latest-teaser/event-latest-teaser.schema.dereffed.json +94 -0
  133. package/dist/components/event-latest-teaser/event-latest-teaser.schema.json +73 -0
  134. package/dist/components/event-latest-teaser/index.d.ts +8 -0
  135. package/dist/components/event-latest-teaser/index.js +23 -0
  136. package/dist/components/event-list/event-list.schema.dereffed.json +275 -0
  137. package/dist/components/event-list/event-list.schema.json +18 -0
  138. package/dist/components/event-list/index.d.ts +19 -0
  139. package/dist/components/event-list/index.js +74 -0
  140. package/dist/components/event-list-teaser/event-list-teaser.css +143 -0
  141. package/dist/components/event-list-teaser/event-list-teaser.schema.dereffed.json +148 -0
  142. package/dist/components/event-list-teaser/event-list-teaser.schema.json +116 -0
  143. package/dist/components/event-list-teaser/index.d.ts +8 -0
  144. package/dist/components/event-list-teaser/index.js +28 -0
  145. package/dist/components/event-location/event-location.css +71 -0
  146. package/dist/components/event-location/event-location.schema.dereffed.json +120 -0
  147. package/dist/components/event-location/event-location.schema.json +61 -0
  148. package/dist/components/event-location/index.d.ts +7 -0
  149. package/dist/components/event-location/index.js +25 -0
  150. package/dist/components/event-login/event-login.css +31 -0
  151. package/dist/components/event-login/event-login.schema.dereffed.json +122 -0
  152. package/dist/components/event-login/event-login.schema.json +98 -0
  153. package/dist/components/event-login/index.d.ts +78 -0
  154. package/dist/components/event-login/index.js +31 -0
  155. package/dist/components/event-registration/event-registration.css +88 -0
  156. package/dist/components/event-registration/event-registration.schema.dereffed.json +171 -0
  157. package/dist/components/event-registration/event-registration.schema.json +138 -0
  158. package/dist/components/event-registration/index.d.ts +106 -0
  159. package/dist/components/event-registration/index.js +36 -0
  160. package/dist/components/faq/faq.css +1 -1
  161. package/dist/components/faq/faq.schema.dereffed.json +2 -5
  162. package/dist/components/faq/faq.schema.json +2 -1
  163. package/dist/components/faq/index.d.ts +24 -7
  164. package/dist/components/faq/index.js +7 -2
  165. package/dist/components/feature/feature.schema.dereffed.json +13 -6
  166. package/dist/components/feature/feature.schema.json +11 -3
  167. package/dist/components/feature/index.d.ts +8 -3
  168. package/dist/components/feature/index.js +16 -4
  169. package/dist/components/features/features.css +12 -14
  170. package/dist/components/features/features.schema.dereffed.json +13 -6
  171. package/dist/components/features/features.schema.json +5 -2
  172. package/dist/components/features/index.d.ts +1 -1
  173. package/dist/components/features/index.js +15 -3
  174. package/dist/components/footer/footer.css +4 -3
  175. package/dist/components/footer/footer.schema.dereffed.json +12 -15
  176. package/dist/components/footer/index.d.ts +1 -1
  177. package/dist/components/footer/index.js +12 -2
  178. package/dist/components/gallery/gallery.schema.dereffed.json +2 -4
  179. package/dist/components/gallery/gallery.schema.json +2 -1
  180. package/dist/components/gallery/index.js +10 -2
  181. package/dist/components/header/header.css +52 -9
  182. package/dist/components/header/header.schema.dereffed.json +12 -15
  183. package/dist/components/header/index.d.ts +1 -1
  184. package/dist/components/header/index.js +18 -6
  185. package/dist/components/headline/headline.css +33 -41
  186. package/dist/components/headline/headline.schema.dereffed.json +0 -3
  187. package/dist/components/headline/index.d.ts +1 -53
  188. package/dist/components/headline/index.js +13 -4
  189. package/dist/components/hero/hero.css +159 -60
  190. package/dist/components/hero/hero.schema.dereffed.json +19 -8
  191. package/dist/components/hero/hero.schema.json +24 -4
  192. package/dist/components/hero/index.d.ts +1 -1
  193. package/dist/components/hero/index.js +66 -40
  194. package/dist/components/html/html.schema.dereffed.json +0 -3
  195. package/dist/components/html/index.js +8 -1
  196. package/dist/components/image-story/image-story.css +13 -6
  197. package/dist/components/image-story/image-story.schema.dereffed.json +10 -7
  198. package/dist/components/image-story/index.js +14 -1
  199. package/dist/components/image-text/image-text.css +4 -4
  200. package/dist/components/image-text/image-text.schema.dereffed.json +0 -3
  201. package/dist/components/image-text/index.js +7 -1
  202. package/dist/components/index/index.d.ts +3 -2
  203. package/dist/components/logo/index.js +6 -1
  204. package/dist/components/logo/logo.schema.dereffed.json +0 -3
  205. package/dist/components/logos/index.d.ts +1 -1
  206. package/dist/components/logos/index.js +13 -2
  207. package/dist/components/logos/logos.css +10 -8
  208. package/dist/components/logos/logos.schema.dereffed.json +7 -11
  209. package/dist/components/logos/logos.schema.json +7 -8
  210. package/dist/components/mosaic/index.js +9 -2
  211. package/dist/components/mosaic/mosaic.css +5 -7
  212. package/dist/components/mosaic/mosaic.schema.dereffed.json +3 -9
  213. package/dist/components/nav-dropdown/index.d.ts +1 -1
  214. package/dist/components/nav-dropdown/index.js +2 -2
  215. package/dist/components/nav-dropdown/nav-dropdown.css +18 -7
  216. package/dist/components/nav-dropdown/nav-dropdown.schema.dereffed.json +1 -4
  217. package/dist/components/nav-flyout/index.d.ts +2 -2
  218. package/dist/components/nav-flyout/index.js +13 -9
  219. package/dist/components/nav-flyout/nav-flyout.css +29 -15
  220. package/dist/components/nav-flyout/nav-flyout.schema.dereffed.json +12 -18
  221. package/dist/components/nav-main/index.d.ts +5 -5
  222. package/dist/components/nav-main/index.js +11 -3
  223. package/dist/components/nav-main/nav-main.schema.dereffed.json +15 -21
  224. package/dist/components/nav-main/nav-main.schema.json +14 -14
  225. package/dist/components/nav-toggle/index.js +1 -1
  226. package/dist/components/nav-topbar/index.d.ts +2 -2
  227. package/dist/components/nav-topbar/index.js +9 -3
  228. package/dist/components/nav-topbar/nav-topbar.css +17 -4
  229. package/dist/components/nav-topbar/nav-topbar.schema.dereffed.json +12 -15
  230. package/dist/components/page/page.schema.dereffed.json +17034 -1542
  231. package/dist/components/page/page.schema.json +2 -2
  232. package/dist/components/page-wrapper/index.js +51 -1
  233. package/dist/components/pagination/index.d.ts +55 -0
  234. package/dist/components/pagination/index.js +58 -0
  235. package/dist/components/pagination/pagination.css +90 -0
  236. package/dist/components/pagination/pagination.schema.dereffed.json +64 -0
  237. package/dist/components/pagination/pagination.schema.json +60 -0
  238. package/dist/components/presets.json +2304 -528
  239. package/dist/components/providers/index.js +1 -0
  240. package/dist/components/search/index.d.ts +29 -0
  241. package/dist/components/search/index.js +53 -0
  242. package/dist/components/search/search.schema.dereffed.json +301 -0
  243. package/dist/components/search/search.schema.json +24 -0
  244. package/dist/components/search-bar/index.d.ts +7 -0
  245. package/dist/components/search-bar/index.js +20 -0
  246. package/dist/components/search-bar/search-bar.css +33 -0
  247. package/dist/components/search-bar/search-bar.schema.dereffed.json +45 -0
  248. package/dist/components/search-bar/search-bar.schema.json +35 -0
  249. package/dist/components/search-filter/index.d.ts +7 -0
  250. package/dist/components/search-filter/index.js +20 -0
  251. package/dist/components/search-filter/search-filter.css +22 -0
  252. package/dist/components/search-filter/search-filter.schema.dereffed.json +66 -0
  253. package/dist/components/search-filter/search-filter.schema.json +46 -0
  254. package/dist/components/search-form/SearchForm.client.d.ts +25 -0
  255. package/dist/components/search-form/SearchForm.client.js +228 -0
  256. package/dist/components/search-form/SearchFormPagefind.client.d.ts +5 -0
  257. package/dist/components/search-form/SearchFormPagefind.client.js +40 -0
  258. package/dist/components/search-form/index.d.ts +4 -0
  259. package/dist/components/search-form/index.js +25 -0
  260. package/dist/components/search-form/search-form.css +10 -0
  261. package/dist/components/search-form/search-form.schema.dereffed.json +49 -0
  262. package/dist/components/search-form/search-form.schema.json +38 -0
  263. package/dist/components/search-modal/RadioEmit.client.d.ts +5 -0
  264. package/dist/components/search-modal/RadioEmit.client.js +17 -0
  265. package/dist/components/search-modal/SearchModal.client.d.ts +5 -0
  266. package/dist/components/search-modal/SearchModal.client.js +31 -0
  267. package/dist/components/search-modal/index.d.ts +18 -0
  268. package/dist/components/search-modal/index.js +39 -0
  269. package/dist/components/search-modal/search-modal.css +27 -0
  270. package/dist/components/search-modal/search-modal.schema.dereffed.json +70 -0
  271. package/dist/components/search-modal/search-modal.schema.json +24 -0
  272. package/dist/components/search-result/index.d.ts +7 -0
  273. package/dist/components/search-result/index.js +29 -0
  274. package/dist/components/search-result/search-result.css +76 -0
  275. package/dist/components/search-result/search-result.schema.dereffed.json +90 -0
  276. package/dist/components/search-result/search-result.schema.json +52 -0
  277. package/dist/components/search-result-match/index.d.ts +7 -0
  278. package/dist/components/search-result-match/index.js +18 -0
  279. package/dist/components/search-result-match/search-result-match.css +18 -0
  280. package/dist/components/search-result-match/search-result-match.schema.dereffed.json +33 -0
  281. package/dist/components/search-result-match/search-result-match.schema.json +31 -0
  282. package/dist/components/section/index.d.ts +1 -1
  283. package/dist/components/section/index.js +39 -17
  284. package/dist/components/section/section.css +45 -58
  285. package/dist/components/section/section.schema.dereffed.json +17032 -1534
  286. package/dist/components/section/section.schema.json +37 -11
  287. package/dist/components/seo/seo.schema.dereffed.json +4 -7
  288. package/dist/components/seo/seo.schema.json +4 -3
  289. package/dist/components/settings/settings.schema.dereffed.json +29 -41
  290. package/dist/components/settings/settings.schema.json +2 -2
  291. package/dist/components/slider/index.d.ts +4 -2
  292. package/dist/components/slider/index.js +19 -3
  293. package/dist/components/slider/slider.css +14 -9
  294. package/dist/components/slider/slider.schema.dereffed.json +81 -76
  295. package/dist/components/slider/slider.schema.json +1 -1
  296. package/dist/components/split-even/index.d.ts +12 -0
  297. package/dist/components/split-even/index.js +26 -0
  298. package/dist/components/split-even/split-even.css +103 -0
  299. package/dist/components/split-even/split-even.schema.dereffed.json +7322 -0
  300. package/dist/components/split-even/split-even.schema.json +212 -0
  301. package/dist/components/split-weighted/index.d.ts +12 -0
  302. package/dist/components/split-weighted/index.js +42 -0
  303. package/dist/components/split-weighted/split-weighted.css +133 -0
  304. package/dist/components/split-weighted/split-weighted.schema.dereffed.json +7382 -0
  305. package/dist/components/split-weighted/split-weighted.schema.json +254 -0
  306. package/dist/components/stat/index.js +4 -1
  307. package/dist/components/stat/stat.schema.dereffed.json +0 -3
  308. package/dist/components/stats/index.js +6 -1
  309. package/dist/components/stats/stats.css +2 -0
  310. package/dist/components/stats/stats.schema.dereffed.json +0 -6
  311. package/dist/components/teaser-card/index.d.ts +1 -1
  312. package/dist/components/teaser-card/index.js +21 -10
  313. package/dist/components/teaser-card/teaser-card.css +107 -54
  314. package/dist/components/teaser-card/teaser-card.schema.dereffed.json +10 -7
  315. package/dist/components/teaser-card/teaser-card.schema.json +10 -4
  316. package/dist/components/testimonial/index.js +7 -1
  317. package/dist/components/testimonial/testimonial.schema.dereffed.json +0 -3
  318. package/dist/components/testimonials/index.d.ts +1 -1
  319. package/dist/components/testimonials/index.js +8 -1
  320. package/dist/components/testimonials/testimonials.css +7 -1
  321. package/dist/components/testimonials/testimonials.schema.dereffed.json +0 -3
  322. package/dist/components/text/index.js +8 -1
  323. package/dist/components/text/text.css +2 -2
  324. package/dist/components/text/text.schema.dereffed.json +0 -3
  325. package/dist/components/tile/tile.schema.dereffed.json +3 -6
  326. package/dist/components/tile/tile.schema.json +2 -2
  327. package/dist/components/video-curtain/index.d.ts +1 -1
  328. package/dist/components/video-curtain/index.js +23 -5
  329. package/dist/components/video-curtain/video-curtain.css +54 -31
  330. package/dist/components/video-curtain/video-curtain.schema.dereffed.json +7 -8
  331. package/dist/components/video-curtain/video-curtain.schema.json +4 -4
  332. package/dist/global.css +4156 -211
  333. package/dist/helpers-12f48df8.d.ts +6 -0
  334. package/dist/helpers-12f48df8.js +40 -0
  335. package/dist/static/fonts/systemics/Montserrat-Bold.woff2 +0 -0
  336. package/dist/static/fonts/systemics/Montserrat-Light.woff2 +0 -0
  337. package/dist/static/fonts/systemics/Montserrat-Medium.woff2 +0 -0
  338. package/dist/static/fonts/systemics/Montserrat-Regular.woff2 +0 -0
  339. package/dist/static/fonts/systemics/Montserrat-SemiBold.woff2 +0 -0
  340. package/dist/static/img/about/angled-image.png +0 -0
  341. package/dist/static/img/about/cta.png +0 -0
  342. package/dist/static/img/about/cutout.png +0 -0
  343. package/dist/static/img/about/disclaimer.png +0 -0
  344. package/dist/static/img/about/purpose.png +0 -0
  345. package/dist/static/img/about/spoiler.png +0 -0
  346. package/dist/static/img/bg-color-swatch.png +0 -0
  347. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-01.svg +72 -0
  348. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-02.svg +112 -0
  349. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-03.svg +197 -0
  350. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-04.svg +76 -0
  351. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-05.svg +82 -0
  352. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-06.svg +219 -0
  353. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-07.svg +85 -0
  354. package/dist/static/img/logos/logoipsum-344.svg +174 -0
  355. package/dist/static/img/logos/logoipsum-347.svg +52 -0
  356. package/dist/static/img/logos/logoipsum-352.svg +22 -0
  357. package/dist/static/img/logos/logoipsum-356.svg +20 -0
  358. package/dist/static/img/logos/logoipsum-358.svg +29 -0
  359. package/dist/static/img/logos/logoipsum-369.svg +20 -0
  360. package/dist/static/img/logos/logoipsum-373.svg +17 -0
  361. package/dist/static/img/people/author-alex.png +0 -0
  362. package/dist/static/img/people/author-emily.png +0 -0
  363. package/dist/static/img/people/author-john.png +0 -0
  364. package/dist/static/img/people/contact-person.png +0 -0
  365. package/dist/static/img/screenshots/blog-blog-aside--default.png +0 -0
  366. package/dist/static/img/screenshots/blog-blog-author--default.png +0 -0
  367. package/dist/static/img/screenshots/blog-blog-head--default.png +0 -0
  368. package/dist/static/img/screenshots/blog-blog-teaser--default.png +0 -0
  369. package/dist/static/img/screenshots/components-button--primary-button.png +0 -0
  370. package/dist/static/img/screenshots/components-button--primary-disabled-button.png +0 -0
  371. package/dist/static/img/screenshots/components-button--secondary-button.png +0 -0
  372. package/dist/static/img/screenshots/components-button--tertiary-button.png +0 -0
  373. package/dist/static/img/screenshots/components-contact--circular-avatar.png +0 -0
  374. package/dist/static/img/screenshots/components-contact--full-image-width.png +0 -0
  375. package/dist/static/img/screenshots/components-contact--vertical-image-with-paragraph.png +0 -0
  376. package/dist/static/img/screenshots/components-contact--wide-image.png +0 -0
  377. package/dist/static/img/screenshots/components-cta--align-bottom.png +0 -0
  378. package/dist/static/img/screenshots/components-cta--angled-image.png +0 -0
  379. package/dist/static/img/screenshots/components-cta--banner.png +0 -0
  380. package/dist/static/img/screenshots/components-cta--colored-banner.png +0 -0
  381. package/dist/static/img/screenshots/components-cta--contact-banner.png +0 -0
  382. package/dist/static/img/screenshots/components-cta--highlighted.png +0 -0
  383. package/dist/static/img/screenshots/components-cta--left-aligned.png +0 -0
  384. package/dist/static/img/screenshots/components-cta--product-advertisement.png +0 -0
  385. package/dist/static/img/screenshots/components-cta--split-banner.png +0 -0
  386. package/dist/static/img/screenshots/components-faq--dropdown-list.png +0 -0
  387. package/dist/static/img/screenshots/components-faq--single-dropdown.png +0 -0
  388. package/dist/static/img/screenshots/components-features--icon-beside-with-link-in-text.png +0 -0
  389. package/dist/static/img/screenshots/components-features--icon-centered.png +0 -0
  390. package/dist/static/img/screenshots/components-features--icon-intext-with-link.png +0 -0
  391. package/dist/static/img/screenshots/components-features--list-view.png +0 -0
  392. package/dist/static/img/screenshots/components-features--stack-with-button.png +0 -0
  393. package/dist/static/img/screenshots/components-gallery--free-aspect-ratio.png +0 -0
  394. package/dist/static/img/screenshots/components-gallery--large-landscape-tiles.png +0 -0
  395. package/dist/static/img/screenshots/components-gallery--small-squares-with-lightbox.png +0 -0
  396. package/dist/static/img/screenshots/components-gallery--stack-landscape.png +0 -0
  397. package/dist/static/img/screenshots/components-headline--h-1.png +0 -0
  398. package/dist/static/img/screenshots/components-headline--h-2.png +0 -0
  399. package/dist/static/img/screenshots/components-headline--h-3.png +0 -0
  400. package/dist/static/img/screenshots/components-headline--h-4.png +0 -0
  401. package/dist/static/img/screenshots/components-headline--order-swapped.png +0 -0
  402. package/dist/static/img/screenshots/components-headline--with-markdown.png +0 -0
  403. package/dist/static/img/screenshots/components-headline--with-subheadline.png +0 -0
  404. package/dist/static/img/screenshots/components-hero--text-below-image.png +0 -0
  405. package/dist/static/img/screenshots/components-hero--text-box-on-full-screen.png +0 -0
  406. package/dist/static/img/screenshots/components-hero--text-on-image-with-overlay.png +0 -0
  407. package/dist/static/img/screenshots/components-html--html.png +0 -0
  408. package/dist/static/img/screenshots/components-html--with-consent.png +0 -0
  409. package/dist/static/img/screenshots/components-html--with-script.png +0 -0
  410. package/dist/static/img/screenshots/components-image-story--sticky-image-next-to-scrolling-text.png +0 -0
  411. package/dist/static/img/screenshots/components-image-text--above-layout.png +0 -0
  412. package/dist/static/img/screenshots/components-image-text--beside-right-layout.png +0 -0
  413. package/dist/static/img/screenshots/components-logos--centered-with-button.png +0 -0
  414. package/dist/static/img/screenshots/components-logos--left-aligned-with-text-link.png +0 -0
  415. package/dist/static/img/screenshots/components-logos--logo-row.png +0 -0
  416. package/dist/static/img/screenshots/components-logos--logo-wall.png +0 -0
  417. package/dist/static/img/screenshots/components-mosaic--colorful-text-with-illustrations.png +0 -0
  418. package/dist/static/img/screenshots/components-mosaic--colorful-tiles.png +0 -0
  419. package/dist/static/img/screenshots/components-stats--count-up-with-description.png +0 -0
  420. package/dist/static/img/screenshots/components-stats--count-up-with-icons.png +0 -0
  421. package/dist/static/img/screenshots/components-teaser-card--page-navigation.png +0 -0
  422. package/dist/static/img/screenshots/components-teaser-card--product-tiles.png +0 -0
  423. package/dist/static/img/screenshots/components-teaser-card--showcase-preview.png +0 -0
  424. package/dist/static/img/screenshots/components-testimonials--alternating-layout.png +0 -0
  425. package/dist/static/img/screenshots/components-testimonials--list-layout.png +0 -0
  426. package/dist/static/img/screenshots/components-testimonials--simple.png +0 -0
  427. package/dist/static/img/screenshots/components-testimonials--slider-layout.png +0 -0
  428. package/dist/static/img/screenshots/components-testimonials--with-rating.png +0 -0
  429. package/dist/static/img/screenshots/components-testimonials--with-title.png +0 -0
  430. package/dist/static/img/screenshots/components-text--centered.png +0 -0
  431. package/dist/static/img/screenshots/components-text--highlight.png +0 -0
  432. package/dist/static/img/screenshots/components-text--multi-column.png +0 -0
  433. package/dist/static/img/screenshots/components-text--single-column.png +0 -0
  434. package/dist/static/img/screenshots/components-video-curtain--atmospheric-video-with-overlay.png +0 -0
  435. package/dist/static/img/screenshots/components-video-curtain--color-neutral-text.png +0 -0
  436. package/dist/static/img/screenshots/components-video-curtain--color-neutral-video.png +0 -0
  437. package/dist/static/img/screenshots/corporate-breadcrumb--default.png +0 -0
  438. package/dist/static/img/screenshots/corporate-business-card--centered.png +0 -0
  439. package/dist/static/img/screenshots/corporate-business-card--default.png +0 -0
  440. package/dist/static/img/screenshots/corporate-business-card--without-image.png +0 -0
  441. package/dist/static/img/screenshots/corporate-content-nav--default.png +0 -0
  442. package/dist/static/img/screenshots/corporate-cookie-consent--banner.png +0 -0
  443. package/dist/static/img/screenshots/corporate-cookie-consent--c-15-t.png +0 -0
  444. package/dist/static/img/screenshots/corporate-cookie-consent--card.png +0 -0
  445. package/dist/static/img/screenshots/corporate-downloads--complete.png +0 -0
  446. package/dist/static/img/screenshots/corporate-downloads--description-only.png +0 -0
  447. package/dist/static/img/screenshots/corporate-downloads--mixed.png +0 -0
  448. package/dist/static/img/screenshots/corporate-downloads--technical-details-only.png +0 -0
  449. package/dist/static/img/screenshots/corporate-pagination--default.png +0 -0
  450. package/dist/static/img/screenshots/corporate-search-bar--default.png +0 -0
  451. package/dist/static/img/screenshots/corporate-search-filter--default.png +0 -0
  452. package/dist/static/img/screenshots/corporate-search-form--pagefind.png +0 -0
  453. package/dist/static/img/screenshots/corporate-search-modal--pagefind.png +0 -0
  454. package/dist/static/img/screenshots/corporate-search-result--default.png +0 -0
  455. package/dist/static/img/screenshots/event-event-filter--default.png +0 -0
  456. package/dist/static/img/screenshots/event-event-header--default.png +0 -0
  457. package/dist/static/img/screenshots/event-event-latest--default.png +0 -0
  458. package/dist/static/img/screenshots/event-event-latest-teaser--default.png +0 -0
  459. package/dist/static/img/screenshots/event-event-list-teaser--default.png +0 -0
  460. package/dist/static/img/screenshots/event-event-location--default.png +0 -0
  461. package/dist/static/img/screenshots/event-event-login--default.png +0 -0
  462. package/dist/static/img/screenshots/event-event-registration--default.png +0 -0
  463. package/dist/static/img/screenshots/form-checkbox--default.png +0 -0
  464. package/dist/static/img/screenshots/form-radio--default.png +0 -0
  465. package/dist/static/img/screenshots/form-select-field--default.png +0 -0
  466. package/dist/static/img/screenshots/form-text-area--default.png +0 -0
  467. package/dist/static/img/screenshots/form-text-field--default.png +0 -0
  468. package/dist/static/img/screenshots/layout-divider--accent.png +0 -0
  469. package/dist/static/img/screenshots/layout-divider--default.png +0 -0
  470. package/dist/static/img/screenshots/layout-footer--footer.png +0 -0
  471. package/dist/static/img/screenshots/layout-header--header.png +0 -0
  472. package/dist/static/img/screenshots/layout-section--accent-background.png +0 -0
  473. package/dist/static/img/screenshots/layout-section--background-image.png +0 -0
  474. package/dist/static/img/screenshots/layout-section--bold-background.png +0 -0
  475. package/dist/static/img/screenshots/layout-section--dynamic-layout.png +0 -0
  476. package/dist/static/img/screenshots/layout-section--framed.png +0 -0
  477. package/dist/static/img/screenshots/layout-section--inverted.png +0 -0
  478. package/dist/static/img/screenshots/layout-section--list-layout.png +0 -0
  479. package/dist/static/img/screenshots/layout-section--slider.png +0 -0
  480. package/dist/static/img/screenshots/layout-section--tile-layout.png +0 -0
  481. package/dist/static/img/screenshots/layout-section--with-buttons.png +0 -0
  482. package/dist/static/img/screenshots/layout-slider--with-arrows.png +0 -0
  483. package/dist/static/img/screenshots/layout-slider--with-autoplay.png +0 -0
  484. package/dist/static/img/screenshots/layout-slider--with-nav.png +0 -0
  485. package/dist/static/img/screenshots/layout-slider--with-teased-neighbours.png +0 -0
  486. package/dist/static/img/screenshots/layout-split-even--faq-with-form.png +0 -0
  487. package/dist/static/img/screenshots/layout-split-even--text-with-logos.png +0 -0
  488. package/dist/static/img/screenshots/layout-split-weighted--text-with-contact.png +0 -0
  489. package/dist/static/img/screenshots/layout-split-weighted--text-with-teaser.png +0 -0
  490. package/dist/static/img/screenshots/page-archetypes-about--about.png +0 -0
  491. package/dist/static/img/screenshots/page-archetypes-blog-overview--blog-overview.png +0 -0
  492. package/dist/static/img/screenshots/page-archetypes-blog-post--blog-post.png +0 -0
  493. package/dist/static/img/screenshots/page-archetypes-event-detail--event-detail.png +0 -0
  494. package/dist/static/img/screenshots/page-archetypes-event-list--event-list.png +0 -0
  495. package/dist/static/img/screenshots/page-archetypes-job-detail--job-detail.png +0 -0
  496. package/dist/static/img/screenshots/page-archetypes-jobs--jobs.png +0 -0
  497. package/dist/static/img/screenshots/page-archetypes-landingpage--landingpage.png +0 -0
  498. package/dist/static/img/screenshots/page-archetypes-overview--overview.png +0 -0
  499. package/dist/static/img/screenshots/page-archetypes-search--search.png +0 -0
  500. package/dist/static/img/screenshots/page-archetypes-showcase--showcase.png +0 -0
  501. package/dist/static/logo-dark.svg +13 -0
  502. package/dist/static/logo-dsa-inverted.svg +26 -0
  503. package/dist/static/logo-dsa.svg +26 -0
  504. package/dist/static/logo-inverted.svg +12 -25
  505. package/dist/static/logo.svg +12 -25
  506. package/dist/tokens/IconSprite.js +50 -0
  507. package/dist/tokens/icon-sprite.html +18 -0
  508. package/dist/tokens/themes.css +20 -20
  509. package/dist/tokens/tokens.css +448 -752
  510. package/dist/tokens/tokens.js +673 -774
  511. package/package.json +18 -6
  512. package/dist/components/page-wrapper/tokens.css +0 -2783
  513. package/dist/components/split/index.d.ts +0 -14
  514. package/dist/components/split/index.js +0 -17
  515. package/dist/components/split/split.css +0 -53
  516. package/dist/components/split/split.schema.dereffed.json +0 -29
  517. package/dist/components/split/split.schema.json +0 -19
  518. package/dist/static/img/logos/logoipsum-212.svg +0 -12
  519. package/dist/static/img/logos/logoipsum-217.svg +0 -4
  520. package/dist/static/img/logos/logoipsum-239.svg +0 -16
  521. package/dist/static/img/logos/logoipsum-244.svg +0 -19
  522. package/dist/static/img/logos/logoipsum-250.svg +0 -21
  523. package/dist/static/img/logos/logoipsum-286.svg +0 -20
  524. package/dist/static/img/screenshots/layout-section--cards.png +0 -0
  525. package/dist/static/img/screenshots/layout-section--colorful-gradient.png +0 -0
  526. package/dist/static/img/screenshots/layout-section--flex-layout.png +0 -0
  527. package/dist/static/img/screenshots/layout-section--spotlight.png +0 -0
  528. package/dist/static/img/screenshots/layout-section--stagelights.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,169 @@
130
136
  },
131
137
  "screenshot": "img/screenshots/blog-blog-teaser--default.png"
132
138
  },
139
+ {
140
+ "id": "corporate-breadcrumb--default",
141
+ "group": "Corporate/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/corporate-breadcrumb--default.png"
161
+ },
162
+ {
163
+ "id": "corporate-business-card--default",
164
+ "group": "Corporate / Business Card",
165
+ "name": "Default",
166
+ "code": "<BusinessCard\n address=\"1234 Business Lane<br />Suite 567 <br />Business City, BC 12345\"\n avatar={{\n alt: 'Emily Johnson',\n src: 'img/people/contact-person.png'\n }}\n buttons={[\n {\n label: 'Market Insights',\n url: '#'\n }\n ]}\n contact={[\n {\n icon: 'phone',\n label: '+1 234 567 890',\n url: 'tel:+1234567890'\n },\n {\n icon: 'email',\n label: 'emily@example.com',\n url: 'mailto:emily@example.com'\n },\n {\n icon: 'linkedin',\n label: 'Emily Johnson',\n url: '#'\n }\n ]}\n image={{\n alt: 'A group of people collaborating in an office setting',\n src: 'img/full-shot-different-people-working-together.png'\n }}\n logo={{\n alt: 'Business Logo',\n src: 'logo.svg',\n url: '#'\n }}\n topic=\"Industry Intelligence\"\n/>",
167
+ "args": {
168
+ "centered": false,
169
+ "image": {
170
+ "src": "img/full-shot-different-people-working-together.png",
171
+ "alt": "A group of people collaborating in an office setting"
172
+ },
173
+ "logo": {
174
+ "src": "logo.svg",
175
+ "alt": "Business Logo",
176
+ "url": "#"
177
+ },
178
+ "topic": "Industry Intelligence",
179
+ "address": "1234 Business Lane<br />Suite 567 <br />Business City, BC 12345",
180
+ "avatar": {
181
+ "src": "img/people/contact-person.png",
182
+ "alt": "Emily Johnson"
183
+ },
184
+ "contact": [
185
+ {
186
+ "icon": "phone",
187
+ "label": "+1 234 567 890",
188
+ "url": "tel:+1234567890"
189
+ },
190
+ {
191
+ "icon": "email",
192
+ "label": "emily@example.com",
193
+ "url": "mailto:emily@example.com"
194
+ },
195
+ {
196
+ "icon": "linkedin",
197
+ "label": "Emily Johnson",
198
+ "url": "#"
199
+ }
200
+ ],
201
+ "buttons": [
202
+ {
203
+ "label": "Market Insights",
204
+ "url": "#"
205
+ }
206
+ ]
207
+ },
208
+ "screenshot": "img/screenshots/corporate-business-card--default.png"
209
+ },
210
+ {
211
+ "id": "corporate-business-card--centered",
212
+ "group": "Corporate / Business Card",
213
+ "name": "Centered",
214
+ "code": "<BusinessCard\n address=\"1234 Business Lane<br />Suite 567 <br />Business City, BC 12345\"\n avatar={{\n alt: 'Emily Johnson',\n src: 'img/people/contact-person.png'\n }}\n buttons={[\n {\n label: 'Market Insights',\n url: '#'\n }\n ]}\n centered\n contact={[\n {\n icon: 'phone',\n label: '+1 234 567 890',\n url: 'tel:+1234567890'\n },\n {\n icon: 'email',\n label: 'emily@example.com',\n url: 'mailto:emily@example.com'\n },\n {\n icon: 'linkedin',\n label: 'Emily Johnson',\n url: '#'\n }\n ]}\n image={{\n alt: 'A group of people collaborating in an office setting',\n src: 'img/full-shot-different-people-working-together.png'\n }}\n logo={{\n alt: 'Business Logo',\n src: 'logo.svg',\n url: '#'\n }}\n topic=\"Industry Intelligence\"\n/>",
215
+ "args": {
216
+ "centered": true,
217
+ "image": {
218
+ "src": "img/full-shot-different-people-working-together.png",
219
+ "alt": "A group of people collaborating in an office setting"
220
+ },
221
+ "logo": {
222
+ "src": "logo.svg",
223
+ "alt": "Business Logo",
224
+ "url": "#"
225
+ },
226
+ "topic": "Industry Intelligence",
227
+ "address": "1234 Business Lane<br />Suite 567 <br />Business City, BC 12345",
228
+ "avatar": {
229
+ "src": "img/people/contact-person.png",
230
+ "alt": "Emily Johnson"
231
+ },
232
+ "contact": [
233
+ {
234
+ "icon": "phone",
235
+ "label": "+1 234 567 890",
236
+ "url": "tel:+1234567890"
237
+ },
238
+ {
239
+ "icon": "email",
240
+ "label": "emily@example.com",
241
+ "url": "mailto:emily@example.com"
242
+ },
243
+ {
244
+ "icon": "linkedin",
245
+ "label": "Emily Johnson",
246
+ "url": "#"
247
+ }
248
+ ],
249
+ "buttons": [
250
+ {
251
+ "label": "Market Insights",
252
+ "url": "#"
253
+ }
254
+ ]
255
+ },
256
+ "screenshot": "img/screenshots/corporate-business-card--centered.png"
257
+ },
258
+ {
259
+ "id": "corporate-business-card--without-image",
260
+ "group": "Corporate / Business Card",
261
+ "name": "WithoutImage",
262
+ "code": "<BusinessCard\n address=\"1234 Business Lane<br />Suite 567 <br />Business City, BC 12345\"\n avatar={{\n alt: 'Emily Johnson',\n src: 'img/people/contact-person.png'\n }}\n buttons={[\n {\n label: 'Market Insights',\n url: '#'\n }\n ]}\n contact={[\n {\n icon: 'phone',\n label: '+1 234 567 890',\n url: 'tel:+1234567890'\n },\n {\n icon: 'email',\n label: 'emily@example.com',\n url: 'mailto:emily@example.com'\n },\n {\n icon: 'linkedin',\n label: 'Emily Johnson',\n url: '#'\n }\n ]}\n logo={{\n alt: 'Business Logo',\n src: 'logo.svg',\n url: '#'\n }}\n topic=\"Industry Intelligence\"\n/>",
263
+ "args": {
264
+ "centered": false,
265
+ "logo": {
266
+ "src": "logo.svg",
267
+ "alt": "Business Logo",
268
+ "url": "#"
269
+ },
270
+ "topic": "Industry Intelligence",
271
+ "address": "1234 Business Lane<br />Suite 567 <br />Business City, BC 12345",
272
+ "avatar": {
273
+ "src": "img/people/contact-person.png",
274
+ "alt": "Emily Johnson"
275
+ },
276
+ "contact": [
277
+ {
278
+ "icon": "phone",
279
+ "label": "+1 234 567 890",
280
+ "url": "tel:+1234567890"
281
+ },
282
+ {
283
+ "icon": "email",
284
+ "label": "emily@example.com",
285
+ "url": "mailto:emily@example.com"
286
+ },
287
+ {
288
+ "icon": "linkedin",
289
+ "label": "Emily Johnson",
290
+ "url": "#"
291
+ }
292
+ ],
293
+ "buttons": [
294
+ {
295
+ "label": "Market Insights",
296
+ "url": "#"
297
+ }
298
+ ]
299
+ },
300
+ "screenshot": "img/screenshots/corporate-business-card--without-image.png"
301
+ },
133
302
  {
134
303
  "id": "components-button--primary-button",
135
304
  "group": "Components/Button",
@@ -186,13 +355,14 @@
186
355
  "id": "page-archetypes-blog-overview--blog-overview",
187
356
  "group": "Page Archetypes/Blog Overview",
188
357
  "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/>",
358
+ "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/people/contact-person.png'\n },\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: 'default',\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 transition: 'none',\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: 'default',\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 transition: 'none',\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: 'default',\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 transition: 'none',\n width: 'default'\n }\n ]}\n/>",
190
359
  "args": {
191
360
  "section": [
192
361
  {
193
362
  "width": "default",
194
363
  "style": "default",
195
364
  "backgroundColor": "default",
365
+ "transition": "none",
196
366
  "spotlight": false,
197
367
  "spaceBefore": "default",
198
368
  "spaceAfter": "default",
@@ -207,7 +377,7 @@
207
377
  "width": "unset",
208
378
  "align": "center",
209
379
  "gutter": "default",
210
- "mode": "list",
380
+ "mode": "default",
211
381
  "tileWidth": "default"
212
382
  },
213
383
  "buttons": [
@@ -235,6 +405,7 @@
235
405
  "width": "default",
236
406
  "style": "default",
237
407
  "backgroundColor": "default",
408
+ "transition": "none",
238
409
  "spotlight": false,
239
410
  "spaceBefore": "default",
240
411
  "spaceAfter": "default",
@@ -249,7 +420,7 @@
249
420
  "width": "unset",
250
421
  "align": "center",
251
422
  "gutter": "default",
252
- "mode": "list",
423
+ "mode": "default",
253
424
  "tileWidth": "default"
254
425
  },
255
426
  "buttons": [
@@ -277,6 +448,7 @@
277
448
  "width": "default",
278
449
  "style": "default",
279
450
  "backgroundColor": "default",
451
+ "transition": "none",
280
452
  "spotlight": false,
281
453
  "spaceBefore": "default",
282
454
  "spaceAfter": "default",
@@ -291,7 +463,7 @@
291
463
  "width": "unset",
292
464
  "align": "center",
293
465
  "gutter": "default",
294
- "mode": "list",
466
+ "mode": "default",
295
467
  "tileWidth": "default"
296
468
  },
297
469
  "buttons": [
@@ -472,28 +644,31 @@
472
644
  "sub": "Chat with us about getting your product or platform to market faster",
473
645
  "highlightText": false,
474
646
  "colorNeutral": false,
475
- "fullWidth": true,
476
647
  "buttons": [
477
648
  {
478
649
  "label": "Contact us",
479
650
  "icon": "person",
480
- "target": "#"
651
+ "url": "#"
481
652
  },
482
653
  {
483
654
  "label": "Book a meeting",
484
655
  "icon": "date",
485
- "target": "#"
656
+ "url": "#"
486
657
  }
487
658
  ],
488
659
  "image": {
489
660
  "padding": false,
490
- "src": "img/contact-person.png"
661
+ "align": "center",
662
+ "src": "img/people/contact-person.png"
491
663
  },
492
664
  "order": {
493
665
  "mobileImageLast": false,
494
666
  "desktopImageLast": false
495
667
  },
496
668
  "textAlign": "left",
669
+ "align": "center",
670
+ "padding": false,
671
+ "fullWidth": true,
497
672
  "contentAlign": "center",
498
673
  "text": "Our modular design approach allows for flexibility and scalability in your application's architecture.",
499
674
  "width": "wide"
@@ -505,7 +680,7 @@
505
680
  "id": "page-archetypes-blog-post--blog-post",
506
681
  "group": "Page Archetypes/Blog Post",
507
682
  "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/>",
683
+ "code": "<BlogPost\n aside={{\n author: {\n byline: 'Senior Developer',\n email: 'Jane.doe@example.com',\n image: {\n alt: 'Picture of Jane Doe',\n aspectRatio: 'square',\n fullWidth: false,\n src: 'img/people/contact-isabella.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 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: 'default',\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 transition: 'none',\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: 'default',\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 transition: 'none',\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: 'default',\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 transition: 'none',\n width: 'default'\n }\n ]}\n/>",
509
684
  "args": {
510
685
  "head": {
511
686
  "date": "12/30/2022",
@@ -526,8 +701,8 @@
526
701
  "name": "Jane Doe",
527
702
  "byline": "Senior Developer",
528
703
  "image": {
529
- "src": "img/people/author-emily.png",
530
- "alt": "Picture of Jane Smith",
704
+ "src": "img/people/contact-isabella.png",
705
+ "alt": "Picture of Jane Doe",
531
706
  "fullWidth": false,
532
707
  "aspectRatio": "square"
533
708
  },
@@ -535,14 +710,16 @@
535
710
  {
536
711
  "icon": "phone",
537
712
  "label": "0228 / 688 966 20",
538
- "href": "tel:+4922868896620",
539
- "newTab": false
713
+ "url": "tel:+4922868896620",
714
+ "newTab": false,
715
+ "ariaLabel": "Link to Isabella Doe's social media profile"
540
716
  },
541
717
  {
542
718
  "icon": "email",
543
719
  "label": "mail@example.com",
544
- "href": "mailto:mail@example.com",
545
- "newTab": false
720
+ "url": "mailto:mail@example.com",
721
+ "newTab": false,
722
+ "ariaLabel": "Link to Isabella Doe's social media profile"
546
723
  }
547
724
  ],
548
725
  "twitter": "Janedoe",
@@ -551,12 +728,12 @@
551
728
  "socialSharing": [
552
729
  {
553
730
  "icon": "twitter",
554
- "href": "https://twitter.com/share?text=This%20is%20a%20blog%20post%20headline&url=https://example.com/blog",
731
+ "url": "https://twitter.com/share?text=This%20is%20a%20blog%20post%20headline&url=https://example.com/blog",
555
732
  "title": "Share on Twitter"
556
733
  },
557
734
  {
558
735
  "icon": "linkedin",
559
- "href": "https://www.linkedin.com/shareArticle?mini=true&url=https://example.com/blog&title=This%20is%20a%20blog%20post%20headline",
736
+ "url": "https://www.linkedin.com/shareArticle?mini=true&url=https://example.com/blog&title=This%20is%20a%20blog%20post%20headline",
560
737
  "title": "Share on LinkedIn"
561
738
  }
562
739
  ],
@@ -568,6 +745,7 @@
568
745
  "width": "default",
569
746
  "style": "default",
570
747
  "backgroundColor": "default",
748
+ "transition": "none",
571
749
  "spotlight": false,
572
750
  "spaceBefore": "default",
573
751
  "spaceAfter": "default",
@@ -582,7 +760,7 @@
582
760
  "width": "unset",
583
761
  "align": "center",
584
762
  "gutter": "default",
585
- "mode": "list",
763
+ "mode": "default",
586
764
  "tileWidth": "default"
587
765
  },
588
766
  "buttons": [
@@ -610,6 +788,7 @@
610
788
  "width": "default",
611
789
  "style": "default",
612
790
  "backgroundColor": "default",
791
+ "transition": "none",
613
792
  "spotlight": false,
614
793
  "spaceBefore": "default",
615
794
  "spaceAfter": "default",
@@ -624,7 +803,7 @@
624
803
  "width": "unset",
625
804
  "align": "center",
626
805
  "gutter": "default",
627
- "mode": "list",
806
+ "mode": "default",
628
807
  "tileWidth": "default"
629
808
  },
630
809
  "buttons": [
@@ -652,6 +831,7 @@
652
831
  "width": "default",
653
832
  "style": "default",
654
833
  "backgroundColor": "default",
834
+ "transition": "none",
655
835
  "spotlight": false,
656
836
  "spaceBefore": "default",
657
837
  "spaceAfter": "default",
@@ -666,7 +846,7 @@
666
846
  "width": "unset",
667
847
  "align": "center",
668
848
  "gutter": "default",
669
- "mode": "list",
849
+ "mode": "default",
670
850
  "tileWidth": "default"
671
851
  },
672
852
  "buttons": [
@@ -696,28 +876,29 @@
696
876
  "sub": "Start your journey today.",
697
877
  "highlightText": false,
698
878
  "colorNeutral": false,
699
- "fullWidth": false,
700
879
  "buttons": [
701
880
  {
702
881
  "label": "Contact Us",
703
- "target": "#",
882
+ "url": "#",
704
883
  "icon": "person"
705
884
  },
706
885
  {
707
886
  "label": "Learn More",
708
- "target": "#",
887
+ "url": "#",
709
888
  "icon": "date"
710
889
  }
711
890
  ],
712
891
  "image": {
713
- "padding": true
892
+ "padding": true,
893
+ "align": "center"
714
894
  },
715
895
  "order": {
716
896
  "mobileImageLast": false,
717
897
  "desktopImageLast": true
718
898
  },
719
899
  "textAlign": "center",
720
- "contentAlign": "center",
900
+ "align": "center",
901
+ "padding": false,
721
902
  "text": "Get started with our design system today and experience a new level of efficiency and consistency in your projects."
722
903
  },
723
904
  "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 +915,13 @@
734
915
  {
735
916
  "icon": "xing",
736
917
  "label": "john.smith",
737
- "href": "mailto:mail@example.com",
918
+ "url": "mailto:mail@example.com",
738
919
  "newTab": false
739
920
  },
740
921
  {
741
922
  "icon": "twitter",
742
923
  "label": "@john_smith",
743
- "href": "#",
924
+ "url": "#",
744
925
  "newTab": false
745
926
  }
746
927
  ],
@@ -750,164 +931,891 @@
750
931
  "screenshot": "img/screenshots/page-archetypes-blog-post--blog-post.png"
751
932
  },
752
933
  {
753
- "id": "components-contact--wide-image",
754
- "group": "Components/Contact",
755
- "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/>",
934
+ "id": "page-archetypes-event-detail--event-detail",
935
+ "group": "Page Archetypes/Event Detail",
936
+ "name": "EventDetail",
937
+ "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/>",
757
938
  "args": {
758
- "image": {
759
- "src": "img/people/contact-isabella.png",
760
- "alt": "Picture of Jane Smith",
761
- "fullWidth": false,
762
- "aspectRatio": "wide"
763
- },
764
- "title": "Isabella Doe",
765
- "subtitle": "Creative Director",
766
- "links": [
939
+ "categories": [
767
940
  {
768
- "icon": "twitter",
769
- "label": "@Isabella_Doe",
770
- "href": "#",
771
- "newTab": false
941
+ "label": "Conference"
772
942
  },
773
943
  {
774
- "icon": "linkedin",
775
- "label": "Isabella.Doe",
776
- "href": "mailto:mail@example.com",
777
- "newTab": false
944
+ "label": "Design Systems"
778
945
  }
779
- ]
780
- },
781
- "screenshot": "img/screenshots/components-contact--wide-image.png"
782
- },
783
- {
784
- "id": "components-contact--circular-avatar",
785
- "group": "Components/Contact",
786
- "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/>",
788
- "args": {
789
- "image": {
790
- "src": "img/people/author-emily.png",
791
- "alt": "Picture of Jane Smith",
792
- "fullWidth": false,
793
- "aspectRatio": "square"
794
- },
795
- "title": "Jane Smith",
796
- "subtitle": "CEO at DS Agency",
797
- "links": [
946
+ ],
947
+ "locations": [
798
948
  {
799
- "icon": "twitter",
800
- "label": "@jane_smith",
801
- "href": "#",
802
- "newTab": false
949
+ "dates": [
950
+ {
951
+ "date": "2025-09-18",
952
+ "time": "09:00 – 17:00",
953
+ "label": "Register",
954
+ "url": "#",
955
+ "newTab": true,
956
+ "ariaLabel": "Register for the event on 18th September 2025 from 09:00 to 17:00"
957
+ },
958
+ {
959
+ "date": "2025-09-18",
960
+ "time": "09:00 – 17:00",
961
+ "label": "Register",
962
+ "url": "#",
963
+ "newTab": true,
964
+ "ariaLabel": "Register for the event on 18th September 2025 from 09:00 to 17:00"
965
+ },
966
+ {
967
+ "date": "2025-09-18",
968
+ "time": "09:00 – 17:00",
969
+ "label": "Register",
970
+ "url": "#",
971
+ "newTab": true,
972
+ "ariaLabel": "Register for the event on 18th September 2025 from 09:00 to 17:00"
973
+ }
974
+ ],
975
+ "locationName": "Köln Messe",
976
+ "displayMode": "compact",
977
+ "address": "Messeplatz 1<br />\n 50679 Köln",
978
+ "links": [
979
+ {
980
+ "newTab": true,
981
+ "url": "https://maps.google.com/?q=Berlin+Congress+Center",
982
+ "label": "Open in Google Maps"
983
+ }
984
+ ]
803
985
  },
804
986
  {
805
- "icon": "linkedin",
806
- "label": "jane.smith",
807
- "href": "mailto:mail@example.com",
808
- "newTab": false
987
+ "dates": [
988
+ {
989
+ "date": "2025-09-18",
990
+ "time": "09:00 – 17:00",
991
+ "label": "Register",
992
+ "url": "#",
993
+ "newTab": true,
994
+ "ariaLabel": "Register for the event on 18th September 2025 from 09:00 to 17:00"
995
+ },
996
+ {
997
+ "date": "2025-09-18",
998
+ "time": "09:00 – 17:00",
999
+ "label": "Register",
1000
+ "url": "#",
1001
+ "newTab": true,
1002
+ "ariaLabel": "Register for the event on 18th September 2025 from 09:00 to 17:00"
1003
+ }
1004
+ ],
1005
+ "locationName": "Berlin Congress Center (BCC) Redaktion & Event GmbH & Co. KG",
1006
+ "displayMode": "compact",
1007
+ "address": "Alexanderplatz 1<br />\n 10178 Berlin",
1008
+ "links": [
1009
+ {
1010
+ "newTab": true,
1011
+ "url": "https://maps.google.com/?q=Berlin+Congress+Center",
1012
+ "label": "Open in Google Maps"
1013
+ },
1014
+ {
1015
+ "newTab": true,
1016
+ "url": "https://www.berlincongresscenter.com",
1017
+ "label": "Location Website"
1018
+ }
1019
+ ]
809
1020
  }
810
1021
  ],
811
- "copy": "Leads with a vision for innovative, user-centric web designs"
812
- },
813
- "screenshot": "img/screenshots/components-contact--circular-avatar.png"
814
- },
815
- {
816
- "id": "components-contact--vertical-image-with-paragraph",
817
- "group": "Components/Contact",
818
- "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/>",
820
- "args": {
821
- "image": {
822
- "src": "img/people/contact-john.png",
823
- "alt": "Picture of Jane Smith",
824
- "fullWidth": false,
825
- "aspectRatio": "vertical"
826
- },
827
- "title": "John Smith",
828
- "subtitle": "Sales Representative",
829
- "links": [
1022
+ "images": [
830
1023
  {
831
- "icon": "xing",
832
- "label": "john.smith",
833
- "href": "mailto:mail@example.com",
834
- "newTab": false
1024
+ "src": "img/close-up-young-business-team-working.png",
1025
+ "alt": "Alt text Image 1",
1026
+ "caption": "Caption Image 1"
835
1027
  },
836
1028
  {
837
- "icon": "twitter",
838
- "label": "@john_smith",
839
- "href": "#",
840
- "newTab": false
1029
+ "src": "img/low-angle-tall-building-with-many-windows_23-2148230392.png",
1030
+ "alt": "Alt text Image 2",
1031
+ "caption": "Caption Image 2"
1032
+ },
1033
+ {
1034
+ "src": "img/full-shot-different-people-working-together.png",
1035
+ "alt": "Alt text Image 3",
1036
+ "caption": "Caption Image 3"
1037
+ },
1038
+ {
1039
+ "src": "img/top-view-desk-with-keyboard-drawing-pad.png",
1040
+ "alt": "Alt text Image 4",
1041
+ "caption": "Caption Image 4"
841
1042
  }
842
1043
  ],
843
- "copy": "Leads with a vision for innovative, user-centric web designs, ensuring each project merges creativity with functionality to deliver outstanding digital experiences."
1044
+ "button": {
1045
+ "label": "See all Events",
1046
+ "url": "/#"
1047
+ },
1048
+ "title": "Systemics Design Conference 2025",
1049
+ "intro": "A full-day event for design system professionals and enthusiasts. Join us to learn, share, and connect with like-minded individuals.",
1050
+ "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 ",
1051
+ "downloads": [
1052
+ {
1053
+ "name": "Product Brochure",
1054
+ "format": "PDF",
1055
+ "size": "2.5 MB",
1056
+ "previewImage": "img/offset-image.png",
1057
+ "url": "img/offset-image.png"
1058
+ },
1059
+ {
1060
+ "name": "Company Brochure",
1061
+ "previewImage": "img/kickstartDS/CMS-Starter producthunt-slide-01.svg",
1062
+ "format": "PDF",
1063
+ "size": "3.2 MB",
1064
+ "url": "img/kickstartDS/CMS-Starter producthunt-slide-01.svg"
1065
+ },
1066
+ {
1067
+ "name": "User Guide",
1068
+ "format": "DOC",
1069
+ "size": "20 KB",
1070
+ "url": "assets/user-guide.doc"
1071
+ },
1072
+ {
1073
+ "name": "Technical Specifications",
1074
+ "format": "TXT",
1075
+ "size": "12 KB",
1076
+ "url": "assets/technical-specifications.txt"
1077
+ }
1078
+ ]
844
1079
  },
845
- "screenshot": "img/screenshots/components-contact--vertical-image-with-paragraph.png"
1080
+ "screenshot": "img/screenshots/page-archetypes-event-detail--event-detail.png"
846
1081
  },
847
1082
  {
848
- "id": "components-contact--full-image-width",
849
- "group": "Components/Contact",
850
- "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/>",
1083
+ "id": "page-archetypes-event-list--event-list",
1084
+ "group": "Page Archetypes/Event List",
1085
+ "name": "EventList",
1086
+ "code": "<EventList\n events={[\n {\n category: 'Real Estate',\n cta: 'Show appointment',\n ctaText: 'Show event',\n date: 'FRI, JAN 16',\n image: {\n alt: 'A futuristic AI concept image',\n src: 'img/close-up-young-business-team-working.png'\n },\n location: {\n address: '123 Main St<br/>\\n10115 Berlin',\n name: 'Berlin Convention Center'\n },\n tags: [\n 'Buyers',\n 'Sellers',\n 'Renters'\n ],\n text: 'Join us for the Real Estate Expo 2025, where industry leaders will discuss the future of real estate.',\n time: '10:00 AM',\n title: 'Real Estate Expo 2025',\n url: 'https://example.com'\n },\n {\n category: 'Technology',\n cta: 'Show appointment',\n ctaText: 'Show event',\n date: '14.01.2025',\n image: {\n alt: 'A futuristic AI concept image',\n src: 'img/close-up-young-business-team-working.png'\n },\n location: {\n address: '123 Main St<br/>\\n50677 Cologne',\n name: 'Cologne Exhibition Center'\n },\n tags: [\n 'AI'\n ],\n text: 'The Future of AI is here and now - Join us to explore the latest advancements in artificial intelligence. AI is transforming industries and shaping the future. Don\\'t miss out on this opportunity to learn from experts and network with peers.',\n time: '15:30 - 17:00',\n title: 'The Future of AI',\n url: 'https://example.com'\n },\n {\n category: 'Sustainability',\n cta: 'Show appointment',\n ctaText: 'Show event',\n date: '20/30/2025',\n image: {\n alt: 'A futuristic AI concept image',\n src: 'img/close-up-young-business-team-working.png'\n },\n location: {\n address: '123 Main St<br/>\\n50677 Cologne',\n name: 'Cologne Exhibition Center'\n },\n tags: [\n 'Sustainability',\n 'Technology'\n ],\n text: 'Welcome to the Global Innovations Summit 2025, where we will explore the latest advancements in sustainable technologies. Join us for a day of insightful discussions and networking opportunities with industry leaders.',\n time: 'from 17:00',\n title: 'Global Innovations Summit 2025: Advancing Sustainable Technologies',\n url: 'https://example.com'\n }\n ]}\n filter={{\n applyButton: {\n label: 'Filter Appointments'\n },\n categories: {\n categoryCheckboxes: [\n 'All',\n 'Buyers',\n 'Sellers',\n 'Renters',\n 'Landlords',\n 'Tenants'\n ],\n title: 'Categories',\n toggle: true\n },\n datePicker: {\n dateFromInput: {\n label: 'From',\n placeholder: 'Select a date'\n },\n dateToInput: {\n label: 'To',\n placeholder: 'Select a date'\n },\n title: 'Find Appointment',\n toggle: true\n },\n resetButton: {\n label: 'Reset Filters'\n }\n }}\n/>",
852
1087
  "args": {
853
- "image": {
854
- "src": "img/people/contact-jim.png",
855
- "alt": "Picture of Jane Smith",
856
- "fullWidth": true,
857
- "aspectRatio": "wide"
1088
+ "filter": {
1089
+ "datePicker": {
1090
+ "title": "Find Appointment",
1091
+ "dateFromInput": {
1092
+ "label": "From",
1093
+ "placeholder": "Select a date"
1094
+ },
1095
+ "dateToInput": {
1096
+ "label": "To",
1097
+ "placeholder": "Select a date"
1098
+ },
1099
+ "toggle": true
1100
+ },
1101
+ "categories": {
1102
+ "title": "Categories",
1103
+ "categoryCheckboxes": [
1104
+ "All",
1105
+ "Buyers",
1106
+ "Sellers",
1107
+ "Renters",
1108
+ "Landlords",
1109
+ "Tenants"
1110
+ ],
1111
+ "toggle": true
1112
+ },
1113
+ "applyButton": {
1114
+ "label": "Filter Appointments"
1115
+ },
1116
+ "resetButton": {
1117
+ "label": "Reset Filters"
1118
+ }
858
1119
  },
859
- "title": "Jim Johnsson",
860
- "subtitle": "Lead Designer",
861
- "links": [
1120
+ "events": [
1121
+ {
1122
+ "category": "Real Estate",
1123
+ "title": "Real Estate Expo 2025",
1124
+ "text": "Join us for the Real Estate Expo 2025, where industry leaders will discuss the future of real estate.",
1125
+ "date": "FRI, JAN 16",
1126
+ "time": "10:00 AM",
1127
+ "location": {
1128
+ "name": "Berlin Convention Center",
1129
+ "address": "123 Main St<br/>\n10115 Berlin"
1130
+ },
1131
+ "tags": [
1132
+ "Buyers",
1133
+ "Sellers",
1134
+ "Renters"
1135
+ ],
1136
+ "image": {
1137
+ "src": "img/close-up-young-business-team-working.png",
1138
+ "alt": "A futuristic AI concept image"
1139
+ },
1140
+ "url": "https://example.com",
1141
+ "ctaText": "Show event",
1142
+ "cta": "Show appointment"
1143
+ },
862
1144
  {
863
- "icon": "email",
864
- "label": "jim.johnsson@mail.com",
865
- "href": "mailto:mail@example.com",
866
- "newTab": false
1145
+ "category": "Technology",
1146
+ "title": "The Future of AI",
1147
+ "text": "The Future of AI is here and now - Join us to explore the latest advancements in artificial intelligence. AI is transforming industries and shaping the future. Don't miss out on this opportunity to learn from experts and network with peers.",
1148
+ "date": "14.01.2025",
1149
+ "time": "15:30 - 17:00",
1150
+ "location": {
1151
+ "name": "Cologne Exhibition Center",
1152
+ "address": "123 Main St<br/>\n50677 Cologne"
1153
+ },
1154
+ "tags": [
1155
+ "AI"
1156
+ ],
1157
+ "image": {
1158
+ "src": "img/close-up-young-business-team-working.png",
1159
+ "alt": "A futuristic AI concept image"
1160
+ },
1161
+ "url": "https://example.com",
1162
+ "ctaText": "Show event",
1163
+ "cta": "Show appointment"
867
1164
  },
868
1165
  {
869
- "icon": "facebook",
870
- "label": "@jim_johnsson",
871
- "href": "#",
872
- "newTab": false
1166
+ "category": "Sustainability",
1167
+ "title": "Global Innovations Summit 2025: Advancing Sustainable Technologies",
1168
+ "text": "Welcome to the Global Innovations Summit 2025, where we will explore the latest advancements in sustainable technologies. Join us for a day of insightful discussions and networking opportunities with industry leaders.",
1169
+ "date": "20/30/2025",
1170
+ "time": "from 17:00",
1171
+ "location": {
1172
+ "name": "Cologne Exhibition Center",
1173
+ "address": "123 Main St<br/>\n50677 Cologne"
1174
+ },
1175
+ "tags": [
1176
+ "Sustainability",
1177
+ "Technology"
1178
+ ],
1179
+ "image": {
1180
+ "src": "img/close-up-young-business-team-working.png",
1181
+ "alt": "A futuristic AI concept image"
1182
+ },
1183
+ "url": "https://example.com",
1184
+ "ctaText": "Show event",
1185
+ "cta": "Show appointment"
873
1186
  }
874
- ],
875
- "copy": "Blends artistic flair with technical expertise, creating visually stunning and intuitive websites that captivate users and drive engagement."
1187
+ ]
876
1188
  },
877
- "screenshot": "img/screenshots/components-contact--full-image-width.png"
1189
+ "screenshot": "img/screenshots/page-archetypes-event-list--event-list.png"
878
1190
  },
879
1191
  {
880
- "id": "components-cta--banner",
881
- "group": "Components/Cta",
882
- "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/>",
1192
+ "id": "page-archetypes-search--search",
1193
+ "group": "Page Archetypes/Search",
1194
+ "name": "Search",
1195
+ "code": "<Search\n events={[\n {\n category: 'Buyers',\n ctaText: 'Show event',\n date: 'FRI, JAN 16',\n image: {\n alt: 'This is an image of a flower',\n src: 'https://picsum.photos/seed/flower/800/600'\n },\n location: {\n address: 'Köln',\n name: 'Stadthalle'\n },\n tags: [\n 'AI'\n ],\n text: 'The Future of AI is here and now - Join us to explore the latest advancements in artificial intelligence. The Future of AI is here and now - Join us to explore the latest advancements in artificial intelligence.',\n time: '10:00',\n title: 'This is a event teaser title',\n url: 'https://example.com'\n },\n {\n category: 'Buyers',\n ctaText: 'Show event',\n date: 'FRI, JAN 16',\n image: {\n alt: 'This is an image of a flower',\n src: 'https://picsum.photos/seed/flower/800/600'\n },\n location: {\n address: 'Köln',\n name: 'Stadthalle'\n },\n tags: [\n 'AI'\n ],\n text: 'The Future of AI is here and now - Join us to explore the latest advancements in artificial intelligence. The Future of AI is here and now - Join us to explore the latest advancements in artificial intelligence.',\n time: '10:00',\n title: 'This is a event teaser title',\n url: 'https://example.com'\n },\n {\n category: 'Buyers',\n ctaText: 'Show event',\n date: 'FRI, JAN 16',\n image: {\n alt: 'This is an image of a flower',\n src: 'https://picsum.photos/seed/flower/800/600'\n },\n location: {\n address: 'Köln',\n name: 'Stadthalle'\n },\n tags: [\n 'AI'\n ],\n text: 'The Future of AI is here and now - Join us to explore the latest advancements in artificial intelligence. The Future of AI is here and now - Join us to explore the latest advancements in artificial intelligence.',\n time: '10:00',\n title: 'This is a event teaser title',\n url: 'https://example.com'\n }\n ]}\n filter={{\n applyButton: {\n label: 'Filter Appointments'\n },\n categories: {\n categoryCheckboxes: [\n 'Category Filter',\n 'Category Filter',\n 'Category Filter'\n ],\n title: 'Categories',\n toggle: true\n },\n datePicker: {\n dateFromInput: {\n label: 'From',\n placeholder: 'Select a date'\n },\n dateToInput: {\n label: 'To',\n placeholder: 'Select a date'\n },\n title: 'Find Appointment',\n toggle: true\n },\n resetButton: {\n label: 'Reset Filters'\n }\n }}\n headline={{\n level: 'h1',\n style: 'h1',\n text: 'Search'\n }}\n searchFilter={{\n categories: [\n {\n amount: 10,\n title: 'Pages',\n url: '#'\n },\n {\n amount: 5,\n title: 'News',\n url: '#'\n },\n {\n amount: 2,\n title: 'Blog Posts',\n url: '#'\n }\n ],\n title: 'Search Filters'\n }}\n searchResults={[\n {\n initialMatch: 'Embracing a **sustainable** lifestyle can significantly reduce your environmental impact. From using energy-efficient appliances to adopting renewable energy sources, every small step counts towards a greener future.',\n matches: [\n {\n snippet: 'Simple changes can make your home more **sustainable** and energy-efficient.',\n title: 'Home',\n url: '#'\n },\n {\n snippet: 'Adopting a **sustainable** lifestyle benefits both you and the planet.',\n title: 'Lifestyle',\n url: '#'\n }\n ],\n previewImage: 'img/people-brainstorming-work-meeting.png',\n title: 'Sustainable Living: Everyday Tips',\n url: 'www.example.com/lifestyle/sustainable-living'\n },\n {\n initialMatch: 'Discover how **sustainable** design is shaping the future of urban development, from green buildings to eco-friendly materials. Research shows that **sustainable** architecture not only benefits the environment but also enhances the well-being of its occupants.',\n previewImage: 'img/full-shot-different-people-working-together.png',\n title: 'Sustainable Architecture Trends',\n url: 'www.example.com/architecture/sustainable-trends'\n },\n {\n matches: [\n {\n snippet: 'A **sustainable** business model focuses on long-term growth and environmental responsibility.',\n title: 'Getting Started',\n url: '#'\n },\n {\n snippet: 'Explore examples of companies that have adopted **sustainable** practices successfully.',\n title: 'Case Studies',\n url: '#'\n },\n {\n snippet: 'Using **sustainable** materials can significantly reduce a building’s carbon footprint.',\n title: 'Materials',\n url: '#'\n }\n ],\n title: 'How to Build a Sustainable Business',\n url: 'www.example.com/business/sustainable-model'\n },\n {\n initialMatch: 'Embracing a **sustainable** lifestyle can significantly reduce your environmental impact. From using energy-efficient appliances to adopting renewable energy sources, every small step counts towards a greener future.',\n matches: [\n {\n snippet: 'A **sustainable** business model focuses on long-term growth and environmental responsibility.',\n title: 'Getting Started',\n url: '#'\n },\n {\n snippet: 'Explore examples of companies that have adopted **sustainable** practices successfully.',\n title: 'Case Studies',\n url: '#'\n },\n {\n snippet: 'Using **sustainable** materials can significantly reduce a building’s carbon footprint.',\n title: 'Materials',\n url: '#'\n }\n ],\n previewImage: 'img/full-shot-different-people-working-together.png',\n title: 'Sustainable Living: Everyday Tips',\n url: 'www.example.com/business/sustainable-model'\n }\n ]}\n/>",
884
1196
  "args": {
885
- "headline": "Ready to Transform Your Development Process?",
886
- "sub": "Start your journey today.",
887
- "highlightText": false,
888
- "colorNeutral": false,
889
- "fullWidth": false,
890
- "buttons": [
891
- {
892
- "label": "Contact Us",
893
- "target": "#",
894
- "icon": "person"
1197
+ "filter": {
1198
+ "datePicker": {
1199
+ "title": "Find Appointment",
1200
+ "dateFromInput": {
1201
+ "label": "From",
1202
+ "placeholder": "Select a date"
1203
+ },
1204
+ "dateToInput": {
1205
+ "label": "To",
1206
+ "placeholder": "Select a date"
1207
+ },
1208
+ "toggle": true
1209
+ },
1210
+ "categories": {
1211
+ "title": "Categories",
1212
+ "categoryCheckboxes": [
1213
+ "Category Filter",
1214
+ "Category Filter",
1215
+ "Category Filter"
1216
+ ],
1217
+ "toggle": true
1218
+ },
1219
+ "applyButton": {
1220
+ "label": "Filter Appointments"
1221
+ },
1222
+ "resetButton": {
1223
+ "label": "Reset Filters"
1224
+ }
1225
+ },
1226
+ "events": [
1227
+ {
1228
+ "category": "Buyers",
1229
+ "title": "This is a event teaser title",
1230
+ "text": "The Future of AI is here and now - Join us to explore the latest advancements in artificial intelligence. The Future of AI is here and now - Join us to explore the latest advancements in artificial intelligence.",
1231
+ "date": "FRI, JAN 16",
1232
+ "time": "10:00",
1233
+ "location": {
1234
+ "name": "Stadthalle",
1235
+ "address": "Köln"
1236
+ },
1237
+ "tags": [
1238
+ "AI"
1239
+ ],
1240
+ "image": {
1241
+ "src": "https://picsum.photos/seed/flower/800/600",
1242
+ "alt": "This is an image of a flower"
1243
+ },
1244
+ "url": "https://example.com",
1245
+ "ctaText": "Show event"
1246
+ },
1247
+ {
1248
+ "category": "Buyers",
1249
+ "title": "This is a event teaser title",
1250
+ "text": "The Future of AI is here and now - Join us to explore the latest advancements in artificial intelligence. The Future of AI is here and now - Join us to explore the latest advancements in artificial intelligence.",
1251
+ "date": "FRI, JAN 16",
1252
+ "time": "10:00",
1253
+ "location": {
1254
+ "name": "Stadthalle",
1255
+ "address": "Köln"
1256
+ },
1257
+ "tags": [
1258
+ "AI"
1259
+ ],
1260
+ "image": {
1261
+ "src": "https://picsum.photos/seed/flower/800/600",
1262
+ "alt": "This is an image of a flower"
1263
+ },
1264
+ "url": "https://example.com",
1265
+ "ctaText": "Show event"
1266
+ },
1267
+ {
1268
+ "category": "Buyers",
1269
+ "title": "This is a event teaser title",
1270
+ "text": "The Future of AI is here and now - Join us to explore the latest advancements in artificial intelligence. The Future of AI is here and now - Join us to explore the latest advancements in artificial intelligence.",
1271
+ "date": "FRI, JAN 16",
1272
+ "time": "10:00",
1273
+ "location": {
1274
+ "name": "Stadthalle",
1275
+ "address": "Köln"
1276
+ },
1277
+ "tags": [
1278
+ "AI"
1279
+ ],
1280
+ "image": {
1281
+ "src": "https://picsum.photos/seed/flower/800/600",
1282
+ "alt": "This is an image of a flower"
1283
+ },
1284
+ "url": "https://example.com",
1285
+ "ctaText": "Show event"
1286
+ }
1287
+ ],
1288
+ "headline": {
1289
+ "text": "Search",
1290
+ "level": "h1",
1291
+ "style": "h1"
1292
+ },
1293
+ "searchFilter": {
1294
+ "title": "Search Filters",
1295
+ "categories": [
1296
+ {
1297
+ "title": "Pages",
1298
+ "url": "#",
1299
+ "amount": 10
1300
+ },
1301
+ {
1302
+ "title": "News",
1303
+ "url": "#",
1304
+ "amount": 5
1305
+ },
1306
+ {
1307
+ "title": "Blog Posts",
1308
+ "url": "#",
1309
+ "amount": 2
1310
+ }
1311
+ ]
1312
+ },
1313
+ "searchResults": [
1314
+ {
1315
+ "title": "Sustainable Living: Everyday Tips",
1316
+ "previewImage": "img/people-brainstorming-work-meeting.png",
1317
+ "initialMatch": "Embracing a **sustainable** lifestyle can significantly reduce your environmental impact. From using energy-efficient appliances to adopting renewable energy sources, every small step counts towards a greener future.",
1318
+ "matches": [
1319
+ {
1320
+ "title": "Home",
1321
+ "snippet": "Simple changes can make your home more **sustainable** and energy-efficient.",
1322
+ "url": "#"
1323
+ },
1324
+ {
1325
+ "title": "Lifestyle",
1326
+ "snippet": "Adopting a **sustainable** lifestyle benefits both you and the planet.",
1327
+ "url": "#"
1328
+ }
1329
+ ],
1330
+ "url": "www.example.com/lifestyle/sustainable-living"
1331
+ },
1332
+ {
1333
+ "title": "Sustainable Architecture Trends",
1334
+ "previewImage": "img/full-shot-different-people-working-together.png",
1335
+ "initialMatch": "Discover how **sustainable** design is shaping the future of urban development, from green buildings to eco-friendly materials. Research shows that **sustainable** architecture not only benefits the environment but also enhances the well-being of its occupants.",
1336
+ "url": "www.example.com/architecture/sustainable-trends"
1337
+ },
1338
+ {
1339
+ "title": "How to Build a Sustainable Business",
1340
+ "matches": [
1341
+ {
1342
+ "title": "Getting Started",
1343
+ "snippet": "A **sustainable** business model focuses on long-term growth and environmental responsibility.",
1344
+ "url": "#"
1345
+ },
1346
+ {
1347
+ "title": "Case Studies",
1348
+ "snippet": "Explore examples of companies that have adopted **sustainable** practices successfully.",
1349
+ "url": "#"
1350
+ },
1351
+ {
1352
+ "title": "Materials",
1353
+ "snippet": "Using **sustainable** materials can significantly reduce a building’s carbon footprint.",
1354
+ "url": "#"
1355
+ }
1356
+ ],
1357
+ "url": "www.example.com/business/sustainable-model"
1358
+ },
1359
+ {
1360
+ "title": "Sustainable Living: Everyday Tips",
1361
+ "previewImage": "img/full-shot-different-people-working-together.png",
1362
+ "initialMatch": "Embracing a **sustainable** lifestyle can significantly reduce your environmental impact. From using energy-efficient appliances to adopting renewable energy sources, every small step counts towards a greener future.",
1363
+ "matches": [
1364
+ {
1365
+ "title": "Getting Started",
1366
+ "snippet": "A **sustainable** business model focuses on long-term growth and environmental responsibility.",
1367
+ "url": "#"
1368
+ },
1369
+ {
1370
+ "title": "Case Studies",
1371
+ "snippet": "Explore examples of companies that have adopted **sustainable** practices successfully.",
1372
+ "url": "#"
1373
+ },
1374
+ {
1375
+ "title": "Materials",
1376
+ "snippet": "Using **sustainable** materials can significantly reduce a building’s carbon footprint.",
1377
+ "url": "#"
1378
+ }
1379
+ ],
1380
+ "url": "www.example.com/business/sustainable-model"
1381
+ }
1382
+ ]
1383
+ },
1384
+ "screenshot": "img/screenshots/page-archetypes-search--search.png"
1385
+ },
1386
+ {
1387
+ "id": "components-contact--wide-image",
1388
+ "group": "Components/Contact",
1389
+ "name": "WideImage",
1390
+ "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/>",
1391
+ "args": {
1392
+ "image": {
1393
+ "src": "img/people/contact-isabella.png",
1394
+ "alt": "Picture of Isabella Doe",
1395
+ "fullWidth": false,
1396
+ "aspectRatio": "wide"
1397
+ },
1398
+ "title": "Isabella Doe",
1399
+ "subtitle": "Creative Director",
1400
+ "links": [
1401
+ {
1402
+ "icon": "twitter",
1403
+ "label": "@Isabella_Doe",
1404
+ "url": "#",
1405
+ "newTab": false,
1406
+ "ariaLabel": "Isabella Doe on Twitter"
1407
+ },
1408
+ {
1409
+ "icon": "linkedin",
1410
+ "label": "Isabella.Doe",
1411
+ "url": "mailto:mail@example.com",
1412
+ "newTab": false,
1413
+ "ariaLabel": "Isabella Doe on LinkedIn"
1414
+ }
1415
+ ]
1416
+ },
1417
+ "screenshot": "img/screenshots/components-contact--wide-image.png"
1418
+ },
1419
+ {
1420
+ "id": "components-contact--circular-avatar",
1421
+ "group": "Components/Contact",
1422
+ "name": "CircularAvatar",
1423
+ "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/>",
1424
+ "args": {
1425
+ "image": {
1426
+ "src": "img/people/author-emily.png",
1427
+ "alt": "Picture of Isabella Doe",
1428
+ "fullWidth": false,
1429
+ "aspectRatio": "square"
1430
+ },
1431
+ "title": "Jane Smith",
1432
+ "subtitle": "CEO at DS Agency",
1433
+ "links": [
1434
+ {
1435
+ "icon": "twitter",
1436
+ "label": "@jane_smith",
1437
+ "url": "#",
1438
+ "newTab": false,
1439
+ "ariaLabel": "Link to Isabella Doe's social media profile"
1440
+ },
1441
+ {
1442
+ "icon": "linkedin",
1443
+ "label": "jane.smith",
1444
+ "url": "mailto:mail@example.com",
1445
+ "newTab": false,
1446
+ "ariaLabel": "Link to Isabella Doe's social media profile"
1447
+ }
1448
+ ],
1449
+ "copy": "Leads with a vision for innovative, user-centric web designs"
1450
+ },
1451
+ "screenshot": "img/screenshots/components-contact--circular-avatar.png"
1452
+ },
1453
+ {
1454
+ "id": "components-contact--vertical-image-with-paragraph",
1455
+ "group": "Components/Contact",
1456
+ "name": "VerticalImageWithParagraph",
1457
+ "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/>",
1458
+ "args": {
1459
+ "image": {
1460
+ "src": "img/people/contact-john.png",
1461
+ "alt": "Picture of Isabella Doe",
1462
+ "fullWidth": false,
1463
+ "aspectRatio": "vertical"
1464
+ },
1465
+ "title": "John Smith",
1466
+ "subtitle": "Sales Representative",
1467
+ "links": [
1468
+ {
1469
+ "icon": "xing",
1470
+ "label": "john.smith",
1471
+ "url": "mailto:mail@example.com",
1472
+ "newTab": false,
1473
+ "ariaLabel": "Link to Isabella Doe's social media profile"
1474
+ },
1475
+ {
1476
+ "icon": "twitter",
1477
+ "label": "@john_smith",
1478
+ "url": "#",
1479
+ "newTab": false,
1480
+ "ariaLabel": "Link to Isabella Doe's social media profile"
1481
+ }
1482
+ ],
1483
+ "copy": "Leads with a vision for innovative, user-centric web designs, ensuring each project merges creativity with functionality to deliver outstanding digital experiences."
1484
+ },
1485
+ "screenshot": "img/screenshots/components-contact--vertical-image-with-paragraph.png"
1486
+ },
1487
+ {
1488
+ "id": "components-contact--full-image-width",
1489
+ "group": "Components/Contact",
1490
+ "name": "FullImageWidth",
1491
+ "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/>",
1492
+ "args": {
1493
+ "image": {
1494
+ "src": "img/people/contact-jim.png",
1495
+ "alt": "Picture of Isabella Doe",
1496
+ "fullWidth": true,
1497
+ "aspectRatio": "wide"
1498
+ },
1499
+ "title": "Jim Johnsson",
1500
+ "subtitle": "Lead Designer",
1501
+ "links": [
1502
+ {
1503
+ "icon": "email",
1504
+ "label": "jim.johnsson@mail.com",
1505
+ "url": "mailto:mail@example.com",
1506
+ "newTab": false,
1507
+ "ariaLabel": "Link to Isabella Doe's social media profile"
1508
+ },
1509
+ {
1510
+ "icon": "facebook",
1511
+ "label": "@jim_johnsson",
1512
+ "url": "#",
1513
+ "newTab": false,
1514
+ "ariaLabel": "Link to Isabella Doe's social media profile"
1515
+ }
1516
+ ],
1517
+ "copy": "Blends artistic flair with technical expertise, creating visually stunning and intuitive websites that captivate users and drive engagement."
1518
+ },
1519
+ "screenshot": "img/screenshots/components-contact--full-image-width.png"
1520
+ },
1521
+ {
1522
+ "id": "corporate-content-nav--default",
1523
+ "group": "Corporate / Content Nav",
1524
+ "name": "Default",
1525
+ "code": "<ContentNav\n image={{\n alt: 'A group of people collaborating in an office setting',\n src: 'img/full-shot-different-people-working-together.png'\n }}\n initiallyShown={4}\n links={[\n {\n label: 'Market Insights',\n url: '#'\n },\n {\n label: 'Industry Trends',\n url: '#'\n },\n {\n label: 'Competitor Analysis',\n url: '#'\n },\n {\n label: 'Customer Feedback',\n url: '#'\n },\n {\n label: 'Sales Data',\n url: '#'\n },\n {\n label: 'Product Development',\n url: '#'\n },\n {\n label: 'Supply Chain Management',\n url: '#'\n },\n {\n label: 'Financial Performance',\n url: '#'\n },\n {\n label: 'Regulatory Compliance',\n url: '#'\n }\n ]}\n topic=\"Industry Intelligence\"\n/>",
1526
+ "args": {
1527
+ "initiallyShown": 4,
1528
+ "image": {
1529
+ "src": "img/full-shot-different-people-working-together.png",
1530
+ "alt": "A group of people collaborating in an office setting"
1531
+ },
1532
+ "topic": "Industry Intelligence",
1533
+ "links": [
1534
+ {
1535
+ "label": "Market Insights",
1536
+ "url": "#"
1537
+ },
1538
+ {
1539
+ "label": "Industry Trends",
1540
+ "url": "#"
1541
+ },
1542
+ {
1543
+ "label": "Competitor Analysis",
1544
+ "url": "#"
1545
+ },
1546
+ {
1547
+ "label": "Customer Feedback",
1548
+ "url": "#"
1549
+ },
1550
+ {
1551
+ "label": "Sales Data",
1552
+ "url": "#"
1553
+ },
1554
+ {
1555
+ "label": "Product Development",
1556
+ "url": "#"
1557
+ },
1558
+ {
1559
+ "label": "Supply Chain Management",
1560
+ "url": "#"
1561
+ },
1562
+ {
1563
+ "label": "Financial Performance",
1564
+ "url": "#"
1565
+ },
1566
+ {
1567
+ "label": "Regulatory Compliance",
1568
+ "url": "#"
1569
+ }
1570
+ ]
1571
+ },
1572
+ "screenshot": "img/screenshots/corporate-content-nav--default.png"
1573
+ },
1574
+ {
1575
+ "id": "corporate-cookie-consent--card",
1576
+ "group": "Corporate/Cookie Consent",
1577
+ "name": "Card",
1578
+ "code": "<PureCookieConsent\n component=\"dsa.cookie-consent\"\n dialogue={{\n alwaysActiveLabel: 'Always Active',\n buttons: {\n acceptLabel: 'Accept All',\n rejectLabel: 'Reject All',\n savePreferencesLabel: 'Save Preferences'\n },\n description: 'Manage your cookie preferences below.',\n options: [\n {\n description: 'These cookies help us understand how our visitors interact with the website.',\n key: 'measurement',\n name: 'Analytics Cookies'\n },\n {\n description: 'These cookies are used to deliver advertisements that are relevant to you.',\n key: 'marketing',\n name: 'Marketing Cookies'\n },\n {\n description: 'These cookies allow the website to remember choices you make and provide enhanced, more personal features.',\n key: 'functionality',\n name: 'Functional Cookies'\n },\n {\n description: 'These cookies collect information about how visitors use the website, such as which pages are visited most often and if they get error messages from web pages.',\n key: 'experience',\n name: 'Performance Cookies'\n }\n ],\n required: [\n {\n description: 'These cookies are necessary for the website to function.',\n key: 'necessary',\n name: 'Essential Cookies'\n }\n ],\n title: 'Cookie Preferences',\n toggleLabels: {\n accept: 'Accept',\n reject: 'Reject'\n }\n }}\n notice={{\n acceptButton: {\n label: 'Accept All'\n },\n customizeButton: {\n label: 'Customize',\n variant: 'tertiary'\n },\n decisionButtonVariant: 'primary',\n description: 'We use cookies to enhance your experience on our website. You can choose which cookies to accept.',\n displayMode: 'card',\n rejectButton: {\n label: 'Reject All'\n },\n title: 'We use cookies'\n }}\n revisitButton={{\n label: 'Manage Cookies'\n }}\n/>",
1579
+ "args": {
1580
+ "notice": {
1581
+ "displayMode": "card",
1582
+ "title": "We use cookies",
1583
+ "acceptButton": {
1584
+ "label": "Accept All"
1585
+ },
1586
+ "rejectButton": {
1587
+ "label": "Reject All"
1588
+ },
1589
+ "customizeButton": {
1590
+ "label": "Customize",
1591
+ "variant": "tertiary"
1592
+ },
1593
+ "decisionButtonVariant": "primary",
1594
+ "description": "We use cookies to enhance your experience on our website. You can choose which cookies to accept."
1595
+ },
1596
+ "revisitButton": {
1597
+ "label": "Manage Cookies"
1598
+ },
1599
+ "dialogue": {
1600
+ "title": "Cookie Preferences",
1601
+ "description": "Manage your cookie preferences below.",
1602
+ "required": [
1603
+ {
1604
+ "key": "necessary",
1605
+ "name": "Essential Cookies",
1606
+ "description": "These cookies are necessary for the website to function."
1607
+ }
1608
+ ],
1609
+ "buttons": {
1610
+ "acceptLabel": "Accept All",
1611
+ "rejectLabel": "Reject All",
1612
+ "savePreferencesLabel": "Save Preferences"
1613
+ },
1614
+ "options": [
1615
+ {
1616
+ "key": "measurement",
1617
+ "name": "Analytics Cookies",
1618
+ "description": "These cookies help us understand how our visitors interact with the website."
1619
+ },
1620
+ {
1621
+ "key": "marketing",
1622
+ "name": "Marketing Cookies",
1623
+ "description": "These cookies are used to deliver advertisements that are relevant to you."
1624
+ },
1625
+ {
1626
+ "key": "functionality",
1627
+ "name": "Functional Cookies",
1628
+ "description": "These cookies allow the website to remember choices you make and provide enhanced, more personal features."
1629
+ },
1630
+ {
1631
+ "key": "experience",
1632
+ "name": "Performance Cookies",
1633
+ "description": "These cookies collect information about how visitors use the website, such as which pages are visited most often and if they get error messages from web pages."
1634
+ }
1635
+ ],
1636
+ "toggleLabels": {
1637
+ "accept": "Accept",
1638
+ "reject": "Reject"
1639
+ },
1640
+ "alwaysActiveLabel": "Always Active"
1641
+ },
1642
+ "component": "dsa.cookie-consent"
1643
+ },
1644
+ "screenshot": "img/screenshots/corporate-cookie-consent--card.png"
1645
+ },
1646
+ {
1647
+ "id": "corporate-cookie-consent--banner",
1648
+ "group": "Corporate/Cookie Consent",
1649
+ "name": "Banner",
1650
+ "code": "<PureCookieConsent\n component=\"dsa.cookie-consent\"\n dialogue={{\n alwaysActiveLabel: 'Always Active',\n buttons: {\n acceptLabel: 'Accept All',\n rejectLabel: 'Reject All',\n savePreferencesLabel: 'Save Preferences'\n },\n decisionButtonVariant: 'tertiary',\n description: 'Here you can enable or disable different types of cookies. Essential cookies are always active as they are necessary for the website to function properly. You can change your preferences at any time. Please note that disabling certain cookies may affect your experience on our website.',\n options: [\n {\n description: 'These cookies help us to understand how visitors interact with our website by collecting and reporting information anonymously.',\n key: 'functionality',\n name: 'Statistics Cookies'\n },\n {\n description: 'These cookies allow the website to remember choices you make, such as your language or region, to provide a more personalized experience.',\n key: 'functionality',\n name: 'Personalization Cookies'\n },\n {\n description: 'Advertising cookies are used to deliver relevant ads and marketing campaigns to you. They track visitors across websites and collect information to provide customized ads.',\n key: 'functionality',\n name: 'Advertising Cookies'\n }\n ],\n required: [\n {\n description: 'These cookies are required for basic website functionality, such as page navigation and access to secure areas of the website. The website cannot function properly without these cookies.',\n key: 'necessary',\n name: 'Essential Cookies'\n }\n ],\n title: 'Manage Your Cookie Preferences',\n toggleLabels: {\n accept: 'Accept',\n reject: 'Reject'\n }\n }}\n notice={{\n acceptButton: {\n label: 'Accept All Cookies'\n },\n customizeButton: {\n label: 'Customize Settings',\n variant: 'secondary'\n },\n decisionButtonVariant: 'tertiary',\n description: 'We use cookies and similar technologies to personalize content, provide social media features, and analyze our traffic. You can choose which categories you want to allow and change your preferences at any time. For more information, please see our privacy policy.',\n displayMode: 'banner',\n rejectButton: {\n label: 'Reject Non-Essential'\n },\n title: 'Your Privacy Matters to Us'\n }}\n revisitButton={{\n label: 'Manage Cookies'\n }}\n/>",
1651
+ "args": {
1652
+ "notice": {
1653
+ "displayMode": "banner",
1654
+ "title": "Your Privacy Matters to Us",
1655
+ "acceptButton": {
1656
+ "label": "Accept All Cookies"
1657
+ },
1658
+ "rejectButton": {
1659
+ "label": "Reject Non-Essential"
1660
+ },
1661
+ "customizeButton": {
1662
+ "label": "Customize Settings",
1663
+ "variant": "secondary"
1664
+ },
1665
+ "decisionButtonVariant": "tertiary",
1666
+ "description": "We use cookies and similar technologies to personalize content, provide social media features, and analyze our traffic. You can choose which categories you want to allow and change your preferences at any time. For more information, please see our privacy policy."
1667
+ },
1668
+ "revisitButton": {
1669
+ "label": "Manage Cookies"
1670
+ },
1671
+ "dialogue": {
1672
+ "title": "Manage Your Cookie Preferences",
1673
+ "description": "Here you can enable or disable different types of cookies. Essential cookies are always active as they are necessary for the website to function properly. You can change your preferences at any time. Please note that disabling certain cookies may affect your experience on our website.",
1674
+ "required": [
1675
+ {
1676
+ "key": "necessary",
1677
+ "name": "Essential Cookies",
1678
+ "description": "These cookies are required for basic website functionality, such as page navigation and access to secure areas of the website. The website cannot function properly without these cookies."
1679
+ }
1680
+ ],
1681
+ "buttons": {
1682
+ "acceptLabel": "Accept All",
1683
+ "rejectLabel": "Reject All",
1684
+ "savePreferencesLabel": "Save Preferences"
1685
+ },
1686
+ "options": [
1687
+ {
1688
+ "key": "functionality",
1689
+ "name": "Statistics Cookies",
1690
+ "description": "These cookies help us to understand how visitors interact with our website by collecting and reporting information anonymously."
1691
+ },
1692
+ {
1693
+ "key": "functionality",
1694
+ "name": "Personalization Cookies",
1695
+ "description": "These cookies allow the website to remember choices you make, such as your language or region, to provide a more personalized experience."
1696
+ },
1697
+ {
1698
+ "key": "functionality",
1699
+ "name": "Advertising Cookies",
1700
+ "description": "Advertising cookies are used to deliver relevant ads and marketing campaigns to you. They track visitors across websites and collect information to provide customized ads."
1701
+ }
1702
+ ],
1703
+ "toggleLabels": {
1704
+ "accept": "Accept",
1705
+ "reject": "Reject"
1706
+ },
1707
+ "alwaysActiveLabel": "Always Active",
1708
+ "decisionButtonVariant": "tertiary"
1709
+ },
1710
+ "component": "dsa.cookie-consent"
1711
+ },
1712
+ "screenshot": "img/screenshots/corporate-cookie-consent--banner.png"
1713
+ },
1714
+ {
1715
+ "id": "corporate-cookie-consent--c-15-t",
1716
+ "group": "Corporate/Cookie Consent",
1717
+ "name": "C15t",
1718
+ "code": "<>\n <Button\n label=\"reset\"\n onClick={function noRefCheck() {}}\n size=\"small\"\n />\n <hr />\n <CookieConsent\n component=\"dsa.cookie-consent.c15t.offline\"\n dialogue={{\n alwaysActiveLabel: 'Always Active',\n buttons: {\n acceptLabel: 'Accept All',\n rejectLabel: 'Reject All',\n savePreferencesLabel: 'Save Preferences'\n },\n description: 'Customize your privacy settings here. You can choose which types of cookies and tracking technologies you allow.',\n options: [\n {\n description: 'These cookies are necessary for the website to function.',\n key: 'measurement',\n name: 'Essential Cookies'\n },\n {\n description: 'These cookies are necessary for the website to function.',\n key: 'marketing',\n name: 'Essential Cookies'\n },\n {\n description: 'These cookies are necessary for the website to function.',\n key: 'functionality',\n name: 'Essential Cookies'\n },\n {\n description: 'These cookies are necessary for the website to function.',\n key: 'experience',\n name: 'Essential Cookies'\n }\n ],\n required: [\n {\n description: 'This cookie is essential for the website to function and cannot be disabled.',\n key: 'necessary',\n name: 'Session Cookie'\n }\n ],\n title: 'Manage Cookie Preferences',\n toggleLabels: {\n accept: 'Accept',\n reject: 'Reject'\n }\n }}\n notice={{\n acceptButton: {\n label: 'Accept All Cookies'\n },\n customizeButton: {\n label: 'Customize Cookies',\n variant: 'tertiary'\n },\n decisionButtonVariant: 'primary',\n description: 'This website uses cookies to ensure you get the best experience on our website.',\n displayMode: 'card',\n rejectButton: {\n label: 'Reject All Cookies'\n },\n title: 'We value your privacy'\n }}\n revisitButton={{\n label: 'Manage Cookies'\n }}\n />\n</>",
1719
+ "args": {
1720
+ "notice": {
1721
+ "displayMode": "card",
1722
+ "title": "We value your privacy",
1723
+ "acceptButton": {
1724
+ "label": "Accept All Cookies"
1725
+ },
1726
+ "rejectButton": {
1727
+ "label": "Reject All Cookies"
1728
+ },
1729
+ "customizeButton": {
1730
+ "label": "Customize Cookies",
1731
+ "variant": "tertiary"
1732
+ },
1733
+ "decisionButtonVariant": "primary",
1734
+ "description": "This website uses cookies to ensure you get the best experience on our website."
1735
+ },
1736
+ "revisitButton": {
1737
+ "label": "Manage Cookies"
1738
+ },
1739
+ "dialogue": {
1740
+ "title": "Manage Cookie Preferences",
1741
+ "description": "Customize your privacy settings here. You can choose which types of cookies and tracking technologies you allow.",
1742
+ "required": [
1743
+ {
1744
+ "key": "necessary",
1745
+ "name": "Session Cookie",
1746
+ "description": "This cookie is essential for the website to function and cannot be disabled."
1747
+ }
1748
+ ],
1749
+ "buttons": {
1750
+ "acceptLabel": "Accept All",
1751
+ "rejectLabel": "Reject All",
1752
+ "savePreferencesLabel": "Save Preferences"
1753
+ },
1754
+ "options": [
1755
+ {
1756
+ "key": "measurement",
1757
+ "name": "Essential Cookies",
1758
+ "description": "These cookies are necessary for the website to function."
1759
+ },
1760
+ {
1761
+ "key": "marketing",
1762
+ "name": "Essential Cookies",
1763
+ "description": "These cookies are necessary for the website to function."
1764
+ },
1765
+ {
1766
+ "key": "functionality",
1767
+ "name": "Essential Cookies",
1768
+ "description": "These cookies are necessary for the website to function."
1769
+ },
1770
+ {
1771
+ "key": "experience",
1772
+ "name": "Essential Cookies",
1773
+ "description": "These cookies are necessary for the website to function."
1774
+ }
1775
+ ],
1776
+ "toggleLabels": {
1777
+ "accept": "Accept",
1778
+ "reject": "Reject"
1779
+ },
1780
+ "alwaysActiveLabel": "Always Active"
1781
+ },
1782
+ "component": "dsa.cookie-consent.c15t.offline"
1783
+ },
1784
+ "screenshot": "img/screenshots/corporate-cookie-consent--c-15-t.png"
1785
+ },
1786
+ {
1787
+ "id": "components-cta--banner",
1788
+ "group": "Components/Cta",
1789
+ "name": "Banner",
1790
+ "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/>",
1791
+ "args": {
1792
+ "headline": "Ready to Transform Your Development Process?",
1793
+ "sub": "Start your journey today.",
1794
+ "highlightText": false,
1795
+ "colorNeutral": false,
1796
+ "buttons": [
1797
+ {
1798
+ "label": "Contact Us",
1799
+ "url": "#",
1800
+ "icon": "person"
895
1801
  },
896
1802
  {
897
1803
  "label": "Learn More",
898
- "target": "#",
1804
+ "url": "#",
899
1805
  "icon": "date"
900
1806
  }
901
1807
  ],
902
1808
  "image": {
903
- "padding": true
1809
+ "padding": true,
1810
+ "align": "center"
904
1811
  },
905
1812
  "order": {
906
1813
  "mobileImageLast": false,
907
1814
  "desktopImageLast": true
908
1815
  },
909
1816
  "textAlign": "center",
910
- "contentAlign": "center",
1817
+ "align": "center",
1818
+ "padding": false,
911
1819
  "text": "Get started with our design system today and experience a new level of efficiency and consistency in your projects."
912
1820
  },
913
1821
  "screenshot": "img/screenshots/components-cta--banner.png"
@@ -916,29 +1824,30 @@
916
1824
  "id": "components-cta--highlighted",
917
1825
  "group": "Components/Cta",
918
1826
  "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/>",
1827
+ "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
1828
  "args": {
921
1829
  "headline": "Why Choose Our Design System?",
922
1830
  "sub": "Built for consistency and speed.",
923
1831
  "highlightText": true,
924
1832
  "colorNeutral": false,
925
- "fullWidth": false,
926
1833
  "buttons": [
927
1834
  {
928
1835
  "label": "Get Started",
929
- "target": "#",
1836
+ "url": "#",
930
1837
  "icon": "person"
931
1838
  }
932
1839
  ],
933
1840
  "image": {
934
- "padding": true
1841
+ "padding": true,
1842
+ "align": "center"
935
1843
  },
936
1844
  "order": {
937
1845
  "mobileImageLast": false,
938
1846
  "desktopImageLast": true
939
1847
  },
940
1848
  "textAlign": "center",
941
- "contentAlign": "center",
1849
+ "align": "center",
1850
+ "padding": false,
942
1851
  "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
1852
  },
944
1853
  "screenshot": "img/screenshots/components-cta--highlighted.png"
@@ -947,29 +1856,30 @@
947
1856
  "id": "components-cta--left-aligned",
948
1857
  "group": "Components/Cta",
949
1858
  "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/>",
1859
+ "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
1860
  "args": {
952
1861
  "headline": "Experience Our Design System",
953
1862
  "sub": "Efficient, scalable, seamless.",
954
1863
  "highlightText": false,
955
1864
  "colorNeutral": false,
956
- "fullWidth": false,
957
1865
  "buttons": [
958
1866
  {
959
1867
  "label": "Learn More",
960
- "target": "#",
1868
+ "url": "#",
961
1869
  "icon": "person"
962
1870
  }
963
1871
  ],
964
1872
  "image": {
965
- "padding": true
1873
+ "padding": true,
1874
+ "align": "center"
966
1875
  },
967
1876
  "order": {
968
1877
  "mobileImageLast": false,
969
1878
  "desktopImageLast": true
970
1879
  },
971
1880
  "textAlign": "left",
972
- "contentAlign": "center",
1881
+ "align": "center",
1882
+ "padding": false,
973
1883
  "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
1884
  },
975
1885
  "screenshot": "img/screenshots/components-cta--left-aligned.png"
@@ -978,28 +1888,26 @@
978
1888
  "id": "components-cta--product-advertisement",
979
1889
  "group": "Components/Cta",
980
1890
  "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/>",
1891
+ "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
1892
  "args": {
983
1893
  "headline": "Experience Immersive Sound",
984
1894
  "sub": "With Our Premium Over-Ear Headphones",
985
1895
  "highlightText": true,
986
1896
  "colorNeutral": false,
987
- "fullWidth": false,
988
1897
  "buttons": [
989
1898
  {
990
1899
  "label": "Shop Now",
991
- "target": "/shop",
992
- "variant": "primary",
1900
+ "url": "/shop",
993
1901
  "icon": "chevron-right"
994
1902
  },
995
1903
  {
996
1904
  "label": "Learn More",
997
- "target": "/product-info",
998
- "variant": "secondary"
1905
+ "url": "/product-info"
999
1906
  }
1000
1907
  ],
1001
1908
  "image": {
1002
1909
  "padding": false,
1910
+ "align": "center",
1003
1911
  "src": "img/showcases/comp_audio04.png",
1004
1912
  "alt": "Over-Ear Headphones"
1005
1913
  },
@@ -1008,10 +1916,10 @@
1008
1916
  "desktopImageLast": false
1009
1917
  },
1010
1918
  "textAlign": "left",
1011
- "contentAlign": "center",
1919
+ "align": "center",
1920
+ "padding": true,
1012
1921
  "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"
1922
+ "backgroundImage": "img/bg_dot-carpet-blue.svg"
1015
1923
  },
1016
1924
  "screenshot": "img/screenshots/components-cta--product-advertisement.png"
1017
1925
  },
@@ -1019,37 +1927,37 @@
1019
1927
  "id": "components-cta--contact-banner",
1020
1928
  "group": "Components/Cta",
1021
1929
  "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/>",
1930
+ "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/people/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
1931
  "args": {
1024
1932
  "headline": "Get in touch",
1025
1933
  "sub": "Chat with us about getting your product or platform to market faster",
1026
1934
  "highlightText": false,
1027
1935
  "colorNeutral": false,
1028
- "fullWidth": true,
1029
1936
  "buttons": [
1030
1937
  {
1031
1938
  "label": "Contact us",
1032
1939
  "icon": "person",
1033
- "target": "#"
1940
+ "url": "#"
1034
1941
  },
1035
1942
  {
1036
1943
  "label": "Book a meeting",
1037
1944
  "icon": "date",
1038
- "target": "#"
1945
+ "url": "#"
1039
1946
  }
1040
1947
  ],
1041
1948
  "image": {
1042
1949
  "padding": false,
1043
- "src": "img/contact-person.png"
1950
+ "align": "center",
1951
+ "src": "img/people/contact-person.png"
1044
1952
  },
1045
1953
  "order": {
1046
1954
  "mobileImageLast": false,
1047
1955
  "desktopImageLast": false
1048
1956
  },
1049
1957
  "textAlign": "left",
1050
- "contentAlign": "center",
1051
- "text": "Our modular design approach allows for flexibility and scalability in your application's architecture.",
1052
- "width": "wide"
1958
+ "align": "center",
1959
+ "padding": true,
1960
+ "text": "Our modular design approach allows for flexibility and scalability in your application's architecture."
1053
1961
  },
1054
1962
  "screenshot": "img/screenshots/components-cta--contact-banner.png"
1055
1963
  },
@@ -1057,22 +1965,22 @@
1057
1965
  "id": "components-cta--split-banner",
1058
1966
  "group": "Components/Cta",
1059
1967
  "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/>",
1968
+ "code": "<Cta\n align=\"center\"\n backgroundColor=\"#d9e4ff\"\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
1969
  "args": {
1062
1970
  "headline": "Design System Services",
1063
1971
  "sub": "Subheadline",
1064
1972
  "highlightText": false,
1065
1973
  "colorNeutral": true,
1066
- "fullWidth": true,
1067
1974
  "buttons": [
1068
1975
  {
1069
1976
  "label": "What can we do for you?",
1070
1977
  "icon": "person",
1071
- "target": "#"
1978
+ "url": "#"
1072
1979
  }
1073
1980
  ],
1074
1981
  "image": {
1075
1982
  "padding": false,
1983
+ "align": "center",
1076
1984
  "src": "img/colored-square.png"
1077
1985
  },
1078
1986
  "order": {
@@ -1080,10 +1988,10 @@
1080
1988
  "desktopImageLast": false
1081
1989
  },
1082
1990
  "textAlign": "left",
1083
- "contentAlign": "center",
1991
+ "align": "center",
1992
+ "padding": true,
1084
1993
  "text": "Here at Systemics, we bring a range of design system services that can make a difference.",
1085
- "backgroundColor": "#001856",
1086
- "width": "wide"
1994
+ "backgroundColor": "#d9e4ff"
1087
1995
  },
1088
1996
  "screenshot": "img/screenshots/components-cta--split-banner.png"
1089
1997
  },
@@ -1091,27 +1999,27 @@
1091
1999
  "id": "components-cta--angled-image",
1092
2000
  "group": "Components/Cta",
1093
2001
  "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/>",
2002
+ "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
2003
  "args": {
1096
2004
  "headline": "Our **Approach** to Design Systems",
1097
2005
  "sub": "Subheadline",
1098
2006
  "highlightText": false,
1099
2007
  "colorNeutral": false,
1100
- "fullWidth": true,
1101
2008
  "buttons": [
1102
2009
  {
1103
2010
  "label": "Contact us",
1104
2011
  "icon": "person",
1105
- "target": "#"
2012
+ "url": "#"
1106
2013
  },
1107
2014
  {
1108
2015
  "label": "Book a meeting",
1109
2016
  "icon": "date",
1110
- "target": "#"
2017
+ "url": "#"
1111
2018
  }
1112
2019
  ],
1113
2020
  "image": {
1114
2021
  "padding": false,
2022
+ "align": "center",
1115
2023
  "src": "img/angled-image.png"
1116
2024
  },
1117
2025
  "order": {
@@ -1119,9 +2027,9 @@
1119
2027
  "desktopImageLast": true
1120
2028
  },
1121
2029
  "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"
2030
+ "align": "center",
2031
+ "padding": true,
2032
+ "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
2033
  },
1126
2034
  "screenshot": "img/screenshots/components-cta--angled-image.png"
1127
2035
  },
@@ -1129,34 +2037,35 @@
1129
2037
  "id": "components-cta--colored-banner",
1130
2038
  "group": "Components/Cta",
1131
2039
  "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/>",
2040
+ "code": "<Cta\n align=\"center\"\n backgroundColor=\"#ffd4ea\"\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
2041
  "args": {
1134
2042
  "headline": "Expertise in Scalable Solutions",
1135
2043
  "sub": "Subheadline",
1136
2044
  "highlightText": true,
1137
2045
  "colorNeutral": true,
1138
- "fullWidth": false,
1139
2046
  "buttons": [
1140
2047
  {
1141
2048
  "label": "Learn More",
1142
- "target": "#"
2049
+ "url": "#"
1143
2050
  },
1144
2051
  {
1145
2052
  "label": "Contact Us",
1146
- "target": "#"
2053
+ "url": "#"
1147
2054
  }
1148
2055
  ],
1149
2056
  "image": {
1150
- "padding": true
2057
+ "padding": true,
2058
+ "align": "center"
1151
2059
  },
1152
2060
  "order": {
1153
2061
  "mobileImageLast": false,
1154
2062
  "desktopImageLast": true
1155
2063
  },
1156
2064
  "textAlign": "left",
1157
- "contentAlign": "center",
2065
+ "align": "center",
2066
+ "padding": true,
1158
2067
  "text": "Leverage our expertise in creating scalable and robust applications using modern technologies.",
1159
- "backgroundColor": "#a30051"
2068
+ "backgroundColor": "#ffd4ea"
1160
2069
  },
1161
2070
  "screenshot": "img/screenshots/components-cta--colored-banner.png"
1162
2071
  },
@@ -1164,27 +2073,27 @@
1164
2073
  "id": "components-cta--align-bottom",
1165
2074
  "group": "Components/Cta",
1166
2075
  "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/>",
2076
+ "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
2077
  "args": {
1169
2078
  "headline": "Custom Solutions",
1170
2079
  "sub": "Subheadline",
1171
2080
  "highlightText": false,
1172
2081
  "colorNeutral": false,
1173
- "fullWidth": true,
1174
2082
  "buttons": [
1175
2083
  {
1176
2084
  "label": "Contact us",
1177
2085
  "icon": "person",
1178
- "target": "#"
2086
+ "url": "#"
1179
2087
  },
1180
2088
  {
1181
2089
  "label": "Book a meeting",
1182
2090
  "icon": "date",
1183
- "target": "#"
2091
+ "url": "#"
1184
2092
  }
1185
2093
  ],
1186
2094
  "image": {
1187
2095
  "padding": true,
2096
+ "align": "center",
1188
2097
  "src": "img/offset-image.png"
1189
2098
  },
1190
2099
  "order": {
@@ -1192,10 +2101,10 @@
1192
2101
  "desktopImageLast": false
1193
2102
  },
1194
2103
  "textAlign": "left",
1195
- "contentAlign": "bottom",
2104
+ "align": "bottom",
2105
+ "padding": false,
1196
2106
  "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"
2107
+ "backgroundImage": "img/grid-bg.svg"
1199
2108
  },
1200
2109
  "screenshot": "img/screenshots/components-cta--align-bottom.png"
1201
2110
  },
@@ -1219,6 +2128,416 @@
1219
2128
  },
1220
2129
  "screenshot": "img/screenshots/layout-divider--default.png"
1221
2130
  },
2131
+ {
2132
+ "id": "corporate-downloads--technical-details-only",
2133
+ "group": "Corporate/Downloads",
2134
+ "name": "TechnicalDetailsOnly",
2135
+ "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 />",
2136
+ "args": {
2137
+ "downloads": [
2138
+ {
2139
+ "name": "Product Brochure",
2140
+ "format": "PDF",
2141
+ "size": "2.5 MB",
2142
+ "previewImage": "img/offset-image.png",
2143
+ "url": "#"
2144
+ },
2145
+ {
2146
+ "name": "Company Brochure",
2147
+ "previewImage": "img/kickstartDS/CMS-Starter producthunt-slide-01.svg",
2148
+ "format": "PDF",
2149
+ "size": "3.2 MB",
2150
+ "url": "#"
2151
+ },
2152
+ {
2153
+ "name": "User Guide",
2154
+ "format": "DOC",
2155
+ "size": "20 KB",
2156
+ "url": "#"
2157
+ },
2158
+ {
2159
+ "name": "Technical Specifications",
2160
+ "format": "TXT",
2161
+ "size": "12 KB",
2162
+ "url": "#"
2163
+ }
2164
+ ]
2165
+ },
2166
+ "screenshot": "img/screenshots/corporate-downloads--technical-details-only.png"
2167
+ },
2168
+ {
2169
+ "id": "corporate-downloads--description-only",
2170
+ "group": "Corporate/Downloads",
2171
+ "name": "DescriptionOnly",
2172
+ "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 />",
2173
+ "args": {
2174
+ "downloads": [
2175
+ {
2176
+ "name": "Product Brochure",
2177
+ "description": "Detailed product information and specifications. Recommended for all users.",
2178
+ "previewImage": "img/offset-image.png"
2179
+ },
2180
+ {
2181
+ "name": "Technical Specifications",
2182
+ "description": "In-depth technical details and requirements. Recommended for technical users.",
2183
+ "previewImage": "img/kickstartDS/CMS-Starter producthunt-slide-01.svg"
2184
+ },
2185
+ {
2186
+ "name": "User Guide",
2187
+ "description": "Comprehensive guide to using our product.",
2188
+ "previewImage": "img/about/cta.png"
2189
+ },
2190
+ {
2191
+ "name": "Company Brochure",
2192
+ "description": "Overview of our company and services.",
2193
+ "previewImage": "img/view-modern-office.jpg"
2194
+ }
2195
+ ]
2196
+ },
2197
+ "screenshot": "img/screenshots/corporate-downloads--description-only.png"
2198
+ },
2199
+ {
2200
+ "id": "corporate-downloads--complete",
2201
+ "group": "Corporate/Downloads",
2202
+ "name": "Complete",
2203
+ "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 />",
2204
+ "args": {
2205
+ "downloads": [
2206
+ {
2207
+ "name": "Product Brochure",
2208
+ "format": "PDF",
2209
+ "size": "2.5 MB",
2210
+ "description": "Detailed product information and specifications. Recommended for all users.",
2211
+ "previewImage": "img/offset-image.png"
2212
+ },
2213
+ {
2214
+ "name": "Company Brochure",
2215
+ "description": "Overview of our company and services.",
2216
+ "previewImage": "img/kickstartDS/CMS-Starter producthunt-slide-01.svg",
2217
+ "format": "PDF",
2218
+ "size": "3.2 MB"
2219
+ },
2220
+ {
2221
+ "name": "User Guide",
2222
+ "description": "Comprehensive guide to using our product.",
2223
+ "format": "DOC",
2224
+ "size": "20 KB"
2225
+ },
2226
+ {
2227
+ "name": "Technical Specifications",
2228
+ "description": "In-depth technical details and requirements. Recommended for technical users.",
2229
+ "format": "TXT",
2230
+ "size": "12 KB"
2231
+ }
2232
+ ]
2233
+ },
2234
+ "screenshot": "img/screenshots/corporate-downloads--complete.png"
2235
+ },
2236
+ {
2237
+ "id": "corporate-downloads--mixed",
2238
+ "group": "Corporate/Downloads",
2239
+ "name": "Mixed",
2240
+ "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 />",
2241
+ "args": {
2242
+ "downloads": [
2243
+ {
2244
+ "name": "Product Brochure",
2245
+ "format": "PDF",
2246
+ "size": "2.5 MB",
2247
+ "description": "Detailed product information and specifications. Recommended for all users.",
2248
+ "previewImage": "img/offset-image.png"
2249
+ },
2250
+ {
2251
+ "name": "User Guide",
2252
+ "format": "PDF",
2253
+ "size": "1.2 MB",
2254
+ "previewImage": "img/about/cta.png"
2255
+ },
2256
+ {
2257
+ "name": "Company Brochure",
2258
+ "previewImage": "img/kickstartDS/CMS-Starter producthunt-slide-01.svg"
2259
+ },
2260
+ {
2261
+ "name": "Technical Specifications",
2262
+ "description": "In-depth technical details and requirements."
2263
+ }
2264
+ ]
2265
+ },
2266
+ "screenshot": "img/screenshots/corporate-downloads--mixed.png"
2267
+ },
2268
+ {
2269
+ "id": "event-event-filter--default",
2270
+ "group": "Event/ Event Filter",
2271
+ "name": "Default",
2272
+ "code": "<EventFilter\n applyButton={{\n label: 'Filter Appointments'\n }}\n categories={{\n categoryCheckboxes: [\n 'All',\n 'Buyers',\n 'Sellers',\n 'Renters',\n 'Landlords',\n 'Tenants'\n ],\n title: 'Categories',\n toggle: true\n }}\n datePicker={{\n dateFromInput: {\n label: 'From',\n placeholder: 'Select a date'\n },\n dateToInput: {\n label: 'To',\n placeholder: 'Select a date'\n },\n title: 'Find Appointment',\n toggle: true\n }}\n resetButton={{\n label: 'Reset Filters'\n }}\n/>",
2273
+ "args": {
2274
+ "datePicker": {
2275
+ "title": "Find Appointment",
2276
+ "dateFromInput": {
2277
+ "label": "From",
2278
+ "placeholder": "Select a date"
2279
+ },
2280
+ "dateToInput": {
2281
+ "label": "To",
2282
+ "placeholder": "Select a date"
2283
+ },
2284
+ "toggle": true
2285
+ },
2286
+ "categories": {
2287
+ "title": "Categories",
2288
+ "categoryCheckboxes": [
2289
+ "All",
2290
+ "Buyers",
2291
+ "Sellers",
2292
+ "Renters",
2293
+ "Landlords",
2294
+ "Tenants"
2295
+ ],
2296
+ "toggle": true
2297
+ },
2298
+ "applyButton": {
2299
+ "label": "Filter Appointments"
2300
+ },
2301
+ "resetButton": {
2302
+ "label": "Reset Filters"
2303
+ }
2304
+ },
2305
+ "screenshot": "img/screenshots/event-event-filter--default.png"
2306
+ },
2307
+ {
2308
+ "id": "event-event-header--default",
2309
+ "group": "Event/ Event Header",
2310
+ "name": "Default",
2311
+ "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/>",
2312
+ "args": {
2313
+ "title": "Systemics Design Conference 2025",
2314
+ "categories": [
2315
+ {
2316
+ "label": "Conference"
2317
+ },
2318
+ {
2319
+ "label": "Design Systems"
2320
+ }
2321
+ ],
2322
+ "intro": "A full-day event for design system professionals and enthusiasts. Join us to learn, share, and connect with like-minded individuals."
2323
+ },
2324
+ "screenshot": "img/screenshots/event-event-header--default.png"
2325
+ },
2326
+ {
2327
+ "id": "event-event-latest-teaser--default",
2328
+ "group": "Event/ Event Latest Teaser",
2329
+ "name": "Default",
2330
+ "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/>",
2331
+ "args": {
2332
+ "date": "12/30/2025",
2333
+ "calendar": {
2334
+ "month": "Dec",
2335
+ "day": "30"
2336
+ },
2337
+ "title": "The Future of AI",
2338
+ "location": "Berlin, Germany",
2339
+ "url": "https://example.com",
2340
+ "cta": "Show event",
2341
+ "ariaLabel": "Event teaser for ",
2342
+ "link": {
2343
+ "url": "#",
2344
+ "text": "Show event"
2345
+ }
2346
+ },
2347
+ "screenshot": "img/screenshots/event-event-latest-teaser--default.png"
2348
+ },
2349
+ {
2350
+ "id": "event-event-latest--default",
2351
+ "group": "Event/ Event Latest",
2352
+ "name": "Default",
2353
+ "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 />",
2354
+ "args": {
2355
+ "events": [
2356
+ {
2357
+ "date": "09/18/2025",
2358
+ "calendar": {
2359
+ "month": "Sep",
2360
+ "day": "18"
2361
+ },
2362
+ "title": "Systemics Design Conference",
2363
+ "location": "Berlin Congress Center, Berlin",
2364
+ "url": "https://systemics.events/conference-berlin",
2365
+ "cta": "View event",
2366
+ "ariaLabel": "Systemics Design Conference on September 18, 2025 in Berlin"
2367
+ },
2368
+ {
2369
+ "date": "10/05/2025",
2370
+ "calendar": {
2371
+ "month": "Oct",
2372
+ "day": "05"
2373
+ },
2374
+ "title": "UX Leadership Summit",
2375
+ "location": "Köln Messe, Cologne",
2376
+ "url": "https://uxsummit.de/koeln-2025",
2377
+ "cta": "View event",
2378
+ "ariaLabel": "UX Leadership Summit on October 5, 2025 in Cologne"
2379
+ },
2380
+ {
2381
+ "date": "11/12/2025",
2382
+ "calendar": {
2383
+ "month": "Nov",
2384
+ "day": "12"
2385
+ },
2386
+ "title": "Frontend Future Days",
2387
+ "location": "Hamburg Digital Campus, Hamburg",
2388
+ "url": "https://frontendfuture.de/hamburg",
2389
+ "cta": "View event",
2390
+ "ariaLabel": "Frontend Future Days on November 12, 2025 in Hamburg"
2391
+ },
2392
+ {
2393
+ "date": "12/01/2025",
2394
+ "calendar": {
2395
+ "month": "Dec",
2396
+ "day": "01"
2397
+ },
2398
+ "title": "Accessibility in Practice Workshop",
2399
+ "location": "Online",
2400
+ "url": "https://a11yworkshop.com/dec-2025",
2401
+ "cta": "View event",
2402
+ "ariaLabel": "Accessibility in Practice Workshop on December 1, 2025 online"
2403
+ }
2404
+ ]
2405
+ },
2406
+ "screenshot": "img/screenshots/event-event-latest--default.png"
2407
+ },
2408
+ {
2409
+ "id": "event-event-list-teaser--default",
2410
+ "group": "Event/ Event List Teaser",
2411
+ "name": "Default",
2412
+ "code": "<EventListTeaser\n category=\"Buyers\"\n ctaText=\"Show event\"\n date=\"30.12.2025\"\n image={{\n alt: 'A futuristic AI concept image',\n src: 'img/close-up-young-business-team-working.png'\n }}\n location={{\n address: 'Alexanderplatz 1<br />\\n10178 Berlin',\n name: 'Tech Conference Center'\n }}\n tags={[\n 'AI'\n ]}\n text=\"The Future of AI is here and now - Join us to explore the latest advancements in artificial intelligence.\"\n time=\"10:00\"\n title=\"The Future of AI\"\n url=\"#\"\n/>",
2413
+ "args": {
2414
+ "category": "Buyers",
2415
+ "title": "The Future of AI",
2416
+ "text": "The Future of AI is here and now - Join us to explore the latest advancements in artificial intelligence.",
2417
+ "date": "30.12.2025",
2418
+ "time": "10:00",
2419
+ "location": {
2420
+ "name": "Tech Conference Center",
2421
+ "address": "Alexanderplatz 1<br />\n10178 Berlin"
2422
+ },
2423
+ "tags": [
2424
+ "AI"
2425
+ ],
2426
+ "image": {
2427
+ "src": "img/close-up-young-business-team-working.png",
2428
+ "alt": "A futuristic AI concept image"
2429
+ },
2430
+ "url": "#",
2431
+ "ctaText": "Show event"
2432
+ },
2433
+ "screenshot": "img/screenshots/event-event-list-teaser--default.png"
2434
+ },
2435
+ {
2436
+ "id": "event-event-location--default",
2437
+ "group": "Event/ Event Location",
2438
+ "name": "Default",
2439
+ "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: '18.09.2025',\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: '18.09.2025',\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/>",
2440
+ "args": {
2441
+ "dates": [
2442
+ {
2443
+ "date": "18.09.2025",
2444
+ "time": "09:00 – 17:00",
2445
+ "label": "Register",
2446
+ "url": "#",
2447
+ "newTab": true,
2448
+ "ariaLabel": "Register for the event on 18th September 2025 from 09:00 to 17:00"
2449
+ },
2450
+ {
2451
+ "date": "18.09.2025",
2452
+ "time": "09:00 – 17:00",
2453
+ "label": "Register",
2454
+ "url": "#",
2455
+ "newTab": true,
2456
+ "ariaLabel": "Register for the event on 18th September 2025 from 09:00 to 17:00"
2457
+ }
2458
+ ],
2459
+ "locationName": "Berlin Congress Center",
2460
+ "displayMode": "spacious",
2461
+ "address": "Alexanderplatz 1<br />\n 10178 Berlin",
2462
+ "links": [
2463
+ {
2464
+ "newTab": true,
2465
+ "url": "https://maps.google.com/?q=Berlin+Congress+Center",
2466
+ "label": "Open in Google Maps"
2467
+ },
2468
+ {
2469
+ "newTab": true,
2470
+ "url": "https://maps.google.com/?q=Berlin+Congress+Center",
2471
+ "label": "Location Website"
2472
+ }
2473
+ ]
2474
+ },
2475
+ "screenshot": "img/screenshots/event-event-location--default.png"
2476
+ },
2477
+ {
2478
+ "id": "event-event-login--default",
2479
+ "group": "Event/ Event Login",
2480
+ "name": "Default",
2481
+ "code": "<EventLogin\n cta={{\n ariaLabel: 'Event Login',\n label: 'Login',\n url: '#'\n }}\n headline=\"Welcome back!\"\n passwordInput={{\n label: 'Password',\n placeholder: 'Enter your password'\n }}\n resetPassword={{\n label: 'Reset Password?',\n url: '#'\n }}\n text=\"Please enter your details to login\"\n usernameInput={{\n label: 'Username',\n placeholder: 'Enter your username'\n }}\n/>",
2482
+ "args": {
2483
+ "headline": "Welcome back!",
2484
+ "text": "Please enter your details to login",
2485
+ "usernameInput": {
2486
+ "label": "Username",
2487
+ "placeholder": "Enter your username"
2488
+ },
2489
+ "passwordInput": {
2490
+ "label": "Password",
2491
+ "placeholder": "Enter your password"
2492
+ },
2493
+ "cta": {
2494
+ "label": "Login",
2495
+ "url": "#",
2496
+ "ariaLabel": "Event Login"
2497
+ },
2498
+ "resetPassword": {
2499
+ "label": "Reset Password?",
2500
+ "url": "#"
2501
+ }
2502
+ },
2503
+ "screenshot": "img/screenshots/event-event-login--default.png"
2504
+ },
2505
+ {
2506
+ "id": "event-event-registration--default",
2507
+ "group": "Event/ Event Registration",
2508
+ "name": "Default",
2509
+ "code": "<EventRegistration\n confirmationCheckboxLabel=\"I read and agree to the terms and conditions*\"\n cta={{\n ariaLabel: 'Register for the event on 18th September 2025 from 09:00 to 17:00',\n label: 'Send Request',\n url: '#'\n }}\n date=\"18.09.2025\"\n emailInput={{\n label: 'Email*',\n placeholder: 'Enter your email'\n }}\n label=\"Registration Request\"\n link={{\n text: 'More Information on the Event',\n url: '#'\n }}\n location={{\n address: 'Alexanderplatz 1<br/>10178 Berlin',\n name: 'Tech Conference Center'\n }}\n mandatoryText=\"_* Mandatory_\"\n nameInput={{\n label: 'Name*',\n placeholder: 'Enter your name'\n }}\n time=\"09:00 – 17:00\"\n title=\"The Future of AI\"\n/>",
2510
+ "args": {
2511
+ "label": "Registration Request",
2512
+ "title": "The Future of AI",
2513
+ "link": {
2514
+ "url": "#",
2515
+ "text": "More Information on the Event"
2516
+ },
2517
+ "date": "18.09.2025",
2518
+ "time": "09:00 – 17:00",
2519
+ "location": {
2520
+ "name": "Tech Conference Center",
2521
+ "address": "Alexanderplatz 1<br/>10178 Berlin"
2522
+ },
2523
+ "nameInput": {
2524
+ "label": "Name*",
2525
+ "placeholder": "Enter your name"
2526
+ },
2527
+ "emailInput": {
2528
+ "label": "Email*",
2529
+ "placeholder": "Enter your email"
2530
+ },
2531
+ "confirmationCheckboxLabel": "I read and agree to the terms and conditions*",
2532
+ "mandatoryText": "_* Mandatory_",
2533
+ "cta": {
2534
+ "label": "Send Request",
2535
+ "url": "#",
2536
+ "ariaLabel": "Register for the event on 18th September 2025 from 09:00 to 17:00"
2537
+ }
2538
+ },
2539
+ "screenshot": "img/screenshots/event-event-registration--default.png"
2540
+ },
1222
2541
  {
1223
2542
  "id": "components-faq--dropdown-list",
1224
2543
  "group": "Components/Faq",
@@ -1261,7 +2580,7 @@
1261
2580
  "id": "components-features--icon-centered",
1262
2581
  "group": "Components/Features",
1263
2582
  "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/>",
2583
+ "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
2584
  "args": {
1266
2585
  "layout": "largeTiles",
1267
2586
  "style": "centered",
@@ -1275,8 +2594,9 @@
1275
2594
  "title": "Scalable Architecture",
1276
2595
  "text": "Our design system allows for a scalable architecture, enabling you to build applications that can grow with your needs.",
1277
2596
  "cta": {
1278
- "target": "/feature1",
1279
- "label": "Learn more"
2597
+ "url": "#",
2598
+ "label": "Learn more",
2599
+ "icon": "arrow-right"
1280
2600
  }
1281
2601
  },
1282
2602
  {
@@ -1284,8 +2604,9 @@
1284
2604
  "title": "Efficient Development",
1285
2605
  "text": "Experience efficient development like never before. Our design system streamlines the development process, saving you time and resources.",
1286
2606
  "cta": {
1287
- "target": "/feature2",
1288
- "label": "Get started"
2607
+ "url": "#",
2608
+ "label": "Get started",
2609
+ "icon": "arrow-right"
1289
2610
  }
1290
2611
  },
1291
2612
  {
@@ -1293,8 +2614,9 @@
1293
2614
  "title": "Consistent UI",
1294
2615
  "text": "Achieve a consistent UI across different platforms. Our design system ensures your applications maintain a uniform look and feel.",
1295
2616
  "cta": {
1296
- "target": "/feature3",
1297
- "label": "Explore"
2617
+ "url": "#",
2618
+ "label": "Explore",
2619
+ "icon": "arrow-right"
1298
2620
  }
1299
2621
  },
1300
2622
  {
@@ -1302,8 +2624,9 @@
1302
2624
  "title": "Customizable Design",
1303
2625
  "text": "Our design system is fully customizable, allowing you to tailor the look and feel of your application to match your brand identity.",
1304
2626
  "cta": {
1305
- "target": "/feature4",
1306
- "label": "Customize"
2627
+ "url": "#",
2628
+ "label": "Customize",
2629
+ "icon": "arrow-right"
1307
2630
  }
1308
2631
  },
1309
2632
  {
@@ -1311,8 +2634,9 @@
1311
2634
  "title": "Cloud Ready",
1312
2635
  "text": "Built with modern cloud architectures in mind, our design system is ready to be deployed on any cloud platform.",
1313
2636
  "cta": {
1314
- "target": "/feature5",
1315
- "label": "Deploy"
2637
+ "url": "#",
2638
+ "label": "Deploy",
2639
+ "icon": "arrow-right"
1316
2640
  }
1317
2641
  },
1318
2642
  {
@@ -1320,8 +2644,9 @@
1320
2644
  "title": "Secure",
1321
2645
  "text": "Security is our priority. Our design system is built with best security practices to keep your application safe.",
1322
2646
  "cta": {
1323
- "target": "/feature6",
1324
- "label": "Secure"
2647
+ "url": "#",
2648
+ "label": "Secure",
2649
+ "icon": "arrow-right"
1325
2650
  }
1326
2651
  }
1327
2652
  ]
@@ -1332,7 +2657,7 @@
1332
2657
  "id": "components-features--stack-with-button",
1333
2658
  "group": "Components/Features",
1334
2659
  "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/>",
2660
+ "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
2661
  "args": {
1337
2662
  "layout": "smallTiles",
1338
2663
  "style": "stack",
@@ -1346,8 +2671,9 @@
1346
2671
  "title": "Consistent UI",
1347
2672
  "text": "Achieve a consistent UI across different platforms. Our design system ensures your applications maintain a uniform look and feel.",
1348
2673
  "cta": {
1349
- "target": "/feature3",
1350
- "label": "Explore"
2674
+ "url": "#",
2675
+ "label": "Explore",
2676
+ "icon": "arrow-right"
1351
2677
  }
1352
2678
  },
1353
2679
  {
@@ -1355,8 +2681,9 @@
1355
2681
  "title": "Customizable Design",
1356
2682
  "text": "Our design system is fully customizable, allowing you to tailor the look and feel of your application to match your brand identity.",
1357
2683
  "cta": {
1358
- "target": "/feature4",
1359
- "label": "Customize"
2684
+ "url": "#",
2685
+ "label": "Customize",
2686
+ "icon": "arrow-right"
1360
2687
  }
1361
2688
  },
1362
2689
  {
@@ -1364,8 +2691,9 @@
1364
2691
  "title": "Cloud Ready",
1365
2692
  "text": "Built with modern cloud architectures in mind, our design system is ready to be deployed on any cloud platform.",
1366
2693
  "cta": {
1367
- "target": "/feature5",
1368
- "label": "Deploy"
2694
+ "url": "#",
2695
+ "label": "Deploy",
2696
+ "icon": "arrow-right"
1369
2697
  }
1370
2698
  },
1371
2699
  {
@@ -1373,8 +2701,9 @@
1373
2701
  "title": "Secure",
1374
2702
  "text": "Security is our priority. Our design system is built with best security practices to keep your application safe.",
1375
2703
  "cta": {
1376
- "target": "/feature6",
1377
- "label": "Secure"
2704
+ "url": "#",
2705
+ "label": "Secure",
2706
+ "icon": "arrow-right"
1378
2707
  }
1379
2708
  }
1380
2709
  ]
@@ -1385,7 +2714,7 @@
1385
2714
  "id": "components-features--list-view",
1386
2715
  "group": "Components/Features",
1387
2716
  "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/>",
2717
+ "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
2718
  "args": {
1390
2719
  "layout": "list",
1391
2720
  "style": "besideLarge",
@@ -1399,8 +2728,9 @@
1399
2728
  "title": "Customizable Design",
1400
2729
  "text": "Our design system is fully customizable, allowing you to tailor the look and feel of your application to match your brand identity.",
1401
2730
  "cta": {
1402
- "target": "/feature4",
1403
- "label": "Customize"
2731
+ "url": "#",
2732
+ "label": "Customize",
2733
+ "icon": "arrow-right"
1404
2734
  }
1405
2735
  },
1406
2736
  {
@@ -1408,8 +2738,9 @@
1408
2738
  "title": "Efficient Development",
1409
2739
  "text": "Experience efficient development like never before. Our design system streamlines the development process, saving you time and resources.",
1410
2740
  "cta": {
1411
- "target": "/feature2",
1412
- "label": "Get started"
2741
+ "url": "#",
2742
+ "label": "Get started",
2743
+ "icon": "arrow-right"
1413
2744
  }
1414
2745
  },
1415
2746
  {
@@ -1417,8 +2748,9 @@
1417
2748
  "title": "Consistent UI",
1418
2749
  "text": "Achieve a consistent UI across different platforms. Our design system ensures your applications maintain a uniform look and feel.",
1419
2750
  "cta": {
1420
- "target": "/feature3",
1421
- "label": "Explore"
2751
+ "url": "#",
2752
+ "label": "Explore",
2753
+ "icon": "arrow-right"
1422
2754
  }
1423
2755
  },
1424
2756
  {
@@ -1426,8 +2758,9 @@
1426
2758
  "title": "Scalable Architecture",
1427
2759
  "text": "Our design system allows for a scalable architecture, enabling you to build applications that can grow with your needs.",
1428
2760
  "cta": {
1429
- "target": "/feature1",
1430
- "label": "Learn more"
2761
+ "url": "#",
2762
+ "label": "Learn more",
2763
+ "icon": "arrow-right"
1431
2764
  }
1432
2765
  },
1433
2766
  {
@@ -1435,8 +2768,9 @@
1435
2768
  "title": "Cloud Ready",
1436
2769
  "text": "Built with modern cloud architectures in mind, our design system is ready to be deployed on any cloud platform.",
1437
2770
  "cta": {
1438
- "target": "/feature5",
1439
- "label": "Deploy"
2771
+ "url": "#",
2772
+ "label": "Deploy",
2773
+ "icon": "arrow-right"
1440
2774
  }
1441
2775
  },
1442
2776
  {
@@ -1444,8 +2778,9 @@
1444
2778
  "title": "Secure",
1445
2779
  "text": "Security is our priority. Our design system is built with best security practices to keep your application safe.",
1446
2780
  "cta": {
1447
- "target": "/feature6",
1448
- "label": "Secure"
2781
+ "url": "#",
2782
+ "label": "Secure",
2783
+ "icon": "arrow-right"
1449
2784
  }
1450
2785
  }
1451
2786
  ]
@@ -1456,7 +2791,7 @@
1456
2791
  "id": "components-features--icon-beside-with-link-in-text",
1457
2792
  "group": "Components/Features",
1458
2793
  "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/>",
2794
+ "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
2795
  "args": {
1461
2796
  "layout": "smallTiles",
1462
2797
  "style": "intext",
@@ -1470,8 +2805,9 @@
1470
2805
  "title": "Scalable Architecture",
1471
2806
  "text": "Our design system allows for a scalable architecture, enabling you to build applications that can grow with your needs.",
1472
2807
  "cta": {
1473
- "target": "/feature1",
1474
- "label": "Learn more"
2808
+ "url": "#",
2809
+ "label": "Learn more",
2810
+ "icon": "arrow-right"
1475
2811
  }
1476
2812
  },
1477
2813
  {
@@ -1479,8 +2815,9 @@
1479
2815
  "title": "Efficient Development",
1480
2816
  "text": "Experience efficient development like never before. Our design system streamlines the development process, saving you time and resources.",
1481
2817
  "cta": {
1482
- "target": "/feature2",
1483
- "label": "Get started"
2818
+ "url": "#",
2819
+ "label": "Get started",
2820
+ "icon": "arrow-right"
1484
2821
  }
1485
2822
  },
1486
2823
  {
@@ -1488,8 +2825,9 @@
1488
2825
  "title": "Consistent UI",
1489
2826
  "text": "Achieve a consistent UI across different platforms. Our design system ensures your applications maintain a uniform look and feel.",
1490
2827
  "cta": {
1491
- "target": "/feature3",
1492
- "label": "Explore"
2828
+ "url": "#",
2829
+ "label": "Explore",
2830
+ "icon": "arrow-right"
1493
2831
  }
1494
2832
  },
1495
2833
  {
@@ -1497,8 +2835,9 @@
1497
2835
  "title": "Customizable Design",
1498
2836
  "text": "Our design system is fully customizable, allowing you to tailor the look and feel of your application to match your brand identity.",
1499
2837
  "cta": {
1500
- "target": "/feature4",
1501
- "label": "Customize"
2838
+ "url": "#",
2839
+ "label": "Customize",
2840
+ "icon": "arrow-right"
1502
2841
  }
1503
2842
  },
1504
2843
  {
@@ -1506,8 +2845,9 @@
1506
2845
  "title": "Cloud Ready",
1507
2846
  "text": "Built with modern cloud architectures in mind, our design system is ready to be deployed on any cloud platform.",
1508
2847
  "cta": {
1509
- "target": "/feature5",
1510
- "label": "Deploy"
2848
+ "url": "#",
2849
+ "label": "Deploy",
2850
+ "icon": "arrow-right"
1511
2851
  }
1512
2852
  },
1513
2853
  {
@@ -1515,8 +2855,9 @@
1515
2855
  "title": "Secure",
1516
2856
  "text": "Security is our priority. Our design system is built with best security practices to keep your application safe.",
1517
2857
  "cta": {
1518
- "target": "/feature6",
1519
- "label": "Secure"
2858
+ "url": "#",
2859
+ "label": "Secure",
2860
+ "icon": "arrow-right"
1520
2861
  }
1521
2862
  }
1522
2863
  ]
@@ -1527,7 +2868,7 @@
1527
2868
  "id": "components-features--icon-intext-with-link",
1528
2869
  "group": "Components/Features",
1529
2870
  "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/>",
2871
+ "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
2872
  "args": {
1532
2873
  "layout": "largeTiles",
1533
2874
  "style": "intext",
@@ -1541,8 +2882,9 @@
1541
2882
  "title": "Customizable Design",
1542
2883
  "text": "Our design system is fully customizable, allowing you to tailor the look and feel of your application to match your brand identity.",
1543
2884
  "cta": {
1544
- "target": "/feature4",
1545
- "label": "Customize"
2885
+ "url": "#",
2886
+ "label": "Customize",
2887
+ "icon": "arrow-right"
1546
2888
  }
1547
2889
  },
1548
2890
  {
@@ -1550,8 +2892,9 @@
1550
2892
  "title": "Efficient Development",
1551
2893
  "text": "Experience efficient development like never before. Our design system streamlines the development process, saving you time and resources.",
1552
2894
  "cta": {
1553
- "target": "/feature2",
1554
- "label": "Get started"
2895
+ "url": "#",
2896
+ "label": "Get started",
2897
+ "icon": "arrow-right"
1555
2898
  }
1556
2899
  },
1557
2900
  {
@@ -1559,8 +2902,9 @@
1559
2902
  "title": "Consistent UI",
1560
2903
  "text": "Achieve a consistent UI across different platforms. Our design system ensures your applications maintain a uniform look and feel.",
1561
2904
  "cta": {
1562
- "target": "/feature3",
1563
- "label": "Explore"
2905
+ "url": "#",
2906
+ "label": "Explore",
2907
+ "icon": "arrow-right"
1564
2908
  }
1565
2909
  },
1566
2910
  {
@@ -1568,8 +2912,9 @@
1568
2912
  "title": "Cloud Ready",
1569
2913
  "text": "Built with modern cloud architectures in mind, our design system is ready to be deployed on any cloud platform.",
1570
2914
  "cta": {
1571
- "target": "/feature5",
1572
- "label": "Deploy"
2915
+ "url": "#",
2916
+ "label": "Deploy",
2917
+ "icon": "arrow-right"
1573
2918
  }
1574
2919
  },
1575
2920
  {
@@ -1577,8 +2922,9 @@
1577
2922
  "title": "Secure",
1578
2923
  "text": "Security is our priority. Our design system is built with best security practices to keep your application safe.",
1579
2924
  "cta": {
1580
- "target": "/feature6",
1581
- "label": "Secure"
2925
+ "url": "#",
2926
+ "label": "Secure",
2927
+ "icon": "arrow-right"
1582
2928
  }
1583
2929
  }
1584
2930
  ]
@@ -1589,7 +2935,7 @@
1589
2935
  "id": "layout-footer--footer",
1590
2936
  "group": "Layout/Footer",
1591
2937
  "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/>",
2938
+ "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
2939
  "args": {
1594
2940
  "logo": {
1595
2941
  "src": "/logo.svg",
@@ -1604,43 +2950,43 @@
1604
2950
  "inverted": false,
1605
2951
  "navItems": [
1606
2952
  {
1607
- "href": "#",
2953
+ "url": "#",
1608
2954
  "label": "Active Item",
1609
2955
  "active": true
1610
2956
  },
1611
2957
  {
1612
- "href": "#",
2958
+ "url": "#",
1613
2959
  "label": "Navigation Item"
1614
2960
  },
1615
2961
  {
1616
- "href": "#",
2962
+ "url": "#",
1617
2963
  "label": "Dropdown",
1618
2964
  "items": [
1619
2965
  {
1620
- "href": "#",
2966
+ "url": "#",
1621
2967
  "label": "Level 2 Item"
1622
2968
  },
1623
2969
  {
1624
- "href": "#",
2970
+ "url": "#",
1625
2971
  "label": "Active Item",
1626
2972
  "active": true
1627
2973
  },
1628
2974
  {
1629
- "href": "#",
2975
+ "url": "#",
1630
2976
  "label": "An Item with a longer Label"
1631
2977
  },
1632
2978
  {
1633
- "href": "#",
2979
+ "url": "#",
1634
2980
  "label": "And One last one"
1635
2981
  }
1636
2982
  ]
1637
2983
  },
1638
2984
  {
1639
- "href": "#",
2985
+ "url": "#",
1640
2986
  "label": "One more Item"
1641
2987
  },
1642
2988
  {
1643
- "href": "#",
2989
+ "url": "#",
1644
2990
  "label": "Last Item"
1645
2991
  }
1646
2992
  ]
@@ -1690,9 +3036,9 @@
1690
3036
  "caption": "Caption Image 7"
1691
3037
  }
1692
3038
  ],
3039
+ "layout": "smallTiles",
1693
3040
  "aspectRatio": "square",
1694
- "lightbox": true,
1695
- "layout": "smallTiles"
3041
+ "lightbox": true
1696
3042
  },
1697
3043
  "screenshot": "img/screenshots/components-gallery--small-squares-with-lightbox.png"
1698
3044
  },
@@ -1734,9 +3080,9 @@
1734
3080
  "caption": "Caption Image 6"
1735
3081
  }
1736
3082
  ],
3083
+ "layout": "largeTiles",
1737
3084
  "aspectRatio": "landscape",
1738
- "lightbox": false,
1739
- "layout": "largeTiles"
3085
+ "lightbox": false
1740
3086
  },
1741
3087
  "screenshot": "img/screenshots/components-gallery--large-landscape-tiles.png"
1742
3088
  },
@@ -1783,9 +3129,9 @@
1783
3129
  "caption": "Caption Image 7"
1784
3130
  }
1785
3131
  ],
3132
+ "layout": "smallTiles",
1786
3133
  "aspectRatio": "unset",
1787
- "lightbox": true,
1788
- "layout": "smallTiles"
3134
+ "lightbox": true
1789
3135
  },
1790
3136
  "screenshot": "img/screenshots/components-gallery--free-aspect-ratio.png"
1791
3137
  },
@@ -1812,9 +3158,9 @@
1812
3158
  "caption": "Caption Image 3"
1813
3159
  }
1814
3160
  ],
3161
+ "layout": "stack",
1815
3162
  "aspectRatio": "landscape",
1816
- "lightbox": false,
1817
- "layout": "stack"
3163
+ "lightbox": false
1818
3164
  },
1819
3165
  "screenshot": "img/screenshots/components-gallery--stack-landscape.png"
1820
3166
  },
@@ -1822,7 +3168,7 @@
1822
3168
  "id": "layout-header--header",
1823
3169
  "group": "Layout/Header",
1824
3170
  "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/>",
3171
+ "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
3172
  "args": {
1827
3173
  "logo": {
1828
3174
  "src": "/logo.svg",
@@ -1838,43 +3184,43 @@
1838
3184
  "inverted": false,
1839
3185
  "navItems": [
1840
3186
  {
1841
- "href": "#",
3187
+ "url": "#",
1842
3188
  "label": "Active Item",
1843
3189
  "active": true
1844
3190
  },
1845
3191
  {
1846
- "href": "#",
3192
+ "url": "#",
1847
3193
  "label": "Navigation Item"
1848
3194
  },
1849
3195
  {
1850
- "href": "#",
3196
+ "url": "#",
1851
3197
  "label": "Dropdown",
1852
3198
  "items": [
1853
3199
  {
1854
- "href": "#",
3200
+ "url": "#",
1855
3201
  "label": "Level 2 Item"
1856
3202
  },
1857
3203
  {
1858
- "href": "#",
3204
+ "url": "#",
1859
3205
  "label": "Active Item",
1860
3206
  "active": true
1861
3207
  },
1862
3208
  {
1863
- "href": "#",
3209
+ "url": "#",
1864
3210
  "label": "An Item with a longer Label"
1865
3211
  },
1866
3212
  {
1867
- "href": "#",
3213
+ "url": "#",
1868
3214
  "label": "And One last one"
1869
3215
  }
1870
3216
  ]
1871
3217
  },
1872
3218
  {
1873
- "href": "#",
3219
+ "url": "#",
1874
3220
  "label": "One more Item"
1875
3221
  },
1876
3222
  {
1877
- "href": "#",
3223
+ "url": "#",
1878
3224
  "label": "Last Item"
1879
3225
  }
1880
3226
  ]
@@ -1986,19 +3332,21 @@
1986
3332
  "id": "components-hero--text-below-image",
1987
3333
  "group": "Components/Hero",
1988
3334
  "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/>",
3335
+ "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
3336
  "args": {
1991
3337
  "highlightText": true,
1992
3338
  "colorNeutral": false,
1993
3339
  "height": "default",
1994
3340
  "textbox": false,
3341
+ "invertText": false,
1995
3342
  "buttons": [
1996
3343
  {
1997
3344
  "label": "Explore further",
1998
3345
  "icon": "arrow-down",
1999
- "target": "#"
3346
+ "url": "#"
2000
3347
  }
2001
3348
  ],
3349
+ "skipButton": false,
2002
3350
  "overlay": true,
2003
3351
  "image": {
2004
3352
  "srcMobile": "img/colleagues-work-office-using-computers-looking-aside.png",
@@ -2018,24 +3366,26 @@
2018
3366
  "id": "components-hero--text-on-image-with-overlay",
2019
3367
  "group": "Components/Hero",
2020
3368
  "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/>",
3369
+ "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
3370
  "args": {
2023
3371
  "highlightText": false,
2024
3372
  "colorNeutral": true,
2025
3373
  "height": "fullImage",
2026
3374
  "textbox": false,
3375
+ "invertText": false,
2027
3376
  "buttons": [
2028
3377
  {
2029
3378
  "label": "Meet Us",
2030
3379
  "icon": "person",
2031
- "target": "#"
3380
+ "url": "#"
2032
3381
  },
2033
3382
  {
2034
3383
  "label": "Schedule a Meeting",
2035
3384
  "icon": "date",
2036
- "target": "#"
3385
+ "url": "#"
2037
3386
  }
2038
3387
  ],
3388
+ "skipButton": false,
2039
3389
  "overlay": true,
2040
3390
  "image": {
2041
3391
  "srcMobile": "img/top-view-desk-with-keyboard-drawing-pad.png",
@@ -2054,24 +3404,26 @@
2054
3404
  "id": "components-hero--text-box-on-full-screen",
2055
3405
  "group": "Components/Hero",
2056
3406
  "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/>",
3407
+ "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 skipButton\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
3408
  "args": {
2059
3409
  "highlightText": false,
2060
3410
  "colorNeutral": false,
2061
3411
  "height": "fullScreen",
2062
3412
  "textbox": true,
3413
+ "invertText": false,
2063
3414
  "buttons": [
2064
3415
  {
2065
3416
  "label": "Discover More",
2066
3417
  "icon": "arrow-right",
2067
- "target": "#"
3418
+ "url": "#"
2068
3419
  },
2069
3420
  {
2070
3421
  "label": "Reach Out",
2071
3422
  "icon": "phone",
2072
- "target": "#"
3423
+ "url": "#"
2073
3424
  }
2074
3425
  ],
3426
+ "skipButton": true,
2075
3427
  "overlay": false,
2076
3428
  "image": {
2077
3429
  "srcMobile": "img/people-brainstorming-work-meeting.png",
@@ -2134,7 +3486,7 @@
2134
3486
  "id": "components-image-story--sticky-image-next-to-scrolling-text",
2135
3487
  "group": "Components/Image Story",
2136
3488
  "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/>",
3489
+ "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
3490
  "args": {
2139
3491
  "headline": "The Sanity & Next.js Experts",
2140
3492
  "largeHeadline": true,
@@ -2147,14 +3499,14 @@
2147
3499
  "variant": "secondary",
2148
3500
  "size": "medium",
2149
3501
  "disabled": false,
2150
- "target": "#"
3502
+ "url": "#"
2151
3503
  },
2152
3504
  {
2153
3505
  "label": "Contact Us",
2154
3506
  "variant": "secondary",
2155
3507
  "size": "medium",
2156
3508
  "disabled": false,
2157
- "target": "#"
3509
+ "url": "#"
2158
3510
  }
2159
3511
  ],
2160
3512
  "image": {
@@ -2203,32 +3555,32 @@
2203
3555
  "id": "components-logos--centered-with-button",
2204
3556
  "group": "Components/Logos",
2205
3557
  "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/>",
3558
+ "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
3559
  "args": {
2208
3560
  "tagline": "Your Success, Our Commitment",
2209
3561
  "logo": [
2210
3562
  {
2211
- "src": "img/logos/logoipsum-212.svg",
3563
+ "src": "img/logos/logoipsum-344.svg",
2212
3564
  "alt": "Logo 1"
2213
3565
  },
2214
3566
  {
2215
- "src": "img/logos/logoipsum-217.svg",
3567
+ "src": "img/logos/logoipsum-347.svg",
2216
3568
  "alt": "Logo 2"
2217
3569
  },
2218
3570
  {
2219
- "src": "img/logos/logoipsum-239.svg",
3571
+ "src": "img/logos/logoipsum-352.svg",
2220
3572
  "alt": "Logo 3"
2221
3573
  },
2222
3574
  {
2223
- "src": "img/logos/logoipsum-244.svg",
3575
+ "src": "img/logos/logoipsum-356.svg",
2224
3576
  "alt": "Logo 4"
2225
3577
  },
2226
3578
  {
2227
- "src": "img/logos/logoipsum-250.svg",
3579
+ "src": "img/logos/logoipsum-358.svg",
2228
3580
  "alt": "Logo 5"
2229
3581
  },
2230
3582
  {
2231
- "src": "img/logos/logoipsum-286.svg",
3583
+ "src": "img/logos/logoipsum-369.svg",
2232
3584
  "alt": "Logo 6"
2233
3585
  }
2234
3586
  ],
@@ -2248,32 +3600,32 @@
2248
3600
  "id": "components-logos--left-aligned-with-text-link",
2249
3601
  "group": "Components/Logos",
2250
3602
  "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/>",
3603
+ "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
3604
  "args": {
2253
3605
  "tagline": "Your Success, Our Commitment",
2254
3606
  "logo": [
2255
3607
  {
2256
- "src": "img/logos/logoipsum-212.svg",
3608
+ "src": "img/logos/logoipsum-344.svg",
2257
3609
  "alt": "Logo 1"
2258
3610
  },
2259
3611
  {
2260
- "src": "img/logos/logoipsum-217.svg",
3612
+ "src": "img/logos/logoipsum-347.svg",
2261
3613
  "alt": "Logo 2"
2262
3614
  },
2263
3615
  {
2264
- "src": "img/logos/logoipsum-239.svg",
3616
+ "src": "img/logos/logoipsum-352.svg",
2265
3617
  "alt": "Logo 3"
2266
3618
  },
2267
3619
  {
2268
- "src": "img/logos/logoipsum-244.svg",
3620
+ "src": "img/logos/logoipsum-356.svg",
2269
3621
  "alt": "Logo 4"
2270
3622
  },
2271
3623
  {
2272
- "src": "img/logos/logoipsum-250.svg",
3624
+ "src": "img/logos/logoipsum-358.svg",
2273
3625
  "alt": "Logo 5"
2274
3626
  },
2275
3627
  {
2276
- "src": "img/logos/logoipsum-286.svg",
3628
+ "src": "img/logos/logoipsum-369.svg",
2277
3629
  "alt": "Logo 6"
2278
3630
  }
2279
3631
  ],
@@ -2293,56 +3645,56 @@
2293
3645
  "id": "components-logos--logo-wall",
2294
3646
  "group": "Components/Logos",
2295
3647
  "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/>",
3648
+ "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
3649
  "args": {
2298
3650
  "tagline": "Your Success, Our Commitment",
2299
3651
  "logo": [
2300
3652
  {
2301
- "src": "img/logos/logoipsum-212.svg",
3653
+ "src": "img/logos/logoipsum-344.svg",
2302
3654
  "alt": "Logo 1"
2303
3655
  },
2304
3656
  {
2305
- "src": "img/logos/logoipsum-217.svg",
3657
+ "src": "img/logos/logoipsum-347.svg",
2306
3658
  "alt": "Logo 2"
2307
3659
  },
2308
3660
  {
2309
- "src": "img/logos/logoipsum-239.svg",
3661
+ "src": "img/logos/logoipsum-352.svg",
2310
3662
  "alt": "Logo 3"
2311
3663
  },
2312
3664
  {
2313
- "src": "img/logos/logoipsum-244.svg",
3665
+ "src": "img/logos/logoipsum-356.svg",
2314
3666
  "alt": "Logo 4"
2315
3667
  },
2316
3668
  {
2317
- "src": "img/logos/logoipsum-250.svg",
3669
+ "src": "img/logos/logoipsum-358.svg",
2318
3670
  "alt": "Logo 5"
2319
3671
  },
2320
3672
  {
2321
- "src": "img/logos/logoipsum-286.svg",
3673
+ "src": "img/logos/logoipsum-369.svg",
2322
3674
  "alt": "Logo 6"
2323
3675
  },
2324
3676
  {
2325
- "src": "img/logos/logoipsum-244.svg",
3677
+ "src": "img/logos/logoipsum-356.svg",
2326
3678
  "alt": "Logo 4"
2327
3679
  },
2328
3680
  {
2329
- "src": "img/logos/logoipsum-250.svg",
3681
+ "src": "img/logos/logoipsum-358.svg",
2330
3682
  "alt": "Logo 5"
2331
3683
  },
2332
3684
  {
2333
- "src": "img/logos/logoipsum-286.svg",
3685
+ "src": "img/logos/logoipsum-369.svg",
2334
3686
  "alt": "Logo 6"
2335
3687
  },
2336
3688
  {
2337
- "src": "img/logos/logoipsum-244.svg",
3689
+ "src": "img/logos/logoipsum-356.svg",
2338
3690
  "alt": "Logo 4"
2339
3691
  },
2340
3692
  {
2341
- "src": "img/logos/logoipsum-250.svg",
3693
+ "src": "img/logos/logoipsum-358.svg",
2342
3694
  "alt": "Logo 5"
2343
3695
  },
2344
3696
  {
2345
- "src": "img/logos/logoipsum-286.svg",
3697
+ "src": "img/logos/logoipsum-369.svg",
2346
3698
  "alt": "Logo 6"
2347
3699
  }
2348
3700
  ],
@@ -2362,32 +3714,32 @@
2362
3714
  "id": "components-logos--logo-row",
2363
3715
  "group": "Components/Logos",
2364
3716
  "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/>",
3717
+ "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
3718
  "args": {
2367
3719
  "tagline": "Your Success, Our Commitment",
2368
3720
  "logo": [
2369
3721
  {
2370
- "src": "img/logos/logoipsum-212.svg",
3722
+ "src": "img/logos/logoipsum-344.svg",
2371
3723
  "alt": "Logo 1"
2372
3724
  },
2373
3725
  {
2374
- "src": "img/logos/logoipsum-217.svg",
3726
+ "src": "img/logos/logoipsum-347.svg",
2375
3727
  "alt": "Logo 2"
2376
3728
  },
2377
3729
  {
2378
- "src": "img/logos/logoipsum-239.svg",
3730
+ "src": "img/logos/logoipsum-352.svg",
2379
3731
  "alt": "Logo 3"
2380
3732
  },
2381
3733
  {
2382
- "src": "img/logos/logoipsum-244.svg",
3734
+ "src": "img/logos/logoipsum-356.svg",
2383
3735
  "alt": "Logo 4"
2384
3736
  },
2385
3737
  {
2386
- "src": "img/logos/logoipsum-250.svg",
3738
+ "src": "img/logos/logoipsum-358.svg",
2387
3739
  "alt": "Logo 5"
2388
3740
  },
2389
3741
  {
2390
- "src": "img/logos/logoipsum-286.svg",
3742
+ "src": "img/logos/logoipsum-369.svg",
2391
3743
  "alt": "Logo 6"
2392
3744
  }
2393
3745
  ],
@@ -2407,7 +3759,7 @@
2407
3759
  "id": "components-mosaic--colorful-tiles",
2408
3760
  "group": "Components/Mosaic",
2409
3761
  "name": "ColorfulTiles",
2410
- "code": "<Mosaic\n layout=\"alternate\"\n tile={[\n {\n backgroundColor: '#81005a',\n button: {\n label: 'Book a meeting',\n toggle: true\n },\n headline: 'Collaborative Environment',\n image: {\n src: 'img/mosaic-1.png'\n },\n text: 'Our team thrives in a collaborative environment, fostering creativity and innovation.'\n },\n {\n backgroundColor: '#003380',\n button: {\n label: 'Book a meeting',\n toggle: true\n },\n headline: 'Modern Infrastructure',\n image: {\n src: 'img/mosaic-2.png'\n },\n text: 'Our state-of-the-art office facilities inspire productivity and efficiency.'\n },\n {\n backgroundColor: '#004241',\n button: {\n label: 'Book a meeting',\n toggle: true\n },\n headline: 'Teamwork',\n image: {\n src: 'img/mosaic-3.png'\n },\n text: 'We believe in the power of teamwork. Together, we can achieve great things.'\n }\n ]}\n/>",
3762
+ "code": "<Mosaic\n layout=\"alternate\"\n tile={[\n {\n backgroundColor: '#ffd4f1',\n button: {\n label: 'Book a meeting',\n toggle: true\n },\n headline: 'Collaborative Environment',\n image: {\n src: 'img/mosaic-1.png'\n },\n text: 'Our team thrives in a collaborative environment, fostering creativity and innovation.'\n },\n {\n backgroundColor: '#d8e8f',\n button: {\n label: 'Book a meeting',\n toggle: true\n },\n headline: 'Modern Infrastructure',\n image: {\n src: 'img/mosaic-2.png'\n },\n text: 'Our state-of-the-art office facilities inspire productivity and efficiency.'\n },\n {\n backgroundColor: '#ddfffe',\n button: {\n label: 'Book a meeting',\n toggle: true\n },\n headline: 'Teamwork',\n image: {\n src: 'img/mosaic-3.png'\n },\n text: 'We believe in the power of teamwork. Together, we can achieve great things.'\n }\n ]}\n/>",
2411
3763
  "args": {
2412
3764
  "layout": "alternate",
2413
3765
  "largeHeadlines": false,
@@ -2420,7 +3772,7 @@
2420
3772
  "toggle": true,
2421
3773
  "label": "Book a meeting"
2422
3774
  },
2423
- "backgroundColor": "#81005a",
3775
+ "backgroundColor": "#ffd4f1",
2424
3776
  "headline": "Collaborative Environment",
2425
3777
  "text": "Our team thrives in a collaborative environment, fostering creativity and innovation."
2426
3778
  },
@@ -2432,7 +3784,7 @@
2432
3784
  "toggle": true,
2433
3785
  "label": "Book a meeting"
2434
3786
  },
2435
- "backgroundColor": "#003380",
3787
+ "backgroundColor": "#d8e8f",
2436
3788
  "headline": "Modern Infrastructure",
2437
3789
  "text": "Our state-of-the-art office facilities inspire productivity and efficiency."
2438
3790
  },
@@ -2444,7 +3796,7 @@
2444
3796
  "toggle": true,
2445
3797
  "label": "Book a meeting"
2446
3798
  },
2447
- "backgroundColor": "#004241",
3799
+ "backgroundColor": "#ddfffe",
2448
3800
  "headline": "Teamwork",
2449
3801
  "text": "We believe in the power of teamwork. Together, we can achieve great things."
2450
3802
  }
@@ -2499,17 +3851,193 @@
2499
3851
  }
2500
3852
  ]
2501
3853
  },
2502
- "screenshot": "img/screenshots/components-mosaic--colorful-text-with-illustrations.png"
3854
+ "screenshot": "img/screenshots/components-mosaic--colorful-text-with-illustrations.png"
3855
+ },
3856
+ {
3857
+ "id": "corporate-pagination--default",
3858
+ "group": "Corporate/Pagination",
3859
+ "name": "Default",
3860
+ "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/>",
3861
+ "args": {
3862
+ "ariaLabels": {
3863
+ "previousPage": "Go to previous page",
3864
+ "nextPage": "Go to next page",
3865
+ "skipToFirstPage": "Skip to first page",
3866
+ "skipToLastPage": "Skip to last page",
3867
+ "goToPage": "Go to page"
3868
+ },
3869
+ "pages": [
3870
+ {
3871
+ "active": false,
3872
+ "url": "https://example.com/page1"
3873
+ },
3874
+ {
3875
+ "active": false,
3876
+ "url": "https://example.com/page2"
3877
+ },
3878
+ {
3879
+ "active": false,
3880
+ "url": "https://example.com/page3"
3881
+ },
3882
+ {
3883
+ "active": false,
3884
+ "url": "https://example.com/page4"
3885
+ },
3886
+ {
3887
+ "active": false,
3888
+ "url": "https://example.com/page5"
3889
+ },
3890
+ {
3891
+ "active": true,
3892
+ "url": "https://example.com/page6"
3893
+ },
3894
+ {
3895
+ "active": false,
3896
+ "url": "https://example.com/page7"
3897
+ },
3898
+ {
3899
+ "active": false,
3900
+ "url": "https://example.com/page8"
3901
+ },
3902
+ {
3903
+ "active": false,
3904
+ "url": "https://example.com/page9"
3905
+ },
3906
+ {
3907
+ "active": false,
3908
+ "url": "https://example.com/page10"
3909
+ },
3910
+ {
3911
+ "url": "https://example.com/page11"
3912
+ },
3913
+ {
3914
+ "url": "https://example.com/page12"
3915
+ }
3916
+ ]
3917
+ },
3918
+ "screenshot": "img/screenshots/corporate-pagination--default.png"
3919
+ },
3920
+ {
3921
+ "id": "corporate-search-bar--default",
3922
+ "group": "Corporate / Search Bar",
3923
+ "name": "Default",
3924
+ "code": "<SearchBar\n alternativeResult=\"AI Conference\"\n alternativeText=\"Did you mean\"\n buttonText=\"Search\"\n hint=\"Press <kbd>Enter</kbd> to search\"\n placeholder=\"Search...\"\n/>",
3925
+ "args": {
3926
+ "placeholder": "Search...",
3927
+ "buttonText": "Search",
3928
+ "hint": "Press <kbd>Enter</kbd> to search",
3929
+ "alternativeText": "Did you mean",
3930
+ "alternativeResult": "AI Conference"
3931
+ },
3932
+ "screenshot": "img/screenshots/corporate-search-bar--default.png"
3933
+ },
3934
+ {
3935
+ "id": "corporate-search-filter--default",
3936
+ "group": "Corporate / Search Filter",
3937
+ "name": "Default",
3938
+ "code": "<SearchFilter\n categories={[\n {\n amount: '10',\n title: 'Pages',\n url: '#'\n },\n {\n amount: '5',\n title: 'News',\n url: '#'\n },\n {\n amount: '8',\n title: 'Blog Posts',\n url: '#'\n }\n ]}\n title=\"Search by category\"\n/>",
3939
+ "args": {
3940
+ "title": "Search by category",
3941
+ "categories": [
3942
+ {
3943
+ "title": "Pages",
3944
+ "amount": "10",
3945
+ "url": "#"
3946
+ },
3947
+ {
3948
+ "title": "News",
3949
+ "amount": "5",
3950
+ "url": "#"
3951
+ },
3952
+ {
3953
+ "title": "Blog Posts",
3954
+ "amount": "8",
3955
+ "url": "#"
3956
+ }
3957
+ ]
3958
+ },
3959
+ "screenshot": "img/screenshots/corporate-search-filter--default.png"
3960
+ },
3961
+ {
3962
+ "id": "corporate-search-form--pagefind",
3963
+ "group": "Corporate / Search Form",
3964
+ "name": "Pagefind",
3965
+ "code": "<SearchForm\n component=\"dsa.search-form.pagefind\"\n moreButtonLabel=\"View all results\"\n result={{\n imageColSize: 'small',\n showLink: true\n }}\n resultPerPage={10}\n/>",
3966
+ "args": {
3967
+ "component": "dsa.search-form.pagefind",
3968
+ "result": {
3969
+ "showLink": true,
3970
+ "imageColSize": "small"
3971
+ },
3972
+ "resultPerPage": 10,
3973
+ "moreButtonLabel": "View all results"
3974
+ },
3975
+ "screenshot": "img/screenshots/corporate-search-form--pagefind.png"
3976
+ },
3977
+ {
3978
+ "id": "corporate-search-modal--pagefind",
3979
+ "group": "Corporate / Search Modal",
3980
+ "name": "Pagefind",
3981
+ "code": "<>\n <Button\n data-topic=\"dsa.search-modal.open\"\n ks-component=\"dsa.radio-emit\"\n label=\"Open\"\n size=\"small\"\n />\n <hr />\n <SearchModal\n closeAriaLabel=\"close\"\n form={{\n action: 'iframe.html?id=corporate-search-form--pagefind&viewMode=story',\n component: 'dsa.search-form.pagefind',\n moreButtonLabel: 'View all results',\n result: {\n imageColSize: 'small',\n showLink: true\n },\n resultPerPage: 10,\n target: '_self'\n }}\n headline=\"Search\"\n />\n</>",
3982
+ "args": {
3983
+ "headline": "Search",
3984
+ "closeAriaLabel": "close",
3985
+ "form": {
3986
+ "component": "dsa.search-form.pagefind",
3987
+ "result": {
3988
+ "showLink": true,
3989
+ "imageColSize": "small"
3990
+ },
3991
+ "resultPerPage": 10,
3992
+ "moreButtonLabel": "View all results",
3993
+ "action": "iframe.html?id=corporate-search-form--pagefind&viewMode=story",
3994
+ "target": "_self"
3995
+ }
3996
+ },
3997
+ "screenshot": "img/screenshots/corporate-search-modal--pagefind.png"
3998
+ },
3999
+ {
4000
+ "id": "corporate-search-result--default",
4001
+ "group": "Corporate / Search Result",
4002
+ "name": "Default",
4003
+ "code": "<SearchResult\n imageColSize=\"small\"\n initialMatch=\"Embracing a **sustainable** lifestyle can significantly reduce your environmental impact. From using energy-efficient appliances to adopting renewable energy sources, every small step counts towards a greener future.\"\n matches={[\n {\n snippet: 'Learn how leading companies are integrating **sustainability** into their core strategies.',\n title: 'Keynote: Embracing Sustainability',\n url: '#'\n },\n {\n snippet: 'Business models that prioritize **sustainability** are shared by industry experts in this session.',\n title: 'Panel: Sustainability in Practice',\n url: '#'\n },\n {\n snippet: 'In your organization, **sustainability** can be assessed using new tools and techniques.',\n title: 'Workshop: Measuring Sustainability',\n url: '#'\n }\n ]}\n previewImage=\"img/full-shot-different-people-working-together.png\"\n showLink\n title=\"GreenTech Summit 2023\"\n url=\"https://www.example.com/greentech-summit-2023\"\n/>",
4004
+ "args": {
4005
+ "url": "https://www.example.com/greentech-summit-2023",
4006
+ "title": "GreenTech Summit 2023",
4007
+ "imageColSize": "small",
4008
+ "matches": [
4009
+ {
4010
+ "title": "Keynote: Embracing Sustainability",
4011
+ "snippet": "Learn how leading companies are integrating **sustainability** into their core strategies.",
4012
+ "url": "#"
4013
+ },
4014
+ {
4015
+ "title": "Panel: Sustainability in Practice",
4016
+ "snippet": "Business models that prioritize **sustainability** are shared by industry experts in this session.",
4017
+ "url": "#"
4018
+ },
4019
+ {
4020
+ "title": "Workshop: Measuring Sustainability",
4021
+ "snippet": "In your organization, **sustainability** can be assessed using new tools and techniques.",
4022
+ "url": "#"
4023
+ }
4024
+ ],
4025
+ "showLink": true,
4026
+ "previewImage": "img/full-shot-different-people-working-together.png",
4027
+ "initialMatch": "Embracing a **sustainable** lifestyle can significantly reduce your environmental impact. From using energy-efficient appliances to adopting renewable energy sources, every small step counts towards a greener future."
4028
+ },
4029
+ "screenshot": "img/screenshots/corporate-search-result--default.png"
2503
4030
  },
2504
4031
  {
2505
- "id": "layout-section--cards",
4032
+ "id": "layout-section--dynamic-layout",
2506
4033
  "group": "Layout/Section",
2507
- "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>",
4034
+ "name": "DynamicLayout",
4035
+ "code": "<Section\n backgroundColor=\"default\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: 'flex',\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 transition=\"none\"\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 layout=\"row\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n url=\"#\"\n />\n</Section>",
2509
4036
  "args": {
2510
4037
  "width": "default",
2511
4038
  "style": "default",
2512
4039
  "backgroundColor": "default",
4040
+ "transition": "none",
2513
4041
  "spotlight": false,
2514
4042
  "spaceBefore": "default",
2515
4043
  "spaceAfter": "default",
@@ -2519,68 +4047,74 @@
2519
4047
  "text": "Happy Customers Showcases",
2520
4048
  "large": false,
2521
4049
  "width": "unset",
2522
- "sub": "We can create something shining for you too!"
4050
+ "sub": "We can create something shining for you too!",
4051
+ "align": "center"
2523
4052
  },
2524
4053
  "content": {
2525
4054
  "width": "unset",
2526
4055
  "align": "center",
2527
4056
  "gutter": "default",
2528
- "mode": "tile",
4057
+ "mode": "flex",
2529
4058
  "tileWidth": "default"
2530
4059
  },
2531
4060
  "buttons": []
2532
4061
  },
2533
- "screenshot": "img/screenshots/layout-section--cards.png"
4062
+ "screenshot": "img/screenshots/layout-section--dynamic-layout.png"
2534
4063
  },
2535
4064
  {
2536
- "id": "layout-section--slider",
4065
+ "id": "layout-section--tile-layout",
2537
4066
  "group": "Layout/Section",
2538
- "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>",
4067
+ "name": "TileLayout",
4068
+ "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 transition=\"none\"\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 layout=\"row\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n url=\"#\"\n />\n</Section>",
2540
4069
  "args": {
2541
4070
  "width": "default",
2542
4071
  "style": "default",
2543
4072
  "backgroundColor": "default",
4073
+ "transition": "none",
2544
4074
  "spotlight": false,
2545
4075
  "spaceBefore": "default",
2546
4076
  "spaceAfter": "default",
2547
4077
  "inverted": false,
2548
4078
  "headerSpacing": false,
2549
4079
  "headline": {
2550
- "text": "Section headline",
4080
+ "text": "Happy Customers Showcases",
2551
4081
  "large": false,
2552
- "width": "unset"
4082
+ "width": "unset",
4083
+ "sub": "We can create something shining for you too!",
4084
+ "align": "center"
2553
4085
  },
2554
4086
  "content": {
2555
4087
  "width": "unset",
2556
4088
  "align": "center",
2557
4089
  "gutter": "default",
2558
- "mode": "slider",
4090
+ "mode": "tile",
2559
4091
  "tileWidth": "default"
2560
4092
  },
2561
4093
  "buttons": []
2562
4094
  },
2563
- "screenshot": "img/screenshots/layout-section--slider.png"
4095
+ "screenshot": "img/screenshots/layout-section--tile-layout.png"
2564
4096
  },
2565
4097
  {
2566
- "id": "layout-section--inverted",
4098
+ "id": "layout-section--list-layout",
2567
4099
  "group": "Layout/Section",
2568
- "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>",
4100
+ "name": "ListLayout",
4101
+ "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 transition=\"none\"\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 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
4102
  "args": {
2571
4103
  "width": "default",
2572
4104
  "style": "default",
2573
4105
  "backgroundColor": "default",
4106
+ "transition": "none",
2574
4107
  "spotlight": false,
2575
4108
  "spaceBefore": "default",
2576
4109
  "spaceAfter": "default",
2577
- "inverted": true,
4110
+ "inverted": false,
2578
4111
  "headerSpacing": false,
2579
4112
  "headline": {
2580
4113
  "text": "Happy Customers Showcases",
2581
4114
  "large": false,
2582
4115
  "width": "unset",
2583
- "sub": "We can create something shining for you too!"
4116
+ "sub": "We can create something shining for you too!",
4117
+ "align": "center"
2584
4118
  },
2585
4119
  "content": {
2586
4120
  "width": "unset",
@@ -2591,53 +4125,53 @@
2591
4125
  },
2592
4126
  "buttons": []
2593
4127
  },
2594
- "screenshot": "img/screenshots/layout-section--inverted.png"
4128
+ "screenshot": "img/screenshots/layout-section--list-layout.png"
2595
4129
  },
2596
4130
  {
2597
- "id": "layout-section--background-image",
4131
+ "id": "layout-section--slider",
2598
4132
  "group": "Layout/Section",
2599
- "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>",
4133
+ "name": "Slider",
4134
+ "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 transition=\"none\"\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 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 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 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 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
4135
  "args": {
2602
4136
  "width": "default",
2603
4137
  "style": "default",
2604
4138
  "backgroundColor": "default",
4139
+ "transition": "none",
2605
4140
  "spotlight": false,
2606
4141
  "spaceBefore": "default",
2607
4142
  "spaceAfter": "default",
2608
4143
  "inverted": false,
2609
4144
  "headerSpacing": false,
2610
4145
  "headline": {
2611
- "text": "Happy Customers Showcases",
4146
+ "text": "Section headline",
2612
4147
  "large": false,
2613
- "width": "unset",
2614
- "sub": "We can create something shining for you too!"
4148
+ "width": "unset"
2615
4149
  },
2616
4150
  "content": {
2617
4151
  "width": "unset",
2618
4152
  "align": "center",
2619
4153
  "gutter": "default",
2620
- "mode": "default",
4154
+ "mode": "slider",
2621
4155
  "tileWidth": "default"
2622
4156
  },
2623
- "buttons": [],
2624
- "backgroundImage": "/img/bg_dot-carpet-blue.svg"
4157
+ "buttons": []
2625
4158
  },
2626
- "screenshot": "img/screenshots/layout-section--background-image.png"
4159
+ "screenshot": "img/screenshots/layout-section--slider.png"
2627
4160
  },
2628
4161
  {
2629
- "id": "layout-section--spotlight",
4162
+ "id": "layout-section--inverted",
2630
4163
  "group": "Layout/Section",
2631
- "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>",
4164
+ "name": "Inverted",
4165
+ "code": "<Section\n backgroundColor=\"default\"\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 inverted\n spaceAfter=\"default\"\n spaceBefore=\"default\"\n style=\"default\"\n transition=\"none\"\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 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
4166
  "args": {
2634
4167
  "width": "default",
2635
4168
  "style": "default",
2636
4169
  "backgroundColor": "default",
2637
- "spotlight": true,
4170
+ "transition": "none",
4171
+ "spotlight": false,
2638
4172
  "spaceBefore": "default",
2639
4173
  "spaceAfter": "default",
2640
- "inverted": false,
4174
+ "inverted": true,
2641
4175
  "headerSpacing": false,
2642
4176
  "headline": {
2643
4177
  "text": "Happy Customers Showcases",
@@ -2649,22 +4183,23 @@
2649
4183
  "width": "unset",
2650
4184
  "align": "center",
2651
4185
  "gutter": "default",
2652
- "mode": "list",
4186
+ "mode": "default",
2653
4187
  "tileWidth": "default"
2654
4188
  },
2655
4189
  "buttons": []
2656
4190
  },
2657
- "screenshot": "img/screenshots/layout-section--spotlight.png"
4191
+ "screenshot": "img/screenshots/layout-section--inverted.png"
2658
4192
  },
2659
4193
  {
2660
- "id": "layout-section--stagelights",
4194
+ "id": "layout-section--accent-background",
2661
4195
  "group": "Layout/Section",
2662
- "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>",
4196
+ "name": "AccentBackground",
4197
+ "code": "<Section\n backgroundColor=\"accent\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: 'default',\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 transition=\"none\"\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 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
4198
  "args": {
2665
4199
  "width": "default",
2666
- "style": "stagelights",
2667
- "backgroundColor": "default",
4200
+ "style": "default",
4201
+ "backgroundColor": "accent",
4202
+ "transition": "none",
2668
4203
  "spotlight": false,
2669
4204
  "spaceBefore": "default",
2670
4205
  "spaceAfter": "default",
@@ -2681,22 +4216,23 @@
2681
4216
  "width": "unset",
2682
4217
  "align": "center",
2683
4218
  "gutter": "default",
2684
- "mode": "list",
4219
+ "mode": "default",
2685
4220
  "tileWidth": "default"
2686
4221
  },
2687
4222
  "buttons": []
2688
4223
  },
2689
- "screenshot": "img/screenshots/layout-section--stagelights.png"
4224
+ "screenshot": "img/screenshots/layout-section--accent-background.png"
2690
4225
  },
2691
4226
  {
2692
- "id": "layout-section--accent-background",
4227
+ "id": "layout-section--bold-background",
2693
4228
  "group": "Layout/Section",
2694
- "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>",
4229
+ "name": "BoldBackground",
4230
+ "code": "<Section\n backgroundColor=\"bold\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: 'default',\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 transition=\"none\"\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 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
4231
  "args": {
2697
4232
  "width": "default",
2698
4233
  "style": "default",
2699
- "backgroundColor": "accent",
4234
+ "backgroundColor": "bold",
4235
+ "transition": "none",
2700
4236
  "spotlight": false,
2701
4237
  "spaceBefore": "default",
2702
4238
  "spaceAfter": "default",
@@ -2713,22 +4249,23 @@
2713
4249
  "width": "unset",
2714
4250
  "align": "center",
2715
4251
  "gutter": "default",
2716
- "mode": "list",
4252
+ "mode": "default",
2717
4253
  "tileWidth": "default"
2718
4254
  },
2719
4255
  "buttons": []
2720
4256
  },
2721
- "screenshot": "img/screenshots/layout-section--accent-background.png"
4257
+ "screenshot": "img/screenshots/layout-section--bold-background.png"
2722
4258
  },
2723
4259
  {
2724
- "id": "layout-section--bold-background",
4260
+ "id": "layout-section--framed",
2725
4261
  "group": "Layout/Section",
2726
- "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>",
4262
+ "name": "Framed",
4263
+ "code": "<Section\n backgroundColor=\"default\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: 'default',\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=\"framed\"\n transition=\"none\"\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 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
4264
  "args": {
2729
4265
  "width": "default",
2730
- "style": "default",
2731
- "backgroundColor": "bold",
4266
+ "style": "framed",
4267
+ "backgroundColor": "default",
4268
+ "transition": "none",
2732
4269
  "spotlight": false,
2733
4270
  "spaceBefore": "default",
2734
4271
  "spaceAfter": "default",
@@ -2745,22 +4282,23 @@
2745
4282
  "width": "unset",
2746
4283
  "align": "center",
2747
4284
  "gutter": "default",
2748
- "mode": "list",
4285
+ "mode": "default",
2749
4286
  "tileWidth": "default"
2750
4287
  },
2751
4288
  "buttons": []
2752
4289
  },
2753
- "screenshot": "img/screenshots/layout-section--bold-background.png"
4290
+ "screenshot": "img/screenshots/layout-section--framed.png"
2754
4291
  },
2755
4292
  {
2756
- "id": "layout-section--colorful-gradient",
4293
+ "id": "layout-section--background-image",
2757
4294
  "group": "Layout/Section",
2758
- "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>",
4295
+ "name": "BackgroundImage",
4296
+ "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 transition=\"none\"\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 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
4297
  "args": {
2761
4298
  "width": "default",
2762
- "style": "horizontalGradient",
4299
+ "style": "default",
2763
4300
  "backgroundColor": "default",
4301
+ "transition": "none",
2764
4302
  "spotlight": false,
2765
4303
  "spaceBefore": "default",
2766
4304
  "spaceAfter": "default",
@@ -2770,29 +4308,30 @@
2770
4308
  "text": "Happy Customers Showcases",
2771
4309
  "large": false,
2772
4310
  "width": "unset",
2773
- "sub": "We can create something shining for you too!",
2774
- "align": "center"
4311
+ "sub": "We can create something shining for you too!"
2775
4312
  },
2776
4313
  "content": {
2777
4314
  "width": "unset",
2778
4315
  "align": "center",
2779
4316
  "gutter": "default",
2780
- "mode": "list",
4317
+ "mode": "default",
2781
4318
  "tileWidth": "default"
2782
4319
  },
2783
- "buttons": []
4320
+ "buttons": [],
4321
+ "backgroundImage": "/img/bg_dot-carpet-blue.svg"
2784
4322
  },
2785
- "screenshot": "img/screenshots/layout-section--colorful-gradient.png"
4323
+ "screenshot": "img/screenshots/layout-section--background-image.png"
2786
4324
  },
2787
4325
  {
2788
4326
  "id": "layout-section--with-buttons",
2789
4327
  "group": "Layout/Section",
2790
4328
  "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>",
4329
+ "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: 'default',\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 transition=\"none\"\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 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
4330
  "args": {
2793
4331
  "width": "default",
2794
4332
  "style": "default",
2795
4333
  "backgroundColor": "default",
4334
+ "transition": "none",
2796
4335
  "spotlight": false,
2797
4336
  "spaceBefore": "default",
2798
4337
  "spaceAfter": "default",
@@ -2809,7 +4348,7 @@
2809
4348
  "width": "unset",
2810
4349
  "align": "center",
2811
4350
  "gutter": "default",
2812
- "mode": "list",
4351
+ "mode": "default",
2813
4352
  "tileWidth": "default"
2814
4353
  },
2815
4354
  "buttons": [
@@ -2831,107 +4370,11 @@
2831
4370
  },
2832
4371
  "screenshot": "img/screenshots/layout-section--with-buttons.png"
2833
4372
  },
2834
- {
2835
- "id": "layout-section--tile-layout",
2836
- "group": "Layout/Section",
2837
- "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>",
2839
- "args": {
2840
- "width": "max",
2841
- "style": "default",
2842
- "backgroundColor": "default",
2843
- "spotlight": false,
2844
- "spaceBefore": "default",
2845
- "spaceAfter": "default",
2846
- "inverted": false,
2847
- "headerSpacing": false,
2848
- "headline": {
2849
- "text": "Happy Customers Showcases",
2850
- "large": false,
2851
- "width": "unset",
2852
- "sub": "We can create something shining for you too!",
2853
- "align": "center"
2854
- },
2855
- "content": {
2856
- "width": "unset",
2857
- "align": "center",
2858
- "gutter": "default",
2859
- "mode": "tile",
2860
- "tileWidth": "default"
2861
- },
2862
- "buttons": []
2863
- },
2864
- "screenshot": "img/screenshots/layout-section--tile-layout.png"
2865
- },
2866
- {
2867
- "id": "layout-section--flex-layout",
2868
- "group": "Layout/Section",
2869
- "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>",
2871
- "args": {
2872
- "width": "max",
2873
- "style": "default",
2874
- "backgroundColor": "default",
2875
- "spotlight": false,
2876
- "spaceBefore": "default",
2877
- "spaceAfter": "default",
2878
- "inverted": false,
2879
- "headerSpacing": false,
2880
- "headline": {
2881
- "text": "Happy Customers Showcases",
2882
- "large": false,
2883
- "width": "unset",
2884
- "sub": "We can create something shining for you too!",
2885
- "align": "center"
2886
- },
2887
- "content": {
2888
- "width": "unset",
2889
- "align": "center",
2890
- "gutter": "default",
2891
- "mode": "list",
2892
- "tileWidth": "default"
2893
- },
2894
- "buttons": []
2895
- },
2896
- "screenshot": "img/screenshots/layout-section--flex-layout.png"
2897
- },
2898
- {
2899
- "id": "layout-section--list-layout",
2900
- "group": "Layout/Section",
2901
- "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>",
2903
- "args": {
2904
- "width": "default",
2905
- "style": "default",
2906
- "backgroundColor": "default",
2907
- "spotlight": false,
2908
- "spaceBefore": "default",
2909
- "spaceAfter": "default",
2910
- "inverted": false,
2911
- "headerSpacing": false,
2912
- "headline": {
2913
- "text": "Happy Customers Showcases",
2914
- "large": false,
2915
- "width": "unset",
2916
- "sub": "We can create something shining for you too!",
2917
- "align": "center"
2918
- },
2919
- "content": {
2920
- "width": "unset",
2921
- "align": "center",
2922
- "gutter": "default",
2923
- "mode": "list",
2924
- "tileWidth": "default"
2925
- },
2926
- "buttons": []
2927
- },
2928
- "screenshot": "img/screenshots/layout-section--list-layout.png"
2929
- },
2930
4373
  {
2931
4374
  "id": "layout-slider--with-arrows",
2932
4375
  "group": "Layout/Slider",
2933
4376
  "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>",
4377
+ "code": "<Slider\n arrows\n equalHeight\n gap={15}\n nav\n variant=\"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</Slider>",
2935
4378
  "args": {
2936
4379
  "autoplay": false,
2937
4380
  "nav": true,
@@ -2939,7 +4382,7 @@
2939
4382
  "equalHeight": true,
2940
4383
  "gap": 15,
2941
4384
  "arrows": true,
2942
- "typeProp": "carousel"
4385
+ "variant": "carousel"
2943
4386
  },
2944
4387
  "screenshot": "img/screenshots/layout-slider--with-arrows.png"
2945
4388
  },
@@ -2947,7 +4390,7 @@
2947
4390
  "id": "layout-slider--with-teased-neighbours",
2948
4391
  "group": "Layout/Slider",
2949
4392
  "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>",
4393
+ "code": "<Slider\n arrows\n equalHeight\n gap={15}\n nav\n teaseNeighbours\n variant=\"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</Slider>",
2951
4394
  "args": {
2952
4395
  "autoplay": false,
2953
4396
  "nav": true,
@@ -2955,7 +4398,7 @@
2955
4398
  "equalHeight": true,
2956
4399
  "gap": 15,
2957
4400
  "arrows": true,
2958
- "typeProp": "carousel"
4401
+ "variant": "carousel"
2959
4402
  },
2960
4403
  "screenshot": "img/screenshots/layout-slider--with-teased-neighbours.png"
2961
4404
  },
@@ -2963,7 +4406,7 @@
2963
4406
  "id": "layout-slider--with-nav",
2964
4407
  "group": "Layout/Slider",
2965
4408
  "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>",
4409
+ "code": "<Slider\n arrows\n equalHeight\n gap={15}\n nav\n variant=\"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</Slider>",
2967
4410
  "args": {
2968
4411
  "autoplay": false,
2969
4412
  "nav": true,
@@ -2971,7 +4414,7 @@
2971
4414
  "equalHeight": true,
2972
4415
  "gap": 15,
2973
4416
  "arrows": true,
2974
- "typeProp": "carousel"
4417
+ "variant": "carousel"
2975
4418
  },
2976
4419
  "screenshot": "img/screenshots/layout-slider--with-nav.png"
2977
4420
  },
@@ -2979,7 +4422,7 @@
2979
4422
  "id": "layout-slider--with-autoplay",
2980
4423
  "group": "Layout/Slider",
2981
4424
  "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>",
4425
+ "code": "<Slider\n arrows\n autoplay\n equalHeight\n gap={15}\n nav\n variant=\"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</Slider>",
2983
4426
  "args": {
2984
4427
  "autoplay": true,
2985
4428
  "nav": true,
@@ -2987,10 +4430,340 @@
2987
4430
  "equalHeight": true,
2988
4431
  "gap": 15,
2989
4432
  "arrows": true,
2990
- "typeProp": "carousel"
4433
+ "variant": "carousel"
2991
4434
  },
2992
4435
  "screenshot": "img/screenshots/layout-slider--with-autoplay.png"
2993
4436
  },
4437
+ {
4438
+ "id": "layout-split-even--text-with-logos",
4439
+ "group": "Layout/Split Even",
4440
+ "name": "TextWithLogos",
4441
+ "code": "<SplitEven\n contentGutter=\"small\"\n contentMinWidth=\"wide\"\n firstComponents={<><Cta buttons={[{label: 'Learn more'}]} headline=\"Discover our solutions for Industry 4.0\" 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 horizontalGutter=\"default\"\n secondComponents={<><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 verticalAlign=\"center\"\n verticalGutter=\"default\"\n/>",
4442
+ "args": {
4443
+ "contentMinWidth": "wide",
4444
+ "contentGutter": "small",
4445
+ "mobileReverse": false,
4446
+ "verticalAlign": "center",
4447
+ "verticalGutter": "default",
4448
+ "horizontalGutter": "default",
4449
+ "firstComponents": {
4450
+ "key": null,
4451
+ "ref": null,
4452
+ "props": {
4453
+ "children": {
4454
+ "type": {},
4455
+ "key": null,
4456
+ "ref": null,
4457
+ "props": {
4458
+ "highlightText": true,
4459
+ "headline": "Discover our solutions for Industry 4.0",
4460
+ "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.",
4461
+ "buttons": [
4462
+ {
4463
+ "label": "Learn more"
4464
+ }
4465
+ ]
4466
+ },
4467
+ "_owner": null
4468
+ }
4469
+ },
4470
+ "_owner": null
4471
+ },
4472
+ "secondComponents": {
4473
+ "key": null,
4474
+ "ref": null,
4475
+ "props": {
4476
+ "children": {
4477
+ "type": {},
4478
+ "key": null,
4479
+ "ref": null,
4480
+ "props": {
4481
+ "logosPerRow": 3,
4482
+ "logo": [
4483
+ {
4484
+ "src": "img/logos/logoipsum-344.svg",
4485
+ "alt": "Logo 1"
4486
+ },
4487
+ {
4488
+ "src": "img/logos/logoipsum-347.svg",
4489
+ "alt": "Logo 2"
4490
+ },
4491
+ {
4492
+ "src": "img/logos/logoipsum-352.svg",
4493
+ "alt": "Logo 3"
4494
+ },
4495
+ {
4496
+ "src": "img/logos/logoipsum-356.svg",
4497
+ "alt": "Logo 4"
4498
+ },
4499
+ {
4500
+ "src": "img/logos/logoipsum-358.svg",
4501
+ "alt": "Logo 5"
4502
+ },
4503
+ {
4504
+ "src": "img/logos/logoipsum-369.svg",
4505
+ "alt": "Logo 6"
4506
+ }
4507
+ ]
4508
+ },
4509
+ "_owner": null
4510
+ }
4511
+ },
4512
+ "_owner": null
4513
+ }
4514
+ },
4515
+ "screenshot": "img/screenshots/layout-split-even--text-with-logos.png"
4516
+ },
4517
+ {
4518
+ "id": "layout-split-even--faq-with-form",
4519
+ "group": "Layout/Split Even",
4520
+ "name": "FAQWithForm",
4521
+ "code": "<SplitEven\n contentGutter=\"small\"\n contentMinWidth=\"medium\"\n firstComponents={<><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 horizontalGutter=\"large\"\n secondComponents={<><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 verticalGutter=\"large\"\n/>",
4522
+ "args": {
4523
+ "contentMinWidth": "medium",
4524
+ "contentGutter": "small",
4525
+ "mobileReverse": false,
4526
+ "verticalAlign": "top",
4527
+ "verticalGutter": "large",
4528
+ "horizontalGutter": "large",
4529
+ "sectionMinWidth": "medium",
4530
+ "firstComponents": {
4531
+ "key": null,
4532
+ "ref": null,
4533
+ "props": {
4534
+ "children": [
4535
+ {
4536
+ "type": {},
4537
+ "key": null,
4538
+ "ref": null,
4539
+ "props": {
4540
+ "text": "Frequently Asked Questions",
4541
+ "level": "h2"
4542
+ },
4543
+ "_owner": null
4544
+ },
4545
+ {
4546
+ "type": {},
4547
+ "key": null,
4548
+ "ref": null,
4549
+ "props": {
4550
+ "questions": [
4551
+ {
4552
+ "answer": "Experience the speed & scalability unlike anything seen before with our Headless CMS powered websites, web apps & composable architecture.",
4553
+ "question": "What are the benefits of investing in a Design System?"
4554
+ },
4555
+ {
4556
+ "answer": "Experience the speed & scalability unlike anything seen before with our Headless CMS powered websites, web apps & composable architecture.",
4557
+ "question": "What is a Design System?"
4558
+ },
4559
+ {
4560
+ "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.",
4561
+ "question": "What is the role of a Headless CMS in a Design System?"
4562
+ }
4563
+ ]
4564
+ },
4565
+ "_owner": null
4566
+ }
4567
+ ]
4568
+ },
4569
+ "_owner": null
4570
+ },
4571
+ "secondComponents": {
4572
+ "key": null,
4573
+ "ref": null,
4574
+ "props": {
4575
+ "children": [
4576
+ {
4577
+ "type": {},
4578
+ "key": null,
4579
+ "ref": null,
4580
+ "props": {
4581
+ "text": "Still have questions?",
4582
+ "level": "h3",
4583
+ "style": "h3",
4584
+ "spaceAfter": "minimum"
4585
+ },
4586
+ "_owner": null
4587
+ },
4588
+ {
4589
+ "type": {},
4590
+ "key": null,
4591
+ "ref": null,
4592
+ "props": {
4593
+ "label": "Ask us directly!"
4594
+ },
4595
+ "_owner": null
4596
+ },
4597
+ {
4598
+ "type": {},
4599
+ "key": null,
4600
+ "ref": null,
4601
+ "props": {
4602
+ "label": "Submit"
4603
+ },
4604
+ "_owner": null
4605
+ }
4606
+ ]
4607
+ },
4608
+ "_owner": null
4609
+ }
4610
+ },
4611
+ "screenshot": "img/screenshots/layout-split-even--faq-with-form.png"
4612
+ },
4613
+ {
4614
+ "id": "layout-split-weighted--text-with-contact",
4615
+ "group": "Layout/Split Weighted",
4616
+ "name": "TextWithContact",
4617
+ "code": "<SplitWeighted\n aside={<><Contact image={{aspectRatio: 'wide', src: 'img/people/contact-isabella.png'}} links={[{ariaLabel: 'Isabella Doe on Twitter', icon: 'twitter', label: '@Isabella_Doe', url: '#'}, {ariaLabel: 'Isabella Doe on LinkedIn', icon: 'linkedin', label: 'Isabella.Doe', url: 'mailto:mail@example.com'}]} subtitle=\"Creative Director\" title=\"Isabella Doe\"/></>}\n asideLayout={{\n gutter: 'default',\n minWidth: 'wide'\n }}\n horizontalGutter=\"default\"\n main={<><Cta buttons={[{label: 'Learn more'}]} headline=\"Discover our solutions for Industry 4.0\" 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 mainLayout={{\n gutter: 'default',\n minWidth: 'wide'\n }}\n order={{\n desktop: 'mainFirst',\n mobile: 'mainFirst'\n }}\n verticalAlign=\"top\"\n verticalGutter=\"large\"\n/>",
4618
+ "args": {
4619
+ "verticalGutter": "large",
4620
+ "horizontalGutter": "default",
4621
+ "verticalAlign": "top",
4622
+ "mainLayout": {
4623
+ "gutter": "default",
4624
+ "minWidth": "wide"
4625
+ },
4626
+ "asideLayout": {
4627
+ "gutter": "default",
4628
+ "minWidth": "wide"
4629
+ },
4630
+ "order": {
4631
+ "mobile": "mainFirst",
4632
+ "desktop": "mainFirst"
4633
+ },
4634
+ "main": {
4635
+ "key": null,
4636
+ "ref": null,
4637
+ "props": {
4638
+ "children": {
4639
+ "type": {},
4640
+ "key": null,
4641
+ "ref": null,
4642
+ "props": {
4643
+ "headline": "Discover our solutions for Industry 4.0",
4644
+ "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.",
4645
+ "buttons": [
4646
+ {
4647
+ "label": "Learn more"
4648
+ }
4649
+ ]
4650
+ },
4651
+ "_owner": null
4652
+ }
4653
+ },
4654
+ "_owner": null
4655
+ },
4656
+ "aside": {
4657
+ "key": null,
4658
+ "ref": null,
4659
+ "props": {
4660
+ "children": {
4661
+ "type": {},
4662
+ "key": null,
4663
+ "ref": null,
4664
+ "props": {
4665
+ "title": "Isabella Doe",
4666
+ "subtitle": "Creative Director",
4667
+ "image": {
4668
+ "src": "img/people/contact-isabella.png",
4669
+ "aspectRatio": "wide"
4670
+ },
4671
+ "links": [
4672
+ {
4673
+ "icon": "twitter",
4674
+ "url": "#",
4675
+ "label": "@Isabella_Doe",
4676
+ "ariaLabel": "Isabella Doe on Twitter"
4677
+ },
4678
+ {
4679
+ "url": "mailto:mail@example.com",
4680
+ "icon": "linkedin",
4681
+ "label": "Isabella.Doe",
4682
+ "ariaLabel": "Isabella Doe on LinkedIn"
4683
+ }
4684
+ ]
4685
+ },
4686
+ "_owner": null
4687
+ }
4688
+ },
4689
+ "_owner": null
4690
+ }
4691
+ },
4692
+ "screenshot": "img/screenshots/layout-split-weighted--text-with-contact.png"
4693
+ },
4694
+ {
4695
+ "id": "layout-split-weighted--text-with-teaser",
4696
+ "group": "Layout/Split Weighted",
4697
+ "name": "TextWithTeaser",
4698
+ "code": "<SplitWeighted\n aside={<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 asideLayout={{\n gutter: 'default',\n minWidth: 'wide'\n }}\n horizontalGutter=\"default\"\n main={<><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 mainLayout={{\n gutter: 'small',\n minWidth: 'narrow'\n }}\n order={{\n desktop: 'mainFirst',\n mobile: 'mainFirst'\n }}\n verticalAlign=\"top\"\n verticalGutter=\"default\"\n/>",
4699
+ "args": {
4700
+ "verticalGutter": "default",
4701
+ "horizontalGutter": "default",
4702
+ "verticalAlign": "top",
4703
+ "mainLayout": {
4704
+ "gutter": "small",
4705
+ "minWidth": "narrow"
4706
+ },
4707
+ "asideLayout": {
4708
+ "gutter": "default",
4709
+ "minWidth": "wide"
4710
+ },
4711
+ "order": {
4712
+ "mobile": "mainFirst",
4713
+ "desktop": "mainFirst"
4714
+ },
4715
+ "main": {
4716
+ "key": null,
4717
+ "ref": null,
4718
+ "props": {
4719
+ "children": [
4720
+ {
4721
+ "type": {},
4722
+ "key": null,
4723
+ "ref": null,
4724
+ "props": {
4725
+ "text": "Innovative solutions for Industry 4.0",
4726
+ "level": "h2",
4727
+ "spaceAfter": "minimum"
4728
+ },
4729
+ "_owner": null
4730
+ },
4731
+ {
4732
+ "type": {},
4733
+ "key": null,
4734
+ "ref": null,
4735
+ "props": {
4736
+ "highlightText": true,
4737
+ "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."
4738
+ },
4739
+ "_owner": null
4740
+ }
4741
+ ]
4742
+ },
4743
+ "_owner": null
4744
+ },
4745
+ "aside": {
4746
+ "type": {},
4747
+ "key": null,
4748
+ "ref": null,
4749
+ "props": {
4750
+ "layout": "row",
4751
+ "button": {
4752
+ "chevron": false,
4753
+ "hidden": false,
4754
+ "label": "Read more"
4755
+ },
4756
+ "imageRatio": "landscape",
4757
+ "headline": "Transforming Industry",
4758
+ "text": "with Smart Solutions",
4759
+ "image": "img/logos/castaway.svg",
4760
+ "url": "#"
4761
+ },
4762
+ "_owner": null
4763
+ }
4764
+ },
4765
+ "screenshot": "img/screenshots/layout-split-weighted--text-with-teaser.png"
4766
+ },
2994
4767
  {
2995
4768
  "id": "components-stats--count-up-with-icons",
2996
4769
  "group": "Components/Stats",
@@ -3042,9 +4815,10 @@
3042
4815
  "id": "components-teaser-card--product-tiles",
3043
4816
  "group": "Components/Teaser Card",
3044
4817
  "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/>",
4818
+ "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
4819
  "args": {
3047
4820
  "layout": "stack",
4821
+ "centered": false,
3048
4822
  "button": {
3049
4823
  "chevron": false,
3050
4824
  "hidden": true,
@@ -3054,7 +4828,7 @@
3054
4828
  "headline": "Castaway",
3055
4829
  "text": "Transforming Ideas into Code",
3056
4830
  "image": "img/logos/castaway.svg",
3057
- "target": "#"
4831
+ "url": "#"
3058
4832
  },
3059
4833
  "screenshot": "img/screenshots/components-teaser-card--product-tiles.png"
3060
4834
  },
@@ -3062,9 +4836,10 @@
3062
4836
  "id": "components-teaser-card--page-navigation",
3063
4837
  "group": "Components/Teaser Card",
3064
4838
  "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/>",
4839
+ "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
4840
  "args": {
3067
4841
  "layout": "stack",
4842
+ "centered": false,
3068
4843
  "button": {
3069
4844
  "chevron": false,
3070
4845
  "hidden": false,
@@ -3074,7 +4849,7 @@
3074
4849
  "headline": "Design System Services",
3075
4850
  "text": "Experience the speed & scalability unlike anything seen before with our Headless CMS powered websites, web apps & composable architecture.",
3076
4851
  "image": "img/02.jpg",
3077
- "target": "#"
4852
+ "url": "#"
3078
4853
  },
3079
4854
  "screenshot": "img/screenshots/components-teaser-card--page-navigation.png"
3080
4855
  },
@@ -3082,9 +4857,10 @@
3082
4857
  "id": "components-teaser-card--showcase-preview",
3083
4858
  "group": "Components/Teaser Card",
3084
4859
  "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/>",
4860
+ "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
4861
  "args": {
3087
4862
  "layout": "row",
4863
+ "centered": false,
3088
4864
  "button": {
3089
4865
  "chevron": false,
3090
4866
  "hidden": false,
@@ -3095,7 +4871,7 @@
3095
4871
  "headline": "Transformation Love Story",
3096
4872
  "text": "See how we saved TechFusions a year's worth of development time",
3097
4873
  "image": "img/showcases/comp_tfe01.jpg",
3098
- "target": "#"
4874
+ "url": "#"
3099
4875
  },
3100
4876
  "screenshot": "img/screenshots/components-teaser-card--showcase-preview.png"
3101
4877
  },