@kickstartds/ds-agency-premium 1.7.0--canary.46.1927.0 → 1.7.0--canary.43.2352.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 (506) hide show
  1. package/dist/{BlogAsideProps-d9decb7c.d.ts → BlogAsideProps-c760fd2a.d.ts} +5 -5
  2. package/dist/{BlogAuthorProps-88a11566.d.ts → BlogAuthorProps-fb0241df.d.ts} +7 -2
  3. package/dist/BlogOverviewProps-9f207f1c.d.ts +2 -2
  4. package/dist/{BlogPostProps-d9decb7c.d.ts → BlogPostProps-c760fd2a.d.ts} +3 -3
  5. package/dist/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-7cac90e5.d.ts} +27 -13
  33. package/dist/{SliderProps-93230a76.d.ts → SliderProps-789f8508.d.ts} +5 -5
  34. package/dist/SplitEvenProps-7cac90e5.d.ts +72 -0
  35. package/dist/SplitWeightedProps-7cac90e5.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 +3 -3
  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-head/blog-head.schema.dereffed.json +0 -6
  46. package/dist/components/blog-overview/blog-overview.schema.dereffed.json +17053 -1570
  47. package/dist/components/blog-post/blog-post.schema.dereffed.json +17068 -1571
  48. package/dist/components/blog-post/index.d.ts +1 -1
  49. package/dist/components/blog-post/index.js +5 -3
  50. package/dist/components/blog-tag/blog-tag.schema.dereffed.json +0 -3
  51. package/dist/components/blog-teaser/blog-teaser.css +2 -2
  52. package/dist/components/blog-teaser/blog-teaser.schema.dereffed.json +0 -6
  53. package/dist/components/blog-teaser/index.js +5 -7
  54. package/dist/components/breadcrumb/breadcrumb.css +32 -0
  55. package/dist/components/breadcrumb/breadcrumb.schema.dereffed.json +31 -0
  56. package/dist/components/breadcrumb/breadcrumb.schema.json +27 -0
  57. package/dist/components/breadcrumb/index.d.ts +28 -0
  58. package/dist/components/breadcrumb/index.js +22 -0
  59. package/dist/components/business-card/business-card.css +186 -0
  60. package/dist/components/business-card/business-card.schema.dereffed.json +141 -0
  61. package/dist/components/business-card/business-card.schema.json +126 -0
  62. package/dist/components/business-card/index.d.ts +7 -0
  63. package/dist/components/business-card/index.js +31 -0
  64. package/dist/components/button/button.css +5 -2
  65. package/dist/components/button/button.schema.dereffed.json +10 -4
  66. package/dist/components/button/button.schema.json +8 -3
  67. package/dist/components/button/index.d.ts +1 -1
  68. package/dist/components/button/index.js +19 -9
  69. package/dist/components/button-group/button-group.schema.dereffed.json +12 -9
  70. package/dist/components/button-group/index.d.ts +4 -4
  71. package/dist/components/button-group/index.js +11 -2
  72. package/dist/components/contact/contact.css +11 -17
  73. package/dist/components/contact/contact.schema.dereffed.json +13 -8
  74. package/dist/components/contact/contact.schema.json +11 -5
  75. package/dist/components/contact/index.d.ts +1 -65
  76. package/dist/components/contact/index.js +1 -1
  77. package/dist/components/content-nav/content-nav.css +122 -0
  78. package/dist/components/content-nav/content-nav.schema.dereffed.json +58 -0
  79. package/dist/components/content-nav/content-nav.schema.json +52 -0
  80. package/dist/components/content-nav/index.d.ts +7 -0
  81. package/dist/components/content-nav/index.js +21 -0
  82. package/dist/components/cookie-consent/C15t.client.d.ts +5 -0
  83. package/dist/components/cookie-consent/C15t.client.js +123 -0
  84. package/dist/components/cookie-consent/CookieConsent.client.d.ts +29 -0
  85. package/dist/components/cookie-consent/CookieConsent.client.js +84 -0
  86. package/dist/components/cookie-consent/cookie-consent.css +255 -0
  87. package/dist/components/cookie-consent/cookie-consent.schema.dereffed.json +256 -0
  88. package/dist/components/cookie-consent/cookie-consent.schema.json +224 -0
  89. package/dist/components/cookie-consent/index.d.ts +143 -0
  90. package/dist/components/cookie-consent/index.js +26 -0
  91. package/dist/components/cta/cta.css +48 -71
  92. package/dist/components/cta/cta.schema.dereffed.json +21 -13
  93. package/dist/components/cta/cta.schema.json +17 -10
  94. package/dist/components/cta/index.d.ts +1 -1
  95. package/dist/components/cta/index.js +29 -29
  96. package/dist/components/divider/divider.schema.dereffed.json +0 -3
  97. package/dist/components/downloads/downloads.css +158 -0
  98. package/dist/components/downloads/downloads.schema.dereffed.json +52 -0
  99. package/dist/components/downloads/downloads.schema.json +44 -0
  100. package/dist/components/downloads/index.d.ts +8 -0
  101. package/dist/components/downloads/index.js +23 -0
  102. package/dist/components/event-appointment/event-appointment.css +63 -0
  103. package/dist/components/event-appointment/event-appointment.schema.dereffed.json +53 -0
  104. package/dist/components/event-appointment/event-appointment.schema.json +47 -0
  105. package/dist/components/event-appointment/index.d.ts +7 -0
  106. package/dist/components/event-appointment/index.js +21 -0
  107. package/dist/components/event-detail/event-detail.schema.dereffed.json +278 -0
  108. package/dist/components/event-detail/event-detail.schema.json +74 -0
  109. package/dist/components/event-detail/index.d.ts +5 -0
  110. package/dist/components/event-detail/index.js +37 -0
  111. package/dist/components/event-filter/event-filter.css +31 -0
  112. package/dist/components/event-filter/event-filter.schema.dereffed.json +115 -0
  113. package/dist/components/event-filter/event-filter.schema.json +107 -0
  114. package/dist/components/event-filter/index.d.ts +7 -0
  115. package/dist/components/event-filter/index.js +61 -0
  116. package/dist/components/event-header/event-header.css +6 -0
  117. package/dist/components/event-header/event-header.schema.dereffed.json +35 -0
  118. package/dist/components/event-header/event-header.schema.json +34 -0
  119. package/dist/components/event-header/index.d.ts +35 -0
  120. package/dist/components/event-header/index.js +25 -0
  121. package/dist/components/event-latest/event-latest.css +5 -0
  122. package/dist/components/event-latest/event-latest.schema.dereffed.json +136 -0
  123. package/dist/components/event-latest/event-latest.schema.json +46 -0
  124. package/dist/components/event-latest/index.d.ts +30 -0
  125. package/dist/components/event-latest/index.js +24 -0
  126. package/dist/components/event-latest-teaser/event-latest-teaser.css +131 -0
  127. package/dist/components/event-latest-teaser/event-latest-teaser.schema.dereffed.json +94 -0
  128. package/dist/components/event-latest-teaser/event-latest-teaser.schema.json +73 -0
  129. package/dist/components/event-latest-teaser/index.d.ts +8 -0
  130. package/dist/components/event-latest-teaser/index.js +23 -0
  131. package/dist/components/event-list/event-list.schema.dereffed.json +275 -0
  132. package/dist/components/event-list/event-list.schema.json +18 -0
  133. package/dist/components/event-list/index.d.ts +19 -0
  134. package/dist/components/event-list/index.js +74 -0
  135. package/dist/components/event-list-teaser/event-list-teaser.css +143 -0
  136. package/dist/components/event-list-teaser/event-list-teaser.schema.dereffed.json +148 -0
  137. package/dist/components/event-list-teaser/event-list-teaser.schema.json +116 -0
  138. package/dist/components/event-list-teaser/index.d.ts +8 -0
  139. package/dist/components/event-list-teaser/index.js +28 -0
  140. package/dist/components/event-location/event-location.css +71 -0
  141. package/dist/components/event-location/event-location.schema.dereffed.json +120 -0
  142. package/dist/components/event-location/event-location.schema.json +61 -0
  143. package/dist/components/event-location/index.d.ts +7 -0
  144. package/dist/components/event-location/index.js +25 -0
  145. package/dist/components/event-login/event-login.css +31 -0
  146. package/dist/components/event-login/event-login.schema.dereffed.json +122 -0
  147. package/dist/components/event-login/event-login.schema.json +98 -0
  148. package/dist/components/event-login/index.d.ts +78 -0
  149. package/dist/components/event-login/index.js +31 -0
  150. package/dist/components/event-registration/event-registration.css +88 -0
  151. package/dist/components/event-registration/event-registration.schema.dereffed.json +171 -0
  152. package/dist/components/event-registration/event-registration.schema.json +138 -0
  153. package/dist/components/event-registration/index.d.ts +106 -0
  154. package/dist/components/event-registration/index.js +36 -0
  155. package/dist/components/faq/faq.css +1 -1
  156. package/dist/components/faq/faq.schema.dereffed.json +2 -5
  157. package/dist/components/faq/faq.schema.json +2 -1
  158. package/dist/components/faq/index.d.ts +24 -7
  159. package/dist/components/faq/index.js +1 -1
  160. package/dist/components/feature/feature.schema.dereffed.json +13 -6
  161. package/dist/components/feature/feature.schema.json +11 -3
  162. package/dist/components/feature/index.d.ts +8 -3
  163. package/dist/components/feature/index.js +5 -4
  164. package/dist/components/features/features.css +12 -14
  165. package/dist/components/features/features.schema.dereffed.json +13 -6
  166. package/dist/components/features/features.schema.json +5 -2
  167. package/dist/components/features/index.d.ts +1 -1
  168. package/dist/components/features/index.js +3 -2
  169. package/dist/components/footer/footer.css +4 -3
  170. package/dist/components/footer/footer.schema.dereffed.json +12 -15
  171. package/dist/components/footer/index.d.ts +1 -1
  172. package/dist/components/footer/index.js +1 -1
  173. package/dist/components/gallery/gallery.schema.dereffed.json +2 -4
  174. package/dist/components/gallery/gallery.schema.json +2 -1
  175. package/dist/components/gallery/index.js +2 -1
  176. package/dist/components/header/header.css +52 -9
  177. package/dist/components/header/header.schema.dereffed.json +12 -15
  178. package/dist/components/header/index.d.ts +1 -1
  179. package/dist/components/header/index.js +5 -5
  180. package/dist/components/headline/headline.css +33 -41
  181. package/dist/components/headline/headline.schema.dereffed.json +0 -3
  182. package/dist/components/headline/index.d.ts +1 -53
  183. package/dist/components/headline/index.js +13 -4
  184. package/dist/components/hero/hero.css +145 -52
  185. package/dist/components/hero/hero.schema.dereffed.json +19 -8
  186. package/dist/components/hero/hero.schema.json +24 -4
  187. package/dist/components/hero/index.d.ts +1 -1
  188. package/dist/components/hero/index.js +52 -40
  189. package/dist/components/html/html.schema.dereffed.json +0 -3
  190. package/dist/components/image-story/image-story.css +13 -6
  191. package/dist/components/image-story/image-story.schema.dereffed.json +10 -7
  192. package/dist/components/image-text/image-text.css +4 -4
  193. package/dist/components/image-text/image-text.schema.dereffed.json +0 -3
  194. package/dist/components/index/index.d.ts +4 -3
  195. package/dist/components/logo/logo.schema.dereffed.json +0 -3
  196. package/dist/components/logos/index.d.ts +1 -1
  197. package/dist/components/logos/index.js +1 -1
  198. package/dist/components/logos/logos.css +2 -2
  199. package/dist/components/logos/logos.schema.dereffed.json +7 -11
  200. package/dist/components/logos/logos.schema.json +7 -8
  201. package/dist/components/mosaic/index.js +1 -1
  202. package/dist/components/mosaic/mosaic.css +5 -7
  203. package/dist/components/mosaic/mosaic.schema.dereffed.json +3 -9
  204. package/dist/components/nav-dropdown/index.d.ts +1 -1
  205. package/dist/components/nav-dropdown/index.js +2 -2
  206. package/dist/components/nav-dropdown/nav-dropdown.css +13 -4
  207. package/dist/components/nav-dropdown/nav-dropdown.schema.dereffed.json +1 -4
  208. package/dist/components/nav-flyout/index.d.ts +2 -2
  209. package/dist/components/nav-flyout/index.js +6 -8
  210. package/dist/components/nav-flyout/nav-flyout.css +29 -15
  211. package/dist/components/nav-flyout/nav-flyout.schema.dereffed.json +12 -18
  212. package/dist/components/nav-main/index.d.ts +5 -5
  213. package/dist/components/nav-main/index.js +0 -2
  214. package/dist/components/nav-main/nav-main.schema.dereffed.json +15 -21
  215. package/dist/components/nav-main/nav-main.schema.json +14 -14
  216. package/dist/components/nav-toggle/index.js +1 -1
  217. package/dist/components/nav-topbar/index.d.ts +2 -2
  218. package/dist/components/nav-topbar/index.js +2 -2
  219. package/dist/components/nav-topbar/nav-topbar.css +17 -4
  220. package/dist/components/nav-topbar/nav-topbar.schema.dereffed.json +12 -15
  221. package/dist/components/page/page.schema.dereffed.json +17045 -1552
  222. package/dist/components/page-wrapper/index.js +51 -1
  223. package/dist/components/page-wrapper/tokens.css +448 -752
  224. package/dist/components/pagination/index.d.ts +55 -0
  225. package/dist/components/pagination/index.js +58 -0
  226. package/dist/components/pagination/pagination.css +90 -0
  227. package/dist/components/pagination/pagination.schema.dereffed.json +64 -0
  228. package/dist/components/pagination/pagination.schema.json +60 -0
  229. package/dist/components/presets.json +2314 -521
  230. package/dist/components/providers/index.js +1 -1
  231. package/dist/components/search/index.d.ts +29 -0
  232. package/dist/components/search/index.js +53 -0
  233. package/dist/components/search/search.schema.dereffed.json +301 -0
  234. package/dist/components/search/search.schema.json +24 -0
  235. package/dist/components/search-bar/index.d.ts +7 -0
  236. package/dist/components/search-bar/index.js +20 -0
  237. package/dist/components/search-bar/search-bar.css +33 -0
  238. package/dist/components/search-bar/search-bar.schema.dereffed.json +45 -0
  239. package/dist/components/search-bar/search-bar.schema.json +35 -0
  240. package/dist/components/search-filter/index.d.ts +7 -0
  241. package/dist/components/search-filter/index.js +20 -0
  242. package/dist/components/search-filter/search-filter.css +22 -0
  243. package/dist/components/search-filter/search-filter.schema.dereffed.json +66 -0
  244. package/dist/components/search-filter/search-filter.schema.json +46 -0
  245. package/dist/components/search-form/SearchForm.client.d.ts +25 -0
  246. package/dist/components/search-form/SearchForm.client.js +228 -0
  247. package/dist/components/search-form/SearchFormPagefind.client.d.ts +5 -0
  248. package/dist/components/search-form/SearchFormPagefind.client.js +40 -0
  249. package/dist/components/search-form/index.d.ts +4 -0
  250. package/dist/components/search-form/index.js +25 -0
  251. package/dist/components/search-form/search-form.css +10 -0
  252. package/dist/components/search-form/search-form.schema.dereffed.json +49 -0
  253. package/dist/components/search-form/search-form.schema.json +38 -0
  254. package/dist/components/search-modal/RadioEmit.client.d.ts +5 -0
  255. package/dist/components/search-modal/RadioEmit.client.js +17 -0
  256. package/dist/components/search-modal/SearchModal.client.d.ts +5 -0
  257. package/dist/components/search-modal/SearchModal.client.js +31 -0
  258. package/dist/components/search-modal/index.d.ts +18 -0
  259. package/dist/components/search-modal/index.js +39 -0
  260. package/dist/components/search-modal/search-modal.css +27 -0
  261. package/dist/components/search-modal/search-modal.schema.dereffed.json +70 -0
  262. package/dist/components/search-modal/search-modal.schema.json +24 -0
  263. package/dist/components/search-result/index.d.ts +7 -0
  264. package/dist/components/search-result/index.js +29 -0
  265. package/dist/components/search-result/search-result.css +76 -0
  266. package/dist/components/search-result/search-result.schema.dereffed.json +90 -0
  267. package/dist/components/search-result/search-result.schema.json +52 -0
  268. package/dist/components/search-result-match/index.d.ts +7 -0
  269. package/dist/components/search-result-match/index.js +18 -0
  270. package/dist/components/search-result-match/search-result-match.css +18 -0
  271. package/dist/components/search-result-match/search-result-match.schema.dereffed.json +33 -0
  272. package/dist/components/search-result-match/search-result-match.schema.json +31 -0
  273. package/dist/components/section/index.d.ts +1 -1
  274. package/dist/components/section/index.js +15 -17
  275. package/dist/components/section/section.css +45 -58
  276. package/dist/components/section/section.schema.dereffed.json +17045 -1546
  277. package/dist/components/section/section.schema.json +38 -11
  278. package/dist/components/seo/seo.schema.dereffed.json +0 -3
  279. package/dist/components/settings/settings.schema.dereffed.json +24 -36
  280. package/dist/components/slider/index.d.ts +4 -2
  281. package/dist/components/slider/index.js +19 -3
  282. package/dist/components/slider/slider.css +14 -9
  283. package/dist/components/slider/slider.schema.dereffed.json +72 -67
  284. package/dist/components/split-even/index.d.ts +12 -0
  285. package/dist/components/split-even/index.js +26 -0
  286. package/dist/components/split-even/split-even.css +103 -0
  287. package/dist/components/split-even/split-even.schema.dereffed.json +7322 -0
  288. package/dist/components/split-even/split-even.schema.json +212 -0
  289. package/dist/components/split-weighted/index.d.ts +12 -0
  290. package/dist/components/split-weighted/index.js +42 -0
  291. package/dist/components/split-weighted/split-weighted.css +133 -0
  292. package/dist/components/split-weighted/split-weighted.schema.dereffed.json +7382 -0
  293. package/dist/components/split-weighted/split-weighted.schema.json +254 -0
  294. package/dist/components/stat/stat.schema.dereffed.json +0 -3
  295. package/dist/components/stats/stats.schema.dereffed.json +0 -6
  296. package/dist/components/teaser-card/index.d.ts +1 -1
  297. package/dist/components/teaser-card/index.js +10 -9
  298. package/dist/components/teaser-card/teaser-card.css +106 -54
  299. package/dist/components/teaser-card/teaser-card.schema.dereffed.json +10 -7
  300. package/dist/components/teaser-card/teaser-card.schema.json +10 -4
  301. package/dist/components/testimonial/testimonial.schema.dereffed.json +0 -3
  302. package/dist/components/testimonials/index.d.ts +1 -1
  303. package/dist/components/testimonials/testimonials.css +4 -0
  304. package/dist/components/testimonials/testimonials.schema.dereffed.json +0 -3
  305. package/dist/components/text/text.css +2 -2
  306. package/dist/components/text/text.schema.dereffed.json +0 -3
  307. package/dist/components/tile/tile.schema.dereffed.json +3 -6
  308. package/dist/components/tile/tile.schema.json +2 -2
  309. package/dist/components/video-curtain/index.d.ts +1 -1
  310. package/dist/components/video-curtain/index.js +12 -4
  311. package/dist/components/video-curtain/video-curtain.css +54 -31
  312. package/dist/components/video-curtain/video-curtain.schema.dereffed.json +6 -7
  313. package/dist/components/video-curtain/video-curtain.schema.json +3 -3
  314. package/dist/global.css +1310 -66
  315. package/dist/static/fonts/systemics/Montserrat-Bold.woff2 +0 -0
  316. package/dist/static/fonts/systemics/Montserrat-Light.woff2 +0 -0
  317. package/dist/static/fonts/systemics/Montserrat-Medium.woff2 +0 -0
  318. package/dist/static/fonts/systemics/Montserrat-Regular.woff2 +0 -0
  319. package/dist/static/fonts/systemics/Montserrat-SemiBold.woff2 +0 -0
  320. package/dist/static/img/about/angled-image.png +0 -0
  321. package/dist/static/img/about/cta.png +0 -0
  322. package/dist/static/img/about/cutout.png +0 -0
  323. package/dist/static/img/about/disclaimer.png +0 -0
  324. package/dist/static/img/about/purpose.png +0 -0
  325. package/dist/static/img/about/spoiler.png +0 -0
  326. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-01.svg +72 -0
  327. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-02.svg +112 -0
  328. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-03.svg +197 -0
  329. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-04.svg +76 -0
  330. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-05.svg +82 -0
  331. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-06.svg +219 -0
  332. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-07.svg +85 -0
  333. package/dist/static/img/logos/logoipsum-344.svg +174 -0
  334. package/dist/static/img/logos/logoipsum-347.svg +52 -0
  335. package/dist/static/img/logos/logoipsum-352.svg +22 -0
  336. package/dist/static/img/logos/logoipsum-356.svg +20 -0
  337. package/dist/static/img/logos/logoipsum-358.svg +29 -0
  338. package/dist/static/img/logos/logoipsum-369.svg +20 -0
  339. package/dist/static/img/logos/logoipsum-373.svg +17 -0
  340. package/dist/static/img/people/author-alex.png +0 -0
  341. package/dist/static/img/people/author-emily.png +0 -0
  342. package/dist/static/img/people/author-john.png +0 -0
  343. package/dist/static/img/people/contact-person.png +0 -0
  344. package/dist/static/img/screenshots/blog-blog-aside--default.png +0 -0
  345. package/dist/static/img/screenshots/blog-blog-author--default.png +0 -0
  346. package/dist/static/img/screenshots/blog-blog-head--default.png +0 -0
  347. package/dist/static/img/screenshots/blog-blog-teaser--default.png +0 -0
  348. package/dist/static/img/screenshots/components-button--primary-button.png +0 -0
  349. package/dist/static/img/screenshots/components-button--primary-disabled-button.png +0 -0
  350. package/dist/static/img/screenshots/components-button--secondary-button.png +0 -0
  351. package/dist/static/img/screenshots/components-button--tertiary-button.png +0 -0
  352. package/dist/static/img/screenshots/components-contact--circular-avatar.png +0 -0
  353. package/dist/static/img/screenshots/components-contact--full-image-width.png +0 -0
  354. package/dist/static/img/screenshots/components-contact--vertical-image-with-paragraph.png +0 -0
  355. package/dist/static/img/screenshots/components-contact--wide-image.png +0 -0
  356. package/dist/static/img/screenshots/components-cta--align-bottom.png +0 -0
  357. package/dist/static/img/screenshots/components-cta--angled-image.png +0 -0
  358. package/dist/static/img/screenshots/components-cta--banner.png +0 -0
  359. package/dist/static/img/screenshots/components-cta--colored-banner.png +0 -0
  360. package/dist/static/img/screenshots/components-cta--contact-banner.png +0 -0
  361. package/dist/static/img/screenshots/components-cta--highlighted.png +0 -0
  362. package/dist/static/img/screenshots/components-cta--left-aligned.png +0 -0
  363. package/dist/static/img/screenshots/components-cta--product-advertisement.png +0 -0
  364. package/dist/static/img/screenshots/components-cta--split-banner.png +0 -0
  365. package/dist/static/img/screenshots/components-faq--dropdown-list.png +0 -0
  366. package/dist/static/img/screenshots/components-faq--single-dropdown.png +0 -0
  367. package/dist/static/img/screenshots/components-features--icon-beside-with-link-in-text.png +0 -0
  368. package/dist/static/img/screenshots/components-features--icon-centered.png +0 -0
  369. package/dist/static/img/screenshots/components-features--icon-intext-with-link.png +0 -0
  370. package/dist/static/img/screenshots/components-features--list-view.png +0 -0
  371. package/dist/static/img/screenshots/components-features--stack-with-button.png +0 -0
  372. package/dist/static/img/screenshots/components-gallery--free-aspect-ratio.png +0 -0
  373. package/dist/static/img/screenshots/components-gallery--large-landscape-tiles.png +0 -0
  374. package/dist/static/img/screenshots/components-gallery--small-squares-with-lightbox.png +0 -0
  375. package/dist/static/img/screenshots/components-gallery--stack-landscape.png +0 -0
  376. package/dist/static/img/screenshots/components-headline--h-1.png +0 -0
  377. package/dist/static/img/screenshots/components-headline--h-2.png +0 -0
  378. package/dist/static/img/screenshots/components-headline--h-3.png +0 -0
  379. package/dist/static/img/screenshots/components-headline--h-4.png +0 -0
  380. package/dist/static/img/screenshots/components-headline--order-swapped.png +0 -0
  381. package/dist/static/img/screenshots/components-headline--with-markdown.png +0 -0
  382. package/dist/static/img/screenshots/components-headline--with-subheadline.png +0 -0
  383. package/dist/static/img/screenshots/components-hero--text-below-image.png +0 -0
  384. package/dist/static/img/screenshots/components-hero--text-box-on-full-screen.png +0 -0
  385. package/dist/static/img/screenshots/components-hero--text-on-image-with-overlay.png +0 -0
  386. package/dist/static/img/screenshots/components-html--html.png +0 -0
  387. package/dist/static/img/screenshots/components-html--with-consent.png +0 -0
  388. package/dist/static/img/screenshots/components-html--with-script.png +0 -0
  389. package/dist/static/img/screenshots/components-image-story--sticky-image-next-to-scrolling-text.png +0 -0
  390. package/dist/static/img/screenshots/components-image-text--above-layout.png +0 -0
  391. package/dist/static/img/screenshots/components-image-text--beside-right-layout.png +0 -0
  392. package/dist/static/img/screenshots/components-logos--centered-with-button.png +0 -0
  393. package/dist/static/img/screenshots/components-logos--left-aligned-with-text-link.png +0 -0
  394. package/dist/static/img/screenshots/components-logos--logo-row.png +0 -0
  395. package/dist/static/img/screenshots/components-logos--logo-wall.png +0 -0
  396. package/dist/static/img/screenshots/components-mosaic--colorful-text-with-illustrations.png +0 -0
  397. package/dist/static/img/screenshots/components-mosaic--colorful-tiles.png +0 -0
  398. package/dist/static/img/screenshots/components-stats--count-up-with-description.png +0 -0
  399. package/dist/static/img/screenshots/components-stats--count-up-with-icons.png +0 -0
  400. package/dist/static/img/screenshots/components-teaser-card--page-navigation.png +0 -0
  401. package/dist/static/img/screenshots/components-teaser-card--product-tiles.png +0 -0
  402. package/dist/static/img/screenshots/components-teaser-card--showcase-preview.png +0 -0
  403. package/dist/static/img/screenshots/components-testimonials--alternating-layout.png +0 -0
  404. package/dist/static/img/screenshots/components-testimonials--list-layout.png +0 -0
  405. package/dist/static/img/screenshots/components-testimonials--simple.png +0 -0
  406. package/dist/static/img/screenshots/components-testimonials--slider-layout.png +0 -0
  407. package/dist/static/img/screenshots/components-testimonials--with-rating.png +0 -0
  408. package/dist/static/img/screenshots/components-testimonials--with-title.png +0 -0
  409. package/dist/static/img/screenshots/components-text--centered.png +0 -0
  410. package/dist/static/img/screenshots/components-text--highlight.png +0 -0
  411. package/dist/static/img/screenshots/components-text--multi-column.png +0 -0
  412. package/dist/static/img/screenshots/components-text--single-column.png +0 -0
  413. package/dist/static/img/screenshots/components-video-curtain--atmospheric-video-with-overlay.png +0 -0
  414. package/dist/static/img/screenshots/components-video-curtain--color-neutral-text.png +0 -0
  415. package/dist/static/img/screenshots/components-video-curtain--color-neutral-video.png +0 -0
  416. package/dist/static/img/screenshots/corporate-breadcrumb--default.png +0 -0
  417. package/dist/static/img/screenshots/corporate-business-card--centered.png +0 -0
  418. package/dist/static/img/screenshots/corporate-business-card--default.png +0 -0
  419. package/dist/static/img/screenshots/corporate-business-card--without-image.png +0 -0
  420. package/dist/static/img/screenshots/corporate-content-nav--default.png +0 -0
  421. package/dist/static/img/screenshots/corporate-cookie-consent--banner.png +0 -0
  422. package/dist/static/img/screenshots/corporate-cookie-consent--c-15-t.png +0 -0
  423. package/dist/static/img/screenshots/corporate-cookie-consent--card.png +0 -0
  424. package/dist/static/img/screenshots/corporate-downloads--complete.png +0 -0
  425. package/dist/static/img/screenshots/corporate-downloads--description-only.png +0 -0
  426. package/dist/static/img/screenshots/corporate-downloads--mixed.png +0 -0
  427. package/dist/static/img/screenshots/corporate-downloads--technical-details-only.png +0 -0
  428. package/dist/static/img/screenshots/corporate-pagination--default.png +0 -0
  429. package/dist/static/img/screenshots/corporate-search-bar--default.png +0 -0
  430. package/dist/static/img/screenshots/corporate-search-filter--default.png +0 -0
  431. package/dist/static/img/screenshots/corporate-search-form--pagefind.png +0 -0
  432. package/dist/static/img/screenshots/corporate-search-modal--pagefind.png +0 -0
  433. package/dist/static/img/screenshots/corporate-search-result--default.png +0 -0
  434. package/dist/static/img/screenshots/event-event-filter--default.png +0 -0
  435. package/dist/static/img/screenshots/event-event-header--default.png +0 -0
  436. package/dist/static/img/screenshots/event-event-latest--default.png +0 -0
  437. package/dist/static/img/screenshots/event-event-latest-teaser--default.png +0 -0
  438. package/dist/static/img/screenshots/event-event-list-teaser--default.png +0 -0
  439. package/dist/static/img/screenshots/event-event-location--default.png +0 -0
  440. package/dist/static/img/screenshots/event-event-login--default.png +0 -0
  441. package/dist/static/img/screenshots/event-event-registration--default.png +0 -0
  442. package/dist/static/img/screenshots/form-checkbox--default.png +0 -0
  443. package/dist/static/img/screenshots/form-radio--default.png +0 -0
  444. package/dist/static/img/screenshots/form-select-field--default.png +0 -0
  445. package/dist/static/img/screenshots/form-text-area--default.png +0 -0
  446. package/dist/static/img/screenshots/form-text-field--default.png +0 -0
  447. package/dist/static/img/screenshots/layout-divider--accent.png +0 -0
  448. package/dist/static/img/screenshots/layout-divider--default.png +0 -0
  449. package/dist/static/img/screenshots/layout-footer--footer.png +0 -0
  450. package/dist/static/img/screenshots/layout-header--header.png +0 -0
  451. package/dist/static/img/screenshots/layout-section--accent-background.png +0 -0
  452. package/dist/static/img/screenshots/layout-section--background-image.png +0 -0
  453. package/dist/static/img/screenshots/layout-section--bold-background.png +0 -0
  454. package/dist/static/img/screenshots/layout-section--dynamic-layout.png +0 -0
  455. package/dist/static/img/screenshots/layout-section--framed.png +0 -0
  456. package/dist/static/img/screenshots/layout-section--inverted.png +0 -0
  457. package/dist/static/img/screenshots/layout-section--list-layout.png +0 -0
  458. package/dist/static/img/screenshots/layout-section--slider.png +0 -0
  459. package/dist/static/img/screenshots/layout-section--tile-layout.png +0 -0
  460. package/dist/static/img/screenshots/layout-section--with-buttons.png +0 -0
  461. package/dist/static/img/screenshots/layout-slider--with-arrows.png +0 -0
  462. package/dist/static/img/screenshots/layout-slider--with-autoplay.png +0 -0
  463. package/dist/static/img/screenshots/layout-slider--with-nav.png +0 -0
  464. package/dist/static/img/screenshots/layout-slider--with-teased-neighbours.png +0 -0
  465. package/dist/static/img/screenshots/layout-split-even--faq-with-form.png +0 -0
  466. package/dist/static/img/screenshots/layout-split-even--text-with-logos.png +0 -0
  467. package/dist/static/img/screenshots/layout-split-weighted--text-with-contact.png +0 -0
  468. package/dist/static/img/screenshots/layout-split-weighted--text-with-teaser.png +0 -0
  469. package/dist/static/img/screenshots/page-archetypes-about--about.png +0 -0
  470. package/dist/static/img/screenshots/page-archetypes-blog-overview--blog-overview.png +0 -0
  471. package/dist/static/img/screenshots/page-archetypes-blog-post--blog-post.png +0 -0
  472. package/dist/static/img/screenshots/page-archetypes-event-detail--event-detail.png +0 -0
  473. package/dist/static/img/screenshots/page-archetypes-event-list--event-list.png +0 -0
  474. package/dist/static/img/screenshots/page-archetypes-job-detail--job-detail.png +0 -0
  475. package/dist/static/img/screenshots/page-archetypes-jobs--jobs.png +0 -0
  476. package/dist/static/img/screenshots/page-archetypes-landingpage--landingpage.png +0 -0
  477. package/dist/static/img/screenshots/page-archetypes-overview--overview.png +0 -0
  478. package/dist/static/img/screenshots/page-archetypes-search--search.png +0 -0
  479. package/dist/static/img/screenshots/page-archetypes-showcase--showcase.png +0 -0
  480. package/dist/static/logo-dark.svg +13 -0
  481. package/dist/static/logo-dsa-inverted.svg +26 -0
  482. package/dist/static/logo-dsa.svg +26 -0
  483. package/dist/static/logo-inverted.svg +12 -25
  484. package/dist/static/logo.svg +12 -25
  485. package/dist/tokens/IconSprite.js +50 -0
  486. package/dist/tokens/icon-sprite.html +18 -0
  487. package/dist/tokens/themes.css +4 -4
  488. package/dist/tokens/tokens.css +448 -752
  489. package/dist/tokens/tokens.js +673 -774
  490. package/package.json +14 -5
  491. package/dist/components/split/index.d.ts +0 -14
  492. package/dist/components/split/index.js +0 -17
  493. package/dist/components/split/split.css +0 -53
  494. package/dist/components/split/split.schema.dereffed.json +0 -29
  495. package/dist/components/split/split.schema.json +0 -19
  496. package/dist/static/img/logos/logoipsum-212.svg +0 -12
  497. package/dist/static/img/logos/logoipsum-217.svg +0 -4
  498. package/dist/static/img/logos/logoipsum-239.svg +0 -16
  499. package/dist/static/img/logos/logoipsum-244.svg +0 -19
  500. package/dist/static/img/logos/logoipsum-250.svg +0 -21
  501. package/dist/static/img/logos/logoipsum-286.svg +0 -20
  502. package/dist/static/img/screenshots/layout-section--cards.png +0 -0
  503. package/dist/static/img/screenshots/layout-section--colorful-gradient.png +0 -0
  504. package/dist/static/img/screenshots/layout-section--flex-layout.png +0 -0
  505. package/dist/static/img/screenshots/layout-section--spotlight.png +0 -0
  506. 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,12 +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 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 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 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",
363
+ "style": "default",
194
364
  "backgroundColor": "default",
365
+ "transition": "none",
195
366
  "spotlight": false,
196
367
  "spaceBefore": "default",
197
368
  "spaceAfter": "default",
@@ -206,7 +377,7 @@
206
377
  "width": "unset",
207
378
  "align": "center",
208
379
  "gutter": "default",
209
- "mode": "list",
380
+ "mode": "default",
210
381
  "tileWidth": "default"
211
382
  },
212
383
  "buttons": [
@@ -232,7 +403,9 @@
232
403
  },
233
404
  {
234
405
  "width": "default",
406
+ "style": "default",
235
407
  "backgroundColor": "default",
408
+ "transition": "none",
236
409
  "spotlight": false,
237
410
  "spaceBefore": "default",
238
411
  "spaceAfter": "default",
@@ -247,7 +420,7 @@
247
420
  "width": "unset",
248
421
  "align": "center",
249
422
  "gutter": "default",
250
- "mode": "list",
423
+ "mode": "default",
251
424
  "tileWidth": "default"
252
425
  },
253
426
  "buttons": [
@@ -273,7 +446,9 @@
273
446
  },
274
447
  {
275
448
  "width": "default",
449
+ "style": "default",
276
450
  "backgroundColor": "default",
451
+ "transition": "none",
277
452
  "spotlight": false,
278
453
  "spaceBefore": "default",
279
454
  "spaceAfter": "default",
@@ -288,7 +463,7 @@
288
463
  "width": "unset",
289
464
  "align": "center",
290
465
  "gutter": "default",
291
- "mode": "list",
466
+ "mode": "default",
292
467
  "tileWidth": "default"
293
468
  },
294
469
  "buttons": [
@@ -469,28 +644,31 @@
469
644
  "sub": "Chat with us about getting your product or platform to market faster",
470
645
  "highlightText": false,
471
646
  "colorNeutral": false,
472
- "fullWidth": true,
473
647
  "buttons": [
474
648
  {
475
649
  "label": "Contact us",
476
650
  "icon": "person",
477
- "target": "#"
651
+ "url": "#"
478
652
  },
479
653
  {
480
654
  "label": "Book a meeting",
481
655
  "icon": "date",
482
- "target": "#"
656
+ "url": "#"
483
657
  }
484
658
  ],
485
659
  "image": {
486
660
  "padding": false,
487
- "src": "img/contact-person.png"
661
+ "align": "center",
662
+ "src": "img/people/contact-person.png"
488
663
  },
489
664
  "order": {
490
665
  "mobileImageLast": false,
491
666
  "desktopImageLast": false
492
667
  },
493
668
  "textAlign": "left",
669
+ "align": "center",
670
+ "padding": false,
671
+ "fullWidth": true,
494
672
  "contentAlign": "center",
495
673
  "text": "Our modular design approach allows for flexibility and scalability in your application's architecture.",
496
674
  "width": "wide"
@@ -502,7 +680,7 @@
502
680
  "id": "page-archetypes-blog-post--blog-post",
503
681
  "group": "Page Archetypes/Blog Post",
504
682
  "name": "BlogPost",
505
- "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 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 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 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/>",
506
684
  "args": {
507
685
  "head": {
508
686
  "date": "12/30/2022",
@@ -523,8 +701,8 @@
523
701
  "name": "Jane Doe",
524
702
  "byline": "Senior Developer",
525
703
  "image": {
526
- "src": "img/people/author-emily.png",
527
- "alt": "Picture of Jane Smith",
704
+ "src": "img/people/contact-isabella.png",
705
+ "alt": "Picture of Jane Doe",
528
706
  "fullWidth": false,
529
707
  "aspectRatio": "square"
530
708
  },
@@ -532,14 +710,16 @@
532
710
  {
533
711
  "icon": "phone",
534
712
  "label": "0228 / 688 966 20",
535
- "href": "tel:+4922868896620",
536
- "newTab": false
713
+ "url": "tel:+4922868896620",
714
+ "newTab": false,
715
+ "ariaLabel": "Link to Isabella Doe's social media profile"
537
716
  },
538
717
  {
539
718
  "icon": "email",
540
719
  "label": "mail@example.com",
541
- "href": "mailto:mail@example.com",
542
- "newTab": false
720
+ "url": "mailto:mail@example.com",
721
+ "newTab": false,
722
+ "ariaLabel": "Link to Isabella Doe's social media profile"
543
723
  }
544
724
  ],
545
725
  "twitter": "Janedoe",
@@ -548,12 +728,12 @@
548
728
  "socialSharing": [
549
729
  {
550
730
  "icon": "twitter",
551
- "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",
552
732
  "title": "Share on Twitter"
553
733
  },
554
734
  {
555
735
  "icon": "linkedin",
556
- "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",
557
737
  "title": "Share on LinkedIn"
558
738
  }
559
739
  ],
@@ -563,7 +743,9 @@
563
743
  "section": [
564
744
  {
565
745
  "width": "default",
746
+ "style": "default",
566
747
  "backgroundColor": "default",
748
+ "transition": "none",
567
749
  "spotlight": false,
568
750
  "spaceBefore": "default",
569
751
  "spaceAfter": "default",
@@ -578,7 +760,7 @@
578
760
  "width": "unset",
579
761
  "align": "center",
580
762
  "gutter": "default",
581
- "mode": "list",
763
+ "mode": "default",
582
764
  "tileWidth": "default"
583
765
  },
584
766
  "buttons": [
@@ -604,7 +786,9 @@
604
786
  },
605
787
  {
606
788
  "width": "default",
789
+ "style": "default",
607
790
  "backgroundColor": "default",
791
+ "transition": "none",
608
792
  "spotlight": false,
609
793
  "spaceBefore": "default",
610
794
  "spaceAfter": "default",
@@ -619,7 +803,7 @@
619
803
  "width": "unset",
620
804
  "align": "center",
621
805
  "gutter": "default",
622
- "mode": "list",
806
+ "mode": "default",
623
807
  "tileWidth": "default"
624
808
  },
625
809
  "buttons": [
@@ -645,7 +829,9 @@
645
829
  },
646
830
  {
647
831
  "width": "default",
832
+ "style": "default",
648
833
  "backgroundColor": "default",
834
+ "transition": "none",
649
835
  "spotlight": false,
650
836
  "spaceBefore": "default",
651
837
  "spaceAfter": "default",
@@ -660,7 +846,7 @@
660
846
  "width": "unset",
661
847
  "align": "center",
662
848
  "gutter": "default",
663
- "mode": "list",
849
+ "mode": "default",
664
850
  "tileWidth": "default"
665
851
  },
666
852
  "buttons": [
@@ -690,28 +876,29 @@
690
876
  "sub": "Start your journey today.",
691
877
  "highlightText": false,
692
878
  "colorNeutral": false,
693
- "fullWidth": false,
694
879
  "buttons": [
695
880
  {
696
881
  "label": "Contact Us",
697
- "target": "#",
882
+ "url": "#",
698
883
  "icon": "person"
699
884
  },
700
885
  {
701
886
  "label": "Learn More",
702
- "target": "#",
887
+ "url": "#",
703
888
  "icon": "date"
704
889
  }
705
890
  ],
706
891
  "image": {
707
- "padding": true
892
+ "padding": true,
893
+ "align": "center"
708
894
  },
709
895
  "order": {
710
896
  "mobileImageLast": false,
711
897
  "desktopImageLast": true
712
898
  },
713
899
  "textAlign": "center",
714
- "contentAlign": "center",
900
+ "align": "center",
901
+ "padding": false,
715
902
  "text": "Get started with our design system today and experience a new level of efficiency and consistency in your projects."
716
903
  },
717
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 ",
@@ -728,13 +915,13 @@
728
915
  {
729
916
  "icon": "xing",
730
917
  "label": "john.smith",
731
- "href": "mailto:mail@example.com",
918
+ "url": "mailto:mail@example.com",
732
919
  "newTab": false
733
920
  },
734
921
  {
735
922
  "icon": "twitter",
736
923
  "label": "@john_smith",
737
- "href": "#",
924
+ "url": "#",
738
925
  "newTab": false
739
926
  }
740
927
  ],
@@ -744,164 +931,891 @@
744
931
  "screenshot": "img/screenshots/page-archetypes-blog-post--blog-post.png"
745
932
  },
746
933
  {
747
- "id": "components-contact--wide-image",
748
- "group": "Components/Contact",
749
- "name": "WideImage",
750
- "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/>",
751
938
  "args": {
752
- "image": {
753
- "src": "img/people/contact-isabella.png",
754
- "alt": "Picture of Jane Smith",
755
- "fullWidth": false,
756
- "aspectRatio": "wide"
757
- },
758
- "title": "Isabella Doe",
759
- "subtitle": "Creative Director",
760
- "links": [
939
+ "categories": [
761
940
  {
762
- "icon": "twitter",
763
- "label": "@Isabella_Doe",
764
- "href": "#",
765
- "newTab": false
941
+ "label": "Conference"
766
942
  },
767
943
  {
768
- "icon": "linkedin",
769
- "label": "Isabella.Doe",
770
- "href": "mailto:mail@example.com",
771
- "newTab": false
944
+ "label": "Design Systems"
772
945
  }
773
- ]
774
- },
775
- "screenshot": "img/screenshots/components-contact--wide-image.png"
776
- },
777
- {
778
- "id": "components-contact--circular-avatar",
779
- "group": "Components/Contact",
780
- "name": "CircularAvatar",
781
- "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/>",
782
- "args": {
783
- "image": {
784
- "src": "img/people/author-emily.png",
785
- "alt": "Picture of Jane Smith",
786
- "fullWidth": false,
787
- "aspectRatio": "square"
788
- },
789
- "title": "Jane Smith",
790
- "subtitle": "CEO at DS Agency",
791
- "links": [
946
+ ],
947
+ "locations": [
792
948
  {
793
- "icon": "twitter",
794
- "label": "@jane_smith",
795
- "href": "#",
796
- "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
+ ]
797
985
  },
798
986
  {
799
- "icon": "linkedin",
800
- "label": "jane.smith",
801
- "href": "mailto:mail@example.com",
802
- "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
+ ]
803
1020
  }
804
1021
  ],
805
- "copy": "Leads with a vision for innovative, user-centric web designs"
806
- },
807
- "screenshot": "img/screenshots/components-contact--circular-avatar.png"
808
- },
809
- {
810
- "id": "components-contact--vertical-image-with-paragraph",
811
- "group": "Components/Contact",
812
- "name": "VerticalImageWithParagraph",
813
- "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/>",
814
- "args": {
815
- "image": {
816
- "src": "img/people/contact-john.png",
817
- "alt": "Picture of Jane Smith",
818
- "fullWidth": false,
819
- "aspectRatio": "vertical"
820
- },
821
- "title": "John Smith",
822
- "subtitle": "Sales Representative",
823
- "links": [
1022
+ "images": [
824
1023
  {
825
- "icon": "xing",
826
- "label": "john.smith",
827
- "href": "mailto:mail@example.com",
828
- "newTab": false
1024
+ "src": "img/close-up-young-business-team-working.png",
1025
+ "alt": "Alt text Image 1",
1026
+ "caption": "Caption Image 1"
829
1027
  },
830
1028
  {
831
- "icon": "twitter",
832
- "label": "@john_smith",
833
- "href": "#",
834
- "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"
835
1042
  }
836
1043
  ],
837
- "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
+ ]
838
1079
  },
839
- "screenshot": "img/screenshots/components-contact--vertical-image-with-paragraph.png"
1080
+ "screenshot": "img/screenshots/page-archetypes-event-detail--event-detail.png"
840
1081
  },
841
1082
  {
842
- "id": "components-contact--full-image-width",
843
- "group": "Components/Contact",
844
- "name": "FullImageWidth",
845
- "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/>",
846
1087
  "args": {
847
- "image": {
848
- "src": "img/people/contact-jim.png",
849
- "alt": "Picture of Jane Smith",
850
- "fullWidth": true,
851
- "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
+ }
852
1119
  },
853
- "title": "Jim Johnsson",
854
- "subtitle": "Lead Designer",
855
- "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
+ },
856
1144
  {
857
- "icon": "email",
858
- "label": "jim.johnsson@mail.com",
859
- "href": "mailto:mail@example.com",
860
- "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"
861
1164
  },
862
1165
  {
863
- "icon": "facebook",
864
- "label": "@jim_johnsson",
865
- "href": "#",
866
- "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"
867
1186
  }
868
- ],
869
- "copy": "Blends artistic flair with technical expertise, creating visually stunning and intuitive websites that captivate users and drive engagement."
1187
+ ]
870
1188
  },
871
- "screenshot": "img/screenshots/components-contact--full-image-width.png"
1189
+ "screenshot": "img/screenshots/page-archetypes-event-list--event-list.png"
872
1190
  },
873
1191
  {
874
- "id": "components-cta--banner",
875
- "group": "Components/Cta",
876
- "name": "Banner",
877
- "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/>",
878
1196
  "args": {
879
- "headline": "Ready to Transform Your Development Process?",
880
- "sub": "Start your journey today.",
881
- "highlightText": false,
882
- "colorNeutral": false,
883
- "fullWidth": false,
884
- "buttons": [
885
- {
886
- "label": "Contact Us",
887
- "target": "#",
888
- "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"
889
1801
  },
890
1802
  {
891
1803
  "label": "Learn More",
892
- "target": "#",
1804
+ "url": "#",
893
1805
  "icon": "date"
894
1806
  }
895
1807
  ],
896
1808
  "image": {
897
- "padding": true
1809
+ "padding": true,
1810
+ "align": "center"
898
1811
  },
899
1812
  "order": {
900
1813
  "mobileImageLast": false,
901
1814
  "desktopImageLast": true
902
1815
  },
903
1816
  "textAlign": "center",
904
- "contentAlign": "center",
1817
+ "align": "center",
1818
+ "padding": false,
905
1819
  "text": "Get started with our design system today and experience a new level of efficiency and consistency in your projects."
906
1820
  },
907
1821
  "screenshot": "img/screenshots/components-cta--banner.png"
@@ -910,29 +1824,30 @@
910
1824
  "id": "components-cta--highlighted",
911
1825
  "group": "Components/Cta",
912
1826
  "name": "Highlighted",
913
- "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/>",
914
1828
  "args": {
915
1829
  "headline": "Why Choose Our Design System?",
916
1830
  "sub": "Built for consistency and speed.",
917
1831
  "highlightText": true,
918
1832
  "colorNeutral": false,
919
- "fullWidth": false,
920
1833
  "buttons": [
921
1834
  {
922
1835
  "label": "Get Started",
923
- "target": "#",
1836
+ "url": "#",
924
1837
  "icon": "person"
925
1838
  }
926
1839
  ],
927
1840
  "image": {
928
- "padding": true
1841
+ "padding": true,
1842
+ "align": "center"
929
1843
  },
930
1844
  "order": {
931
1845
  "mobileImageLast": false,
932
1846
  "desktopImageLast": true
933
1847
  },
934
1848
  "textAlign": "center",
935
- "contentAlign": "center",
1849
+ "align": "center",
1850
+ "padding": false,
936
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."
937
1852
  },
938
1853
  "screenshot": "img/screenshots/components-cta--highlighted.png"
@@ -941,29 +1856,30 @@
941
1856
  "id": "components-cta--left-aligned",
942
1857
  "group": "Components/Cta",
943
1858
  "name": "LeftAligned",
944
- "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/>",
945
1860
  "args": {
946
1861
  "headline": "Experience Our Design System",
947
1862
  "sub": "Efficient, scalable, seamless.",
948
1863
  "highlightText": false,
949
1864
  "colorNeutral": false,
950
- "fullWidth": false,
951
1865
  "buttons": [
952
1866
  {
953
1867
  "label": "Learn More",
954
- "target": "#",
1868
+ "url": "#",
955
1869
  "icon": "person"
956
1870
  }
957
1871
  ],
958
1872
  "image": {
959
- "padding": true
1873
+ "padding": true,
1874
+ "align": "center"
960
1875
  },
961
1876
  "order": {
962
1877
  "mobileImageLast": false,
963
1878
  "desktopImageLast": true
964
1879
  },
965
1880
  "textAlign": "left",
966
- "contentAlign": "center",
1881
+ "align": "center",
1882
+ "padding": false,
967
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."
968
1884
  },
969
1885
  "screenshot": "img/screenshots/components-cta--left-aligned.png"
@@ -972,28 +1888,26 @@
972
1888
  "id": "components-cta--product-advertisement",
973
1889
  "group": "Components/Cta",
974
1890
  "name": "ProductAdvertisement",
975
- "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/>",
976
1892
  "args": {
977
1893
  "headline": "Experience Immersive Sound",
978
1894
  "sub": "With Our Premium Over-Ear Headphones",
979
1895
  "highlightText": true,
980
1896
  "colorNeutral": false,
981
- "fullWidth": false,
982
1897
  "buttons": [
983
1898
  {
984
1899
  "label": "Shop Now",
985
- "target": "/shop",
986
- "variant": "primary",
1900
+ "url": "/shop",
987
1901
  "icon": "chevron-right"
988
1902
  },
989
1903
  {
990
1904
  "label": "Learn More",
991
- "target": "/product-info",
992
- "variant": "secondary"
1905
+ "url": "/product-info"
993
1906
  }
994
1907
  ],
995
1908
  "image": {
996
1909
  "padding": false,
1910
+ "align": "center",
997
1911
  "src": "img/showcases/comp_audio04.png",
998
1912
  "alt": "Over-Ear Headphones"
999
1913
  },
@@ -1002,10 +1916,10 @@
1002
1916
  "desktopImageLast": false
1003
1917
  },
1004
1918
  "textAlign": "left",
1005
- "contentAlign": "center",
1919
+ "align": "center",
1920
+ "padding": true,
1006
1921
  "text": "Our over-ear headphones provide an immersive audio experience. With noise-cancellation technology and high-quality sound.",
1007
- "backgroundImage": "img/bg_dot-carpet-blue.svg",
1008
- "width": "wide"
1922
+ "backgroundImage": "img/bg_dot-carpet-blue.svg"
1009
1923
  },
1010
1924
  "screenshot": "img/screenshots/components-cta--product-advertisement.png"
1011
1925
  },
@@ -1013,37 +1927,37 @@
1013
1927
  "id": "components-cta--contact-banner",
1014
1928
  "group": "Components/Cta",
1015
1929
  "name": "ContactBanner",
1016
- "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/>",
1017
1931
  "args": {
1018
1932
  "headline": "Get in touch",
1019
1933
  "sub": "Chat with us about getting your product or platform to market faster",
1020
1934
  "highlightText": false,
1021
1935
  "colorNeutral": false,
1022
- "fullWidth": true,
1023
1936
  "buttons": [
1024
1937
  {
1025
1938
  "label": "Contact us",
1026
1939
  "icon": "person",
1027
- "target": "#"
1940
+ "url": "#"
1028
1941
  },
1029
1942
  {
1030
1943
  "label": "Book a meeting",
1031
1944
  "icon": "date",
1032
- "target": "#"
1945
+ "url": "#"
1033
1946
  }
1034
1947
  ],
1035
1948
  "image": {
1036
1949
  "padding": false,
1037
- "src": "img/contact-person.png"
1950
+ "align": "center",
1951
+ "src": "img/people/contact-person.png"
1038
1952
  },
1039
1953
  "order": {
1040
1954
  "mobileImageLast": false,
1041
1955
  "desktopImageLast": false
1042
1956
  },
1043
1957
  "textAlign": "left",
1044
- "contentAlign": "center",
1045
- "text": "Our modular design approach allows for flexibility and scalability in your application's architecture.",
1046
- "width": "wide"
1958
+ "align": "center",
1959
+ "padding": true,
1960
+ "text": "Our modular design approach allows for flexibility and scalability in your application's architecture."
1047
1961
  },
1048
1962
  "screenshot": "img/screenshots/components-cta--contact-banner.png"
1049
1963
  },
@@ -1051,22 +1965,22 @@
1051
1965
  "id": "components-cta--split-banner",
1052
1966
  "group": "Components/Cta",
1053
1967
  "name": "SplitBanner",
1054
- "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/>",
1055
1969
  "args": {
1056
1970
  "headline": "Design System Services",
1057
1971
  "sub": "Subheadline",
1058
1972
  "highlightText": false,
1059
1973
  "colorNeutral": true,
1060
- "fullWidth": true,
1061
1974
  "buttons": [
1062
1975
  {
1063
1976
  "label": "What can we do for you?",
1064
1977
  "icon": "person",
1065
- "target": "#"
1978
+ "url": "#"
1066
1979
  }
1067
1980
  ],
1068
1981
  "image": {
1069
1982
  "padding": false,
1983
+ "align": "center",
1070
1984
  "src": "img/colored-square.png"
1071
1985
  },
1072
1986
  "order": {
@@ -1074,10 +1988,10 @@
1074
1988
  "desktopImageLast": false
1075
1989
  },
1076
1990
  "textAlign": "left",
1077
- "contentAlign": "center",
1991
+ "align": "center",
1992
+ "padding": true,
1078
1993
  "text": "Here at Systemics, we bring a range of design system services that can make a difference.",
1079
- "backgroundColor": "#001856",
1080
- "width": "wide"
1994
+ "backgroundColor": "#d9e4ff"
1081
1995
  },
1082
1996
  "screenshot": "img/screenshots/components-cta--split-banner.png"
1083
1997
  },
@@ -1085,27 +1999,27 @@
1085
1999
  "id": "components-cta--angled-image",
1086
2000
  "group": "Components/Cta",
1087
2001
  "name": "AngledImage",
1088
- "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/>",
1089
2003
  "args": {
1090
2004
  "headline": "Our **Approach** to Design Systems",
1091
2005
  "sub": "Subheadline",
1092
2006
  "highlightText": false,
1093
2007
  "colorNeutral": false,
1094
- "fullWidth": true,
1095
2008
  "buttons": [
1096
2009
  {
1097
2010
  "label": "Contact us",
1098
2011
  "icon": "person",
1099
- "target": "#"
2012
+ "url": "#"
1100
2013
  },
1101
2014
  {
1102
2015
  "label": "Book a meeting",
1103
2016
  "icon": "date",
1104
- "target": "#"
2017
+ "url": "#"
1105
2018
  }
1106
2019
  ],
1107
2020
  "image": {
1108
2021
  "padding": false,
2022
+ "align": "center",
1109
2023
  "src": "img/angled-image.png"
1110
2024
  },
1111
2025
  "order": {
@@ -1113,9 +2027,9 @@
1113
2027
  "desktopImageLast": true
1114
2028
  },
1115
2029
  "textAlign": "left",
1116
- "contentAlign": "center",
1117
- "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.",
1118
- "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."
1119
2033
  },
1120
2034
  "screenshot": "img/screenshots/components-cta--angled-image.png"
1121
2035
  },
@@ -1123,34 +2037,35 @@
1123
2037
  "id": "components-cta--colored-banner",
1124
2038
  "group": "Components/Cta",
1125
2039
  "name": "ColoredBanner",
1126
- "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/>",
1127
2041
  "args": {
1128
2042
  "headline": "Expertise in Scalable Solutions",
1129
2043
  "sub": "Subheadline",
1130
2044
  "highlightText": true,
1131
2045
  "colorNeutral": true,
1132
- "fullWidth": false,
1133
2046
  "buttons": [
1134
2047
  {
1135
2048
  "label": "Learn More",
1136
- "target": "#"
2049
+ "url": "#"
1137
2050
  },
1138
2051
  {
1139
2052
  "label": "Contact Us",
1140
- "target": "#"
2053
+ "url": "#"
1141
2054
  }
1142
2055
  ],
1143
2056
  "image": {
1144
- "padding": true
2057
+ "padding": true,
2058
+ "align": "center"
1145
2059
  },
1146
2060
  "order": {
1147
2061
  "mobileImageLast": false,
1148
2062
  "desktopImageLast": true
1149
2063
  },
1150
2064
  "textAlign": "left",
1151
- "contentAlign": "center",
2065
+ "align": "center",
2066
+ "padding": true,
1152
2067
  "text": "Leverage our expertise in creating scalable and robust applications using modern technologies.",
1153
- "backgroundColor": "#a30051"
2068
+ "backgroundColor": "#ffd4ea"
1154
2069
  },
1155
2070
  "screenshot": "img/screenshots/components-cta--colored-banner.png"
1156
2071
  },
@@ -1158,27 +2073,27 @@
1158
2073
  "id": "components-cta--align-bottom",
1159
2074
  "group": "Components/Cta",
1160
2075
  "name": "AlignBottom",
1161
- "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/>",
1162
2077
  "args": {
1163
2078
  "headline": "Custom Solutions",
1164
2079
  "sub": "Subheadline",
1165
2080
  "highlightText": false,
1166
2081
  "colorNeutral": false,
1167
- "fullWidth": true,
1168
2082
  "buttons": [
1169
2083
  {
1170
2084
  "label": "Contact us",
1171
2085
  "icon": "person",
1172
- "target": "#"
2086
+ "url": "#"
1173
2087
  },
1174
2088
  {
1175
2089
  "label": "Book a meeting",
1176
2090
  "icon": "date",
1177
- "target": "#"
2091
+ "url": "#"
1178
2092
  }
1179
2093
  ],
1180
2094
  "image": {
1181
2095
  "padding": true,
2096
+ "align": "center",
1182
2097
  "src": "img/offset-image.png"
1183
2098
  },
1184
2099
  "order": {
@@ -1186,10 +2101,10 @@
1186
2101
  "desktopImageLast": false
1187
2102
  },
1188
2103
  "textAlign": "left",
1189
- "contentAlign": "bottom",
2104
+ "align": "bottom",
2105
+ "padding": false,
1190
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.",
1191
- "backgroundImage": "img/grid-bg.svg",
1192
- "width": "wide"
2107
+ "backgroundImage": "img/grid-bg.svg"
1193
2108
  },
1194
2109
  "screenshot": "img/screenshots/components-cta--align-bottom.png"
1195
2110
  },
@@ -1213,6 +2128,416 @@
1213
2128
  },
1214
2129
  "screenshot": "img/screenshots/layout-divider--default.png"
1215
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
+ },
1216
2541
  {
1217
2542
  "id": "components-faq--dropdown-list",
1218
2543
  "group": "Components/Faq",
@@ -1255,7 +2580,7 @@
1255
2580
  "id": "components-features--icon-centered",
1256
2581
  "group": "Components/Features",
1257
2582
  "name": "IconCentered",
1258
- "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/>",
1259
2584
  "args": {
1260
2585
  "layout": "largeTiles",
1261
2586
  "style": "centered",
@@ -1269,8 +2594,9 @@
1269
2594
  "title": "Scalable Architecture",
1270
2595
  "text": "Our design system allows for a scalable architecture, enabling you to build applications that can grow with your needs.",
1271
2596
  "cta": {
1272
- "target": "/feature1",
1273
- "label": "Learn more"
2597
+ "url": "#",
2598
+ "label": "Learn more",
2599
+ "icon": "arrow-right"
1274
2600
  }
1275
2601
  },
1276
2602
  {
@@ -1278,8 +2604,9 @@
1278
2604
  "title": "Efficient Development",
1279
2605
  "text": "Experience efficient development like never before. Our design system streamlines the development process, saving you time and resources.",
1280
2606
  "cta": {
1281
- "target": "/feature2",
1282
- "label": "Get started"
2607
+ "url": "#",
2608
+ "label": "Get started",
2609
+ "icon": "arrow-right"
1283
2610
  }
1284
2611
  },
1285
2612
  {
@@ -1287,8 +2614,9 @@
1287
2614
  "title": "Consistent UI",
1288
2615
  "text": "Achieve a consistent UI across different platforms. Our design system ensures your applications maintain a uniform look and feel.",
1289
2616
  "cta": {
1290
- "target": "/feature3",
1291
- "label": "Explore"
2617
+ "url": "#",
2618
+ "label": "Explore",
2619
+ "icon": "arrow-right"
1292
2620
  }
1293
2621
  },
1294
2622
  {
@@ -1296,8 +2624,9 @@
1296
2624
  "title": "Customizable Design",
1297
2625
  "text": "Our design system is fully customizable, allowing you to tailor the look and feel of your application to match your brand identity.",
1298
2626
  "cta": {
1299
- "target": "/feature4",
1300
- "label": "Customize"
2627
+ "url": "#",
2628
+ "label": "Customize",
2629
+ "icon": "arrow-right"
1301
2630
  }
1302
2631
  },
1303
2632
  {
@@ -1305,8 +2634,9 @@
1305
2634
  "title": "Cloud Ready",
1306
2635
  "text": "Built with modern cloud architectures in mind, our design system is ready to be deployed on any cloud platform.",
1307
2636
  "cta": {
1308
- "target": "/feature5",
1309
- "label": "Deploy"
2637
+ "url": "#",
2638
+ "label": "Deploy",
2639
+ "icon": "arrow-right"
1310
2640
  }
1311
2641
  },
1312
2642
  {
@@ -1314,8 +2644,9 @@
1314
2644
  "title": "Secure",
1315
2645
  "text": "Security is our priority. Our design system is built with best security practices to keep your application safe.",
1316
2646
  "cta": {
1317
- "target": "/feature6",
1318
- "label": "Secure"
2647
+ "url": "#",
2648
+ "label": "Secure",
2649
+ "icon": "arrow-right"
1319
2650
  }
1320
2651
  }
1321
2652
  ]
@@ -1326,7 +2657,7 @@
1326
2657
  "id": "components-features--stack-with-button",
1327
2658
  "group": "Components/Features",
1328
2659
  "name": "StackWithButton",
1329
- "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/>",
1330
2661
  "args": {
1331
2662
  "layout": "smallTiles",
1332
2663
  "style": "stack",
@@ -1340,8 +2671,9 @@
1340
2671
  "title": "Consistent UI",
1341
2672
  "text": "Achieve a consistent UI across different platforms. Our design system ensures your applications maintain a uniform look and feel.",
1342
2673
  "cta": {
1343
- "target": "/feature3",
1344
- "label": "Explore"
2674
+ "url": "#",
2675
+ "label": "Explore",
2676
+ "icon": "arrow-right"
1345
2677
  }
1346
2678
  },
1347
2679
  {
@@ -1349,8 +2681,9 @@
1349
2681
  "title": "Customizable Design",
1350
2682
  "text": "Our design system is fully customizable, allowing you to tailor the look and feel of your application to match your brand identity.",
1351
2683
  "cta": {
1352
- "target": "/feature4",
1353
- "label": "Customize"
2684
+ "url": "#",
2685
+ "label": "Customize",
2686
+ "icon": "arrow-right"
1354
2687
  }
1355
2688
  },
1356
2689
  {
@@ -1358,8 +2691,9 @@
1358
2691
  "title": "Cloud Ready",
1359
2692
  "text": "Built with modern cloud architectures in mind, our design system is ready to be deployed on any cloud platform.",
1360
2693
  "cta": {
1361
- "target": "/feature5",
1362
- "label": "Deploy"
2694
+ "url": "#",
2695
+ "label": "Deploy",
2696
+ "icon": "arrow-right"
1363
2697
  }
1364
2698
  },
1365
2699
  {
@@ -1367,8 +2701,9 @@
1367
2701
  "title": "Secure",
1368
2702
  "text": "Security is our priority. Our design system is built with best security practices to keep your application safe.",
1369
2703
  "cta": {
1370
- "target": "/feature6",
1371
- "label": "Secure"
2704
+ "url": "#",
2705
+ "label": "Secure",
2706
+ "icon": "arrow-right"
1372
2707
  }
1373
2708
  }
1374
2709
  ]
@@ -1379,7 +2714,7 @@
1379
2714
  "id": "components-features--list-view",
1380
2715
  "group": "Components/Features",
1381
2716
  "name": "ListView",
1382
- "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/>",
1383
2718
  "args": {
1384
2719
  "layout": "list",
1385
2720
  "style": "besideLarge",
@@ -1393,8 +2728,9 @@
1393
2728
  "title": "Customizable Design",
1394
2729
  "text": "Our design system is fully customizable, allowing you to tailor the look and feel of your application to match your brand identity.",
1395
2730
  "cta": {
1396
- "target": "/feature4",
1397
- "label": "Customize"
2731
+ "url": "#",
2732
+ "label": "Customize",
2733
+ "icon": "arrow-right"
1398
2734
  }
1399
2735
  },
1400
2736
  {
@@ -1402,8 +2738,9 @@
1402
2738
  "title": "Efficient Development",
1403
2739
  "text": "Experience efficient development like never before. Our design system streamlines the development process, saving you time and resources.",
1404
2740
  "cta": {
1405
- "target": "/feature2",
1406
- "label": "Get started"
2741
+ "url": "#",
2742
+ "label": "Get started",
2743
+ "icon": "arrow-right"
1407
2744
  }
1408
2745
  },
1409
2746
  {
@@ -1411,8 +2748,9 @@
1411
2748
  "title": "Consistent UI",
1412
2749
  "text": "Achieve a consistent UI across different platforms. Our design system ensures your applications maintain a uniform look and feel.",
1413
2750
  "cta": {
1414
- "target": "/feature3",
1415
- "label": "Explore"
2751
+ "url": "#",
2752
+ "label": "Explore",
2753
+ "icon": "arrow-right"
1416
2754
  }
1417
2755
  },
1418
2756
  {
@@ -1420,8 +2758,9 @@
1420
2758
  "title": "Scalable Architecture",
1421
2759
  "text": "Our design system allows for a scalable architecture, enabling you to build applications that can grow with your needs.",
1422
2760
  "cta": {
1423
- "target": "/feature1",
1424
- "label": "Learn more"
2761
+ "url": "#",
2762
+ "label": "Learn more",
2763
+ "icon": "arrow-right"
1425
2764
  }
1426
2765
  },
1427
2766
  {
@@ -1429,8 +2768,9 @@
1429
2768
  "title": "Cloud Ready",
1430
2769
  "text": "Built with modern cloud architectures in mind, our design system is ready to be deployed on any cloud platform.",
1431
2770
  "cta": {
1432
- "target": "/feature5",
1433
- "label": "Deploy"
2771
+ "url": "#",
2772
+ "label": "Deploy",
2773
+ "icon": "arrow-right"
1434
2774
  }
1435
2775
  },
1436
2776
  {
@@ -1438,8 +2778,9 @@
1438
2778
  "title": "Secure",
1439
2779
  "text": "Security is our priority. Our design system is built with best security practices to keep your application safe.",
1440
2780
  "cta": {
1441
- "target": "/feature6",
1442
- "label": "Secure"
2781
+ "url": "#",
2782
+ "label": "Secure",
2783
+ "icon": "arrow-right"
1443
2784
  }
1444
2785
  }
1445
2786
  ]
@@ -1450,7 +2791,7 @@
1450
2791
  "id": "components-features--icon-beside-with-link-in-text",
1451
2792
  "group": "Components/Features",
1452
2793
  "name": "IconBesideWithLinkInText",
1453
- "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/>",
1454
2795
  "args": {
1455
2796
  "layout": "smallTiles",
1456
2797
  "style": "intext",
@@ -1464,8 +2805,9 @@
1464
2805
  "title": "Scalable Architecture",
1465
2806
  "text": "Our design system allows for a scalable architecture, enabling you to build applications that can grow with your needs.",
1466
2807
  "cta": {
1467
- "target": "/feature1",
1468
- "label": "Learn more"
2808
+ "url": "#",
2809
+ "label": "Learn more",
2810
+ "icon": "arrow-right"
1469
2811
  }
1470
2812
  },
1471
2813
  {
@@ -1473,8 +2815,9 @@
1473
2815
  "title": "Efficient Development",
1474
2816
  "text": "Experience efficient development like never before. Our design system streamlines the development process, saving you time and resources.",
1475
2817
  "cta": {
1476
- "target": "/feature2",
1477
- "label": "Get started"
2818
+ "url": "#",
2819
+ "label": "Get started",
2820
+ "icon": "arrow-right"
1478
2821
  }
1479
2822
  },
1480
2823
  {
@@ -1482,8 +2825,9 @@
1482
2825
  "title": "Consistent UI",
1483
2826
  "text": "Achieve a consistent UI across different platforms. Our design system ensures your applications maintain a uniform look and feel.",
1484
2827
  "cta": {
1485
- "target": "/feature3",
1486
- "label": "Explore"
2828
+ "url": "#",
2829
+ "label": "Explore",
2830
+ "icon": "arrow-right"
1487
2831
  }
1488
2832
  },
1489
2833
  {
@@ -1491,8 +2835,9 @@
1491
2835
  "title": "Customizable Design",
1492
2836
  "text": "Our design system is fully customizable, allowing you to tailor the look and feel of your application to match your brand identity.",
1493
2837
  "cta": {
1494
- "target": "/feature4",
1495
- "label": "Customize"
2838
+ "url": "#",
2839
+ "label": "Customize",
2840
+ "icon": "arrow-right"
1496
2841
  }
1497
2842
  },
1498
2843
  {
@@ -1500,8 +2845,9 @@
1500
2845
  "title": "Cloud Ready",
1501
2846
  "text": "Built with modern cloud architectures in mind, our design system is ready to be deployed on any cloud platform.",
1502
2847
  "cta": {
1503
- "target": "/feature5",
1504
- "label": "Deploy"
2848
+ "url": "#",
2849
+ "label": "Deploy",
2850
+ "icon": "arrow-right"
1505
2851
  }
1506
2852
  },
1507
2853
  {
@@ -1509,8 +2855,9 @@
1509
2855
  "title": "Secure",
1510
2856
  "text": "Security is our priority. Our design system is built with best security practices to keep your application safe.",
1511
2857
  "cta": {
1512
- "target": "/feature6",
1513
- "label": "Secure"
2858
+ "url": "#",
2859
+ "label": "Secure",
2860
+ "icon": "arrow-right"
1514
2861
  }
1515
2862
  }
1516
2863
  ]
@@ -1521,7 +2868,7 @@
1521
2868
  "id": "components-features--icon-intext-with-link",
1522
2869
  "group": "Components/Features",
1523
2870
  "name": "IconIntextWithLink",
1524
- "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/>",
1525
2872
  "args": {
1526
2873
  "layout": "largeTiles",
1527
2874
  "style": "intext",
@@ -1535,8 +2882,9 @@
1535
2882
  "title": "Customizable Design",
1536
2883
  "text": "Our design system is fully customizable, allowing you to tailor the look and feel of your application to match your brand identity.",
1537
2884
  "cta": {
1538
- "target": "/feature4",
1539
- "label": "Customize"
2885
+ "url": "#",
2886
+ "label": "Customize",
2887
+ "icon": "arrow-right"
1540
2888
  }
1541
2889
  },
1542
2890
  {
@@ -1544,8 +2892,9 @@
1544
2892
  "title": "Efficient Development",
1545
2893
  "text": "Experience efficient development like never before. Our design system streamlines the development process, saving you time and resources.",
1546
2894
  "cta": {
1547
- "target": "/feature2",
1548
- "label": "Get started"
2895
+ "url": "#",
2896
+ "label": "Get started",
2897
+ "icon": "arrow-right"
1549
2898
  }
1550
2899
  },
1551
2900
  {
@@ -1553,8 +2902,9 @@
1553
2902
  "title": "Consistent UI",
1554
2903
  "text": "Achieve a consistent UI across different platforms. Our design system ensures your applications maintain a uniform look and feel.",
1555
2904
  "cta": {
1556
- "target": "/feature3",
1557
- "label": "Explore"
2905
+ "url": "#",
2906
+ "label": "Explore",
2907
+ "icon": "arrow-right"
1558
2908
  }
1559
2909
  },
1560
2910
  {
@@ -1562,8 +2912,9 @@
1562
2912
  "title": "Cloud Ready",
1563
2913
  "text": "Built with modern cloud architectures in mind, our design system is ready to be deployed on any cloud platform.",
1564
2914
  "cta": {
1565
- "target": "/feature5",
1566
- "label": "Deploy"
2915
+ "url": "#",
2916
+ "label": "Deploy",
2917
+ "icon": "arrow-right"
1567
2918
  }
1568
2919
  },
1569
2920
  {
@@ -1571,8 +2922,9 @@
1571
2922
  "title": "Secure",
1572
2923
  "text": "Security is our priority. Our design system is built with best security practices to keep your application safe.",
1573
2924
  "cta": {
1574
- "target": "/feature6",
1575
- "label": "Secure"
2925
+ "url": "#",
2926
+ "label": "Secure",
2927
+ "icon": "arrow-right"
1576
2928
  }
1577
2929
  }
1578
2930
  ]
@@ -1583,7 +2935,7 @@
1583
2935
  "id": "layout-footer--footer",
1584
2936
  "group": "Layout/Footer",
1585
2937
  "name": "Footer",
1586
- "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/>",
1587
2939
  "args": {
1588
2940
  "logo": {
1589
2941
  "src": "/logo.svg",
@@ -1598,43 +2950,43 @@
1598
2950
  "inverted": false,
1599
2951
  "navItems": [
1600
2952
  {
1601
- "href": "#",
2953
+ "url": "#",
1602
2954
  "label": "Active Item",
1603
2955
  "active": true
1604
2956
  },
1605
2957
  {
1606
- "href": "#",
2958
+ "url": "#",
1607
2959
  "label": "Navigation Item"
1608
2960
  },
1609
2961
  {
1610
- "href": "#",
2962
+ "url": "#",
1611
2963
  "label": "Dropdown",
1612
2964
  "items": [
1613
2965
  {
1614
- "href": "#",
2966
+ "url": "#",
1615
2967
  "label": "Level 2 Item"
1616
2968
  },
1617
2969
  {
1618
- "href": "#",
2970
+ "url": "#",
1619
2971
  "label": "Active Item",
1620
2972
  "active": true
1621
2973
  },
1622
2974
  {
1623
- "href": "#",
2975
+ "url": "#",
1624
2976
  "label": "An Item with a longer Label"
1625
2977
  },
1626
2978
  {
1627
- "href": "#",
2979
+ "url": "#",
1628
2980
  "label": "And One last one"
1629
2981
  }
1630
2982
  ]
1631
2983
  },
1632
2984
  {
1633
- "href": "#",
2985
+ "url": "#",
1634
2986
  "label": "One more Item"
1635
2987
  },
1636
2988
  {
1637
- "href": "#",
2989
+ "url": "#",
1638
2990
  "label": "Last Item"
1639
2991
  }
1640
2992
  ]
@@ -1684,9 +3036,9 @@
1684
3036
  "caption": "Caption Image 7"
1685
3037
  }
1686
3038
  ],
3039
+ "layout": "smallTiles",
1687
3040
  "aspectRatio": "square",
1688
- "lightbox": true,
1689
- "layout": "smallTiles"
3041
+ "lightbox": true
1690
3042
  },
1691
3043
  "screenshot": "img/screenshots/components-gallery--small-squares-with-lightbox.png"
1692
3044
  },
@@ -1728,9 +3080,9 @@
1728
3080
  "caption": "Caption Image 6"
1729
3081
  }
1730
3082
  ],
3083
+ "layout": "largeTiles",
1731
3084
  "aspectRatio": "landscape",
1732
- "lightbox": false,
1733
- "layout": "largeTiles"
3085
+ "lightbox": false
1734
3086
  },
1735
3087
  "screenshot": "img/screenshots/components-gallery--large-landscape-tiles.png"
1736
3088
  },
@@ -1777,9 +3129,9 @@
1777
3129
  "caption": "Caption Image 7"
1778
3130
  }
1779
3131
  ],
3132
+ "layout": "smallTiles",
1780
3133
  "aspectRatio": "unset",
1781
- "lightbox": true,
1782
- "layout": "smallTiles"
3134
+ "lightbox": true
1783
3135
  },
1784
3136
  "screenshot": "img/screenshots/components-gallery--free-aspect-ratio.png"
1785
3137
  },
@@ -1806,9 +3158,9 @@
1806
3158
  "caption": "Caption Image 3"
1807
3159
  }
1808
3160
  ],
3161
+ "layout": "stack",
1809
3162
  "aspectRatio": "landscape",
1810
- "lightbox": false,
1811
- "layout": "stack"
3163
+ "lightbox": false
1812
3164
  },
1813
3165
  "screenshot": "img/screenshots/components-gallery--stack-landscape.png"
1814
3166
  },
@@ -1816,7 +3168,7 @@
1816
3168
  "id": "layout-header--header",
1817
3169
  "group": "Layout/Header",
1818
3170
  "name": "Header",
1819
- "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/>",
1820
3172
  "args": {
1821
3173
  "logo": {
1822
3174
  "src": "/logo.svg",
@@ -1832,43 +3184,43 @@
1832
3184
  "inverted": false,
1833
3185
  "navItems": [
1834
3186
  {
1835
- "href": "#",
3187
+ "url": "#",
1836
3188
  "label": "Active Item",
1837
3189
  "active": true
1838
3190
  },
1839
3191
  {
1840
- "href": "#",
3192
+ "url": "#",
1841
3193
  "label": "Navigation Item"
1842
3194
  },
1843
3195
  {
1844
- "href": "#",
3196
+ "url": "#",
1845
3197
  "label": "Dropdown",
1846
3198
  "items": [
1847
3199
  {
1848
- "href": "#",
3200
+ "url": "#",
1849
3201
  "label": "Level 2 Item"
1850
3202
  },
1851
3203
  {
1852
- "href": "#",
3204
+ "url": "#",
1853
3205
  "label": "Active Item",
1854
3206
  "active": true
1855
3207
  },
1856
3208
  {
1857
- "href": "#",
3209
+ "url": "#",
1858
3210
  "label": "An Item with a longer Label"
1859
3211
  },
1860
3212
  {
1861
- "href": "#",
3213
+ "url": "#",
1862
3214
  "label": "And One last one"
1863
3215
  }
1864
3216
  ]
1865
3217
  },
1866
3218
  {
1867
- "href": "#",
3219
+ "url": "#",
1868
3220
  "label": "One more Item"
1869
3221
  },
1870
3222
  {
1871
- "href": "#",
3223
+ "url": "#",
1872
3224
  "label": "Last Item"
1873
3225
  }
1874
3226
  ]
@@ -1980,19 +3332,21 @@
1980
3332
  "id": "components-hero--text-below-image",
1981
3333
  "group": "Components/Hero",
1982
3334
  "name": "TextBelowImage",
1983
- "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/>",
1984
3336
  "args": {
1985
3337
  "highlightText": true,
1986
3338
  "colorNeutral": false,
1987
3339
  "height": "default",
1988
3340
  "textbox": false,
3341
+ "invertText": false,
1989
3342
  "buttons": [
1990
3343
  {
1991
3344
  "label": "Explore further",
1992
3345
  "icon": "arrow-down",
1993
- "target": "#"
3346
+ "url": "#"
1994
3347
  }
1995
3348
  ],
3349
+ "skipButton": false,
1996
3350
  "overlay": true,
1997
3351
  "image": {
1998
3352
  "srcMobile": "img/colleagues-work-office-using-computers-looking-aside.png",
@@ -2012,24 +3366,26 @@
2012
3366
  "id": "components-hero--text-on-image-with-overlay",
2013
3367
  "group": "Components/Hero",
2014
3368
  "name": "TextOnImageWithOverlay",
2015
- "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/>",
2016
3370
  "args": {
2017
3371
  "highlightText": false,
2018
3372
  "colorNeutral": true,
2019
3373
  "height": "fullImage",
2020
3374
  "textbox": false,
3375
+ "invertText": false,
2021
3376
  "buttons": [
2022
3377
  {
2023
3378
  "label": "Meet Us",
2024
3379
  "icon": "person",
2025
- "target": "#"
3380
+ "url": "#"
2026
3381
  },
2027
3382
  {
2028
3383
  "label": "Schedule a Meeting",
2029
3384
  "icon": "date",
2030
- "target": "#"
3385
+ "url": "#"
2031
3386
  }
2032
3387
  ],
3388
+ "skipButton": false,
2033
3389
  "overlay": true,
2034
3390
  "image": {
2035
3391
  "srcMobile": "img/top-view-desk-with-keyboard-drawing-pad.png",
@@ -2048,24 +3404,26 @@
2048
3404
  "id": "components-hero--text-box-on-full-screen",
2049
3405
  "group": "Components/Hero",
2050
3406
  "name": "TextBoxOnFullScreen",
2051
- "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/>",
2052
3408
  "args": {
2053
3409
  "highlightText": false,
2054
3410
  "colorNeutral": false,
2055
3411
  "height": "fullScreen",
2056
3412
  "textbox": true,
3413
+ "invertText": false,
2057
3414
  "buttons": [
2058
3415
  {
2059
3416
  "label": "Discover More",
2060
3417
  "icon": "arrow-right",
2061
- "target": "#"
3418
+ "url": "#"
2062
3419
  },
2063
3420
  {
2064
3421
  "label": "Reach Out",
2065
3422
  "icon": "phone",
2066
- "target": "#"
3423
+ "url": "#"
2067
3424
  }
2068
3425
  ],
3426
+ "skipButton": true,
2069
3427
  "overlay": false,
2070
3428
  "image": {
2071
3429
  "srcMobile": "img/people-brainstorming-work-meeting.png",
@@ -2128,7 +3486,7 @@
2128
3486
  "id": "components-image-story--sticky-image-next-to-scrolling-text",
2129
3487
  "group": "Components/Image Story",
2130
3488
  "name": "StickyImageNextToScrollingText",
2131
- "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/>",
2132
3490
  "args": {
2133
3491
  "headline": "The Sanity & Next.js Experts",
2134
3492
  "largeHeadline": true,
@@ -2141,14 +3499,14 @@
2141
3499
  "variant": "secondary",
2142
3500
  "size": "medium",
2143
3501
  "disabled": false,
2144
- "target": "#"
3502
+ "url": "#"
2145
3503
  },
2146
3504
  {
2147
3505
  "label": "Contact Us",
2148
3506
  "variant": "secondary",
2149
3507
  "size": "medium",
2150
3508
  "disabled": false,
2151
- "target": "#"
3509
+ "url": "#"
2152
3510
  }
2153
3511
  ],
2154
3512
  "image": {
@@ -2197,32 +3555,32 @@
2197
3555
  "id": "components-logos--centered-with-button",
2198
3556
  "group": "Components/Logos",
2199
3557
  "name": "CenteredWithButton",
2200
- "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/>",
2201
3559
  "args": {
2202
3560
  "tagline": "Your Success, Our Commitment",
2203
3561
  "logo": [
2204
3562
  {
2205
- "src": "img/logos/logoipsum-212.svg",
3563
+ "src": "img/logos/logoipsum-344.svg",
2206
3564
  "alt": "Logo 1"
2207
3565
  },
2208
3566
  {
2209
- "src": "img/logos/logoipsum-217.svg",
3567
+ "src": "img/logos/logoipsum-347.svg",
2210
3568
  "alt": "Logo 2"
2211
3569
  },
2212
3570
  {
2213
- "src": "img/logos/logoipsum-239.svg",
3571
+ "src": "img/logos/logoipsum-352.svg",
2214
3572
  "alt": "Logo 3"
2215
3573
  },
2216
3574
  {
2217
- "src": "img/logos/logoipsum-244.svg",
3575
+ "src": "img/logos/logoipsum-356.svg",
2218
3576
  "alt": "Logo 4"
2219
3577
  },
2220
3578
  {
2221
- "src": "img/logos/logoipsum-250.svg",
3579
+ "src": "img/logos/logoipsum-358.svg",
2222
3580
  "alt": "Logo 5"
2223
3581
  },
2224
3582
  {
2225
- "src": "img/logos/logoipsum-286.svg",
3583
+ "src": "img/logos/logoipsum-369.svg",
2226
3584
  "alt": "Logo 6"
2227
3585
  }
2228
3586
  ],
@@ -2242,32 +3600,32 @@
2242
3600
  "id": "components-logos--left-aligned-with-text-link",
2243
3601
  "group": "Components/Logos",
2244
3602
  "name": "LeftAlignedWithTextLink",
2245
- "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/>",
2246
3604
  "args": {
2247
3605
  "tagline": "Your Success, Our Commitment",
2248
3606
  "logo": [
2249
3607
  {
2250
- "src": "img/logos/logoipsum-212.svg",
3608
+ "src": "img/logos/logoipsum-344.svg",
2251
3609
  "alt": "Logo 1"
2252
3610
  },
2253
3611
  {
2254
- "src": "img/logos/logoipsum-217.svg",
3612
+ "src": "img/logos/logoipsum-347.svg",
2255
3613
  "alt": "Logo 2"
2256
3614
  },
2257
3615
  {
2258
- "src": "img/logos/logoipsum-239.svg",
3616
+ "src": "img/logos/logoipsum-352.svg",
2259
3617
  "alt": "Logo 3"
2260
3618
  },
2261
3619
  {
2262
- "src": "img/logos/logoipsum-244.svg",
3620
+ "src": "img/logos/logoipsum-356.svg",
2263
3621
  "alt": "Logo 4"
2264
3622
  },
2265
3623
  {
2266
- "src": "img/logos/logoipsum-250.svg",
3624
+ "src": "img/logos/logoipsum-358.svg",
2267
3625
  "alt": "Logo 5"
2268
3626
  },
2269
3627
  {
2270
- "src": "img/logos/logoipsum-286.svg",
3628
+ "src": "img/logos/logoipsum-369.svg",
2271
3629
  "alt": "Logo 6"
2272
3630
  }
2273
3631
  ],
@@ -2287,56 +3645,56 @@
2287
3645
  "id": "components-logos--logo-wall",
2288
3646
  "group": "Components/Logos",
2289
3647
  "name": "LogoWall",
2290
- "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/>",
2291
3649
  "args": {
2292
3650
  "tagline": "Your Success, Our Commitment",
2293
3651
  "logo": [
2294
3652
  {
2295
- "src": "img/logos/logoipsum-212.svg",
3653
+ "src": "img/logos/logoipsum-344.svg",
2296
3654
  "alt": "Logo 1"
2297
3655
  },
2298
3656
  {
2299
- "src": "img/logos/logoipsum-217.svg",
3657
+ "src": "img/logos/logoipsum-347.svg",
2300
3658
  "alt": "Logo 2"
2301
3659
  },
2302
3660
  {
2303
- "src": "img/logos/logoipsum-239.svg",
3661
+ "src": "img/logos/logoipsum-352.svg",
2304
3662
  "alt": "Logo 3"
2305
3663
  },
2306
3664
  {
2307
- "src": "img/logos/logoipsum-244.svg",
3665
+ "src": "img/logos/logoipsum-356.svg",
2308
3666
  "alt": "Logo 4"
2309
3667
  },
2310
3668
  {
2311
- "src": "img/logos/logoipsum-250.svg",
3669
+ "src": "img/logos/logoipsum-358.svg",
2312
3670
  "alt": "Logo 5"
2313
3671
  },
2314
3672
  {
2315
- "src": "img/logos/logoipsum-286.svg",
3673
+ "src": "img/logos/logoipsum-369.svg",
2316
3674
  "alt": "Logo 6"
2317
3675
  },
2318
3676
  {
2319
- "src": "img/logos/logoipsum-244.svg",
3677
+ "src": "img/logos/logoipsum-356.svg",
2320
3678
  "alt": "Logo 4"
2321
3679
  },
2322
3680
  {
2323
- "src": "img/logos/logoipsum-250.svg",
3681
+ "src": "img/logos/logoipsum-358.svg",
2324
3682
  "alt": "Logo 5"
2325
3683
  },
2326
3684
  {
2327
- "src": "img/logos/logoipsum-286.svg",
3685
+ "src": "img/logos/logoipsum-369.svg",
2328
3686
  "alt": "Logo 6"
2329
3687
  },
2330
3688
  {
2331
- "src": "img/logos/logoipsum-244.svg",
3689
+ "src": "img/logos/logoipsum-356.svg",
2332
3690
  "alt": "Logo 4"
2333
3691
  },
2334
3692
  {
2335
- "src": "img/logos/logoipsum-250.svg",
3693
+ "src": "img/logos/logoipsum-358.svg",
2336
3694
  "alt": "Logo 5"
2337
3695
  },
2338
3696
  {
2339
- "src": "img/logos/logoipsum-286.svg",
3697
+ "src": "img/logos/logoipsum-369.svg",
2340
3698
  "alt": "Logo 6"
2341
3699
  }
2342
3700
  ],
@@ -2356,32 +3714,32 @@
2356
3714
  "id": "components-logos--logo-row",
2357
3715
  "group": "Components/Logos",
2358
3716
  "name": "LogoRow",
2359
- "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/>",
2360
3718
  "args": {
2361
3719
  "tagline": "Your Success, Our Commitment",
2362
3720
  "logo": [
2363
3721
  {
2364
- "src": "img/logos/logoipsum-212.svg",
3722
+ "src": "img/logos/logoipsum-344.svg",
2365
3723
  "alt": "Logo 1"
2366
3724
  },
2367
3725
  {
2368
- "src": "img/logos/logoipsum-217.svg",
3726
+ "src": "img/logos/logoipsum-347.svg",
2369
3727
  "alt": "Logo 2"
2370
3728
  },
2371
3729
  {
2372
- "src": "img/logos/logoipsum-239.svg",
3730
+ "src": "img/logos/logoipsum-352.svg",
2373
3731
  "alt": "Logo 3"
2374
3732
  },
2375
3733
  {
2376
- "src": "img/logos/logoipsum-244.svg",
3734
+ "src": "img/logos/logoipsum-356.svg",
2377
3735
  "alt": "Logo 4"
2378
3736
  },
2379
3737
  {
2380
- "src": "img/logos/logoipsum-250.svg",
3738
+ "src": "img/logos/logoipsum-358.svg",
2381
3739
  "alt": "Logo 5"
2382
3740
  },
2383
3741
  {
2384
- "src": "img/logos/logoipsum-286.svg",
3742
+ "src": "img/logos/logoipsum-369.svg",
2385
3743
  "alt": "Logo 6"
2386
3744
  }
2387
3745
  ],
@@ -2401,7 +3759,7 @@
2401
3759
  "id": "components-mosaic--colorful-tiles",
2402
3760
  "group": "Components/Mosaic",
2403
3761
  "name": "ColorfulTiles",
2404
- "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/>",
2405
3763
  "args": {
2406
3764
  "layout": "alternate",
2407
3765
  "largeHeadlines": false,
@@ -2414,7 +3772,7 @@
2414
3772
  "toggle": true,
2415
3773
  "label": "Book a meeting"
2416
3774
  },
2417
- "backgroundColor": "#81005a",
3775
+ "backgroundColor": "#ffd4f1",
2418
3776
  "headline": "Collaborative Environment",
2419
3777
  "text": "Our team thrives in a collaborative environment, fostering creativity and innovation."
2420
3778
  },
@@ -2426,7 +3784,7 @@
2426
3784
  "toggle": true,
2427
3785
  "label": "Book a meeting"
2428
3786
  },
2429
- "backgroundColor": "#003380",
3787
+ "backgroundColor": "#d8e8f",
2430
3788
  "headline": "Modern Infrastructure",
2431
3789
  "text": "Our state-of-the-art office facilities inspire productivity and efficiency."
2432
3790
  },
@@ -2438,7 +3796,7 @@
2438
3796
  "toggle": true,
2439
3797
  "label": "Book a meeting"
2440
3798
  },
2441
- "backgroundColor": "#004241",
3799
+ "backgroundColor": "#ddfffe",
2442
3800
  "headline": "Teamwork",
2443
3801
  "text": "We believe in the power of teamwork. Together, we can achieve great things."
2444
3802
  }
@@ -2491,18 +3849,195 @@
2491
3849
  "headline": "Innovative Design",
2492
3850
  "sub": "We are committed to creating innovative designs. Our team is always exploring new ways to improve user experience."
2493
3851
  }
2494
- ]
3852
+ ]
3853
+ },
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."
2495
4028
  },
2496
- "screenshot": "img/screenshots/components-mosaic--colorful-text-with-illustrations.png"
4029
+ "screenshot": "img/screenshots/corporate-search-result--default.png"
2497
4030
  },
2498
4031
  {
2499
- "id": "layout-section--cards",
4032
+ "id": "layout-section--dynamic-layout",
2500
4033
  "group": "Layout/Section",
2501
- "name": "Cards",
2502
- "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 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>",
2503
4036
  "args": {
2504
4037
  "width": "default",
4038
+ "style": "default",
2505
4039
  "backgroundColor": "default",
4040
+ "transition": "none",
2506
4041
  "spotlight": false,
2507
4042
  "spaceBefore": "default",
2508
4043
  "spaceAfter": "default",
@@ -2512,66 +4047,74 @@
2512
4047
  "text": "Happy Customers Showcases",
2513
4048
  "large": false,
2514
4049
  "width": "unset",
2515
- "sub": "We can create something shining for you too!"
4050
+ "sub": "We can create something shining for you too!",
4051
+ "align": "center"
2516
4052
  },
2517
4053
  "content": {
2518
4054
  "width": "unset",
2519
4055
  "align": "center",
2520
4056
  "gutter": "default",
2521
- "mode": "tile",
4057
+ "mode": "flex",
2522
4058
  "tileWidth": "default"
2523
4059
  },
2524
4060
  "buttons": []
2525
4061
  },
2526
- "screenshot": "img/screenshots/layout-section--cards.png"
4062
+ "screenshot": "img/screenshots/layout-section--dynamic-layout.png"
2527
4063
  },
2528
4064
  {
2529
- "id": "layout-section--slider",
4065
+ "id": "layout-section--tile-layout",
2530
4066
  "group": "Layout/Section",
2531
- "name": "Slider",
2532
- "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 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>",
2533
4069
  "args": {
2534
4070
  "width": "default",
4071
+ "style": "default",
2535
4072
  "backgroundColor": "default",
4073
+ "transition": "none",
2536
4074
  "spotlight": false,
2537
4075
  "spaceBefore": "default",
2538
4076
  "spaceAfter": "default",
2539
4077
  "inverted": false,
2540
4078
  "headerSpacing": false,
2541
4079
  "headline": {
2542
- "text": "Section headline",
4080
+ "text": "Happy Customers Showcases",
2543
4081
  "large": false,
2544
- "width": "unset"
4082
+ "width": "unset",
4083
+ "sub": "We can create something shining for you too!",
4084
+ "align": "center"
2545
4085
  },
2546
4086
  "content": {
2547
4087
  "width": "unset",
2548
4088
  "align": "center",
2549
4089
  "gutter": "default",
2550
- "mode": "slider",
4090
+ "mode": "tile",
2551
4091
  "tileWidth": "default"
2552
4092
  },
2553
4093
  "buttons": []
2554
4094
  },
2555
- "screenshot": "img/screenshots/layout-section--slider.png"
4095
+ "screenshot": "img/screenshots/layout-section--tile-layout.png"
2556
4096
  },
2557
4097
  {
2558
- "id": "layout-section--inverted",
4098
+ "id": "layout-section--list-layout",
2559
4099
  "group": "Layout/Section",
2560
- "name": "Inverted",
2561
- "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 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>",
2562
4102
  "args": {
2563
4103
  "width": "default",
4104
+ "style": "default",
2564
4105
  "backgroundColor": "default",
4106
+ "transition": "none",
2565
4107
  "spotlight": false,
2566
4108
  "spaceBefore": "default",
2567
4109
  "spaceAfter": "default",
2568
- "inverted": true,
4110
+ "inverted": false,
2569
4111
  "headerSpacing": false,
2570
4112
  "headline": {
2571
4113
  "text": "Happy Customers Showcases",
2572
4114
  "large": false,
2573
4115
  "width": "unset",
2574
- "sub": "We can create something shining for you too!"
4116
+ "sub": "We can create something shining for you too!",
4117
+ "align": "center"
2575
4118
  },
2576
4119
  "content": {
2577
4120
  "width": "unset",
@@ -2582,51 +4125,53 @@
2582
4125
  },
2583
4126
  "buttons": []
2584
4127
  },
2585
- "screenshot": "img/screenshots/layout-section--inverted.png"
4128
+ "screenshot": "img/screenshots/layout-section--list-layout.png"
2586
4129
  },
2587
4130
  {
2588
- "id": "layout-section--background-image",
4131
+ "id": "layout-section--slider",
2589
4132
  "group": "Layout/Section",
2590
- "name": "BackgroundImage",
2591
- "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 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>",
2592
4135
  "args": {
2593
4136
  "width": "default",
4137
+ "style": "default",
2594
4138
  "backgroundColor": "default",
4139
+ "transition": "none",
2595
4140
  "spotlight": false,
2596
4141
  "spaceBefore": "default",
2597
4142
  "spaceAfter": "default",
2598
4143
  "inverted": false,
2599
4144
  "headerSpacing": false,
2600
4145
  "headline": {
2601
- "text": "Happy Customers Showcases",
4146
+ "text": "Section headline",
2602
4147
  "large": false,
2603
- "width": "unset",
2604
- "sub": "We can create something shining for you too!"
4148
+ "width": "unset"
2605
4149
  },
2606
4150
  "content": {
2607
4151
  "width": "unset",
2608
4152
  "align": "center",
2609
4153
  "gutter": "default",
2610
- "mode": "default",
4154
+ "mode": "slider",
2611
4155
  "tileWidth": "default"
2612
4156
  },
2613
- "buttons": [],
2614
- "backgroundImage": "/img/bg_dot-carpet-blue.svg"
4157
+ "buttons": []
2615
4158
  },
2616
- "screenshot": "img/screenshots/layout-section--background-image.png"
4159
+ "screenshot": "img/screenshots/layout-section--slider.png"
2617
4160
  },
2618
4161
  {
2619
- "id": "layout-section--spotlight",
4162
+ "id": "layout-section--inverted",
2620
4163
  "group": "Layout/Section",
2621
- "name": "Spotlight",
2622
- "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 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>",
2623
4166
  "args": {
2624
4167
  "width": "default",
4168
+ "style": "default",
2625
4169
  "backgroundColor": "default",
2626
- "spotlight": true,
4170
+ "transition": "none",
4171
+ "spotlight": false,
2627
4172
  "spaceBefore": "default",
2628
4173
  "spaceAfter": "default",
2629
- "inverted": false,
4174
+ "inverted": true,
2630
4175
  "headerSpacing": false,
2631
4176
  "headline": {
2632
4177
  "text": "Happy Customers Showcases",
@@ -2638,21 +4183,23 @@
2638
4183
  "width": "unset",
2639
4184
  "align": "center",
2640
4185
  "gutter": "default",
2641
- "mode": "list",
4186
+ "mode": "default",
2642
4187
  "tileWidth": "default"
2643
4188
  },
2644
4189
  "buttons": []
2645
4190
  },
2646
- "screenshot": "img/screenshots/layout-section--spotlight.png"
4191
+ "screenshot": "img/screenshots/layout-section--inverted.png"
2647
4192
  },
2648
4193
  {
2649
- "id": "layout-section--stagelights",
4194
+ "id": "layout-section--accent-background",
2650
4195
  "group": "Layout/Section",
2651
- "name": "Stagelights",
2652
- "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>",
2653
4198
  "args": {
2654
4199
  "width": "default",
2655
- "backgroundColor": "default",
4200
+ "style": "default",
4201
+ "backgroundColor": "accent",
4202
+ "transition": "none",
2656
4203
  "spotlight": false,
2657
4204
  "spaceBefore": "default",
2658
4205
  "spaceAfter": "default",
@@ -2669,22 +4216,23 @@
2669
4216
  "width": "unset",
2670
4217
  "align": "center",
2671
4218
  "gutter": "default",
2672
- "mode": "list",
4219
+ "mode": "default",
2673
4220
  "tileWidth": "default"
2674
4221
  },
2675
- "buttons": [],
2676
- "style": "stagelights"
4222
+ "buttons": []
2677
4223
  },
2678
- "screenshot": "img/screenshots/layout-section--stagelights.png"
4224
+ "screenshot": "img/screenshots/layout-section--accent-background.png"
2679
4225
  },
2680
4226
  {
2681
- "id": "layout-section--accent-background",
4227
+ "id": "layout-section--bold-background",
2682
4228
  "group": "Layout/Section",
2683
- "name": "AccentBackground",
2684
- "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 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>",
2685
4231
  "args": {
2686
4232
  "width": "default",
2687
- "backgroundColor": "accent",
4233
+ "style": "default",
4234
+ "backgroundColor": "bold",
4235
+ "transition": "none",
2688
4236
  "spotlight": false,
2689
4237
  "spaceBefore": "default",
2690
4238
  "spaceAfter": "default",
@@ -2701,21 +4249,23 @@
2701
4249
  "width": "unset",
2702
4250
  "align": "center",
2703
4251
  "gutter": "default",
2704
- "mode": "list",
4252
+ "mode": "default",
2705
4253
  "tileWidth": "default"
2706
4254
  },
2707
4255
  "buttons": []
2708
4256
  },
2709
- "screenshot": "img/screenshots/layout-section--accent-background.png"
4257
+ "screenshot": "img/screenshots/layout-section--bold-background.png"
2710
4258
  },
2711
4259
  {
2712
- "id": "layout-section--bold-background",
4260
+ "id": "layout-section--framed",
2713
4261
  "group": "Layout/Section",
2714
- "name": "BoldBackground",
2715
- "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 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>",
2716
4264
  "args": {
2717
4265
  "width": "default",
2718
- "backgroundColor": "bold",
4266
+ "style": "framed",
4267
+ "backgroundColor": "default",
4268
+ "transition": "none",
2719
4269
  "spotlight": false,
2720
4270
  "spaceBefore": "default",
2721
4271
  "spaceAfter": "default",
@@ -2732,21 +4282,23 @@
2732
4282
  "width": "unset",
2733
4283
  "align": "center",
2734
4284
  "gutter": "default",
2735
- "mode": "list",
4285
+ "mode": "default",
2736
4286
  "tileWidth": "default"
2737
4287
  },
2738
4288
  "buttons": []
2739
4289
  },
2740
- "screenshot": "img/screenshots/layout-section--bold-background.png"
4290
+ "screenshot": "img/screenshots/layout-section--framed.png"
2741
4291
  },
2742
4292
  {
2743
- "id": "layout-section--colorful-gradient",
4293
+ "id": "layout-section--background-image",
2744
4294
  "group": "Layout/Section",
2745
- "name": "ColorfulGradient",
2746
- "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>",
2747
4297
  "args": {
2748
4298
  "width": "default",
4299
+ "style": "default",
2749
4300
  "backgroundColor": "default",
4301
+ "transition": "none",
2750
4302
  "spotlight": false,
2751
4303
  "spaceBefore": "default",
2752
4304
  "spaceAfter": "default",
@@ -2756,29 +4308,30 @@
2756
4308
  "text": "Happy Customers Showcases",
2757
4309
  "large": false,
2758
4310
  "width": "unset",
2759
- "sub": "We can create something shining for you too!",
2760
- "align": "center"
4311
+ "sub": "We can create something shining for you too!"
2761
4312
  },
2762
4313
  "content": {
2763
4314
  "width": "unset",
2764
4315
  "align": "center",
2765
4316
  "gutter": "default",
2766
- "mode": "list",
4317
+ "mode": "default",
2767
4318
  "tileWidth": "default"
2768
4319
  },
2769
4320
  "buttons": [],
2770
- "style": "horizontalGradient"
4321
+ "backgroundImage": "/img/bg_dot-carpet-blue.svg"
2771
4322
  },
2772
- "screenshot": "img/screenshots/layout-section--colorful-gradient.png"
4323
+ "screenshot": "img/screenshots/layout-section--background-image.png"
2773
4324
  },
2774
4325
  {
2775
4326
  "id": "layout-section--with-buttons",
2776
4327
  "group": "Layout/Section",
2777
4328
  "name": "WithButtons",
2778
- "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 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>",
2779
4330
  "args": {
2780
4331
  "width": "default",
4332
+ "style": "default",
2781
4333
  "backgroundColor": "default",
4334
+ "transition": "none",
2782
4335
  "spotlight": false,
2783
4336
  "spaceBefore": "default",
2784
4337
  "spaceAfter": "default",
@@ -2795,7 +4348,7 @@
2795
4348
  "width": "unset",
2796
4349
  "align": "center",
2797
4350
  "gutter": "default",
2798
- "mode": "list",
4351
+ "mode": "default",
2799
4352
  "tileWidth": "default"
2800
4353
  },
2801
4354
  "buttons": [
@@ -2817,104 +4370,11 @@
2817
4370
  },
2818
4371
  "screenshot": "img/screenshots/layout-section--with-buttons.png"
2819
4372
  },
2820
- {
2821
- "id": "layout-section--tile-layout",
2822
- "group": "Layout/Section",
2823
- "name": "TileLayout",
2824
- "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 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>",
2825
- "args": {
2826
- "width": "max",
2827
- "backgroundColor": "default",
2828
- "spotlight": false,
2829
- "spaceBefore": "default",
2830
- "spaceAfter": "default",
2831
- "inverted": false,
2832
- "headerSpacing": false,
2833
- "headline": {
2834
- "text": "Happy Customers Showcases",
2835
- "large": false,
2836
- "width": "unset",
2837
- "sub": "We can create something shining for you too!",
2838
- "align": "center"
2839
- },
2840
- "content": {
2841
- "width": "unset",
2842
- "align": "center",
2843
- "gutter": "default",
2844
- "mode": "tile",
2845
- "tileWidth": "default"
2846
- },
2847
- "buttons": []
2848
- },
2849
- "screenshot": "img/screenshots/layout-section--tile-layout.png"
2850
- },
2851
- {
2852
- "id": "layout-section--flex-layout",
2853
- "group": "Layout/Section",
2854
- "name": "FlexLayout",
2855
- "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 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>",
2856
- "args": {
2857
- "width": "max",
2858
- "backgroundColor": "default",
2859
- "spotlight": false,
2860
- "spaceBefore": "default",
2861
- "spaceAfter": "default",
2862
- "inverted": false,
2863
- "headerSpacing": false,
2864
- "headline": {
2865
- "text": "Happy Customers Showcases",
2866
- "large": false,
2867
- "width": "unset",
2868
- "sub": "We can create something shining for you too!",
2869
- "align": "center"
2870
- },
2871
- "content": {
2872
- "width": "unset",
2873
- "align": "center",
2874
- "gutter": "default",
2875
- "mode": "list",
2876
- "tileWidth": "default"
2877
- },
2878
- "buttons": []
2879
- },
2880
- "screenshot": "img/screenshots/layout-section--flex-layout.png"
2881
- },
2882
- {
2883
- "id": "layout-section--list-layout",
2884
- "group": "Layout/Section",
2885
- "name": "ListLayout",
2886
- "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 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>",
2887
- "args": {
2888
- "width": "default",
2889
- "backgroundColor": "default",
2890
- "spotlight": false,
2891
- "spaceBefore": "default",
2892
- "spaceAfter": "default",
2893
- "inverted": false,
2894
- "headerSpacing": false,
2895
- "headline": {
2896
- "text": "Happy Customers Showcases",
2897
- "large": false,
2898
- "width": "unset",
2899
- "sub": "We can create something shining for you too!",
2900
- "align": "center"
2901
- },
2902
- "content": {
2903
- "width": "unset",
2904
- "align": "center",
2905
- "gutter": "default",
2906
- "mode": "list",
2907
- "tileWidth": "default"
2908
- },
2909
- "buttons": []
2910
- },
2911
- "screenshot": "img/screenshots/layout-section--list-layout.png"
2912
- },
2913
4373
  {
2914
4374
  "id": "layout-slider--with-arrows",
2915
4375
  "group": "Layout/Slider",
2916
4376
  "name": "WithArrows",
2917
- "code": "<No Display Name\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 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>",
2918
4378
  "args": {
2919
4379
  "autoplay": false,
2920
4380
  "nav": true,
@@ -2930,7 +4390,7 @@
2930
4390
  "id": "layout-slider--with-teased-neighbours",
2931
4391
  "group": "Layout/Slider",
2932
4392
  "name": "WithTeasedNeighbours",
2933
- "code": "<No Display Name\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 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>",
2934
4394
  "args": {
2935
4395
  "autoplay": false,
2936
4396
  "nav": true,
@@ -2946,7 +4406,7 @@
2946
4406
  "id": "layout-slider--with-nav",
2947
4407
  "group": "Layout/Slider",
2948
4408
  "name": "WithNav",
2949
- "code": "<No Display Name\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 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>",
2950
4410
  "args": {
2951
4411
  "autoplay": false,
2952
4412
  "nav": true,
@@ -2962,7 +4422,7 @@
2962
4422
  "id": "layout-slider--with-autoplay",
2963
4423
  "group": "Layout/Slider",
2964
4424
  "name": "WithAutoplay",
2965
- "code": "<No Display Name\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 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>",
2966
4426
  "args": {
2967
4427
  "autoplay": true,
2968
4428
  "nav": true,
@@ -2974,6 +4434,336 @@
2974
4434
  },
2975
4435
  "screenshot": "img/screenshots/layout-slider--with-autoplay.png"
2976
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
+ },
2977
4767
  {
2978
4768
  "id": "components-stats--count-up-with-icons",
2979
4769
  "group": "Components/Stats",
@@ -3025,9 +4815,10 @@
3025
4815
  "id": "components-teaser-card--product-tiles",
3026
4816
  "group": "Components/Teaser Card",
3027
4817
  "name": "ProductTiles",
3028
- "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/>",
3029
4819
  "args": {
3030
4820
  "layout": "stack",
4821
+ "centered": false,
3031
4822
  "button": {
3032
4823
  "chevron": false,
3033
4824
  "hidden": true,
@@ -3037,7 +4828,7 @@
3037
4828
  "headline": "Castaway",
3038
4829
  "text": "Transforming Ideas into Code",
3039
4830
  "image": "img/logos/castaway.svg",
3040
- "target": "#"
4831
+ "url": "#"
3041
4832
  },
3042
4833
  "screenshot": "img/screenshots/components-teaser-card--product-tiles.png"
3043
4834
  },
@@ -3045,9 +4836,10 @@
3045
4836
  "id": "components-teaser-card--page-navigation",
3046
4837
  "group": "Components/Teaser Card",
3047
4838
  "name": "PageNavigation",
3048
- "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/>",
3049
4840
  "args": {
3050
4841
  "layout": "stack",
4842
+ "centered": false,
3051
4843
  "button": {
3052
4844
  "chevron": false,
3053
4845
  "hidden": false,
@@ -3057,7 +4849,7 @@
3057
4849
  "headline": "Design System Services",
3058
4850
  "text": "Experience the speed & scalability unlike anything seen before with our Headless CMS powered websites, web apps & composable architecture.",
3059
4851
  "image": "img/02.jpg",
3060
- "target": "#"
4852
+ "url": "#"
3061
4853
  },
3062
4854
  "screenshot": "img/screenshots/components-teaser-card--page-navigation.png"
3063
4855
  },
@@ -3065,9 +4857,10 @@
3065
4857
  "id": "components-teaser-card--showcase-preview",
3066
4858
  "group": "Components/Teaser Card",
3067
4859
  "name": "ShowcasePreview",
3068
- "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/>",
3069
4861
  "args": {
3070
4862
  "layout": "row",
4863
+ "centered": false,
3071
4864
  "button": {
3072
4865
  "chevron": false,
3073
4866
  "hidden": false,
@@ -3078,7 +4871,7 @@
3078
4871
  "headline": "Transformation Love Story",
3079
4872
  "text": "See how we saved TechFusions a year's worth of development time",
3080
4873
  "image": "img/showcases/comp_tfe01.jpg",
3081
- "target": "#"
4874
+ "url": "#"
3082
4875
  },
3083
4876
  "screenshot": "img/screenshots/components-teaser-card--showcase-preview.png"
3084
4877
  },