@kickstartds/ds-agency-premium 1.6.71--canary.45.1843.0 → 1.7.0--canary.18.1660.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (372) hide show
  1. package/dist/{BlogAsideProps-c760fd2a.d.ts → BlogAsideProps-d9decb7c.d.ts} +5 -5
  2. package/dist/{BlogAuthorProps-fb0241df.d.ts → BlogAuthorProps-88a11566.d.ts} +2 -7
  3. package/dist/{BlogHeadProps-c04a5ed8.d.ts → BlogHeadProps-3f6e4072.d.ts} +1 -6
  4. package/dist/BlogOverviewProps-9f207f1c.d.ts +2 -2
  5. package/dist/BlogPostProps-6b3cff22.d.ts +4 -4
  6. package/dist/BlogTeaserProps-f5855e93.d.ts +4 -9
  7. package/dist/{ButtonProps-00ddee3a.d.ts → ButtonProps-03ff6d21.d.ts} +4 -4
  8. package/dist/{CtaProps-babe4ee6.d.ts → CtaProps-93230a76.d.ts} +11 -21
  9. package/dist/FeatureProps-f8a75850.d.ts +52 -0
  10. package/dist/FeaturesProps-b05859d6.d.ts +34 -0
  11. package/dist/{FooterProps-a0a104ca.d.ts → FooterProps-171a3067.d.ts} +2 -2
  12. package/dist/{HeaderProps-72763967.d.ts → HeaderProps-e22382f1.d.ts} +2 -2
  13. package/dist/{HeroProps-40f6c7f5.d.ts → HeroProps-cf82a16d.d.ts} +5 -10
  14. package/dist/ImageStoryProps-e853e1e7.d.ts +1 -1
  15. package/dist/MosaicProps-d52c7151.d.ts +4 -4
  16. package/dist/PageProps-aa29c554.d.ts +1 -1
  17. package/dist/{SectionProps-21d04028.d.ts → SectionProps-83d399b4.d.ts} +11 -23
  18. package/dist/{SliderProps-babe4ee6.d.ts → SliderProps-93230a76.d.ts} +5 -5
  19. package/dist/{TeaserCardProps-994cb119.d.ts → TeaserCardProps-b9c28e78.d.ts} +4 -4
  20. package/dist/{TestimonialsProps-e344f597.d.ts → TestimonialProps-94bdeac9.d.ts} +2 -22
  21. package/dist/TestimonialsProps-f7211553.d.ts +22 -0
  22. package/dist/{VideoCurtainProps-a2c0cc7f.d.ts → VideoCurtainProps-6c625a69.d.ts} +5 -5
  23. package/dist/components/blog-aside/blog-aside.css +4 -4
  24. package/dist/components/blog-aside/blog-aside.schema.dereffed.json +9 -19
  25. package/dist/components/blog-aside/blog-aside.schema.json +4 -5
  26. package/dist/components/blog-aside/index.d.ts +1 -2
  27. package/dist/components/blog-aside/index.js +3 -3
  28. package/dist/components/blog-author/blog-author.schema.dereffed.json +5 -14
  29. package/dist/components/blog-author/index.d.ts +1 -2
  30. package/dist/components/blog-head/blog-head.css +3 -3
  31. package/dist/components/blog-head/blog-head.schema.dereffed.json +0 -8
  32. package/dist/components/blog-head/blog-head.schema.json +0 -6
  33. package/dist/components/blog-head/index.d.ts +1 -2
  34. package/dist/components/blog-head/index.js +2 -2
  35. package/dist/components/blog-overview/blog-overview.schema.dereffed.json +192 -363
  36. package/dist/components/blog-overview/index.d.ts +0 -1
  37. package/dist/components/blog-post/blog-post.schema.dereffed.json +183 -348
  38. package/dist/components/blog-post/index.d.ts +0 -1
  39. package/dist/components/blog-post/index.js +2 -4
  40. package/dist/components/blog-teaser/blog-teaser.css +7 -9
  41. package/dist/components/blog-teaser/blog-teaser.schema.dereffed.json +6 -14
  42. package/dist/components/blog-teaser/blog-teaser.schema.json +5 -11
  43. package/dist/components/blog-teaser/index.d.ts +3 -4
  44. package/dist/components/blog-teaser/index.js +10 -8
  45. package/dist/components/button/button.css +2 -2
  46. package/dist/components/button/button.schema.dereffed.json +3 -4
  47. package/dist/components/button/button.schema.json +3 -4
  48. package/dist/components/button/index.d.ts +1 -2
  49. package/dist/components/button/index.js +1 -1
  50. package/dist/components/button-group/button-group.schema.dereffed.json +3 -4
  51. package/dist/components/button-group/index.d.ts +1 -2
  52. package/dist/components/contact/contact.css +16 -12
  53. package/dist/components/contact/contact.schema.dereffed.json +6 -15
  54. package/dist/components/contact/contact.schema.json +6 -13
  55. package/dist/components/contact/index.d.ts +1 -7
  56. package/dist/components/contact/index.js +1 -1
  57. package/dist/components/cta/cta.css +72 -49
  58. package/dist/components/cta/cta.schema.dereffed.json +11 -29
  59. package/dist/components/cta/cta.schema.json +10 -23
  60. package/dist/components/cta/index.d.ts +1 -2
  61. package/dist/components/cta/index.js +25 -25
  62. package/dist/components/divider/divider.css +1 -1
  63. package/dist/components/divider/index.d.ts +26 -2
  64. package/dist/components/faq/index.d.ts +0 -1
  65. package/dist/components/feature/feature.schema.dereffed.json +3 -14
  66. package/dist/components/feature/feature.schema.json +3 -12
  67. package/dist/components/feature/index.d.ts +1 -58
  68. package/dist/components/feature/index.js +2 -2
  69. package/dist/components/features/features.css +6 -19
  70. package/dist/components/features/features.schema.dereffed.json +40 -13
  71. package/dist/components/features/features.schema.json +1 -27
  72. package/dist/components/features/index.d.ts +1 -2
  73. package/dist/components/features/index.js +2 -11
  74. package/dist/components/footer/footer.css +5 -5
  75. package/dist/components/footer/footer.schema.dereffed.json +12 -12
  76. package/dist/components/footer/index.d.ts +1 -2
  77. package/dist/components/footer/index.js +1 -1
  78. package/dist/components/gallery/gallery.css +18 -0
  79. package/dist/components/gallery/gallery.schema.dereffed.json +1 -2
  80. package/dist/components/gallery/gallery.schema.json +1 -2
  81. package/dist/components/gallery/index.d.ts +0 -1
  82. package/dist/components/gallery/index.js +1 -1
  83. package/dist/components/header/header.css +11 -53
  84. package/dist/components/header/header.schema.dereffed.json +12 -12
  85. package/dist/components/header/index.d.ts +4 -5
  86. package/dist/components/header/index.js +5 -5
  87. package/dist/components/headline/headline.css +41 -49
  88. package/dist/components/headline/headline.schema.dereffed.json +0 -5
  89. package/dist/components/headline/headline.schema.json +0 -5
  90. package/dist/components/headline/index.d.ts +0 -6
  91. package/dist/components/headline/index.js +1 -1
  92. package/dist/components/hero/hero.css +22 -91
  93. package/dist/components/hero/hero.schema.dereffed.json +4 -12
  94. package/dist/components/hero/hero.schema.json +3 -9
  95. package/dist/components/hero/index.d.ts +1 -2
  96. package/dist/components/hero/index.js +37 -39
  97. package/dist/components/html/html.schema.json +3 -31
  98. package/dist/components/html/index.d.ts +26 -5
  99. package/dist/components/html/index.js +3 -17
  100. package/dist/components/image/image.css +18 -0
  101. package/dist/components/image/image.schema.dereffed.json +105 -0
  102. package/dist/components/image/image.schema.json +95 -0
  103. package/dist/components/image/index.d.ts +87 -0
  104. package/dist/components/image/index.js +11 -0
  105. package/dist/components/image-story/image-story.css +7 -10
  106. package/dist/components/image-story/image-story.schema.dereffed.json +3 -4
  107. package/dist/components/image-story/image-story.schema.json +1 -5
  108. package/dist/components/image-story/index.d.ts +0 -1
  109. package/dist/components/image-story/index.js +1 -0
  110. package/dist/components/image-text/image-text.css +4 -4
  111. package/dist/components/image-text/index.d.ts +0 -1
  112. package/dist/components/index/index.d.ts +3 -9
  113. package/dist/components/logo/index.d.ts +0 -1
  114. package/dist/components/logos/index.d.ts +0 -1
  115. package/dist/components/logos/index.js +1 -1
  116. package/dist/components/logos/logos.css +4 -4
  117. package/dist/components/logos/logos.schema.dereffed.json +6 -6
  118. package/dist/components/logos/logos.schema.json +6 -6
  119. package/dist/components/mosaic/index.d.ts +0 -1
  120. package/dist/components/mosaic/index.js +1 -1
  121. package/dist/components/mosaic/mosaic.css +7 -8
  122. package/dist/components/mosaic/mosaic.schema.dereffed.json +3 -4
  123. package/dist/components/nav-dropdown/index.d.ts +1 -2
  124. package/dist/components/nav-dropdown/index.js +2 -2
  125. package/dist/components/nav-dropdown/nav-dropdown.css +4 -13
  126. package/dist/components/nav-dropdown/nav-dropdown.schema.dereffed.json +1 -1
  127. package/dist/components/nav-flyout/index.d.ts +2 -3
  128. package/dist/components/nav-flyout/index.js +8 -6
  129. package/dist/components/nav-flyout/nav-flyout.css +15 -29
  130. package/dist/components/nav-flyout/nav-flyout.schema.dereffed.json +12 -12
  131. package/dist/components/nav-main/index.d.ts +5 -6
  132. package/dist/components/nav-main/index.js +2 -0
  133. package/dist/components/nav-main/nav-main.schema.dereffed.json +15 -15
  134. package/dist/components/nav-main/nav-main.schema.json +14 -14
  135. package/dist/components/nav-toggle/index.js +1 -1
  136. package/dist/components/nav-topbar/index.d.ts +2 -3
  137. package/dist/components/nav-topbar/index.js +2 -2
  138. package/dist/components/nav-topbar/nav-topbar.css +3 -16
  139. package/dist/components/nav-topbar/nav-topbar.schema.dereffed.json +12 -12
  140. package/dist/components/page/index.d.ts +0 -1
  141. package/dist/components/page/page.schema.dereffed.json +163 -292
  142. package/dist/components/page-wrapper/index.js +368 -135
  143. package/dist/components/page-wrapper/tokens.css +692 -439
  144. package/dist/components/picture/picture.schema.json +88 -0
  145. package/dist/components/presets.json +560 -1883
  146. package/dist/components/providers/index.js +1 -1
  147. package/dist/components/section/index.d.ts +1 -2
  148. package/dist/components/section/index.js +16 -10
  149. package/dist/components/section/js/Section.client.js +1 -1
  150. package/dist/components/section/section.css +93 -88
  151. package/dist/components/section/section.schema.dereffed.json +163 -292
  152. package/dist/components/section/section.schema.json +10 -21
  153. package/dist/components/settings/settings.schema.dereffed.json +24 -29
  154. package/dist/components/settings/settings.schema.json +0 -5
  155. package/dist/components/slider/index.d.ts +1 -2
  156. package/dist/components/slider/slider.css +9 -19
  157. package/dist/components/slider/slider.schema.dereffed.json +71 -78
  158. package/dist/components/split/index.d.ts +13 -0
  159. package/dist/components/split/index.js +17 -0
  160. package/dist/components/split/split.css +53 -0
  161. package/dist/components/split/split.schema.dereffed.json +29 -0
  162. package/dist/components/split/split.schema.json +19 -0
  163. package/dist/components/stat/index.d.ts +0 -1
  164. package/dist/components/stat/stat.schema.dereffed.json +0 -1
  165. package/dist/components/stat/stat.schema.json +0 -1
  166. package/dist/components/stats/index.d.ts +0 -1
  167. package/dist/components/stats/stats.css +7 -3
  168. package/dist/components/stats/stats.schema.dereffed.json +0 -1
  169. package/dist/components/teaser-card/index.d.ts +1 -2
  170. package/dist/components/teaser-card/index.js +9 -10
  171. package/dist/components/teaser-card/teaser-card.css +48 -68
  172. package/dist/components/teaser-card/teaser-card.schema.dereffed.json +4 -4
  173. package/dist/components/teaser-card/teaser-card.schema.json +4 -4
  174. package/dist/components/testimonial/index.d.ts +1 -49
  175. package/dist/components/testimonial/index.js +1 -4
  176. package/dist/components/testimonial/testimonial.schema.dereffed.json +0 -11
  177. package/dist/components/testimonial/testimonial.schema.json +0 -7
  178. package/dist/components/testimonials/index.d.ts +2 -3
  179. package/dist/components/testimonials/index.js +2 -2
  180. package/dist/components/testimonials/testimonials.css +28 -60
  181. package/dist/components/testimonials/testimonials.schema.dereffed.json +5 -11
  182. package/dist/components/testimonials/testimonials.schema.json +1 -30
  183. package/dist/components/text/index.d.ts +0 -1
  184. package/dist/components/text/text.css +2 -2
  185. package/dist/components/tile/tile.schema.dereffed.json +3 -4
  186. package/dist/components/tile/tile.schema.json +4 -10
  187. package/dist/components/video-curtain/index.d.ts +1 -2
  188. package/dist/components/video-curtain/index.js +4 -12
  189. package/dist/components/video-curtain/video-curtain.css +33 -57
  190. package/dist/components/video-curtain/video-curtain.schema.dereffed.json +4 -7
  191. package/dist/components/video-curtain/video-curtain.schema.json +3 -3
  192. package/dist/global.css +86 -340
  193. package/dist/static/img/logos/logoipsum-212.svg +12 -0
  194. package/dist/static/img/logos/logoipsum-217.svg +4 -0
  195. package/dist/static/img/logos/logoipsum-239.svg +16 -0
  196. package/dist/static/img/logos/logoipsum-244.svg +19 -0
  197. package/dist/static/img/logos/logoipsum-250.svg +21 -0
  198. package/dist/static/img/logos/logoipsum-286.svg +20 -0
  199. package/dist/static/img/people/author-alex.png +0 -0
  200. package/dist/static/img/people/author-emily.png +0 -0
  201. package/dist/static/img/people/author-john.png +0 -0
  202. package/dist/static/img/screenshots/blog-blog-aside--default.png +0 -0
  203. package/dist/static/img/screenshots/blog-blog-author--default.png +0 -0
  204. package/dist/static/img/screenshots/components-contact--wide-image.png +0 -0
  205. package/dist/static/img/screenshots/components-stats--count-up-with-description.png +0 -0
  206. package/dist/static/img/screenshots/components-stats--count-up-with-icons.png +0 -0
  207. package/dist/static/img/screenshots/components-teaser-card--page-navigation.png +0 -0
  208. package/dist/static/img/screenshots/components-testimonials--slider-layout.png +0 -0
  209. package/dist/static/img/screenshots/components-testimonials--with-rating.png +0 -0
  210. package/dist/static/img/screenshots/layout-footer--footer.png +0 -0
  211. package/dist/static/img/screenshots/layout-slider--with-arrows.png +0 -0
  212. package/dist/static/img/screenshots/layout-slider--with-autoplay.png +0 -0
  213. package/dist/static/img/screenshots/layout-slider--with-nav.png +0 -0
  214. package/dist/static/img/screenshots/layout-slider--with-teased-neighbours.png +0 -0
  215. package/dist/static/img/screenshots/pages-archetypes--blog-post.png +0 -0
  216. package/dist/static/img/screenshots/pages-archetypes--overview.png +0 -0
  217. package/dist/static/logo-inverted.svg +25 -12
  218. package/dist/static/logo.svg +25 -12
  219. package/dist/tokens/IconSprite.js +367 -134
  220. package/dist/tokens/icon-sprite.html +37 -72
  221. package/dist/tokens/themes.css +4 -4
  222. package/dist/tokens/tokens.css +692 -439
  223. package/dist/tokens/tokens.js +755 -651
  224. package/package.json +16 -11
  225. package/dist/DividerProps-2ef31901.d.ts +0 -26
  226. package/dist/EventAppointmentProps-443cd1ce.d.ts +0 -38
  227. package/dist/EventDetailProps-42a7eebe.d.ts +0 -387
  228. package/dist/EventFilterProps-b190eb86.d.ts +0 -73
  229. package/dist/EventLatestTeaserProps-fc9d3281.d.ts +0 -58
  230. package/dist/EventListTeaserProps-5cc94436.d.ts +0 -89
  231. package/dist/EventLocationProps-871bc198.d.ts +0 -41
  232. package/dist/FeaturesProps-a9041d97.d.ts +0 -67
  233. package/dist/HtmlProps-9d091769.d.ts +0 -34
  234. package/dist/SearchFilterProps-2fa6419b.d.ts +0 -29
  235. package/dist/SearchResultProps-224c2338.d.ts +0 -33
  236. package/dist/components/breadcrumb/breadcrumb.css +0 -32
  237. package/dist/components/breadcrumb/breadcrumb.schema.dereffed.json +0 -34
  238. package/dist/components/breadcrumb/breadcrumb.schema.json +0 -27
  239. package/dist/components/breadcrumb/index.d.ts +0 -28
  240. package/dist/components/breadcrumb/index.js +0 -17
  241. package/dist/components/content-nav/content-nav.css +0 -112
  242. package/dist/components/content-nav/content-nav.schema.dereffed.json +0 -61
  243. package/dist/components/content-nav/content-nav.schema.json +0 -52
  244. package/dist/components/content-nav/index.d.ts +0 -42
  245. package/dist/components/content-nav/index.js +0 -14
  246. package/dist/components/downloads/downloads.css +0 -153
  247. package/dist/components/downloads/downloads.schema.dereffed.json +0 -55
  248. package/dist/components/downloads/downloads.schema.json +0 -44
  249. package/dist/components/downloads/index.d.ts +0 -41
  250. package/dist/components/downloads/index.js +0 -18
  251. package/dist/components/event-appointment/event-appointment.css +0 -61
  252. package/dist/components/event-appointment/event-appointment.schema.dereffed.json +0 -56
  253. package/dist/components/event-appointment/event-appointment.schema.json +0 -47
  254. package/dist/components/event-appointment/index.d.ts +0 -7
  255. package/dist/components/event-appointment/index.js +0 -14
  256. package/dist/components/event-detail/event-detail.schema.dereffed.json +0 -287
  257. package/dist/components/event-detail/event-detail.schema.json +0 -74
  258. package/dist/components/event-detail/index.d.ts +0 -5
  259. package/dist/components/event-detail/index.js +0 -36
  260. package/dist/components/event-filter/event-filter.css +0 -31
  261. package/dist/components/event-filter/event-filter.schema.dereffed.json +0 -118
  262. package/dist/components/event-filter/event-filter.schema.json +0 -107
  263. package/dist/components/event-filter/index.d.ts +0 -7
  264. package/dist/components/event-filter/index.js +0 -34
  265. package/dist/components/event-header/event-header.css +0 -6
  266. package/dist/components/event-header/event-header.schema.dereffed.json +0 -38
  267. package/dist/components/event-header/event-header.schema.json +0 -34
  268. package/dist/components/event-header/index.d.ts +0 -35
  269. package/dist/components/event-header/index.js +0 -20
  270. package/dist/components/event-latest/event-latest.css +0 -5
  271. package/dist/components/event-latest/event-latest.schema.dereffed.json +0 -142
  272. package/dist/components/event-latest/event-latest.schema.json +0 -46
  273. package/dist/components/event-latest/index.d.ts +0 -30
  274. package/dist/components/event-latest/index.js +0 -19
  275. package/dist/components/event-latest-teaser/event-latest-teaser.css +0 -131
  276. package/dist/components/event-latest-teaser/event-latest-teaser.schema.dereffed.json +0 -97
  277. package/dist/components/event-latest-teaser/event-latest-teaser.schema.json +0 -73
  278. package/dist/components/event-latest-teaser/index.d.ts +0 -8
  279. package/dist/components/event-latest-teaser/index.js +0 -18
  280. package/dist/components/event-list/event-list.schema.dereffed.json +0 -284
  281. package/dist/components/event-list/event-list.schema.json +0 -18
  282. package/dist/components/event-list/index.d.ts +0 -19
  283. package/dist/components/event-list/index.js +0 -73
  284. package/dist/components/event-list-teaser/event-list-teaser.css +0 -141
  285. package/dist/components/event-list-teaser/event-list-teaser.schema.dereffed.json +0 -151
  286. package/dist/components/event-list-teaser/event-list-teaser.schema.json +0 -116
  287. package/dist/components/event-list-teaser/index.d.ts +0 -8
  288. package/dist/components/event-list-teaser/index.js +0 -21
  289. package/dist/components/event-location/event-location.css +0 -71
  290. package/dist/components/event-location/event-location.schema.dereffed.json +0 -126
  291. package/dist/components/event-location/event-location.schema.json +0 -61
  292. package/dist/components/event-location/index.d.ts +0 -7
  293. package/dist/components/event-location/index.js +0 -18
  294. package/dist/components/event-login/event-login.css +0 -31
  295. package/dist/components/event-login/event-login.schema.dereffed.json +0 -125
  296. package/dist/components/event-login/event-login.schema.json +0 -98
  297. package/dist/components/event-login/index.d.ts +0 -78
  298. package/dist/components/event-login/index.js +0 -21
  299. package/dist/components/event-registration/event-registration.css +0 -91
  300. package/dist/components/event-registration/event-registration.schema.dereffed.json +0 -174
  301. package/dist/components/event-registration/event-registration.schema.json +0 -138
  302. package/dist/components/event-registration/index.d.ts +0 -106
  303. package/dist/components/event-registration/index.js +0 -23
  304. package/dist/components/html/Html.client.d.ts +0 -5
  305. package/dist/components/html/Html.client.js +0 -41
  306. package/dist/components/html/html.css +0 -52
  307. package/dist/components/html/html.schema.dereffed.json +0 -61
  308. package/dist/components/pagination/index.d.ts +0 -47
  309. package/dist/components/pagination/index.js +0 -52
  310. package/dist/components/pagination/pagination.css +0 -66
  311. package/dist/components/pagination/pagination.schema.dereffed.json +0 -64
  312. package/dist/components/pagination/pagination.schema.json +0 -57
  313. package/dist/components/search/index.d.ts +0 -19
  314. package/dist/components/search/index.js +0 -39
  315. package/dist/components/search/search.schema.dereffed.json +0 -134
  316. package/dist/components/search/search.schema.json +0 -18
  317. package/dist/components/search-bar/index.d.ts +0 -35
  318. package/dist/components/search-bar/index.js +0 -17
  319. package/dist/components/search-bar/search-bar.css +0 -33
  320. package/dist/components/search-bar/search-bar.schema.dereffed.json +0 -48
  321. package/dist/components/search-bar/search-bar.schema.json +0 -35
  322. package/dist/components/search-filter/index.d.ts +0 -7
  323. package/dist/components/search-filter/index.js +0 -15
  324. package/dist/components/search-filter/search-filter.css +0 -20
  325. package/dist/components/search-filter/search-filter.schema.dereffed.json +0 -69
  326. package/dist/components/search-filter/search-filter.schema.json +0 -46
  327. package/dist/components/search-result/index.d.ts +0 -7
  328. package/dist/components/search-result/index.js +0 -15
  329. package/dist/components/search-result/search-result.css +0 -26
  330. package/dist/components/search-result/search-result.schema.dereffed.json +0 -50
  331. package/dist/components/search-result/search-result.schema.json +0 -41
  332. package/dist/components/split-even/index.d.ts +0 -74
  333. package/dist/components/split-even/index.js +0 -7
  334. package/dist/components/split-even/split-even.css +0 -100
  335. package/dist/components/split-even/split-even.schema.dereffed.json +0 -5899
  336. package/dist/components/split-even/split-even.schema.json +0 -170
  337. package/dist/components/split-weighted/index.d.ts +0 -104
  338. package/dist/components/split-weighted/index.js +0 -13
  339. package/dist/components/split-weighted/split-weighted.css +0 -133
  340. package/dist/components/split-weighted/split-weighted.schema.dereffed.json +0 -5959
  341. package/dist/components/split-weighted/split-weighted.schema.json +0 -212
  342. package/dist/static/fonts/systemics/Montserrat-Bold.woff2 +0 -0
  343. package/dist/static/fonts/systemics/Montserrat-Light.woff2 +0 -0
  344. package/dist/static/fonts/systemics/Montserrat-Medium.woff2 +0 -0
  345. package/dist/static/fonts/systemics/Montserrat-Regular.woff2 +0 -0
  346. package/dist/static/fonts/systemics/Montserrat-SemiBold.woff2 +0 -0
  347. package/dist/static/img/about/angled-image.png +0 -0
  348. package/dist/static/img/about/cta.png +0 -0
  349. package/dist/static/img/about/cutout.png +0 -0
  350. package/dist/static/img/about/disclaimer.png +0 -0
  351. package/dist/static/img/about/purpose.png +0 -0
  352. package/dist/static/img/about/spoiler.png +0 -0
  353. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-01.svg +0 -72
  354. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-02.svg +0 -112
  355. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-03.svg +0 -197
  356. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-04.svg +0 -76
  357. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-05.svg +0 -82
  358. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-06.svg +0 -219
  359. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-07.svg +0 -85
  360. package/dist/static/img/logos/logoipsum-344.svg +0 -174
  361. package/dist/static/img/logos/logoipsum-347.svg +0 -52
  362. package/dist/static/img/logos/logoipsum-352.svg +0 -22
  363. package/dist/static/img/logos/logoipsum-356.svg +0 -20
  364. package/dist/static/img/logos/logoipsum-358.svg +0 -29
  365. package/dist/static/img/logos/logoipsum-369.svg +0 -20
  366. package/dist/static/img/logos/logoipsum-373.svg +0 -17
  367. package/dist/static/img/people/contact-person.png +0 -0
  368. package/dist/static/img/screenshots/layout-divider--accent.png +0 -0
  369. package/dist/static/img/screenshots/layout-divider--default.png +0 -0
  370. package/dist/static/logo-dark.svg +0 -13
  371. package/dist/static/logo-dsa-inverted.svg +0 -26
  372. package/dist/static/logo-dsa.svg +0 -26
@@ -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 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/>",
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 title=\"Blog Post\"\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 Isabella Doe",
13
+ "alt": "Picture of Jane Smith",
14
14
  "fullWidth": false,
15
15
  "aspectRatio": "square"
16
16
  },
@@ -18,35 +18,32 @@
18
18
  {
19
19
  "icon": "twitter",
20
20
  "label": "jane_smith",
21
- "url": "tel:+4922868896620",
22
- "newTab": false,
23
- "ariaLabel": "Link to Isabella Doe's social media profile"
21
+ "href": "tel:+4922868896620",
22
+ "newTab": false
24
23
  },
25
24
  {
26
25
  "icon": "email",
27
26
  "label": "jane.smith@example.com",
28
- "url": "mailto:mail@example.com",
29
- "newTab": false,
30
- "ariaLabel": "Link to Isabella Doe's social media profile"
27
+ "href": "mailto:mail@example.com",
28
+ "newTab": false
31
29
  }
32
30
  ]
33
31
  },
34
32
  "socialSharing": [
35
33
  {
36
34
  "icon": "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"
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"
40
37
  },
41
38
  {
42
39
  "icon": "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"
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"
46
42
  }
47
43
  ],
48
44
  "readingTime": "5 min read",
49
- "date": "12/30/2022"
45
+ "date": "12/30/2022",
46
+ "title": "Blog Post"
50
47
  },
51
48
  "screenshot": "img/screenshots/blog-blog-aside--default.png"
52
49
  },
@@ -54,13 +51,13 @@
54
51
  "id": "blog-blog-author--default",
55
52
  "group": "Blog/ Blog Author",
56
53
  "name": "Default",
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
+ "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/>",
58
55
  "args": {
59
56
  "name": "Jane Smith",
60
57
  "byline": "CEO at Company",
61
58
  "image": {
62
59
  "src": "img/people/author-emily.png",
63
- "alt": "Picture of Isabella Doe",
60
+ "alt": "Picture of Jane Smith",
64
61
  "fullWidth": false,
65
62
  "aspectRatio": "square"
66
63
  },
@@ -68,16 +65,14 @@
68
65
  {
69
66
  "icon": "twitter",
70
67
  "label": "jane_smith",
71
- "url": "tel:+4922868896620",
72
- "newTab": false,
73
- "ariaLabel": "Link to Isabella Doe's social media profile"
68
+ "href": "tel:+4922868896620",
69
+ "newTab": false
74
70
  },
75
71
  {
76
72
  "icon": "email",
77
73
  "label": "jane.smith@example.com",
78
- "url": "mailto:mail@example.com",
79
- "newTab": false,
80
- "ariaLabel": "Link to Isabella Doe's social media profile"
74
+ "href": "mailto:mail@example.com",
75
+ "newTab": false
81
76
  }
82
77
  ]
83
78
  },
@@ -87,12 +82,11 @@
87
82
  "id": "blog-blog-head--default",
88
83
  "group": "Blog/ Blog Head",
89
84
  "name": "Default",
90
- "code": "<BlogHead\n alt=\"Image of a business team working\"\n date=\"12/30/2022\"\n headline=\"The Future of AI\"\n image=\"img/close-up-young-business-team-working.png\"\n tags={[\n {\n entry: 'Technology'\n },\n {\n entry: 'AI'\n }\n ]}\n/>",
85
+ "code": "<BlogHead\n date=\"12/30/2022\"\n headline=\"The Future of AI\"\n image=\"img/close-up-young-business-team-working.png\"\n tags={[\n {\n entry: 'Technology'\n },\n {\n entry: 'AI'\n }\n ]}\n/>",
91
86
  "args": {
92
87
  "date": "12/30/2022",
93
88
  "headline": "The Future of AI",
94
89
  "image": "img/close-up-young-business-team-working.png",
95
- "alt": "Image of a business team working",
96
90
  "tags": [
97
91
  {
98
92
  "entry": "Technology"
@@ -108,16 +102,15 @@
108
102
  "id": "blog-blog-teaser--default",
109
103
  "group": "Blog/ Blog Teaser",
110
104
  "name": "Default",
111
- "code": "<BlogTeaser\n alt=\"Image of a business team working\"\n author={{\n image: 'img/people/author-emily.png',\n name: 'Jane Smith',\n title: 'Senior AI Researcher'\n }}\n date=\"12/30/2022\"\n headline=\"The Future of AI\"\n image=\"img/close-up-young-business-team-working.png\"\n link={{\n text: 'Read article',\n url: 'https://example.com'\n }}\n readingTime=\"5 min read\"\n tags={[\n {\n entry: 'Technology'\n },\n {\n entry: 'AI'\n }\n ]}\n teaserText=\"Dive into the future of AI in this detailed blog post. Discover how technology is rapidly evolving, the impact of AI on various industries, and what to expect in the coming years. Learn about the latest advancements, challenges, and the potential solutions that AI brings to the table.\"\n/>",
105
+ "code": "<BlogTeaser\n author={{\n image: 'img/people/author-emily.png',\n name: 'Jane Smith',\n title: 'Senior AI Researcher'\n }}\n date=\"12/30/2022\"\n headline=\"The Future of AI\"\n image=\"img/close-up-young-business-team-working.png\"\n link={{\n label: 'Read more',\n url: 'https://example.com'\n }}\n readingTime=\"5 min read\"\n tags={[\n {\n entry: 'Technology'\n },\n {\n entry: 'AI'\n }\n ]}\n teaserText=\"Dive into the future of AI in this detailed blog post. Discover how technology is rapidly evolving, the impact of AI on various industries, and what to expect in the coming years. Learn about the latest advancements, challenges, and the potential solutions that AI brings to the table.\"\n/>",
112
106
  "args": {
113
107
  "date": "12/30/2022",
114
108
  "headline": "The Future of AI",
115
109
  "teaserText": "Dive into the future of AI in this detailed blog post. Discover how technology is rapidly evolving, the impact of AI on various industries, and what to expect in the coming years. Learn about the latest advancements, challenges, and the potential solutions that AI brings to the table.",
116
110
  "image": "img/close-up-young-business-team-working.png",
117
- "alt": "Image of a business team working",
118
111
  "link": {
119
112
  "url": "https://example.com",
120
- "text": "Read article"
113
+ "label": "Read more"
121
114
  },
122
115
  "readingTime": "5 min read",
123
116
  "author": {
@@ -136,29 +129,6 @@
136
129
  },
137
130
  "screenshot": "img/screenshots/blog-blog-teaser--default.png"
138
131
  },
139
- {
140
- "id": "industry-breadcrumb--default",
141
- "group": "Industry/Breadcrumb",
142
- "name": "Default",
143
- "code": "<Breadcrumb\n pages={[\n {\n label: 'Page 1',\n url: 'https://example.com/page1'\n },\n {\n label: 'Page 2',\n url: 'https://example.com/page2'\n },\n {\n label: 'Page 3',\n url: 'https://example.com/page3'\n }\n ]}\n />",
144
- "args": {
145
- "pages": [
146
- {
147
- "url": "https://example.com/page1",
148
- "label": "Page 1"
149
- },
150
- {
151
- "url": "https://example.com/page2",
152
- "label": "Page 2"
153
- },
154
- {
155
- "url": "https://example.com/page3",
156
- "label": "Page 3"
157
- }
158
- ]
159
- },
160
- "screenshot": "img/screenshots/industry-breadcrumb--default.png"
161
- },
162
132
  {
163
133
  "id": "components-button--primary-button",
164
134
  "group": "Components/Button",
@@ -212,17 +182,16 @@
212
182
  "screenshot": "img/screenshots/components-button--primary-disabled-button.png"
213
183
  },
214
184
  {
215
- "id": "page-archetypes-blog-overview--blog-overview",
216
- "group": "Page Archetypes/Blog Overview",
185
+ "id": "pages-archetypes--blog-overview",
186
+ "group": "Pages/Archetypes",
217
187
  "name": "BlogOverview",
218
- "code": "<BlogOverview\n cta={{\n align: 'center',\n buttons: [\n {\n icon: 'person',\n label: 'Contact us',\n url: '#'\n },\n {\n icon: 'date',\n label: 'Book a meeting',\n url: '#'\n }\n ],\n colorNeutral: false,\n contentAlign: 'center',\n fullWidth: true,\n headline: 'Get in touch',\n highlightText: false,\n image: {\n align: 'center',\n padding: false,\n src: 'img/people/contact-person.png'\n },\n inverted: false,\n order: {\n desktopImageLast: false,\n mobileImageLast: false\n },\n padding: false,\n sub: 'Chat with us about getting your product or platform to market faster',\n text: 'Our modular design approach allows for flexibility and scalability in your application\\'s architecture.',\n textAlign: 'left',\n width: 'wide'\n }}\n latest={{\n alt: 'Image of a business team working',\n author: {\n image: 'img/people/author-alex.png',\n name: 'John Doe',\n title: 'CEO'\n },\n date: '12/30/2022',\n headline: 'Mastering the Art of Design Systems with Systemics: A Journey from Vision to Reality',\n image: 'img/close-up-young-business-team-working.png',\n link: {\n label: 'Read more',\n text: 'Read article',\n url: 'https://example.com/article1'\n },\n readingTime: '5 min read',\n tags: [\n {\n entry: 'Design Systems'\n },\n {\n entry: 'Headless Websites'\n },\n {\n entry: 'Training'\n }\n ],\n teaserText: 'In this enlightening article, we delve into how Systemics, your go-to Design System agency, brings clarity and coherence to your brand\\'s digital presence. We discuss our unique approach to Design System Consulting, where we align your vision with actionable strategies for seamless and captivating user experiences.'\n }}\n latestTitle=\"Latest Post\"\n list={[\n {\n alt: 'Image of a business team working',\n author: {\n image: 'img/people/author-alex.png',\n name: 'John Doe',\n title: 'CEO'\n },\n date: '12/30/2022',\n headline: 'Mastering the Art of Design Systems with Systemics',\n image: 'img/close-up-young-business-team-working.png',\n link: {\n label: 'Read more',\n text: 'Read article',\n url: 'https://example.com/article1'\n },\n readingTime: '5 min read',\n tags: [\n {\n entry: 'Design Systems'\n }\n ],\n teaserText: 'In this enlightening article, we delve into how Systemics, your go-to Design System agency, brings clarity and coherence to your brand\\'s digital presence..'\n },\n {\n alt: 'Image of a business team working',\n author: {\n image: 'img/people/author-emily.png',\n name: 'Jane Doe',\n title: 'CTO'\n },\n date: '12/30/2022',\n headline: 'Unleashing Innovation with Headless Websites',\n image: 'img/close-up-young-business-team-working.png',\n link: {\n label: 'Read more',\n text: 'Read article',\n url: 'https://example.com/article2'\n },\n readingTime: '5 min read',\n tags: [\n {\n entry: 'Headless Websites'\n }\n ],\n teaserText: 'Dive into the exciting world of headless architecture with Systemics. This article explores our Headless Websites service, a playground of innovation and creativity for brands seeking to redefine their digital journey.'\n },\n {\n alt: 'Image of a business team working',\n author: {\n image: 'img/people/author-alex.png',\n name: 'John Doe',\n title: 'CEO'\n },\n date: '12/30/2022',\n headline: 'Investing in Digital Excellence: Systemics\\' Design System Trainings',\n image: 'img/close-up-young-business-team-working.png',\n link: {\n label: 'Read more',\n text: 'Read article',\n url: 'https://example.com/article3'\n },\n readingTime: '5 min read',\n tags: [\n {\n entry: 'Training'\n }\n ],\n teaserText: 'Investing in your digital team\\'s growth is crucial for sustainable success. In this article, we highlight Systemics\\' Design System Trainings, designed to equip your team with the skills they need to harness your design system effectively.'\n }\n ]}\n listTitle=\"Recent Posts\"\n more={[\n {\n alt: 'Image of a business team working',\n author: {\n image: 'img/people/author-alex.png',\n name: 'John Doe',\n title: 'CEO'\n },\n date: '12/30/2022',\n headline: 'Mastering the Art of Design Systems with Systemics',\n image: 'img/close-up-young-business-team-working.png',\n link: {\n label: 'Read more',\n text: 'Read article',\n url: 'https://example.com/article1'\n },\n readingTime: '5 min read',\n tags: [\n {\n entry: 'Design Systems'\n }\n ],\n teaserText: 'In this enlightening article, we delve into how Systemics, your go-to Design System agency, brings clarity and coherence to your brand\\'s digital presence..'\n },\n {\n alt: 'Image of a business team working',\n author: {\n image: 'img/people/author-emily.png',\n name: 'Jane Doe',\n title: 'CTO'\n },\n date: '12/30/2022',\n headline: 'Unleashing Innovation with Headless Websites',\n image: 'img/close-up-young-business-team-working.png',\n link: {\n label: 'Read more',\n text: 'Read article',\n url: 'https://example.com/article2'\n },\n readingTime: '5 min read',\n tags: [\n {\n entry: 'Headless Websites'\n }\n ],\n teaserText: 'Dive into the exciting world of headless architecture with Systemics. This article explores our Headless Websites service, a playground of innovation and creativity for brands seeking to redefine their digital journey.'\n }\n ]}\n moreTitle=\"Featured Posts\"\n section={[\n {\n backgroundColor: 'default',\n buttons: [\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n }\n ],\n content: {\n align: 'center',\n gutter: 'default',\n mode: '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: 'default',\n width: 'default'\n },\n {\n backgroundColor: 'default',\n buttons: [\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n }\n ],\n content: {\n align: 'center',\n gutter: 'default',\n mode: '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: 'default',\n width: 'default'\n },\n {\n backgroundColor: 'default',\n buttons: [\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n }\n ],\n content: {\n align: 'center',\n gutter: 'default',\n mode: '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: 'default',\n width: 'default'\n }\n ]}\n/>",
188
+ "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 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 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 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 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 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 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 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 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 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 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 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 url: 'https://example.com/article2'\n },\n readingTime: '5 min read',\n tags: [\n {\n entry: 'Headless Websites'\n }\n ],\n teaserText: 'Dive into the exciting world of headless architecture with Systemics. This article explores our Headless Websites service, a playground of innovation and creativity for brands seeking to redefine their digital journey.'\n }\n ]}\n moreTitle=\"Featured Posts\"\n section={[\n {\n backgroundColor: 'default',\n buttons: [\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n }\n ],\n content: {\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n },\n headerSpacing: false,\n headline: {\n large: false,\n text: 'Section headline',\n width: 'unset'\n },\n inverted: false,\n spaceAfter: 'default',\n spaceBefore: 'default',\n spotlight: false,\n style: 'default',\n width: 'default'\n },\n {\n backgroundColor: 'default',\n buttons: [\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n }\n ],\n content: {\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n },\n headerSpacing: false,\n headline: {\n large: false,\n text: 'Section headline',\n width: 'unset'\n },\n inverted: false,\n spaceAfter: 'default',\n spaceBefore: 'default',\n spotlight: false,\n style: 'default',\n width: 'default'\n },\n {\n backgroundColor: 'default',\n buttons: [\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n }\n ],\n content: {\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n },\n headerSpacing: false,\n headline: {\n large: false,\n text: 'Section headline',\n width: 'unset'\n },\n inverted: false,\n spaceAfter: 'default',\n spaceBefore: 'default',\n spotlight: false,\n style: 'default',\n width: 'default'\n }\n ]}\n/>",
219
189
  "args": {
220
190
  "section": [
221
191
  {
222
192
  "width": "default",
223
193
  "style": "default",
224
194
  "backgroundColor": "default",
225
- "transition": "default",
226
195
  "spotlight": false,
227
196
  "spaceBefore": "default",
228
197
  "spaceAfter": "default",
@@ -237,7 +206,7 @@
237
206
  "width": "unset",
238
207
  "align": "center",
239
208
  "gutter": "default",
240
- "mode": "default",
209
+ "mode": "list",
241
210
  "tileWidth": "default"
242
211
  },
243
212
  "buttons": [
@@ -265,7 +234,6 @@
265
234
  "width": "default",
266
235
  "style": "default",
267
236
  "backgroundColor": "default",
268
- "transition": "default",
269
237
  "spotlight": false,
270
238
  "spaceBefore": "default",
271
239
  "spaceAfter": "default",
@@ -280,7 +248,7 @@
280
248
  "width": "unset",
281
249
  "align": "center",
282
250
  "gutter": "default",
283
- "mode": "default",
251
+ "mode": "list",
284
252
  "tileWidth": "default"
285
253
  },
286
254
  "buttons": [
@@ -308,7 +276,6 @@
308
276
  "width": "default",
309
277
  "style": "default",
310
278
  "backgroundColor": "default",
311
- "transition": "default",
312
279
  "spotlight": false,
313
280
  "spaceBefore": "default",
314
281
  "spaceAfter": "default",
@@ -323,7 +290,7 @@
323
290
  "width": "unset",
324
291
  "align": "center",
325
292
  "gutter": "default",
326
- "mode": "default",
293
+ "mode": "list",
327
294
  "tileWidth": "default"
328
295
  },
329
296
  "buttons": [
@@ -354,10 +321,8 @@
354
321
  "headline": "Mastering the Art of Design Systems with Systemics: A Journey from Vision to Reality",
355
322
  "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.",
356
323
  "image": "img/close-up-young-business-team-working.png",
357
- "alt": "Image of a business team working",
358
324
  "link": {
359
325
  "url": "https://example.com/article1",
360
- "text": "Read article",
361
326
  "label": "Read more"
362
327
  },
363
328
  "readingTime": "5 min read",
@@ -385,10 +350,8 @@
385
350
  "headline": "Mastering the Art of Design Systems with Systemics",
386
351
  "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..",
387
352
  "image": "img/close-up-young-business-team-working.png",
388
- "alt": "Image of a business team working",
389
353
  "link": {
390
354
  "url": "https://example.com/article1",
391
- "text": "Read article",
392
355
  "label": "Read more"
393
356
  },
394
357
  "readingTime": "5 min read",
@@ -408,10 +371,8 @@
408
371
  "headline": "Unleashing Innovation with Headless Websites",
409
372
  "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.",
410
373
  "image": "img/close-up-young-business-team-working.png",
411
- "alt": "Image of a business team working",
412
374
  "link": {
413
375
  "url": "https://example.com/article2",
414
- "text": "Read article",
415
376
  "label": "Read more"
416
377
  },
417
378
  "readingTime": "5 min read",
@@ -431,10 +392,8 @@
431
392
  "headline": "Investing in Digital Excellence: Systemics' Design System Trainings",
432
393
  "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.",
433
394
  "image": "img/close-up-young-business-team-working.png",
434
- "alt": "Image of a business team working",
435
395
  "link": {
436
396
  "url": "https://example.com/article3",
437
- "text": "Read article",
438
397
  "label": "Read more"
439
398
  },
440
399
  "readingTime": "5 min read",
@@ -457,10 +416,8 @@
457
416
  "headline": "Mastering the Art of Design Systems with Systemics",
458
417
  "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..",
459
418
  "image": "img/close-up-young-business-team-working.png",
460
- "alt": "Image of a business team working",
461
419
  "link": {
462
420
  "url": "https://example.com/article1",
463
- "text": "Read article",
464
421
  "label": "Read more"
465
422
  },
466
423
  "readingTime": "5 min read",
@@ -480,10 +437,8 @@
480
437
  "headline": "Unleashing Innovation with Headless Websites",
481
438
  "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.",
482
439
  "image": "img/close-up-young-business-team-working.png",
483
- "alt": "Image of a business team working",
484
440
  "link": {
485
441
  "url": "https://example.com/article2",
486
- "text": "Read article",
487
442
  "label": "Read more"
488
443
  },
489
444
  "readingTime": "5 min read",
@@ -504,50 +459,45 @@
504
459
  "sub": "Chat with us about getting your product or platform to market faster",
505
460
  "highlightText": false,
506
461
  "colorNeutral": false,
462
+ "fullWidth": true,
507
463
  "buttons": [
508
464
  {
509
465
  "label": "Contact us",
510
466
  "icon": "person",
511
- "url": "#"
467
+ "target": "#"
512
468
  },
513
469
  {
514
470
  "label": "Book a meeting",
515
471
  "icon": "date",
516
- "url": "#"
472
+ "target": "#"
517
473
  }
518
474
  ],
519
475
  "image": {
520
476
  "padding": false,
521
- "align": "center",
522
- "src": "img/people/contact-person.png"
477
+ "src": "img/contact-person.png"
523
478
  },
524
479
  "order": {
525
480
  "mobileImageLast": false,
526
481
  "desktopImageLast": false
527
482
  },
528
483
  "textAlign": "left",
529
- "align": "center",
530
- "padding": false,
531
- "inverted": false,
532
- "fullWidth": true,
533
484
  "contentAlign": "center",
534
485
  "text": "Our modular design approach allows for flexibility and scalability in your application's architecture.",
535
486
  "width": "wide"
536
487
  }
537
488
  },
538
- "screenshot": "img/screenshots/page-archetypes-blog-overview--blog-overview.png"
489
+ "screenshot": "img/screenshots/pages-archetypes--blog-overview.png"
539
490
  },
540
491
  {
541
- "id": "page-archetypes-blog-post--blog-post",
542
- "group": "Page Archetypes/Blog Post",
492
+ "id": "pages-archetypes--blog-post",
493
+ "group": "Pages/Archetypes",
543
494
  "name": "BlogPost",
544
- "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 inverted: false,\n order: {\n desktopImageLast: true,\n mobileImageLast: false\n },\n padding: false,\n sub: 'Start your journey today.',\n text: 'Get started with our design system today and experience a new level of efficiency and consistency in your projects.',\n textAlign: 'center'\n }}\n head={{\n alt: 'Image of a business team working',\n date: '12/30/2022',\n headline: 'The Future of AI: A Glimpse into the Unseen',\n image: 'img/close-up-young-business-team-working.png',\n tags: [\n {\n entry: 'Technology'\n },\n {\n entry: 'AI'\n }\n ]\n }}\n section={[\n {\n backgroundColor: 'default',\n buttons: [\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n }\n ],\n content: {\n align: 'center',\n gutter: 'default',\n mode: '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: 'default',\n width: 'default'\n },\n {\n backgroundColor: 'default',\n buttons: [\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n }\n ],\n content: {\n align: 'center',\n gutter: 'default',\n mode: '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: 'default',\n width: 'default'\n },\n {\n backgroundColor: 'default',\n buttons: [\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n }\n ],\n content: {\n align: 'center',\n gutter: 'default',\n mode: '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: 'default',\n width: 'default'\n }\n ]}\n/>",
495
+ "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 date: '12/30/2022',\n headline: 'The Future of AI: A Glimpse into the Unseen',\n image: 'img/close-up-young-business-team-working.png',\n tags: [\n {\n entry: 'Technology'\n },\n {\n entry: 'AI'\n }\n ]\n }}\n section={[\n {\n backgroundColor: 'default',\n buttons: [\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n }\n ],\n content: {\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n },\n headerSpacing: false,\n headline: {\n large: false,\n text: 'Section headline',\n width: 'unset'\n },\n inverted: false,\n spaceAfter: 'default',\n spaceBefore: 'default',\n spotlight: false,\n style: 'default',\n width: 'default'\n },\n {\n backgroundColor: 'default',\n buttons: [\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n }\n ],\n content: {\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n },\n headerSpacing: false,\n headline: {\n large: false,\n text: 'Section headline',\n width: 'unset'\n },\n inverted: false,\n spaceAfter: 'default',\n spaceBefore: 'default',\n spotlight: false,\n style: 'default',\n width: 'default'\n },\n {\n backgroundColor: 'default',\n buttons: [\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n }\n ],\n content: {\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n },\n headerSpacing: false,\n headline: {\n large: false,\n text: 'Section headline',\n width: 'unset'\n },\n inverted: false,\n spaceAfter: 'default',\n spaceBefore: 'default',\n spotlight: false,\n style: 'default',\n width: 'default'\n }\n ]}\n/>",
545
496
  "args": {
546
497
  "head": {
547
498
  "date": "12/30/2022",
548
499
  "headline": "The Future of AI: A Glimpse into the Unseen",
549
500
  "image": "img/close-up-young-business-team-working.png",
550
- "alt": "Image of a business team working",
551
501
  "tags": [
552
502
  {
553
503
  "entry": "Technology"
@@ -562,8 +512,8 @@
562
512
  "name": "Jane Doe",
563
513
  "byline": "Senior Developer",
564
514
  "image": {
565
- "src": "img/people/contact-isabella.png",
566
- "alt": "Picture of Jane Doe",
515
+ "src": "img/people/author-emily.png",
516
+ "alt": "Picture of Jane Smith",
567
517
  "fullWidth": false,
568
518
  "aspectRatio": "square"
569
519
  },
@@ -571,16 +521,14 @@
571
521
  {
572
522
  "icon": "phone",
573
523
  "label": "0228 / 688 966 20",
574
- "url": "tel:+4922868896620",
575
- "newTab": false,
576
- "ariaLabel": "Link to Isabella Doe's social media profile"
524
+ "href": "tel:+4922868896620",
525
+ "newTab": false
577
526
  },
578
527
  {
579
528
  "icon": "email",
580
529
  "label": "mail@example.com",
581
- "url": "mailto:mail@example.com",
582
- "newTab": false,
583
- "ariaLabel": "Link to Isabella Doe's social media profile"
530
+ "href": "mailto:mail@example.com",
531
+ "newTab": false
584
532
  }
585
533
  ],
586
534
  "twitter": "Janedoe",
@@ -589,12 +537,12 @@
589
537
  "socialSharing": [
590
538
  {
591
539
  "icon": "twitter",
592
- "url": "https://twitter.com/share?text=This%20is%20a%20blog%20post%20headline&url=https://example.com/blog",
540
+ "href": "https://twitter.com/share?text=This%20is%20a%20blog%20post%20headline&url=https://example.com/blog",
593
541
  "title": "Share on Twitter"
594
542
  },
595
543
  {
596
544
  "icon": "linkedin",
597
- "url": "https://www.linkedin.com/shareArticle?mini=true&url=https://example.com/blog&title=This%20is%20a%20blog%20post%20headline",
545
+ "href": "https://www.linkedin.com/shareArticle?mini=true&url=https://example.com/blog&title=This%20is%20a%20blog%20post%20headline",
598
546
  "title": "Share on LinkedIn"
599
547
  }
600
548
  ],
@@ -606,7 +554,6 @@
606
554
  "width": "default",
607
555
  "style": "default",
608
556
  "backgroundColor": "default",
609
- "transition": "default",
610
557
  "spotlight": false,
611
558
  "spaceBefore": "default",
612
559
  "spaceAfter": "default",
@@ -621,7 +568,7 @@
621
568
  "width": "unset",
622
569
  "align": "center",
623
570
  "gutter": "default",
624
- "mode": "default",
571
+ "mode": "list",
625
572
  "tileWidth": "default"
626
573
  },
627
574
  "buttons": [
@@ -649,7 +596,6 @@
649
596
  "width": "default",
650
597
  "style": "default",
651
598
  "backgroundColor": "default",
652
- "transition": "default",
653
599
  "spotlight": false,
654
600
  "spaceBefore": "default",
655
601
  "spaceAfter": "default",
@@ -664,7 +610,7 @@
664
610
  "width": "unset",
665
611
  "align": "center",
666
612
  "gutter": "default",
667
- "mode": "default",
613
+ "mode": "list",
668
614
  "tileWidth": "default"
669
615
  },
670
616
  "buttons": [
@@ -692,7 +638,6 @@
692
638
  "width": "default",
693
639
  "style": "default",
694
640
  "backgroundColor": "default",
695
- "transition": "default",
696
641
  "spotlight": false,
697
642
  "spaceBefore": "default",
698
643
  "spaceAfter": "default",
@@ -707,7 +652,7 @@
707
652
  "width": "unset",
708
653
  "align": "center",
709
654
  "gutter": "default",
710
- "mode": "default",
655
+ "mode": "list",
711
656
  "tileWidth": "default"
712
657
  },
713
658
  "buttons": [
@@ -737,30 +682,28 @@
737
682
  "sub": "Start your journey today.",
738
683
  "highlightText": false,
739
684
  "colorNeutral": false,
685
+ "fullWidth": false,
740
686
  "buttons": [
741
687
  {
742
688
  "label": "Contact Us",
743
- "url": "#",
689
+ "target": "#",
744
690
  "icon": "person"
745
691
  },
746
692
  {
747
693
  "label": "Learn More",
748
- "url": "#",
694
+ "target": "#",
749
695
  "icon": "date"
750
696
  }
751
697
  ],
752
698
  "image": {
753
- "padding": true,
754
- "align": "center"
699
+ "padding": true
755
700
  },
756
701
  "order": {
757
702
  "mobileImageLast": false,
758
703
  "desktopImageLast": true
759
704
  },
760
705
  "textAlign": "center",
761
- "align": "center",
762
- "padding": false,
763
- "inverted": false,
706
+ "contentAlign": "center",
764
707
  "text": "Get started with our design system today and experience a new level of efficiency and consistency in your projects."
765
708
  },
766
709
  "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 ",
@@ -777,452 +720,30 @@
777
720
  {
778
721
  "icon": "xing",
779
722
  "label": "john.smith",
780
- "url": "mailto:mail@example.com",
723
+ "href": "mailto:mail@example.com",
781
724
  "newTab": false
782
725
  },
783
726
  {
784
727
  "icon": "twitter",
785
728
  "label": "@john_smith",
786
- "url": "#",
729
+ "href": "#",
787
730
  "newTab": false
788
731
  }
789
732
  ],
790
733
  "copy": "Leads with a vision for innovative, user-centric web designs, ensuring each project merges creativity with functionality to deliver outstanding digital experiences."
791
734
  }
792
735
  },
793
- "screenshot": "img/screenshots/page-archetypes-blog-post--blog-post.png"
794
- },
795
- {
796
- "id": "page-archetypes-event-detail--event-detail",
797
- "group": "Page Archetypes/Event Detail",
798
- "name": "EventDetail",
799
- "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/>",
800
- "args": {
801
- "categories": [
802
- {
803
- "label": "Conference"
804
- },
805
- {
806
- "label": "Design Systems"
807
- }
808
- ],
809
- "locations": [
810
- {
811
- "dates": [
812
- {
813
- "date": "2025-09-18",
814
- "time": "09:00 – 17:00",
815
- "label": "Register",
816
- "url": "#",
817
- "newTab": true,
818
- "ariaLabel": "Register for the event on 18th September 2025 from 09:00 to 17:00"
819
- },
820
- {
821
- "date": "2025-09-18",
822
- "time": "09:00 – 17:00",
823
- "label": "Register",
824
- "url": "#",
825
- "newTab": true,
826
- "ariaLabel": "Register for the event on 18th September 2025 from 09:00 to 17:00"
827
- },
828
- {
829
- "date": "2025-09-18",
830
- "time": "09:00 – 17:00",
831
- "label": "Register",
832
- "url": "#",
833
- "newTab": true,
834
- "ariaLabel": "Register for the event on 18th September 2025 from 09:00 to 17:00"
835
- }
836
- ],
837
- "locationName": "Köln Messe",
838
- "displayMode": "compact",
839
- "address": "Messeplatz 1<br />\n 50679 Köln",
840
- "links": [
841
- {
842
- "newTab": true,
843
- "url": "https://maps.google.com/?q=Berlin+Congress+Center",
844
- "label": "Open in Google Maps"
845
- }
846
- ]
847
- },
848
- {
849
- "dates": [
850
- {
851
- "date": "2025-09-18",
852
- "time": "09:00 – 17:00",
853
- "label": "Register",
854
- "url": "#",
855
- "newTab": true,
856
- "ariaLabel": "Register for the event on 18th September 2025 from 09:00 to 17:00"
857
- },
858
- {
859
- "date": "2025-09-18",
860
- "time": "09:00 – 17:00",
861
- "label": "Register",
862
- "url": "#",
863
- "newTab": true,
864
- "ariaLabel": "Register for the event on 18th September 2025 from 09:00 to 17:00"
865
- }
866
- ],
867
- "locationName": "Berlin Congress Center (BCC) Redaktion & Event GmbH & Co. KG",
868
- "displayMode": "compact",
869
- "address": "Alexanderplatz 1<br />\n 10178 Berlin",
870
- "links": [
871
- {
872
- "newTab": true,
873
- "url": "https://maps.google.com/?q=Berlin+Congress+Center",
874
- "label": "Open in Google Maps"
875
- },
876
- {
877
- "newTab": true,
878
- "url": "https://www.berlincongresscenter.com",
879
- "label": "Location Website"
880
- }
881
- ]
882
- }
883
- ],
884
- "images": [
885
- {
886
- "src": "img/close-up-young-business-team-working.png",
887
- "alt": "Alt text Image 1",
888
- "caption": "Caption Image 1"
889
- },
890
- {
891
- "src": "img/low-angle-tall-building-with-many-windows_23-2148230392.png",
892
- "alt": "Alt text Image 2",
893
- "caption": "Caption Image 2"
894
- },
895
- {
896
- "src": "img/full-shot-different-people-working-together.png",
897
- "alt": "Alt text Image 3",
898
- "caption": "Caption Image 3"
899
- },
900
- {
901
- "src": "img/top-view-desk-with-keyboard-drawing-pad.png",
902
- "alt": "Alt text Image 4",
903
- "caption": "Caption Image 4"
904
- }
905
- ],
906
- "button": {
907
- "label": "See all Events",
908
- "url": "/#"
909
- },
910
- "title": "Systemics Design Conference 2025",
911
- "intro": "A full-day event for design system professionals and enthusiasts. Join us to learn, share, and connect with like-minded individuals.",
912
- "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 ",
913
- "downloads": [
914
- {
915
- "name": "Product Brochure",
916
- "format": "PDF",
917
- "size": "2.5 MB",
918
- "previewImage": "img/offset-image.png",
919
- "url": "img/offset-image.png"
920
- },
921
- {
922
- "name": "Company Brochure",
923
- "previewImage": "img/kickstartDS/CMS-Starter producthunt-slide-01.svg",
924
- "format": "PDF",
925
- "size": "3.2 MB",
926
- "url": "img/kickstartDS/CMS-Starter producthunt-slide-01.svg"
927
- },
928
- {
929
- "name": "User Guide",
930
- "format": "DOC",
931
- "size": "20 KB",
932
- "url": "assets/user-guide.doc"
933
- },
934
- {
935
- "name": "Technical Specifications",
936
- "format": "TXT",
937
- "size": "12 KB",
938
- "url": "assets/technical-specifications.txt"
939
- }
940
- ]
941
- },
942
- "screenshot": "img/screenshots/page-archetypes-event-detail--event-detail.png"
943
- },
944
- {
945
- "id": "page-archetypes-event-list--event-list",
946
- "group": "Page Archetypes/Event List",
947
- "name": "EventList",
948
- "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/>",
949
- "args": {
950
- "filter": {
951
- "datePicker": {
952
- "title": "Find Appointment",
953
- "dateFromInput": {
954
- "label": "From",
955
- "placeholder": "Select a date"
956
- },
957
- "dateToInput": {
958
- "label": "To",
959
- "placeholder": "Select a date"
960
- },
961
- "toggle": true
962
- },
963
- "categories": {
964
- "title": "Categories",
965
- "categoryCheckboxes": [
966
- "All",
967
- "Buyers",
968
- "Sellers",
969
- "Renters",
970
- "Landlords",
971
- "Tenants"
972
- ],
973
- "toggle": true
974
- },
975
- "applyButton": {
976
- "label": "Filter Appointments"
977
- },
978
- "resetButton": {
979
- "label": "Reset Filters"
980
- }
981
- },
982
- "events": [
983
- {
984
- "category": "Real Estate",
985
- "title": "Real Estate Expo 2025",
986
- "text": "Join us for the Real Estate Expo 2025, where industry leaders will discuss the future of real estate.",
987
- "date": "FRI, JAN 16",
988
- "time": "10:00 AM",
989
- "location": {
990
- "name": "Berlin Convention Center",
991
- "address": "123 Main St<br/>\n10115 Berlin"
992
- },
993
- "tags": [
994
- "Buyers",
995
- "Sellers",
996
- "Renters"
997
- ],
998
- "image": {
999
- "src": "img/close-up-young-business-team-working.png",
1000
- "alt": "A futuristic AI concept image"
1001
- },
1002
- "url": "https://example.com",
1003
- "ctaText": "Show event",
1004
- "cta": "Show appointment"
1005
- },
1006
- {
1007
- "category": "Technology",
1008
- "title": "The Future of AI",
1009
- "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.",
1010
- "date": "14.01.2025",
1011
- "time": "15:30 - 17:00",
1012
- "location": {
1013
- "name": "Cologne Exhibition Center",
1014
- "address": "123 Main St<br/>\n50677 Cologne"
1015
- },
1016
- "tags": [
1017
- "AI"
1018
- ],
1019
- "image": {
1020
- "src": "img/close-up-young-business-team-working.png",
1021
- "alt": "A futuristic AI concept image"
1022
- },
1023
- "url": "https://example.com",
1024
- "ctaText": "Show event",
1025
- "cta": "Show appointment"
1026
- },
1027
- {
1028
- "category": "Sustainability",
1029
- "title": "Global Innovations Summit 2025: Advancing Sustainable Technologies",
1030
- "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.",
1031
- "date": "20/30/2025",
1032
- "time": "from 17:00",
1033
- "location": {
1034
- "name": "Cologne Exhibition Center",
1035
- "address": "123 Main St<br/>\n50677 Cologne"
1036
- },
1037
- "tags": [
1038
- "Sustainability",
1039
- "Technology"
1040
- ],
1041
- "image": {
1042
- "src": "img/close-up-young-business-team-working.png",
1043
- "alt": "A futuristic AI concept image"
1044
- },
1045
- "url": "https://example.com",
1046
- "ctaText": "Show event",
1047
- "cta": "Show appointment"
1048
- }
1049
- ]
1050
- },
1051
- "screenshot": "img/screenshots/page-archetypes-event-list--event-list.png"
1052
- },
1053
- {
1054
- "id": "page-archetypes-search--search",
1055
- "group": "Page Archetypes/Search",
1056
- "name": "Search",
1057
- "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 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 ariaLabel: 'Search Result: AI Conference 2023',\n showLink: true,\n text: 'Join us for the annual **AI Conference** bringing together experts from around the world.\\n Register now to secure your spot and learn about the latest advancements in AI.',\n title: 'AI Conference 2023',\n url: 'https://www.example.com/ai-conference-2023'\n },\n {\n ariaLabel: 'Search Result: Web Development Summit 2023',\n showLink: true,\n text: 'Explore the future of web development at the **Web Development Summit**.\\n Discover new technologies and network with industry leaders.',\n title: 'Web Development Summit 2023',\n url: 'https://www.example.com/web-development-summit-2023'\n },\n {\n ariaLabel: 'Search Result: Data Science Bootcamp',\n showLink: true,\n text: 'Enhance your skills with our **Data Science Bootcamp**.\\n Learn from experts and work on real-world projects.',\n title: 'Data Science Bootcamp',\n url: 'https://www.example.com/data-science-bootcamp'\n },\n {\n ariaLabel: 'Search Result: AI Conference 2023',\n showLink: true,\n text: 'Join us for the annual **AI Conference** bringing together experts from around the world.\\n Register now to secure your spot and learn about the latest advancements in AI.',\n title: 'AI Conference 2023',\n url: 'https://www.example.com/ai-conference-2023'\n },\n {\n ariaLabel: 'Search Result: Web Development Summit 2023',\n showLink: true,\n text: 'Explore the future of web development at the **Web Development Summit**.\\n Discover new technologies and network with industry leaders.',\n title: 'Web Development Summit 2023',\n url: 'https://www.example.com/web-development-summit-2023'\n },\n {\n ariaLabel: 'Search Result: Data Science Bootcamp',\n showLink: true,\n text: 'Enhance your skills with our **Data Science Bootcamp**.\\n Learn from experts and work on real-world projects.',\n title: 'Data Science Bootcamp',\n url: 'https://www.example.com/data-science-bootcamp'\n }\n ]}\n/>",
1058
- "args": {
1059
- "filter": {
1060
- "datePicker": {
1061
- "title": "Find Appointment",
1062
- "dateFromInput": {
1063
- "label": "From",
1064
- "placeholder": "Select a date"
1065
- },
1066
- "dateToInput": {
1067
- "label": "To",
1068
- "placeholder": "Select a date"
1069
- },
1070
- "toggle": true
1071
- },
1072
- "categories": {
1073
- "title": "Categories",
1074
- "categoryCheckboxes": [
1075
- "Category Filter",
1076
- "Category Filter",
1077
- "Category Filter"
1078
- ],
1079
- "toggle": true
1080
- },
1081
- "applyButton": {
1082
- "label": "Filter Appointments"
1083
- },
1084
- "resetButton": {
1085
- "label": "Reset Filters"
1086
- }
1087
- },
1088
- "events": [
1089
- {
1090
- "category": "Buyers",
1091
- "title": "This is a event teaser title",
1092
- "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.",
1093
- "date": "FRI, JAN 16",
1094
- "time": "10:00",
1095
- "location": {
1096
- "name": "Stadthalle",
1097
- "address": "Köln"
1098
- },
1099
- "tags": [
1100
- "AI"
1101
- ],
1102
- "image": {
1103
- "src": "https://picsum.photos/seed/flower/800/600",
1104
- "alt": "This is an image of a flower"
1105
- },
1106
- "url": "https://example.com",
1107
- "ctaText": "Show event"
1108
- },
1109
- {
1110
- "category": "Buyers",
1111
- "title": "This is a event teaser title",
1112
- "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.",
1113
- "date": "FRI, JAN 16",
1114
- "time": "10:00",
1115
- "location": {
1116
- "name": "Stadthalle",
1117
- "address": "Köln"
1118
- },
1119
- "tags": [
1120
- "AI"
1121
- ],
1122
- "image": {
1123
- "src": "https://picsum.photos/seed/flower/800/600",
1124
- "alt": "This is an image of a flower"
1125
- },
1126
- "url": "https://example.com",
1127
- "ctaText": "Show event"
1128
- },
1129
- {
1130
- "category": "Buyers",
1131
- "title": "This is a event teaser title",
1132
- "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.",
1133
- "date": "FRI, JAN 16",
1134
- "time": "10:00",
1135
- "location": {
1136
- "name": "Stadthalle",
1137
- "address": "Köln"
1138
- },
1139
- "tags": [
1140
- "AI"
1141
- ],
1142
- "image": {
1143
- "src": "https://picsum.photos/seed/flower/800/600",
1144
- "alt": "This is an image of a flower"
1145
- },
1146
- "url": "https://example.com",
1147
- "ctaText": "Show event"
1148
- }
1149
- ],
1150
- "searchFilter": {
1151
- "title": "Search Filters",
1152
- "categories": [
1153
- {
1154
- "title": "Pages",
1155
- "url": "#",
1156
- "amount": 10
1157
- },
1158
- {
1159
- "title": "News",
1160
- "url": "#",
1161
- "amount": 5
1162
- },
1163
- {
1164
- "title": "Blog Posts",
1165
- "url": "#",
1166
- "amount": 2
1167
- }
1168
- ]
1169
- },
1170
- "searchResults": [
1171
- {
1172
- "url": "https://www.example.com/ai-conference-2023",
1173
- "title": "AI Conference 2023",
1174
- "text": "Join us for the annual **AI Conference** bringing together experts from around the world.\n Register now to secure your spot and learn about the latest advancements in AI.",
1175
- "ariaLabel": "Search Result: AI Conference 2023",
1176
- "showLink": true
1177
- },
1178
- {
1179
- "url": "https://www.example.com/web-development-summit-2023",
1180
- "title": "Web Development Summit 2023",
1181
- "text": "Explore the future of web development at the **Web Development Summit**.\n Discover new technologies and network with industry leaders.",
1182
- "ariaLabel": "Search Result: Web Development Summit 2023",
1183
- "showLink": true
1184
- },
1185
- {
1186
- "url": "https://www.example.com/data-science-bootcamp",
1187
- "title": "Data Science Bootcamp",
1188
- "text": "Enhance your skills with our **Data Science Bootcamp**.\n Learn from experts and work on real-world projects.",
1189
- "ariaLabel": "Search Result: Data Science Bootcamp",
1190
- "showLink": true
1191
- },
1192
- {
1193
- "url": "https://www.example.com/ai-conference-2023",
1194
- "title": "AI Conference 2023",
1195
- "text": "Join us for the annual **AI Conference** bringing together experts from around the world.\n Register now to secure your spot and learn about the latest advancements in AI.",
1196
- "ariaLabel": "Search Result: AI Conference 2023",
1197
- "showLink": true
1198
- },
1199
- {
1200
- "url": "https://www.example.com/web-development-summit-2023",
1201
- "title": "Web Development Summit 2023",
1202
- "text": "Explore the future of web development at the **Web Development Summit**.\n Discover new technologies and network with industry leaders.",
1203
- "ariaLabel": "Search Result: Web Development Summit 2023",
1204
- "showLink": true
1205
- },
1206
- {
1207
- "url": "https://www.example.com/data-science-bootcamp",
1208
- "title": "Data Science Bootcamp",
1209
- "text": "Enhance your skills with our **Data Science Bootcamp**.\n Learn from experts and work on real-world projects.",
1210
- "ariaLabel": "Search Result: Data Science Bootcamp",
1211
- "showLink": true
1212
- }
1213
- ]
1214
- },
1215
- "screenshot": "img/screenshots/page-archetypes-search--search.png"
736
+ "screenshot": "img/screenshots/pages-archetypes--blog-post.png"
1216
737
  },
1217
738
  {
1218
739
  "id": "components-contact--wide-image",
1219
740
  "group": "Components/Contact",
1220
741
  "name": "WideImage",
1221
- "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/>",
742
+ "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/>",
1222
743
  "args": {
1223
744
  "image": {
1224
745
  "src": "img/people/contact-isabella.png",
1225
- "alt": "Picture of Isabella Doe",
746
+ "alt": "Picture of Jane Smith",
1226
747
  "fullWidth": false,
1227
748
  "aspectRatio": "wide"
1228
749
  },
@@ -1232,16 +753,14 @@
1232
753
  {
1233
754
  "icon": "twitter",
1234
755
  "label": "@Isabella_Doe",
1235
- "url": "#",
1236
- "newTab": false,
1237
- "ariaLabel": "Isabella Doe on Twitter"
756
+ "href": "#",
757
+ "newTab": false
1238
758
  },
1239
759
  {
1240
760
  "icon": "linkedin",
1241
761
  "label": "Isabella.Doe",
1242
- "url": "mailto:mail@example.com",
1243
- "newTab": false,
1244
- "ariaLabel": "Isabella Doe on LinkedIn"
762
+ "href": "mailto:mail@example.com",
763
+ "newTab": false
1245
764
  }
1246
765
  ]
1247
766
  },
@@ -1251,11 +770,11 @@
1251
770
  "id": "components-contact--circular-avatar",
1252
771
  "group": "Components/Contact",
1253
772
  "name": "CircularAvatar",
1254
- "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/>",
773
+ "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/>",
1255
774
  "args": {
1256
775
  "image": {
1257
776
  "src": "img/people/author-emily.png",
1258
- "alt": "Picture of Isabella Doe",
777
+ "alt": "Picture of Jane Smith",
1259
778
  "fullWidth": false,
1260
779
  "aspectRatio": "square"
1261
780
  },
@@ -1265,16 +784,14 @@
1265
784
  {
1266
785
  "icon": "twitter",
1267
786
  "label": "@jane_smith",
1268
- "url": "#",
1269
- "newTab": false,
1270
- "ariaLabel": "Link to Isabella Doe's social media profile"
787
+ "href": "#",
788
+ "newTab": false
1271
789
  },
1272
790
  {
1273
791
  "icon": "linkedin",
1274
792
  "label": "jane.smith",
1275
- "url": "mailto:mail@example.com",
1276
- "newTab": false,
1277
- "ariaLabel": "Link to Isabella Doe's social media profile"
793
+ "href": "mailto:mail@example.com",
794
+ "newTab": false
1278
795
  }
1279
796
  ],
1280
797
  "copy": "Leads with a vision for innovative, user-centric web designs"
@@ -1285,11 +802,11 @@
1285
802
  "id": "components-contact--vertical-image-with-paragraph",
1286
803
  "group": "Components/Contact",
1287
804
  "name": "VerticalImageWithParagraph",
1288
- "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/>",
805
+ "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/>",
1289
806
  "args": {
1290
807
  "image": {
1291
808
  "src": "img/people/contact-john.png",
1292
- "alt": "Picture of Isabella Doe",
809
+ "alt": "Picture of Jane Smith",
1293
810
  "fullWidth": false,
1294
811
  "aspectRatio": "vertical"
1295
812
  },
@@ -1299,16 +816,14 @@
1299
816
  {
1300
817
  "icon": "xing",
1301
818
  "label": "john.smith",
1302
- "url": "mailto:mail@example.com",
1303
- "newTab": false,
1304
- "ariaLabel": "Link to Isabella Doe's social media profile"
819
+ "href": "mailto:mail@example.com",
820
+ "newTab": false
1305
821
  },
1306
822
  {
1307
823
  "icon": "twitter",
1308
824
  "label": "@john_smith",
1309
- "url": "#",
1310
- "newTab": false,
1311
- "ariaLabel": "Link to Isabella Doe's social media profile"
825
+ "href": "#",
826
+ "newTab": false
1312
827
  }
1313
828
  ],
1314
829
  "copy": "Leads with a vision for innovative, user-centric web designs, ensuring each project merges creativity with functionality to deliver outstanding digital experiences."
@@ -1319,11 +834,11 @@
1319
834
  "id": "components-contact--full-image-width",
1320
835
  "group": "Components/Contact",
1321
836
  "name": "FullImageWidth",
1322
- "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/>",
837
+ "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/>",
1323
838
  "args": {
1324
839
  "image": {
1325
840
  "src": "img/people/contact-jim.png",
1326
- "alt": "Picture of Isabella Doe",
841
+ "alt": "Picture of Jane Smith",
1327
842
  "fullWidth": true,
1328
843
  "aspectRatio": "wide"
1329
844
  },
@@ -1333,109 +848,52 @@
1333
848
  {
1334
849
  "icon": "email",
1335
850
  "label": "jim.johnsson@mail.com",
1336
- "url": "mailto:mail@example.com",
1337
- "newTab": false,
1338
- "ariaLabel": "Link to Isabella Doe's social media profile"
851
+ "href": "mailto:mail@example.com",
852
+ "newTab": false
1339
853
  },
1340
854
  {
1341
855
  "icon": "facebook",
1342
856
  "label": "@jim_johnsson",
1343
- "url": "#",
1344
- "newTab": false,
1345
- "ariaLabel": "Link to Isabella Doe's social media profile"
857
+ "href": "#",
858
+ "newTab": false
1346
859
  }
1347
860
  ],
1348
861
  "copy": "Blends artistic flair with technical expertise, creating visually stunning and intuitive websites that captivate users and drive engagement."
1349
862
  },
1350
863
  "screenshot": "img/screenshots/components-contact--full-image-width.png"
1351
864
  },
1352
- {
1353
- "id": "industry-content-nav--default",
1354
- "group": "Industry / Content Nav",
1355
- "name": "Default",
1356
- "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/>",
1357
- "args": {
1358
- "initiallyShown": 4,
1359
- "image": {
1360
- "src": "img/full-shot-different-people-working-together.png",
1361
- "alt": "A group of people collaborating in an office setting"
1362
- },
1363
- "topic": "Industry Intelligence",
1364
- "links": [
1365
- {
1366
- "label": "Market Insights",
1367
- "url": "#"
1368
- },
1369
- {
1370
- "label": "Industry Trends",
1371
- "url": "#"
1372
- },
1373
- {
1374
- "label": "Competitor Analysis",
1375
- "url": "#"
1376
- },
1377
- {
1378
- "label": "Customer Feedback",
1379
- "url": "#"
1380
- },
1381
- {
1382
- "label": "Sales Data",
1383
- "url": "#"
1384
- },
1385
- {
1386
- "label": "Product Development",
1387
- "url": "#"
1388
- },
1389
- {
1390
- "label": "Supply Chain Management",
1391
- "url": "#"
1392
- },
1393
- {
1394
- "label": "Financial Performance",
1395
- "url": "#"
1396
- },
1397
- {
1398
- "label": "Regulatory Compliance",
1399
- "url": "#"
1400
- }
1401
- ]
1402
- },
1403
- "screenshot": "img/screenshots/industry-content-nav--default.png"
1404
- },
1405
865
  {
1406
866
  "id": "components-cta--banner",
1407
867
  "group": "Components/Cta",
1408
868
  "name": "Banner",
1409
- "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/>",
869
+ "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/>",
1410
870
  "args": {
1411
871
  "headline": "Ready to Transform Your Development Process?",
1412
872
  "sub": "Start your journey today.",
1413
873
  "highlightText": false,
1414
874
  "colorNeutral": false,
875
+ "fullWidth": false,
1415
876
  "buttons": [
1416
877
  {
1417
878
  "label": "Contact Us",
1418
- "url": "#",
879
+ "target": "#",
1419
880
  "icon": "person"
1420
881
  },
1421
882
  {
1422
883
  "label": "Learn More",
1423
- "url": "#",
884
+ "target": "#",
1424
885
  "icon": "date"
1425
886
  }
1426
887
  ],
1427
888
  "image": {
1428
- "padding": true,
1429
- "align": "center"
889
+ "padding": true
1430
890
  },
1431
891
  "order": {
1432
892
  "mobileImageLast": false,
1433
893
  "desktopImageLast": true
1434
894
  },
1435
895
  "textAlign": "center",
1436
- "align": "center",
1437
- "padding": false,
1438
- "inverted": false,
896
+ "contentAlign": "center",
1439
897
  "text": "Get started with our design system today and experience a new level of efficiency and consistency in your projects."
1440
898
  },
1441
899
  "screenshot": "img/screenshots/components-cta--banner.png"
@@ -1444,31 +902,29 @@
1444
902
  "id": "components-cta--highlighted",
1445
903
  "group": "Components/Cta",
1446
904
  "name": "Highlighted",
1447
- "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/>",
905
+ "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/>",
1448
906
  "args": {
1449
907
  "headline": "Why Choose Our Design System?",
1450
908
  "sub": "Built for consistency and speed.",
1451
909
  "highlightText": true,
1452
910
  "colorNeutral": false,
911
+ "fullWidth": false,
1453
912
  "buttons": [
1454
913
  {
1455
914
  "label": "Get Started",
1456
- "url": "#",
915
+ "target": "#",
1457
916
  "icon": "person"
1458
917
  }
1459
918
  ],
1460
919
  "image": {
1461
- "padding": true,
1462
- "align": "center"
920
+ "padding": true
1463
921
  },
1464
922
  "order": {
1465
923
  "mobileImageLast": false,
1466
924
  "desktopImageLast": true
1467
925
  },
1468
926
  "textAlign": "center",
1469
- "align": "center",
1470
- "padding": false,
1471
- "inverted": false,
927
+ "contentAlign": "center",
1472
928
  "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."
1473
929
  },
1474
930
  "screenshot": "img/screenshots/components-cta--highlighted.png"
@@ -1477,31 +933,29 @@
1477
933
  "id": "components-cta--left-aligned",
1478
934
  "group": "Components/Cta",
1479
935
  "name": "LeftAligned",
1480
- "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/>",
936
+ "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/>",
1481
937
  "args": {
1482
938
  "headline": "Experience Our Design System",
1483
939
  "sub": "Efficient, scalable, seamless.",
1484
940
  "highlightText": false,
1485
941
  "colorNeutral": false,
942
+ "fullWidth": false,
1486
943
  "buttons": [
1487
944
  {
1488
945
  "label": "Learn More",
1489
- "url": "#",
946
+ "target": "#",
1490
947
  "icon": "person"
1491
948
  }
1492
949
  ],
1493
950
  "image": {
1494
- "padding": true,
1495
- "align": "center"
951
+ "padding": true
1496
952
  },
1497
953
  "order": {
1498
954
  "mobileImageLast": false,
1499
955
  "desktopImageLast": true
1500
956
  },
1501
957
  "textAlign": "left",
1502
- "align": "center",
1503
- "padding": false,
1504
- "inverted": false,
958
+ "contentAlign": "center",
1505
959
  "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."
1506
960
  },
1507
961
  "screenshot": "img/screenshots/components-cta--left-aligned.png"
@@ -1510,26 +964,28 @@
1510
964
  "id": "components-cta--product-advertisement",
1511
965
  "group": "Components/Cta",
1512
966
  "name": "ProductAdvertisement",
1513
- "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/>",
967
+ "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/>",
1514
968
  "args": {
1515
969
  "headline": "Experience Immersive Sound",
1516
970
  "sub": "With Our Premium Over-Ear Headphones",
1517
971
  "highlightText": true,
1518
972
  "colorNeutral": false,
973
+ "fullWidth": false,
1519
974
  "buttons": [
1520
975
  {
1521
976
  "label": "Shop Now",
1522
- "url": "/shop",
977
+ "target": "/shop",
978
+ "variant": "primary",
1523
979
  "icon": "chevron-right"
1524
980
  },
1525
981
  {
1526
982
  "label": "Learn More",
1527
- "url": "/product-info"
983
+ "target": "/product-info",
984
+ "variant": "secondary"
1528
985
  }
1529
986
  ],
1530
987
  "image": {
1531
988
  "padding": false,
1532
- "align": "center",
1533
989
  "src": "img/showcases/comp_audio04.png",
1534
990
  "alt": "Over-Ear Headphones"
1535
991
  },
@@ -1538,11 +994,10 @@
1538
994
  "desktopImageLast": false
1539
995
  },
1540
996
  "textAlign": "left",
1541
- "align": "center",
1542
- "padding": true,
1543
- "inverted": false,
997
+ "contentAlign": "center",
1544
998
  "text": "Our over-ear headphones provide an immersive audio experience. With noise-cancellation technology and high-quality sound.",
1545
- "backgroundImage": "img/bg_dot-carpet-blue.svg"
999
+ "backgroundImage": "img/bg_dot-carpet-blue.svg",
1000
+ "width": "wide"
1546
1001
  },
1547
1002
  "screenshot": "img/screenshots/components-cta--product-advertisement.png"
1548
1003
  },
@@ -1550,38 +1005,37 @@
1550
1005
  "id": "components-cta--contact-banner",
1551
1006
  "group": "Components/Cta",
1552
1007
  "name": "ContactBanner",
1553
- "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/>",
1008
+ "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/>",
1554
1009
  "args": {
1555
1010
  "headline": "Get in touch",
1556
1011
  "sub": "Chat with us about getting your product or platform to market faster",
1557
1012
  "highlightText": false,
1558
1013
  "colorNeutral": false,
1014
+ "fullWidth": true,
1559
1015
  "buttons": [
1560
1016
  {
1561
1017
  "label": "Contact us",
1562
1018
  "icon": "person",
1563
- "url": "#"
1019
+ "target": "#"
1564
1020
  },
1565
1021
  {
1566
1022
  "label": "Book a meeting",
1567
1023
  "icon": "date",
1568
- "url": "#"
1024
+ "target": "#"
1569
1025
  }
1570
1026
  ],
1571
1027
  "image": {
1572
1028
  "padding": false,
1573
- "align": "center",
1574
- "src": "img/people/contact-person.png"
1029
+ "src": "img/contact-person.png"
1575
1030
  },
1576
1031
  "order": {
1577
1032
  "mobileImageLast": false,
1578
1033
  "desktopImageLast": false
1579
1034
  },
1580
1035
  "textAlign": "left",
1581
- "align": "center",
1582
- "padding": true,
1583
- "inverted": false,
1584
- "text": "Our modular design approach allows for flexibility and scalability in your application's architecture."
1036
+ "contentAlign": "center",
1037
+ "text": "Our modular design approach allows for flexibility and scalability in your application's architecture.",
1038
+ "width": "wide"
1585
1039
  },
1586
1040
  "screenshot": "img/screenshots/components-cta--contact-banner.png"
1587
1041
  },
@@ -1589,22 +1043,22 @@
1589
1043
  "id": "components-cta--split-banner",
1590
1044
  "group": "Components/Cta",
1591
1045
  "name": "SplitBanner",
1592
- "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/>",
1046
+ "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/>",
1593
1047
  "args": {
1594
1048
  "headline": "Design System Services",
1595
1049
  "sub": "Subheadline",
1596
1050
  "highlightText": false,
1597
1051
  "colorNeutral": true,
1052
+ "fullWidth": true,
1598
1053
  "buttons": [
1599
1054
  {
1600
1055
  "label": "What can we do for you?",
1601
1056
  "icon": "person",
1602
- "url": "#"
1057
+ "target": "#"
1603
1058
  }
1604
1059
  ],
1605
1060
  "image": {
1606
1061
  "padding": false,
1607
- "align": "center",
1608
1062
  "src": "img/colored-square.png"
1609
1063
  },
1610
1064
  "order": {
@@ -1612,11 +1066,10 @@
1612
1066
  "desktopImageLast": false
1613
1067
  },
1614
1068
  "textAlign": "left",
1615
- "align": "center",
1616
- "padding": true,
1617
- "inverted": false,
1069
+ "contentAlign": "center",
1618
1070
  "text": "Here at Systemics, we bring a range of design system services that can make a difference.",
1619
- "backgroundColor": "#d9e4ff"
1071
+ "backgroundColor": "#001856",
1072
+ "width": "wide"
1620
1073
  },
1621
1074
  "screenshot": "img/screenshots/components-cta--split-banner.png"
1622
1075
  },
@@ -1624,27 +1077,27 @@
1624
1077
  "id": "components-cta--angled-image",
1625
1078
  "group": "Components/Cta",
1626
1079
  "name": "AngledImage",
1627
- "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/>",
1080
+ "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/>",
1628
1081
  "args": {
1629
1082
  "headline": "Our **Approach** to Design Systems",
1630
1083
  "sub": "Subheadline",
1631
1084
  "highlightText": false,
1632
1085
  "colorNeutral": false,
1086
+ "fullWidth": true,
1633
1087
  "buttons": [
1634
1088
  {
1635
1089
  "label": "Contact us",
1636
1090
  "icon": "person",
1637
- "url": "#"
1091
+ "target": "#"
1638
1092
  },
1639
1093
  {
1640
1094
  "label": "Book a meeting",
1641
1095
  "icon": "date",
1642
- "url": "#"
1096
+ "target": "#"
1643
1097
  }
1644
1098
  ],
1645
1099
  "image": {
1646
1100
  "padding": false,
1647
- "align": "center",
1648
1101
  "src": "img/angled-image.png"
1649
1102
  },
1650
1103
  "order": {
@@ -1652,10 +1105,9 @@
1652
1105
  "desktopImageLast": true
1653
1106
  },
1654
1107
  "textAlign": "left",
1655
- "align": "center",
1656
- "padding": true,
1657
- "inverted": false,
1658
- "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."
1108
+ "contentAlign": "center",
1109
+ "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.",
1110
+ "width": "wide"
1659
1111
  },
1660
1112
  "screenshot": "img/screenshots/components-cta--angled-image.png"
1661
1113
  },
@@ -1663,36 +1115,34 @@
1663
1115
  "id": "components-cta--colored-banner",
1664
1116
  "group": "Components/Cta",
1665
1117
  "name": "ColoredBanner",
1666
- "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/>",
1118
+ "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/>",
1667
1119
  "args": {
1668
1120
  "headline": "Expertise in Scalable Solutions",
1669
1121
  "sub": "Subheadline",
1670
1122
  "highlightText": true,
1671
1123
  "colorNeutral": true,
1124
+ "fullWidth": false,
1672
1125
  "buttons": [
1673
1126
  {
1674
1127
  "label": "Learn More",
1675
- "url": "#"
1128
+ "target": "#"
1676
1129
  },
1677
1130
  {
1678
1131
  "label": "Contact Us",
1679
- "url": "#"
1132
+ "target": "#"
1680
1133
  }
1681
1134
  ],
1682
1135
  "image": {
1683
- "padding": true,
1684
- "align": "center"
1136
+ "padding": true
1685
1137
  },
1686
1138
  "order": {
1687
1139
  "mobileImageLast": false,
1688
1140
  "desktopImageLast": true
1689
1141
  },
1690
1142
  "textAlign": "left",
1691
- "align": "center",
1692
- "padding": true,
1693
- "inverted": false,
1143
+ "contentAlign": "center",
1694
1144
  "text": "Leverage our expertise in creating scalable and robust applications using modern technologies.",
1695
- "backgroundColor": "#ffd4ea"
1145
+ "backgroundColor": "#a30051"
1696
1146
  },
1697
1147
  "screenshot": "img/screenshots/components-cta--colored-banner.png"
1698
1148
  },
@@ -1700,27 +1150,27 @@
1700
1150
  "id": "components-cta--align-bottom",
1701
1151
  "group": "Components/Cta",
1702
1152
  "name": "AlignBottom",
1703
- "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/>",
1153
+ "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/>",
1704
1154
  "args": {
1705
1155
  "headline": "Custom Solutions",
1706
1156
  "sub": "Subheadline",
1707
1157
  "highlightText": false,
1708
1158
  "colorNeutral": false,
1159
+ "fullWidth": true,
1709
1160
  "buttons": [
1710
1161
  {
1711
1162
  "label": "Contact us",
1712
1163
  "icon": "person",
1713
- "url": "#"
1164
+ "target": "#"
1714
1165
  },
1715
1166
  {
1716
1167
  "label": "Book a meeting",
1717
1168
  "icon": "date",
1718
- "url": "#"
1169
+ "target": "#"
1719
1170
  }
1720
1171
  ],
1721
1172
  "image": {
1722
1173
  "padding": true,
1723
- "align": "center",
1724
1174
  "src": "img/offset-image.png"
1725
1175
  },
1726
1176
  "order": {
@@ -1728,489 +1178,63 @@
1728
1178
  "desktopImageLast": false
1729
1179
  },
1730
1180
  "textAlign": "left",
1731
- "align": "bottom",
1732
- "padding": false,
1733
- "inverted": false,
1181
+ "contentAlign": "bottom",
1734
1182
  "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.",
1735
- "backgroundImage": "img/grid-bg.svg"
1183
+ "backgroundImage": "img/grid-bg.svg",
1184
+ "width": "wide"
1736
1185
  },
1737
1186
  "screenshot": "img/screenshots/components-cta--align-bottom.png"
1738
1187
  },
1739
1188
  {
1740
- "id": "layout-divider--accent",
1741
- "group": "Layout/Divider",
1189
+ "id": "components-divider--accent",
1190
+ "group": "Components/Divider",
1742
1191
  "name": "Accent",
1743
1192
  "code": "<No Display Name variant=\"accent\" />",
1744
1193
  "args": {
1745
1194
  "variant": "accent"
1746
1195
  },
1747
- "screenshot": "img/screenshots/layout-divider--accent.png"
1196
+ "screenshot": "img/screenshots/components-divider--accent.png"
1748
1197
  },
1749
1198
  {
1750
- "id": "layout-divider--default",
1751
- "group": "Layout/Divider",
1199
+ "id": "components-divider--default",
1200
+ "group": "Components/Divider",
1752
1201
  "name": "Default",
1753
1202
  "code": "<No Display Name variant=\"default\" />",
1754
1203
  "args": {
1755
1204
  "variant": "default"
1756
1205
  },
1757
- "screenshot": "img/screenshots/layout-divider--default.png"
1206
+ "screenshot": "img/screenshots/components-divider--default.png"
1758
1207
  },
1759
1208
  {
1760
- "id": "industry-downloads--technical-details-only",
1761
- "group": "Industry/Downloads",
1762
- "name": "TechnicalDetailsOnly",
1763
- "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 />",
1209
+ "id": "components-faq--dropdown-list",
1210
+ "group": "Components/Faq",
1211
+ "name": "DropdownList",
1212
+ "code": "<Faq\n questions={[\n {\n answer: 'Experience the speed & scalability unlike anything seen before with our Headless CMS powered websites, web apps & composable architecture.',\n question: 'What are the benefits of investing in a Design System?'\n },\n {\n answer: 'Experience the speed & scalability unlike anything seen before with our Headless CMS powered websites, web apps & composable architecture.',\n question: 'What is a Design System?'\n },\n {\n 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.',\n question: 'What is the role of a Headless CMS in a Design System?'\n }\n ]}\n />",
1764
1213
  "args": {
1765
- "downloads": [
1766
- {
1767
- "name": "Product Brochure",
1768
- "format": "PDF",
1769
- "size": "2.5 MB",
1770
- "previewImage": "img/offset-image.png",
1771
- "url": "#"
1772
- },
1214
+ "questions": [
1773
1215
  {
1774
- "name": "Company Brochure",
1775
- "previewImage": "img/kickstartDS/CMS-Starter producthunt-slide-01.svg",
1776
- "format": "PDF",
1777
- "size": "3.2 MB",
1778
- "url": "#"
1216
+ "question": "What are the benefits of investing in a Design System?",
1217
+ "answer": "Experience the speed & scalability unlike anything seen before with our Headless CMS powered websites, web apps & composable architecture."
1779
1218
  },
1780
1219
  {
1781
- "name": "User Guide",
1782
- "format": "DOC",
1783
- "size": "20 KB",
1784
- "url": "#"
1220
+ "question": "What is a Design System?",
1221
+ "answer": "Experience the speed & scalability unlike anything seen before with our Headless CMS powered websites, web apps & composable architecture."
1785
1222
  },
1786
1223
  {
1787
- "name": "Technical Specifications",
1788
- "format": "TXT",
1789
- "size": "12 KB",
1790
- "url": "#"
1224
+ "question": "What is the role of a Headless CMS in a Design System?",
1225
+ "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."
1791
1226
  }
1792
1227
  ]
1793
1228
  },
1794
- "screenshot": "img/screenshots/industry-downloads--technical-details-only.png"
1229
+ "screenshot": "img/screenshots/components-faq--dropdown-list.png"
1795
1230
  },
1796
1231
  {
1797
- "id": "industry-downloads--description-only",
1798
- "group": "Industry/Downloads",
1799
- "name": "DescriptionOnly",
1800
- "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 />",
1232
+ "id": "components-faq--single-dropdown",
1233
+ "group": "Components/Faq",
1234
+ "name": "SingleDropdown",
1235
+ "code": "<Faq\n questions={[\n {\n answer: 'Experience the speed & scalability unlike anything seen before with our Headless CMS powered websites, web apps & composable architecture.',\n question: 'What is a Design System?'\n }\n ]}\n />",
1801
1236
  "args": {
1802
- "downloads": [
1803
- {
1804
- "name": "Product Brochure",
1805
- "description": "Detailed product information and specifications. Recommended for all users.",
1806
- "previewImage": "img/offset-image.png"
1807
- },
1808
- {
1809
- "name": "Technical Specifications",
1810
- "description": "In-depth technical details and requirements. Recommended for technical users.",
1811
- "previewImage": "img/kickstartDS/CMS-Starter producthunt-slide-01.svg"
1812
- },
1813
- {
1814
- "name": "User Guide",
1815
- "description": "Comprehensive guide to using our product.",
1816
- "previewImage": "img/about/cta.png"
1817
- },
1818
- {
1819
- "name": "Company Brochure",
1820
- "description": "Overview of our company and services.",
1821
- "previewImage": "img/view-modern-office.jpg"
1822
- }
1823
- ]
1824
- },
1825
- "screenshot": "img/screenshots/industry-downloads--description-only.png"
1826
- },
1827
- {
1828
- "id": "industry-downloads--complete",
1829
- "group": "Industry/Downloads",
1830
- "name": "Complete",
1831
- "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 />",
1832
- "args": {
1833
- "downloads": [
1834
- {
1835
- "name": "Product Brochure",
1836
- "format": "PDF",
1837
- "size": "2.5 MB",
1838
- "description": "Detailed product information and specifications. Recommended for all users.",
1839
- "previewImage": "img/offset-image.png"
1840
- },
1841
- {
1842
- "name": "Company Brochure",
1843
- "description": "Overview of our company and services.",
1844
- "previewImage": "img/kickstartDS/CMS-Starter producthunt-slide-01.svg",
1845
- "format": "PDF",
1846
- "size": "3.2 MB"
1847
- },
1848
- {
1849
- "name": "User Guide",
1850
- "description": "Comprehensive guide to using our product.",
1851
- "format": "DOC",
1852
- "size": "20 KB"
1853
- },
1854
- {
1855
- "name": "Technical Specifications",
1856
- "description": "In-depth technical details and requirements. Recommended for technical users.",
1857
- "format": "TXT",
1858
- "size": "12 KB"
1859
- }
1860
- ]
1861
- },
1862
- "screenshot": "img/screenshots/industry-downloads--complete.png"
1863
- },
1864
- {
1865
- "id": "industry-downloads--mixed",
1866
- "group": "Industry/Downloads",
1867
- "name": "Mixed",
1868
- "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 />",
1869
- "args": {
1870
- "downloads": [
1871
- {
1872
- "name": "Product Brochure",
1873
- "format": "PDF",
1874
- "size": "2.5 MB",
1875
- "description": "Detailed product information and specifications. Recommended for all users.",
1876
- "previewImage": "img/offset-image.png"
1877
- },
1878
- {
1879
- "name": "User Guide",
1880
- "format": "PDF",
1881
- "size": "1.2 MB",
1882
- "previewImage": "img/about/cta.png"
1883
- },
1884
- {
1885
- "name": "Company Brochure",
1886
- "previewImage": "img/kickstartDS/CMS-Starter producthunt-slide-01.svg"
1887
- },
1888
- {
1889
- "name": "Technical Specifications",
1890
- "description": "In-depth technical details and requirements."
1891
- }
1892
- ]
1893
- },
1894
- "screenshot": "img/screenshots/industry-downloads--mixed.png"
1895
- },
1896
- {
1897
- "id": "event-event-appointment--default",
1898
- "group": "Event/ Event Appointment",
1899
- "name": "Default",
1900
- "code": "<EventAppointment\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\n time=\"09:00 – 17:00\"\n url=\"#\"\n/>",
1901
- "args": {
1902
- "date": "18.09.2025",
1903
- "time": "09:00 – 17:00",
1904
- "label": "Register",
1905
- "url": "#",
1906
- "newTab": true,
1907
- "ariaLabel": "Register for the event on 18th September 2025 from 09:00 to 17:00"
1908
- },
1909
- "screenshot": "img/screenshots/event-event-appointment--default.png"
1910
- },
1911
- {
1912
- "id": "event-event-filter--default",
1913
- "group": "Event/ Event Filter",
1914
- "name": "Default",
1915
- "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/>",
1916
- "args": {
1917
- "datePicker": {
1918
- "title": "Find Appointment",
1919
- "dateFromInput": {
1920
- "label": "From",
1921
- "placeholder": "Select a date"
1922
- },
1923
- "dateToInput": {
1924
- "label": "To",
1925
- "placeholder": "Select a date"
1926
- },
1927
- "toggle": true
1928
- },
1929
- "categories": {
1930
- "title": "Categories",
1931
- "categoryCheckboxes": [
1932
- "All",
1933
- "Buyers",
1934
- "Sellers",
1935
- "Renters",
1936
- "Landlords",
1937
- "Tenants"
1938
- ],
1939
- "toggle": true
1940
- },
1941
- "applyButton": {
1942
- "label": "Filter Appointments"
1943
- },
1944
- "resetButton": {
1945
- "label": "Reset Filters"
1946
- }
1947
- },
1948
- "screenshot": "img/screenshots/event-event-filter--default.png"
1949
- },
1950
- {
1951
- "id": "event-event-header--default",
1952
- "group": "Event/ Event Header",
1953
- "name": "Default",
1954
- "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/>",
1955
- "args": {
1956
- "title": "Systemics Design Conference 2025",
1957
- "categories": [
1958
- {
1959
- "label": "Conference"
1960
- },
1961
- {
1962
- "label": "Design Systems"
1963
- }
1964
- ],
1965
- "intro": "A full-day event for design system professionals and enthusiasts. Join us to learn, share, and connect with like-minded individuals."
1966
- },
1967
- "screenshot": "img/screenshots/event-event-header--default.png"
1968
- },
1969
- {
1970
- "id": "event-event-latest-teaser--default",
1971
- "group": "Event/ Event Latest Teaser",
1972
- "name": "Default",
1973
- "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/>",
1974
- "args": {
1975
- "date": "12/30/2025",
1976
- "calendar": {
1977
- "month": "Dec",
1978
- "day": "30"
1979
- },
1980
- "title": "The Future of AI",
1981
- "location": "Berlin, Germany",
1982
- "url": "https://example.com",
1983
- "cta": "Show event",
1984
- "ariaLabel": "Event teaser for ",
1985
- "link": {
1986
- "url": "#",
1987
- "text": "Show event"
1988
- }
1989
- },
1990
- "screenshot": "img/screenshots/event-event-latest-teaser--default.png"
1991
- },
1992
- {
1993
- "id": "event-event-latest--default",
1994
- "group": "Event/ Event Latest",
1995
- "name": "Default",
1996
- "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 />",
1997
- "args": {
1998
- "events": [
1999
- {
2000
- "date": "09/18/2025",
2001
- "calendar": {
2002
- "month": "Sep",
2003
- "day": "18"
2004
- },
2005
- "title": "Systemics Design Conference",
2006
- "location": "Berlin Congress Center, Berlin",
2007
- "url": "https://systemics.events/conference-berlin",
2008
- "cta": "View event",
2009
- "ariaLabel": "Systemics Design Conference on September 18, 2025 in Berlin"
2010
- },
2011
- {
2012
- "date": "10/05/2025",
2013
- "calendar": {
2014
- "month": "Oct",
2015
- "day": "05"
2016
- },
2017
- "title": "UX Leadership Summit",
2018
- "location": "Köln Messe, Cologne",
2019
- "url": "https://uxsummit.de/koeln-2025",
2020
- "cta": "View event",
2021
- "ariaLabel": "UX Leadership Summit on October 5, 2025 in Cologne"
2022
- },
2023
- {
2024
- "date": "11/12/2025",
2025
- "calendar": {
2026
- "month": "Nov",
2027
- "day": "12"
2028
- },
2029
- "title": "Frontend Future Days",
2030
- "location": "Hamburg Digital Campus, Hamburg",
2031
- "url": "https://frontendfuture.de/hamburg",
2032
- "cta": "View event",
2033
- "ariaLabel": "Frontend Future Days on November 12, 2025 in Hamburg"
2034
- },
2035
- {
2036
- "date": "12/01/2025",
2037
- "calendar": {
2038
- "month": "Dec",
2039
- "day": "01"
2040
- },
2041
- "title": "Accessibility in Practice Workshop",
2042
- "location": "Online",
2043
- "url": "https://a11yworkshop.com/dec-2025",
2044
- "cta": "View event",
2045
- "ariaLabel": "Accessibility in Practice Workshop on December 1, 2025 online"
2046
- }
2047
- ]
2048
- },
2049
- "screenshot": "img/screenshots/event-event-latest--default.png"
2050
- },
2051
- {
2052
- "id": "event-event-list-teaser--default",
2053
- "group": "Event/ Event List Teaser",
2054
- "name": "Default",
2055
- "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/>",
2056
- "args": {
2057
- "category": "Buyers",
2058
- "title": "The Future of AI",
2059
- "text": "The Future of AI is here and now - Join us to explore the latest advancements in artificial intelligence.",
2060
- "date": "30.12.2025",
2061
- "time": "10:00",
2062
- "location": {
2063
- "name": "Tech Conference Center",
2064
- "address": "Alexanderplatz 1<br />\n10178 Berlin"
2065
- },
2066
- "tags": [
2067
- "AI"
2068
- ],
2069
- "image": {
2070
- "src": "img/close-up-young-business-team-working.png",
2071
- "alt": "A futuristic AI concept image"
2072
- },
2073
- "url": "#",
2074
- "ctaText": "Show event"
2075
- },
2076
- "screenshot": "img/screenshots/event-event-list-teaser--default.png"
2077
- },
2078
- {
2079
- "id": "event-event-location--default",
2080
- "group": "Event/ Event Location",
2081
- "name": "Default",
2082
- "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/>",
2083
- "args": {
2084
- "dates": [
2085
- {
2086
- "date": "18.09.2025",
2087
- "time": "09:00 – 17:00",
2088
- "label": "Register",
2089
- "url": "#",
2090
- "newTab": true,
2091
- "ariaLabel": "Register for the event on 18th September 2025 from 09:00 to 17:00"
2092
- },
2093
- {
2094
- "date": "18.09.2025",
2095
- "time": "09:00 – 17:00",
2096
- "label": "Register",
2097
- "url": "#",
2098
- "newTab": true,
2099
- "ariaLabel": "Register for the event on 18th September 2025 from 09:00 to 17:00"
2100
- }
2101
- ],
2102
- "locationName": "Berlin Congress Center",
2103
- "displayMode": "spacious",
2104
- "address": "Alexanderplatz 1<br />\n 10178 Berlin",
2105
- "links": [
2106
- {
2107
- "newTab": true,
2108
- "url": "https://maps.google.com/?q=Berlin+Congress+Center",
2109
- "label": "Open in Google Maps"
2110
- },
2111
- {
2112
- "newTab": true,
2113
- "url": "https://maps.google.com/?q=Berlin+Congress+Center",
2114
- "label": "Location Website"
2115
- }
2116
- ]
2117
- },
2118
- "screenshot": "img/screenshots/event-event-location--default.png"
2119
- },
2120
- {
2121
- "id": "event-event-login--default",
2122
- "group": "Event/ Event Login",
2123
- "name": "Default",
2124
- "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/>",
2125
- "args": {
2126
- "headline": "Welcome back!",
2127
- "text": "Please enter your details to login",
2128
- "usernameInput": {
2129
- "label": "Username",
2130
- "placeholder": "Enter your username"
2131
- },
2132
- "passwordInput": {
2133
- "label": "Password",
2134
- "placeholder": "Enter your password"
2135
- },
2136
- "cta": {
2137
- "label": "Login",
2138
- "url": "#",
2139
- "ariaLabel": "Event Login"
2140
- },
2141
- "resetPassword": {
2142
- "label": "Reset Password?",
2143
- "url": "#"
2144
- }
2145
- },
2146
- "screenshot": "img/screenshots/event-event-login--default.png"
2147
- },
2148
- {
2149
- "id": "event-event-registration--default",
2150
- "group": "Event/ Event Registration",
2151
- "name": "Default",
2152
- "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/>",
2153
- "args": {
2154
- "label": "Registration Request",
2155
- "title": "The Future of AI",
2156
- "link": {
2157
- "url": "#",
2158
- "text": "More Information on the Event"
2159
- },
2160
- "date": "18.09.2025",
2161
- "time": "09:00 – 17:00",
2162
- "location": {
2163
- "name": "Tech Conference Center",
2164
- "address": "Alexanderplatz 1<br/>10178 Berlin"
2165
- },
2166
- "nameInput": {
2167
- "label": "Name*",
2168
- "placeholder": "Enter your name"
2169
- },
2170
- "emailInput": {
2171
- "label": "Email*",
2172
- "placeholder": "Enter your email"
2173
- },
2174
- "confirmationCheckboxLabel": "I read and agree to the terms and conditions*",
2175
- "mandatoryText": "_* Mandatory_",
2176
- "cta": {
2177
- "label": "Send Request",
2178
- "url": "#",
2179
- "ariaLabel": "Register for the event on 18th September 2025 from 09:00 to 17:00"
2180
- }
2181
- },
2182
- "screenshot": "img/screenshots/event-event-registration--default.png"
2183
- },
2184
- {
2185
- "id": "components-faq--dropdown-list",
2186
- "group": "Components/Faq",
2187
- "name": "DropdownList",
2188
- "code": "<Faq\n questions={[\n {\n answer: 'Experience the speed & scalability unlike anything seen before with our Headless CMS powered websites, web apps & composable architecture.',\n question: 'What are the benefits of investing in a Design System?'\n },\n {\n answer: 'Experience the speed & scalability unlike anything seen before with our Headless CMS powered websites, web apps & composable architecture.',\n question: 'What is a Design System?'\n },\n {\n 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.',\n question: 'What is the role of a Headless CMS in a Design System?'\n }\n ]}\n />",
2189
- "args": {
2190
- "questions": [
2191
- {
2192
- "question": "What are the benefits of investing in a Design System?",
2193
- "answer": "Experience the speed & scalability unlike anything seen before with our Headless CMS powered websites, web apps & composable architecture."
2194
- },
2195
- {
2196
- "question": "What is a Design System?",
2197
- "answer": "Experience the speed & scalability unlike anything seen before with our Headless CMS powered websites, web apps & composable architecture."
2198
- },
2199
- {
2200
- "question": "What is the role of a Headless CMS in a Design System?",
2201
- "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."
2202
- }
2203
- ]
2204
- },
2205
- "screenshot": "img/screenshots/components-faq--dropdown-list.png"
2206
- },
2207
- {
2208
- "id": "components-faq--single-dropdown",
2209
- "group": "Components/Faq",
2210
- "name": "SingleDropdown",
2211
- "code": "<Faq\n questions={[\n {\n answer: 'Experience the speed & scalability unlike anything seen before with our Headless CMS powered websites, web apps & composable architecture.',\n question: 'What is a Design System?'\n }\n ]}\n />",
2212
- "args": {
2213
- "questions": [
1237
+ "questions": [
2214
1238
  {
2215
1239
  "question": "What is a Design System?",
2216
1240
  "answer": "Experience the speed & scalability unlike anything seen before with our Headless CMS powered websites, web apps & composable architecture."
@@ -2223,7 +1247,7 @@
2223
1247
  "id": "components-features--icon-centered",
2224
1248
  "group": "Components/Features",
2225
1249
  "name": "IconCentered",
2226
- "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/>",
1250
+ "code": "<Features\n ctas={{\n style: 'link',\n toggle: true\n }}\n feature={[\n {\n cta: {\n label: 'Learn more',\n style: 'link',\n target: '/feature1',\n toggle: true\n },\n icon: 'home',\n style: 'stack',\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 style: 'link',\n target: '/feature2',\n toggle: true\n },\n icon: 'map',\n style: 'stack',\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 style: 'link',\n target: '/feature3',\n toggle: true\n },\n icon: 'person',\n style: 'stack',\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 style: 'link',\n target: '/feature4',\n toggle: true\n },\n icon: 'star',\n style: 'stack',\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 style: 'link',\n target: '/feature5',\n toggle: true\n },\n icon: 'upload',\n style: 'stack',\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 style: 'link',\n target: '/feature6',\n toggle: true\n },\n icon: 'login',\n style: 'stack',\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/>",
2227
1251
  "args": {
2228
1252
  "layout": "largeTiles",
2229
1253
  "style": "centered",
@@ -2236,60 +1260,72 @@
2236
1260
  "icon": "home",
2237
1261
  "title": "Scalable Architecture",
2238
1262
  "text": "Our design system allows for a scalable architecture, enabling you to build applications that can grow with your needs.",
1263
+ "style": "stack",
2239
1264
  "cta": {
2240
- "url": "#",
1265
+ "target": "/feature1",
2241
1266
  "label": "Learn more",
2242
- "icon": "arrow-right"
1267
+ "toggle": true,
1268
+ "style": "link"
2243
1269
  }
2244
1270
  },
2245
1271
  {
2246
1272
  "icon": "map",
2247
1273
  "title": "Efficient Development",
2248
1274
  "text": "Experience efficient development like never before. Our design system streamlines the development process, saving you time and resources.",
1275
+ "style": "stack",
2249
1276
  "cta": {
2250
- "url": "#",
1277
+ "target": "/feature2",
2251
1278
  "label": "Get started",
2252
- "icon": "arrow-right"
1279
+ "toggle": true,
1280
+ "style": "link"
2253
1281
  }
2254
1282
  },
2255
1283
  {
2256
1284
  "icon": "person",
2257
1285
  "title": "Consistent UI",
2258
1286
  "text": "Achieve a consistent UI across different platforms. Our design system ensures your applications maintain a uniform look and feel.",
1287
+ "style": "stack",
2259
1288
  "cta": {
2260
- "url": "#",
1289
+ "target": "/feature3",
2261
1290
  "label": "Explore",
2262
- "icon": "arrow-right"
1291
+ "toggle": true,
1292
+ "style": "link"
2263
1293
  }
2264
1294
  },
2265
1295
  {
2266
1296
  "icon": "star",
2267
1297
  "title": "Customizable Design",
2268
1298
  "text": "Our design system is fully customizable, allowing you to tailor the look and feel of your application to match your brand identity.",
1299
+ "style": "stack",
2269
1300
  "cta": {
2270
- "url": "#",
1301
+ "target": "/feature4",
2271
1302
  "label": "Customize",
2272
- "icon": "arrow-right"
1303
+ "toggle": true,
1304
+ "style": "link"
2273
1305
  }
2274
1306
  },
2275
1307
  {
2276
1308
  "icon": "upload",
2277
1309
  "title": "Cloud Ready",
2278
1310
  "text": "Built with modern cloud architectures in mind, our design system is ready to be deployed on any cloud platform.",
1311
+ "style": "stack",
2279
1312
  "cta": {
2280
- "url": "#",
1313
+ "target": "/feature5",
2281
1314
  "label": "Deploy",
2282
- "icon": "arrow-right"
1315
+ "toggle": true,
1316
+ "style": "link"
2283
1317
  }
2284
1318
  },
2285
1319
  {
2286
1320
  "icon": "login",
2287
1321
  "title": "Secure",
2288
1322
  "text": "Security is our priority. Our design system is built with best security practices to keep your application safe.",
1323
+ "style": "stack",
2289
1324
  "cta": {
2290
- "url": "#",
1325
+ "target": "/feature6",
2291
1326
  "label": "Secure",
2292
- "icon": "arrow-right"
1327
+ "toggle": true,
1328
+ "style": "link"
2293
1329
  }
2294
1330
  }
2295
1331
  ]
@@ -2300,7 +1336,7 @@
2300
1336
  "id": "components-features--stack-with-button",
2301
1337
  "group": "Components/Features",
2302
1338
  "name": "StackWithButton",
2303
- "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/>",
1339
+ "code": "<Features\n ctas={{\n style: 'button',\n toggle: true\n }}\n feature={[\n {\n cta: {\n label: 'Explore',\n style: 'link',\n target: '/feature3',\n toggle: true\n },\n icon: 'person',\n style: 'stack',\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 style: 'link',\n target: '/feature4',\n toggle: true\n },\n icon: 'star',\n style: 'stack',\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 style: 'link',\n target: '/feature5',\n toggle: true\n },\n icon: 'upload',\n style: 'stack',\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 style: 'link',\n target: '/feature6',\n toggle: true\n },\n icon: 'login',\n style: 'stack',\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/>",
2304
1340
  "args": {
2305
1341
  "layout": "smallTiles",
2306
1342
  "style": "stack",
@@ -2313,40 +1349,48 @@
2313
1349
  "icon": "person",
2314
1350
  "title": "Consistent UI",
2315
1351
  "text": "Achieve a consistent UI across different platforms. Our design system ensures your applications maintain a uniform look and feel.",
1352
+ "style": "stack",
2316
1353
  "cta": {
2317
- "url": "#",
1354
+ "target": "/feature3",
2318
1355
  "label": "Explore",
2319
- "icon": "arrow-right"
1356
+ "toggle": true,
1357
+ "style": "link"
2320
1358
  }
2321
1359
  },
2322
1360
  {
2323
1361
  "icon": "star",
2324
1362
  "title": "Customizable Design",
2325
1363
  "text": "Our design system is fully customizable, allowing you to tailor the look and feel of your application to match your brand identity.",
1364
+ "style": "stack",
2326
1365
  "cta": {
2327
- "url": "#",
1366
+ "target": "/feature4",
2328
1367
  "label": "Customize",
2329
- "icon": "arrow-right"
1368
+ "toggle": true,
1369
+ "style": "link"
2330
1370
  }
2331
1371
  },
2332
1372
  {
2333
1373
  "icon": "upload",
2334
1374
  "title": "Cloud Ready",
2335
1375
  "text": "Built with modern cloud architectures in mind, our design system is ready to be deployed on any cloud platform.",
1376
+ "style": "stack",
2336
1377
  "cta": {
2337
- "url": "#",
1378
+ "target": "/feature5",
2338
1379
  "label": "Deploy",
2339
- "icon": "arrow-right"
1380
+ "toggle": true,
1381
+ "style": "link"
2340
1382
  }
2341
1383
  },
2342
1384
  {
2343
1385
  "icon": "login",
2344
1386
  "title": "Secure",
2345
1387
  "text": "Security is our priority. Our design system is built with best security practices to keep your application safe.",
1388
+ "style": "stack",
2346
1389
  "cta": {
2347
- "url": "#",
1390
+ "target": "/feature6",
2348
1391
  "label": "Secure",
2349
- "icon": "arrow-right"
1392
+ "toggle": true,
1393
+ "style": "link"
2350
1394
  }
2351
1395
  }
2352
1396
  ]
@@ -2357,7 +1401,7 @@
2357
1401
  "id": "components-features--list-view",
2358
1402
  "group": "Components/Features",
2359
1403
  "name": "ListView",
2360
- "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/>",
1404
+ "code": "<Features\n ctas={{\n style: 'intext',\n toggle: false\n }}\n feature={[\n {\n cta: {\n label: 'Customize',\n style: 'link',\n target: '/feature4',\n toggle: true\n },\n icon: 'star',\n style: 'stack',\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 style: 'link',\n target: '/feature2',\n toggle: true\n },\n icon: 'map',\n style: 'stack',\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 style: 'link',\n target: '/feature3',\n toggle: true\n },\n icon: 'person',\n style: 'stack',\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 style: 'link',\n target: '/feature1',\n toggle: true\n },\n icon: 'home',\n style: 'stack',\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 style: 'link',\n target: '/feature5',\n toggle: true\n },\n icon: 'upload',\n style: 'stack',\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 style: 'link',\n target: '/feature6',\n toggle: true\n },\n icon: 'login',\n style: 'stack',\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/>",
2361
1405
  "args": {
2362
1406
  "layout": "list",
2363
1407
  "style": "besideLarge",
@@ -2370,60 +1414,72 @@
2370
1414
  "icon": "star",
2371
1415
  "title": "Customizable Design",
2372
1416
  "text": "Our design system is fully customizable, allowing you to tailor the look and feel of your application to match your brand identity.",
1417
+ "style": "stack",
2373
1418
  "cta": {
2374
- "url": "#",
1419
+ "target": "/feature4",
2375
1420
  "label": "Customize",
2376
- "icon": "arrow-right"
1421
+ "toggle": true,
1422
+ "style": "link"
2377
1423
  }
2378
1424
  },
2379
1425
  {
2380
1426
  "icon": "map",
2381
1427
  "title": "Efficient Development",
2382
1428
  "text": "Experience efficient development like never before. Our design system streamlines the development process, saving you time and resources.",
1429
+ "style": "stack",
2383
1430
  "cta": {
2384
- "url": "#",
1431
+ "target": "/feature2",
2385
1432
  "label": "Get started",
2386
- "icon": "arrow-right"
1433
+ "toggle": true,
1434
+ "style": "link"
2387
1435
  }
2388
1436
  },
2389
1437
  {
2390
1438
  "icon": "person",
2391
1439
  "title": "Consistent UI",
2392
1440
  "text": "Achieve a consistent UI across different platforms. Our design system ensures your applications maintain a uniform look and feel.",
1441
+ "style": "stack",
2393
1442
  "cta": {
2394
- "url": "#",
1443
+ "target": "/feature3",
2395
1444
  "label": "Explore",
2396
- "icon": "arrow-right"
1445
+ "toggle": true,
1446
+ "style": "link"
2397
1447
  }
2398
1448
  },
2399
1449
  {
2400
1450
  "icon": "home",
2401
1451
  "title": "Scalable Architecture",
2402
1452
  "text": "Our design system allows for a scalable architecture, enabling you to build applications that can grow with your needs.",
1453
+ "style": "stack",
2403
1454
  "cta": {
2404
- "url": "#",
1455
+ "target": "/feature1",
2405
1456
  "label": "Learn more",
2406
- "icon": "arrow-right"
1457
+ "toggle": true,
1458
+ "style": "link"
2407
1459
  }
2408
1460
  },
2409
1461
  {
2410
1462
  "icon": "upload",
2411
1463
  "title": "Cloud Ready",
2412
1464
  "text": "Built with modern cloud architectures in mind, our design system is ready to be deployed on any cloud platform.",
1465
+ "style": "stack",
2413
1466
  "cta": {
2414
- "url": "#",
1467
+ "target": "/feature5",
2415
1468
  "label": "Deploy",
2416
- "icon": "arrow-right"
1469
+ "toggle": true,
1470
+ "style": "link"
2417
1471
  }
2418
1472
  },
2419
1473
  {
2420
1474
  "icon": "login",
2421
1475
  "title": "Secure",
2422
1476
  "text": "Security is our priority. Our design system is built with best security practices to keep your application safe.",
1477
+ "style": "stack",
2423
1478
  "cta": {
2424
- "url": "#",
1479
+ "target": "/feature6",
2425
1480
  "label": "Secure",
2426
- "icon": "arrow-right"
1481
+ "toggle": true,
1482
+ "style": "link"
2427
1483
  }
2428
1484
  }
2429
1485
  ]
@@ -2434,7 +1490,7 @@
2434
1490
  "id": "components-features--icon-beside-with-link-in-text",
2435
1491
  "group": "Components/Features",
2436
1492
  "name": "IconBesideWithLinkInText",
2437
- "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/>",
1493
+ "code": "<Features\n ctas={{\n style: 'intext',\n toggle: true\n }}\n feature={[\n {\n cta: {\n label: 'Learn more',\n style: 'link',\n target: '/feature1',\n toggle: true\n },\n icon: 'home',\n style: 'stack',\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 style: 'link',\n target: '/feature2',\n toggle: true\n },\n icon: 'map',\n style: 'stack',\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 style: 'link',\n target: '/feature3',\n toggle: true\n },\n icon: 'person',\n style: 'stack',\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 style: 'link',\n target: '/feature4',\n toggle: true\n },\n icon: 'star',\n style: 'stack',\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 style: 'link',\n target: '/feature5',\n toggle: true\n },\n icon: 'upload',\n style: 'stack',\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 style: 'link',\n target: '/feature6',\n toggle: true\n },\n icon: 'login',\n style: 'stack',\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/>",
2438
1494
  "args": {
2439
1495
  "layout": "smallTiles",
2440
1496
  "style": "intext",
@@ -2447,60 +1503,72 @@
2447
1503
  "icon": "home",
2448
1504
  "title": "Scalable Architecture",
2449
1505
  "text": "Our design system allows for a scalable architecture, enabling you to build applications that can grow with your needs.",
1506
+ "style": "stack",
2450
1507
  "cta": {
2451
- "url": "#",
1508
+ "target": "/feature1",
2452
1509
  "label": "Learn more",
2453
- "icon": "arrow-right"
1510
+ "toggle": true,
1511
+ "style": "link"
2454
1512
  }
2455
1513
  },
2456
1514
  {
2457
1515
  "icon": "map",
2458
1516
  "title": "Efficient Development",
2459
1517
  "text": "Experience efficient development like never before. Our design system streamlines the development process, saving you time and resources.",
1518
+ "style": "stack",
2460
1519
  "cta": {
2461
- "url": "#",
1520
+ "target": "/feature2",
2462
1521
  "label": "Get started",
2463
- "icon": "arrow-right"
1522
+ "toggle": true,
1523
+ "style": "link"
2464
1524
  }
2465
1525
  },
2466
1526
  {
2467
1527
  "icon": "person",
2468
1528
  "title": "Consistent UI",
2469
1529
  "text": "Achieve a consistent UI across different platforms. Our design system ensures your applications maintain a uniform look and feel.",
1530
+ "style": "stack",
2470
1531
  "cta": {
2471
- "url": "#",
1532
+ "target": "/feature3",
2472
1533
  "label": "Explore",
2473
- "icon": "arrow-right"
1534
+ "toggle": true,
1535
+ "style": "link"
2474
1536
  }
2475
1537
  },
2476
1538
  {
2477
1539
  "icon": "star",
2478
1540
  "title": "Customizable Design",
2479
1541
  "text": "Our design system is fully customizable, allowing you to tailor the look and feel of your application to match your brand identity.",
1542
+ "style": "stack",
2480
1543
  "cta": {
2481
- "url": "#",
1544
+ "target": "/feature4",
2482
1545
  "label": "Customize",
2483
- "icon": "arrow-right"
1546
+ "toggle": true,
1547
+ "style": "link"
2484
1548
  }
2485
1549
  },
2486
1550
  {
2487
1551
  "icon": "upload",
2488
1552
  "title": "Cloud Ready",
2489
1553
  "text": "Built with modern cloud architectures in mind, our design system is ready to be deployed on any cloud platform.",
1554
+ "style": "stack",
2490
1555
  "cta": {
2491
- "url": "#",
1556
+ "target": "/feature5",
2492
1557
  "label": "Deploy",
2493
- "icon": "arrow-right"
1558
+ "toggle": true,
1559
+ "style": "link"
2494
1560
  }
2495
1561
  },
2496
1562
  {
2497
1563
  "icon": "login",
2498
1564
  "title": "Secure",
2499
1565
  "text": "Security is our priority. Our design system is built with best security practices to keep your application safe.",
1566
+ "style": "stack",
2500
1567
  "cta": {
2501
- "url": "#",
1568
+ "target": "/feature6",
2502
1569
  "label": "Secure",
2503
- "icon": "arrow-right"
1570
+ "toggle": true,
1571
+ "style": "link"
2504
1572
  }
2505
1573
  }
2506
1574
  ]
@@ -2511,7 +1579,7 @@
2511
1579
  "id": "components-features--icon-intext-with-link",
2512
1580
  "group": "Components/Features",
2513
1581
  "name": "IconIntextWithLink",
2514
- "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/>",
1582
+ "code": "<Features\n ctas={{\n style: 'link',\n toggle: true\n }}\n feature={[\n {\n cta: {\n label: 'Customize',\n style: 'link',\n target: '/feature4',\n toggle: true\n },\n icon: 'star',\n style: 'stack',\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 style: 'link',\n target: '/feature2',\n toggle: true\n },\n icon: 'map',\n style: 'stack',\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 style: 'link',\n target: '/feature3',\n toggle: true\n },\n icon: 'person',\n style: 'stack',\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 style: 'link',\n target: '/feature5',\n toggle: true\n },\n icon: 'upload',\n style: 'stack',\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 style: 'link',\n target: '/feature6',\n toggle: true\n },\n icon: 'login',\n style: 'stack',\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/>",
2515
1583
  "args": {
2516
1584
  "layout": "largeTiles",
2517
1585
  "style": "intext",
@@ -2524,50 +1592,60 @@
2524
1592
  "icon": "star",
2525
1593
  "title": "Customizable Design",
2526
1594
  "text": "Our design system is fully customizable, allowing you to tailor the look and feel of your application to match your brand identity.",
1595
+ "style": "stack",
2527
1596
  "cta": {
2528
- "url": "#",
1597
+ "target": "/feature4",
2529
1598
  "label": "Customize",
2530
- "icon": "arrow-right"
1599
+ "toggle": true,
1600
+ "style": "link"
2531
1601
  }
2532
1602
  },
2533
1603
  {
2534
1604
  "icon": "map",
2535
1605
  "title": "Efficient Development",
2536
1606
  "text": "Experience efficient development like never before. Our design system streamlines the development process, saving you time and resources.",
1607
+ "style": "stack",
2537
1608
  "cta": {
2538
- "url": "#",
1609
+ "target": "/feature2",
2539
1610
  "label": "Get started",
2540
- "icon": "arrow-right"
1611
+ "toggle": true,
1612
+ "style": "link"
2541
1613
  }
2542
1614
  },
2543
1615
  {
2544
1616
  "icon": "person",
2545
1617
  "title": "Consistent UI",
2546
1618
  "text": "Achieve a consistent UI across different platforms. Our design system ensures your applications maintain a uniform look and feel.",
1619
+ "style": "stack",
2547
1620
  "cta": {
2548
- "url": "#",
1621
+ "target": "/feature3",
2549
1622
  "label": "Explore",
2550
- "icon": "arrow-right"
1623
+ "toggle": true,
1624
+ "style": "link"
2551
1625
  }
2552
1626
  },
2553
1627
  {
2554
1628
  "icon": "upload",
2555
1629
  "title": "Cloud Ready",
2556
1630
  "text": "Built with modern cloud architectures in mind, our design system is ready to be deployed on any cloud platform.",
1631
+ "style": "stack",
2557
1632
  "cta": {
2558
- "url": "#",
1633
+ "target": "/feature5",
2559
1634
  "label": "Deploy",
2560
- "icon": "arrow-right"
1635
+ "toggle": true,
1636
+ "style": "link"
2561
1637
  }
2562
1638
  },
2563
1639
  {
2564
1640
  "icon": "login",
2565
1641
  "title": "Secure",
2566
1642
  "text": "Security is our priority. Our design system is built with best security practices to keep your application safe.",
1643
+ "style": "stack",
2567
1644
  "cta": {
2568
- "url": "#",
1645
+ "target": "/feature6",
2569
1646
  "label": "Secure",
2570
- "icon": "arrow-right"
1647
+ "toggle": true,
1648
+ "style": "link"
2571
1649
  }
2572
1650
  }
2573
1651
  ]
@@ -2578,7 +1656,7 @@
2578
1656
  "id": "layout-footer--footer",
2579
1657
  "group": "Layout/Footer",
2580
1658
  "name": "Footer",
2581
- "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/>",
1659
+ "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/>",
2582
1660
  "args": {
2583
1661
  "logo": {
2584
1662
  "src": "/logo.svg",
@@ -2593,43 +1671,43 @@
2593
1671
  "inverted": false,
2594
1672
  "navItems": [
2595
1673
  {
2596
- "url": "#",
1674
+ "href": "#",
2597
1675
  "label": "Active Item",
2598
1676
  "active": true
2599
1677
  },
2600
1678
  {
2601
- "url": "#",
1679
+ "href": "#",
2602
1680
  "label": "Navigation Item"
2603
1681
  },
2604
1682
  {
2605
- "url": "#",
1683
+ "href": "#",
2606
1684
  "label": "Dropdown",
2607
1685
  "items": [
2608
1686
  {
2609
- "url": "#",
1687
+ "href": "#",
2610
1688
  "label": "Level 2 Item"
2611
1689
  },
2612
1690
  {
2613
- "url": "#",
1691
+ "href": "#",
2614
1692
  "label": "Active Item",
2615
1693
  "active": true
2616
1694
  },
2617
1695
  {
2618
- "url": "#",
1696
+ "href": "#",
2619
1697
  "label": "An Item with a longer Label"
2620
1698
  },
2621
1699
  {
2622
- "url": "#",
1700
+ "href": "#",
2623
1701
  "label": "And One last one"
2624
1702
  }
2625
1703
  ]
2626
1704
  },
2627
1705
  {
2628
- "url": "#",
1706
+ "href": "#",
2629
1707
  "label": "One more Item"
2630
1708
  },
2631
1709
  {
2632
- "url": "#",
1710
+ "href": "#",
2633
1711
  "label": "Last Item"
2634
1712
  }
2635
1713
  ]
@@ -2679,9 +1757,9 @@
2679
1757
  "caption": "Caption Image 7"
2680
1758
  }
2681
1759
  ],
2682
- "layout": "smallTiles",
2683
1760
  "aspectRatio": "square",
2684
- "lightbox": true
1761
+ "lightbox": true,
1762
+ "layout": "smallTiles"
2685
1763
  },
2686
1764
  "screenshot": "img/screenshots/components-gallery--small-squares-with-lightbox.png"
2687
1765
  },
@@ -2723,9 +1801,9 @@
2723
1801
  "caption": "Caption Image 6"
2724
1802
  }
2725
1803
  ],
2726
- "layout": "largeTiles",
2727
1804
  "aspectRatio": "landscape",
2728
- "lightbox": false
1805
+ "lightbox": false,
1806
+ "layout": "largeTiles"
2729
1807
  },
2730
1808
  "screenshot": "img/screenshots/components-gallery--large-landscape-tiles.png"
2731
1809
  },
@@ -2772,9 +1850,9 @@
2772
1850
  "caption": "Caption Image 7"
2773
1851
  }
2774
1852
  ],
2775
- "layout": "smallTiles",
2776
1853
  "aspectRatio": "unset",
2777
- "lightbox": true
1854
+ "lightbox": true,
1855
+ "layout": "smallTiles"
2778
1856
  },
2779
1857
  "screenshot": "img/screenshots/components-gallery--free-aspect-ratio.png"
2780
1858
  },
@@ -2801,9 +1879,9 @@
2801
1879
  "caption": "Caption Image 3"
2802
1880
  }
2803
1881
  ],
2804
- "layout": "stack",
2805
1882
  "aspectRatio": "landscape",
2806
- "lightbox": false
1883
+ "lightbox": false,
1884
+ "layout": "stack"
2807
1885
  },
2808
1886
  "screenshot": "img/screenshots/components-gallery--stack-landscape.png"
2809
1887
  },
@@ -2811,7 +1889,7 @@
2811
1889
  "id": "layout-header--header",
2812
1890
  "group": "Layout/Header",
2813
1891
  "name": "Header",
2814
- "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/>",
1892
+ "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/>",
2815
1893
  "args": {
2816
1894
  "logo": {
2817
1895
  "src": "/logo.svg",
@@ -2827,43 +1905,43 @@
2827
1905
  "inverted": false,
2828
1906
  "navItems": [
2829
1907
  {
2830
- "url": "#",
1908
+ "href": "#",
2831
1909
  "label": "Active Item",
2832
1910
  "active": true
2833
1911
  },
2834
1912
  {
2835
- "url": "#",
1913
+ "href": "#",
2836
1914
  "label": "Navigation Item"
2837
1915
  },
2838
1916
  {
2839
- "url": "#",
1917
+ "href": "#",
2840
1918
  "label": "Dropdown",
2841
1919
  "items": [
2842
1920
  {
2843
- "url": "#",
1921
+ "href": "#",
2844
1922
  "label": "Level 2 Item"
2845
1923
  },
2846
1924
  {
2847
- "url": "#",
1925
+ "href": "#",
2848
1926
  "label": "Active Item",
2849
1927
  "active": true
2850
1928
  },
2851
1929
  {
2852
- "url": "#",
1930
+ "href": "#",
2853
1931
  "label": "An Item with a longer Label"
2854
1932
  },
2855
1933
  {
2856
- "url": "#",
1934
+ "href": "#",
2857
1935
  "label": "And One last one"
2858
1936
  }
2859
1937
  ]
2860
1938
  },
2861
1939
  {
2862
- "url": "#",
1940
+ "href": "#",
2863
1941
  "label": "One more Item"
2864
1942
  },
2865
1943
  {
2866
- "url": "#",
1944
+ "href": "#",
2867
1945
  "label": "Last Item"
2868
1946
  }
2869
1947
  ]
@@ -2975,7 +2053,7 @@
2975
2053
  "id": "components-hero--text-below-image",
2976
2054
  "group": "Components/Hero",
2977
2055
  "name": "TextBelowImage",
2978
- "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/>",
2056
+ "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/>",
2979
2057
  "args": {
2980
2058
  "highlightText": true,
2981
2059
  "colorNeutral": false,
@@ -2985,7 +2063,7 @@
2985
2063
  {
2986
2064
  "label": "Explore further",
2987
2065
  "icon": "arrow-down",
2988
- "url": "#"
2066
+ "target": "#"
2989
2067
  }
2990
2068
  ],
2991
2069
  "overlay": true,
@@ -2997,7 +2075,6 @@
2997
2075
  "indent": "none"
2998
2076
  },
2999
2077
  "textPosition": "below",
3000
- "inverted": false,
3001
2078
  "headline": "Welcome to Our Dynamic Workplace",
3002
2079
  "sub": "Where Creativity Meets Innovation",
3003
2080
  "text": "Experience the perfect blend of creativity, innovation, and productivity in our modern office environment."
@@ -3008,7 +2085,7 @@
3008
2085
  "id": "components-hero--text-on-image-with-overlay",
3009
2086
  "group": "Components/Hero",
3010
2087
  "name": "TextOnImageWithOverlay",
3011
- "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/>",
2088
+ "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/>",
3012
2089
  "args": {
3013
2090
  "highlightText": false,
3014
2091
  "colorNeutral": true,
@@ -3018,12 +2095,12 @@
3018
2095
  {
3019
2096
  "label": "Meet Us",
3020
2097
  "icon": "person",
3021
- "url": "#"
2098
+ "target": "#"
3022
2099
  },
3023
2100
  {
3024
2101
  "label": "Schedule a Meeting",
3025
2102
  "icon": "date",
3026
- "url": "#"
2103
+ "target": "#"
3027
2104
  }
3028
2105
  ],
3029
2106
  "overlay": true,
@@ -3035,7 +2112,6 @@
3035
2112
  "indent": "none"
3036
2113
  },
3037
2114
  "textPosition": "center",
3038
- "inverted": false,
3039
2115
  "headline": "Master Scalable Solutions",
3040
2116
  "text": "Harness our expertise in crafting scalable and robust applications using cutting-edge technologies."
3041
2117
  },
@@ -3045,7 +2121,7 @@
3045
2121
  "id": "components-hero--text-box-on-full-screen",
3046
2122
  "group": "Components/Hero",
3047
2123
  "name": "TextBoxOnFullScreen",
3048
- "code": "<Hero\n buttons={[\n {\n icon: 'arrow-right',\n label: 'Discover More',\n url: '#'\n },\n {\n icon: 'phone',\n label: 'Reach Out',\n url: '#'\n }\n ]}\n headline=\"Discover Our Design System\"\n height=\"fullScreen\"\n image={{\n indent: 'none',\n src: 'https://picsum.photos/seed/kdsvisual/640/270',\n srcDesktop: 'img/people-brainstorming-work-meeting.png',\n srcMobile: 'img/people-brainstorming-work-meeting.png',\n srcTablet: 'img/people-brainstorming-work-meeting.png'\n }}\n sub=\"Scalable. Efficient. Seamless.\"\n text=\"Our design system provides a seamless and efficient framework for building scalable applications. Experience unprecedented speed and scalability with our Headless CMS powered websites, web apps & composable architecture.\"\n textPosition=\"left\"\n textbox\n/>",
2124
+ "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/>",
3049
2125
  "args": {
3050
2126
  "highlightText": false,
3051
2127
  "colorNeutral": false,
@@ -3055,12 +2131,12 @@
3055
2131
  {
3056
2132
  "label": "Discover More",
3057
2133
  "icon": "arrow-right",
3058
- "url": "#"
2134
+ "target": "#"
3059
2135
  },
3060
2136
  {
3061
2137
  "label": "Reach Out",
3062
2138
  "icon": "phone",
3063
- "url": "#"
2139
+ "target": "#"
3064
2140
  }
3065
2141
  ],
3066
2142
  "overlay": false,
@@ -3072,61 +2148,17 @@
3072
2148
  "indent": "none"
3073
2149
  },
3074
2150
  "textPosition": "left",
3075
- "inverted": false,
3076
2151
  "headline": "Discover Our Design System",
3077
2152
  "sub": "Scalable. Efficient. Seamless.",
3078
2153
  "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."
3079
2154
  },
3080
2155
  "screenshot": "img/screenshots/components-hero--text-box-on-full-screen.png"
3081
2156
  },
3082
- {
3083
- "id": "components-html--html",
3084
- "group": "Components/HTML",
3085
- "name": "HTML",
3086
- "code": "<Html\n consentAspectRatio=\"16:9\"\n html=\"<p style=&quot;color: var(--ks-text-color-default);&quot;>Hello World</p>\"\n/>",
3087
- "args": {
3088
- "html": "<p style=\"color: var(--ks-text-color-default);\">Hello World</p>",
3089
- "consent": false,
3090
- "consentAspectRatio": "16:9",
3091
- "inverted": false
3092
- },
3093
- "screenshot": "img/screenshots/components-html--html.png"
3094
- },
3095
- {
3096
- "id": "components-html--with-consent",
3097
- "group": "Components/HTML",
3098
- "name": "WithConsent",
3099
- "code": "<Html\n consent\n consentAspectRatio=\"16:9\"\n consentBackgroundImage=\"img/02.jpg\"\n consentButtonLabel=\"yes!\"\n consentText=\"would you like to watch the youtube video?\"\n html=\"<iframe width=&quot;560&quot; height=&quot;315&quot; src=&quot;https://www.youtube-nocookie.com/embed/oGGIkuGY-7U?si=Y5_JHflGsNwRCLu_&quot; title=&quot;YouTube video player&quot; frameborder=&quot;0&quot; allow=&quot;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&quot; referrerpolicy=&quot;strict-origin-when-cross-origin&quot; allowfullscreen></iframe>\"\n/>",
3100
- "args": {
3101
- "html": "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube-nocookie.com/embed/oGGIkuGY-7U?si=Y5_JHflGsNwRCLu_\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>",
3102
- "consent": true,
3103
- "consentAspectRatio": "16:9",
3104
- "inverted": false,
3105
- "consentText": "would you like to watch the youtube video?",
3106
- "consentButtonLabel": "yes!",
3107
- "consentBackgroundImage": "img/02.jpg"
3108
- },
3109
- "screenshot": "img/screenshots/components-html--with-consent.png"
3110
- },
3111
- {
3112
- "id": "components-html--with-script",
3113
- "group": "Components/HTML",
3114
- "name": "WithScript",
3115
- "code": "<Html\n consent\n consentAspectRatio=\"16:9\"\n consentButtonLabel=\"Say hello\"\n html=\"<script>alert(&quot;Hello :)&quot;)</script><p style=&quot;color: var(--ks-text-color-default);&quot;>Nice to meet you!</p>\"\n/>",
3116
- "args": {
3117
- "html": "<script>alert(\"Hello :)\")</script><p style=\"color: var(--ks-text-color-default);\">Nice to meet you!</p>",
3118
- "consent": true,
3119
- "consentAspectRatio": "16:9",
3120
- "inverted": false,
3121
- "consentButtonLabel": "Say hello"
3122
- },
3123
- "screenshot": "img/screenshots/components-html--with-script.png"
3124
- },
3125
2157
  {
3126
2158
  "id": "components-image-story--sticky-image-next-to-scrolling-text",
3127
2159
  "group": "Components/Image Story",
3128
2160
  "name": "StickyImageNextToScrollingText",
3129
- "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/>",
2161
+ "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/>",
3130
2162
  "args": {
3131
2163
  "headline": "The Sanity & Next.js Experts",
3132
2164
  "largeHeadline": true,
@@ -3139,14 +2171,14 @@
3139
2171
  "variant": "secondary",
3140
2172
  "size": "medium",
3141
2173
  "disabled": false,
3142
- "url": "#"
2174
+ "target": "#"
3143
2175
  },
3144
2176
  {
3145
2177
  "label": "Contact Us",
3146
2178
  "variant": "secondary",
3147
2179
  "size": "medium",
3148
2180
  "disabled": false,
3149
- "url": "#"
2181
+ "target": "#"
3150
2182
  }
3151
2183
  ],
3152
2184
  "image": {
@@ -3191,36 +2223,88 @@
3191
2223
  },
3192
2224
  "screenshot": "img/screenshots/components-image-text--above-layout.png"
3193
2225
  },
2226
+ {
2227
+ "id": "components-image--responsive-image",
2228
+ "group": "Components/Image",
2229
+ "name": "ResponsiveImage",
2230
+ "code": "<Image\n alt=\"Agency\"\n aspectRatio=\"unset\"\n lazy\n sources={[\n {\n srcSet: 'img/responsive_image-420.png 420w, img/responsive_image-980.png 980w, img/responsive_image-1680.png'\n },\n {\n srcSet: 'img/responsive_image-420.png 420w, img/responsive_image-980.png 980w, img/responsive_image-1680.png'\n },\n {\n srcSet: 'img/responsive_image-420.png 420w, img/responsive_image-980.png 980w, img/responsive_image-1680.png'\n }\n ]}\n src=\"img/close-up-young-business-team-working.png\"\n/>",
2231
+ "args": {
2232
+ "src": "img/close-up-young-business-team-working.png",
2233
+ "aspectRatio": "unset",
2234
+ "lazy": true,
2235
+ "alt": "Agency",
2236
+ "sources": [
2237
+ {
2238
+ "srcSet": "img/responsive_image-420.png 420w, img/responsive_image-980.png 980w, img/responsive_image-1680.png"
2239
+ },
2240
+ {
2241
+ "srcSet": "img/responsive_image-420.png 420w, img/responsive_image-980.png 980w, img/responsive_image-1680.png"
2242
+ },
2243
+ {
2244
+ "srcSet": "img/responsive_image-420.png 420w, img/responsive_image-980.png 980w, img/responsive_image-1680.png"
2245
+ }
2246
+ ]
2247
+ },
2248
+ "screenshot": "img/screenshots/components-image--responsive-image.png"
2249
+ },
2250
+ {
2251
+ "id": "components-image--preset-size",
2252
+ "group": "Components/Image",
2253
+ "name": "PresetSize",
2254
+ "code": "<Image\n alt=\"Agency\"\n aspectRatio=\"unset\"\n height=\"300px\"\n lazy\n src=\"img/close-up-young-business-team-working.png\"\n width=\"400px\"\n/>",
2255
+ "args": {
2256
+ "src": "img/close-up-young-business-team-working.png",
2257
+ "aspectRatio": "unset",
2258
+ "lazy": true,
2259
+ "alt": "Agency",
2260
+ "width": "400px",
2261
+ "height": "300px"
2262
+ },
2263
+ "screenshot": "img/screenshots/components-image--preset-size.png"
2264
+ },
2265
+ {
2266
+ "id": "components-image--custom-aspect-ratio",
2267
+ "group": "Components/Image",
2268
+ "name": "CustomAspectRatio",
2269
+ "code": "<Image\n alt=\"Agency\"\n aspectRatio=\"square\"\n lazy\n src=\"img/close-up-young-business-team-working.png\"\n/>",
2270
+ "args": {
2271
+ "src": "img/close-up-young-business-team-working.png",
2272
+ "aspectRatio": "square",
2273
+ "lazy": true,
2274
+ "alt": "Agency"
2275
+ },
2276
+ "screenshot": "img/screenshots/components-image--custom-aspect-ratio.png"
2277
+ },
3194
2278
  {
3195
2279
  "id": "components-logos--centered-with-button",
3196
2280
  "group": "Components/Logos",
3197
2281
  "name": "CenteredWithButton",
3198
- "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/>",
2282
+ "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/>",
3199
2283
  "args": {
3200
2284
  "tagline": "Your Success, Our Commitment",
3201
2285
  "logo": [
3202
2286
  {
3203
- "src": "img/logos/logoipsum-344.svg",
2287
+ "src": "img/logos/logoipsum-212.svg",
3204
2288
  "alt": "Logo 1"
3205
2289
  },
3206
2290
  {
3207
- "src": "img/logos/logoipsum-347.svg",
2291
+ "src": "img/logos/logoipsum-217.svg",
3208
2292
  "alt": "Logo 2"
3209
2293
  },
3210
2294
  {
3211
- "src": "img/logos/logoipsum-352.svg",
2295
+ "src": "img/logos/logoipsum-239.svg",
3212
2296
  "alt": "Logo 3"
3213
2297
  },
3214
2298
  {
3215
- "src": "img/logos/logoipsum-356.svg",
2299
+ "src": "img/logos/logoipsum-244.svg",
3216
2300
  "alt": "Logo 4"
3217
2301
  },
3218
2302
  {
3219
- "src": "img/logos/logoipsum-358.svg",
2303
+ "src": "img/logos/logoipsum-250.svg",
3220
2304
  "alt": "Logo 5"
3221
2305
  },
3222
2306
  {
3223
- "src": "img/logos/logoipsum-369.svg",
2307
+ "src": "img/logos/logoipsum-286.svg",
3224
2308
  "alt": "Logo 6"
3225
2309
  }
3226
2310
  ],
@@ -3240,32 +2324,32 @@
3240
2324
  "id": "components-logos--left-aligned-with-text-link",
3241
2325
  "group": "Components/Logos",
3242
2326
  "name": "LeftAlignedWithTextLink",
3243
- "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/>",
2327
+ "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/>",
3244
2328
  "args": {
3245
2329
  "tagline": "Your Success, Our Commitment",
3246
2330
  "logo": [
3247
2331
  {
3248
- "src": "img/logos/logoipsum-344.svg",
2332
+ "src": "img/logos/logoipsum-212.svg",
3249
2333
  "alt": "Logo 1"
3250
2334
  },
3251
2335
  {
3252
- "src": "img/logos/logoipsum-347.svg",
2336
+ "src": "img/logos/logoipsum-217.svg",
3253
2337
  "alt": "Logo 2"
3254
2338
  },
3255
2339
  {
3256
- "src": "img/logos/logoipsum-352.svg",
2340
+ "src": "img/logos/logoipsum-239.svg",
3257
2341
  "alt": "Logo 3"
3258
2342
  },
3259
2343
  {
3260
- "src": "img/logos/logoipsum-356.svg",
2344
+ "src": "img/logos/logoipsum-244.svg",
3261
2345
  "alt": "Logo 4"
3262
2346
  },
3263
2347
  {
3264
- "src": "img/logos/logoipsum-358.svg",
2348
+ "src": "img/logos/logoipsum-250.svg",
3265
2349
  "alt": "Logo 5"
3266
2350
  },
3267
2351
  {
3268
- "src": "img/logos/logoipsum-369.svg",
2352
+ "src": "img/logos/logoipsum-286.svg",
3269
2353
  "alt": "Logo 6"
3270
2354
  }
3271
2355
  ],
@@ -3285,56 +2369,56 @@
3285
2369
  "id": "components-logos--logo-wall",
3286
2370
  "group": "Components/Logos",
3287
2371
  "name": "LogoWall",
3288
- "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/>",
2372
+ "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/>",
3289
2373
  "args": {
3290
2374
  "tagline": "Your Success, Our Commitment",
3291
2375
  "logo": [
3292
2376
  {
3293
- "src": "img/logos/logoipsum-344.svg",
2377
+ "src": "img/logos/logoipsum-212.svg",
3294
2378
  "alt": "Logo 1"
3295
2379
  },
3296
2380
  {
3297
- "src": "img/logos/logoipsum-347.svg",
2381
+ "src": "img/logos/logoipsum-217.svg",
3298
2382
  "alt": "Logo 2"
3299
2383
  },
3300
2384
  {
3301
- "src": "img/logos/logoipsum-352.svg",
2385
+ "src": "img/logos/logoipsum-239.svg",
3302
2386
  "alt": "Logo 3"
3303
2387
  },
3304
2388
  {
3305
- "src": "img/logos/logoipsum-356.svg",
2389
+ "src": "img/logos/logoipsum-244.svg",
3306
2390
  "alt": "Logo 4"
3307
2391
  },
3308
2392
  {
3309
- "src": "img/logos/logoipsum-358.svg",
2393
+ "src": "img/logos/logoipsum-250.svg",
3310
2394
  "alt": "Logo 5"
3311
2395
  },
3312
2396
  {
3313
- "src": "img/logos/logoipsum-369.svg",
2397
+ "src": "img/logos/logoipsum-286.svg",
3314
2398
  "alt": "Logo 6"
3315
2399
  },
3316
2400
  {
3317
- "src": "img/logos/logoipsum-356.svg",
2401
+ "src": "img/logos/logoipsum-244.svg",
3318
2402
  "alt": "Logo 4"
3319
2403
  },
3320
2404
  {
3321
- "src": "img/logos/logoipsum-358.svg",
2405
+ "src": "img/logos/logoipsum-250.svg",
3322
2406
  "alt": "Logo 5"
3323
2407
  },
3324
2408
  {
3325
- "src": "img/logos/logoipsum-369.svg",
2409
+ "src": "img/logos/logoipsum-286.svg",
3326
2410
  "alt": "Logo 6"
3327
2411
  },
3328
2412
  {
3329
- "src": "img/logos/logoipsum-356.svg",
2413
+ "src": "img/logos/logoipsum-244.svg",
3330
2414
  "alt": "Logo 4"
3331
2415
  },
3332
2416
  {
3333
- "src": "img/logos/logoipsum-358.svg",
2417
+ "src": "img/logos/logoipsum-250.svg",
3334
2418
  "alt": "Logo 5"
3335
2419
  },
3336
2420
  {
3337
- "src": "img/logos/logoipsum-369.svg",
2421
+ "src": "img/logos/logoipsum-286.svg",
3338
2422
  "alt": "Logo 6"
3339
2423
  }
3340
2424
  ],
@@ -3354,32 +2438,32 @@
3354
2438
  "id": "components-logos--logo-row",
3355
2439
  "group": "Components/Logos",
3356
2440
  "name": "LogoRow",
3357
- "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/>",
2441
+ "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/>",
3358
2442
  "args": {
3359
2443
  "tagline": "Your Success, Our Commitment",
3360
2444
  "logo": [
3361
2445
  {
3362
- "src": "img/logos/logoipsum-344.svg",
2446
+ "src": "img/logos/logoipsum-212.svg",
3363
2447
  "alt": "Logo 1"
3364
2448
  },
3365
2449
  {
3366
- "src": "img/logos/logoipsum-347.svg",
2450
+ "src": "img/logos/logoipsum-217.svg",
3367
2451
  "alt": "Logo 2"
3368
2452
  },
3369
2453
  {
3370
- "src": "img/logos/logoipsum-352.svg",
2454
+ "src": "img/logos/logoipsum-239.svg",
3371
2455
  "alt": "Logo 3"
3372
2456
  },
3373
2457
  {
3374
- "src": "img/logos/logoipsum-356.svg",
2458
+ "src": "img/logos/logoipsum-244.svg",
3375
2459
  "alt": "Logo 4"
3376
2460
  },
3377
2461
  {
3378
- "src": "img/logos/logoipsum-358.svg",
2462
+ "src": "img/logos/logoipsum-250.svg",
3379
2463
  "alt": "Logo 5"
3380
2464
  },
3381
2465
  {
3382
- "src": "img/logos/logoipsum-369.svg",
2466
+ "src": "img/logos/logoipsum-286.svg",
3383
2467
  "alt": "Logo 6"
3384
2468
  }
3385
2469
  ],
@@ -3399,7 +2483,7 @@
3399
2483
  "id": "components-mosaic--colorful-tiles",
3400
2484
  "group": "Components/Mosaic",
3401
2485
  "name": "ColorfulTiles",
3402
- "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/>",
2486
+ "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/>",
3403
2487
  "args": {
3404
2488
  "layout": "alternate",
3405
2489
  "largeHeadlines": false,
@@ -3412,7 +2496,7 @@
3412
2496
  "toggle": true,
3413
2497
  "label": "Book a meeting"
3414
2498
  },
3415
- "backgroundColor": "#ffd4f1",
2499
+ "backgroundColor": "#81005a",
3416
2500
  "headline": "Collaborative Environment",
3417
2501
  "text": "Our team thrives in a collaborative environment, fostering creativity and innovation."
3418
2502
  },
@@ -3424,7 +2508,7 @@
3424
2508
  "toggle": true,
3425
2509
  "label": "Book a meeting"
3426
2510
  },
3427
- "backgroundColor": "#d8e8f",
2511
+ "backgroundColor": "#003380",
3428
2512
  "headline": "Modern Infrastructure",
3429
2513
  "text": "Our state-of-the-art office facilities inspire productivity and efficiency."
3430
2514
  },
@@ -3436,7 +2520,7 @@
3436
2520
  "toggle": true,
3437
2521
  "label": "Book a meeting"
3438
2522
  },
3439
- "backgroundColor": "#ddfffe",
2523
+ "backgroundColor": "#004241",
3440
2524
  "headline": "Teamwork",
3441
2525
  "text": "We believe in the power of teamwork. Together, we can achieve great things."
3442
2526
  }
@@ -3494,172 +2578,107 @@
3494
2578
  "screenshot": "img/screenshots/components-mosaic--colorful-text-with-illustrations.png"
3495
2579
  },
3496
2580
  {
3497
- "id": "industry-pagination--default",
3498
- "group": "Industry/Pagination",
3499
- "name": "Default",
3500
- "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/>",
2581
+ "id": "layout-section--cards",
2582
+ "group": "Layout/Section",
2583
+ "name": "Cards",
2584
+ "code": "<Section\n backgroundColor=\"default\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: 'tile',\n tileWidth: 'default',\n width: 'unset'\n }}\n headline={{\n large: false,\n sub: 'We can create something shining for you too!',\n text: 'Happy Customers Showcases',\n width: 'unset'\n }}\n spaceAfter=\"default\"\n spaceBefore=\"default\"\n style=\"default\"\n width=\"default\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n label=\"Freshest Fruit\"\n layout=\"row\"\n target=\"#\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n />\n</Section>",
3501
2585
  "args": {
3502
- "ariaLabels": {
3503
- "previousPage": "Go to previous page",
3504
- "nextPage": "Go to next page",
3505
- "skipToFirstPage": "Skip to first page",
3506
- "skipToLastPage": "Skip to last page",
3507
- "goToPage": "Go to page"
2586
+ "width": "default",
2587
+ "style": "default",
2588
+ "backgroundColor": "default",
2589
+ "spotlight": false,
2590
+ "spaceBefore": "default",
2591
+ "spaceAfter": "default",
2592
+ "inverted": false,
2593
+ "headerSpacing": false,
2594
+ "headline": {
2595
+ "text": "Happy Customers Showcases",
2596
+ "large": false,
2597
+ "width": "unset",
2598
+ "sub": "We can create something shining for you too!"
3508
2599
  },
3509
- "pages": [
3510
- {
3511
- "active": false,
3512
- "url": "https://example.com/page1"
3513
- },
3514
- {
3515
- "active": false,
3516
- "url": "https://example.com/page2"
3517
- },
3518
- {
3519
- "active": false,
3520
- "url": "https://example.com/page3"
3521
- },
3522
- {
3523
- "active": false,
3524
- "url": "https://example.com/page4"
3525
- },
3526
- {
3527
- "active": false,
3528
- "url": "https://example.com/page5"
3529
- },
3530
- {
3531
- "active": true,
3532
- "url": "https://example.com/page6"
3533
- },
3534
- {
3535
- "active": false,
3536
- "url": "https://example.com/page7"
3537
- },
3538
- {
3539
- "active": false,
3540
- "url": "https://example.com/page8"
3541
- },
3542
- {
3543
- "active": false,
3544
- "url": "https://example.com/page9"
3545
- },
3546
- {
3547
- "active": false,
3548
- "url": "https://example.com/page10"
3549
- },
3550
- {
3551
- "url": "https://example.com/page11"
3552
- },
3553
- {
3554
- "url": "https://example.com/page12"
3555
- }
3556
- ]
3557
- },
3558
- "screenshot": "img/screenshots/industry-pagination--default.png"
3559
- },
3560
- {
3561
- "id": "industry-search-bar--default",
3562
- "group": "Industry / Search Bar",
3563
- "name": "Default",
3564
- "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/>",
3565
- "args": {
3566
- "placeholder": "Search...",
3567
- "buttonText": "Search",
3568
- "hint": "Press <kbd>Enter</kbd> to search",
3569
- "alternativeText": "Did you mean",
3570
- "alternativeResult": "AI Conference"
3571
- },
3572
- "screenshot": "img/screenshots/industry-search-bar--default.png"
3573
- },
3574
- {
3575
- "id": "industry-search-filter--default",
3576
- "group": "Industry / Search Filter",
3577
- "name": "Default",
3578
- "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/>",
3579
- "args": {
3580
- "title": "Search by category",
3581
- "categories": [
3582
- {
3583
- "title": "Pages",
3584
- "amount": "10",
3585
- "url": "#"
3586
- },
3587
- {
3588
- "title": "News",
3589
- "amount": "5",
3590
- "url": "#"
3591
- },
3592
- {
3593
- "title": "Blog Posts",
3594
- "amount": "8",
3595
- "url": "#"
3596
- }
3597
- ]
2600
+ "content": {
2601
+ "width": "unset",
2602
+ "align": "center",
2603
+ "gutter": "default",
2604
+ "mode": "tile",
2605
+ "tileWidth": "default"
2606
+ },
2607
+ "buttons": []
3598
2608
  },
3599
- "screenshot": "img/screenshots/industry-search-filter--default.png"
2609
+ "screenshot": "img/screenshots/layout-section--cards.png"
3600
2610
  },
3601
2611
  {
3602
- "id": "industry-search-result--default",
3603
- "group": "Industry / Search Result",
3604
- "name": "Default",
3605
- "code": "<SearchResult\n ariaLabel=\"Search Result: AI Conference 2023\"\n link={{\n label: 'Read more',\n url: 'https://www.example.com/ai-conference-2023'\n }}\n showLink\n text=\"Join us for the annual **AI Conference** brings together experts from around the world\n[...] register now for the **AI Conference** to secure your spot\n[...] highlights from last years **AI Conference** included keynote speeches on machine learning\n[...] find out more about the **AI Conference** agenda and speakers\"\n title=\"AI Conference 2023\"\n url=\"https://www.example.com/ai-conference-2023\"\n/>",
2612
+ "id": "layout-section--slider",
2613
+ "group": "Layout/Section",
2614
+ "name": "Slider",
2615
+ "code": "<Section\n backgroundColor=\"default\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: 'slider',\n tileWidth: 'default',\n width: 'unset'\n }}\n headline={{\n large: false,\n text: 'Section headline',\n width: 'unset'\n }}\n spaceAfter=\"default\"\n spaceBefore=\"default\"\n style=\"default\"\n width=\"default\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n label=\"Freshest Fruit\"\n layout=\"row\"\n target=\"#\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n label=\"Freshest Fruit\"\n layout=\"row\"\n target=\"#\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n label=\"Freshest Fruit\"\n layout=\"row\"\n target=\"#\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n label=\"Freshest Fruit\"\n layout=\"row\"\n target=\"#\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n />\n</Section>",
3606
2616
  "args": {
3607
- "url": "https://www.example.com/ai-conference-2023",
3608
- "title": "AI Conference 2023",
3609
- "text": "Join us for the annual **AI Conference** brings together experts from around the world\n[...] register now for the **AI Conference** to secure your spot\n[...] highlights from last year’s **AI Conference** included keynote speeches on machine learning\n[...] find out more about the **AI Conference** agenda and speakers",
3610
- "showLink": true,
3611
- "ariaLabel": "Search Result: AI Conference 2023",
3612
- "link": {
3613
- "url": "https://www.example.com/ai-conference-2023",
3614
- "label": "Read more"
3615
- }
2617
+ "width": "default",
2618
+ "style": "default",
2619
+ "backgroundColor": "default",
2620
+ "spotlight": false,
2621
+ "spaceBefore": "default",
2622
+ "spaceAfter": "default",
2623
+ "inverted": false,
2624
+ "headerSpacing": false,
2625
+ "headline": {
2626
+ "text": "Section headline",
2627
+ "large": false,
2628
+ "width": "unset"
2629
+ },
2630
+ "content": {
2631
+ "width": "unset",
2632
+ "align": "center",
2633
+ "gutter": "default",
2634
+ "mode": "slider",
2635
+ "tileWidth": "default"
2636
+ },
2637
+ "buttons": []
3616
2638
  },
3617
- "screenshot": "img/screenshots/industry-search-result--default.png"
2639
+ "screenshot": "img/screenshots/layout-section--slider.png"
3618
2640
  },
3619
2641
  {
3620
- "id": "layout-section--dynamic-layout",
2642
+ "id": "layout-section--inverted",
3621
2643
  "group": "Layout/Section",
3622
- "name": "DynamicLayout",
3623
- "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=\"default\"\n width=\"default\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n layout=\"row\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n url=\"#\"\n />\n</Section>",
2644
+ "name": "Inverted",
2645
+ "code": "<Section\n backgroundColor=\"default\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n }}\n headline={{\n large: false,\n sub: 'We can create something shining for you too!',\n text: 'Happy Customers Showcases',\n width: 'unset'\n }}\n inverted\n spaceAfter=\"default\"\n spaceBefore=\"default\"\n style=\"default\"\n width=\"default\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n label=\"Freshest Fruit\"\n layout=\"row\"\n target=\"#\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n />\n</Section>",
3624
2646
  "args": {
3625
2647
  "width": "default",
3626
2648
  "style": "default",
3627
2649
  "backgroundColor": "default",
3628
- "transition": "default",
3629
2650
  "spotlight": false,
3630
2651
  "spaceBefore": "default",
3631
2652
  "spaceAfter": "default",
3632
- "inverted": false,
2653
+ "inverted": true,
3633
2654
  "headerSpacing": false,
3634
2655
  "headline": {
3635
2656
  "text": "Happy Customers Showcases",
3636
2657
  "large": false,
3637
2658
  "width": "unset",
3638
- "sub": "We can create something shining for you too!",
3639
- "align": "center"
2659
+ "sub": "We can create something shining for you too!"
3640
2660
  },
3641
2661
  "content": {
3642
2662
  "width": "unset",
3643
2663
  "align": "center",
3644
2664
  "gutter": "default",
3645
- "mode": "flex",
2665
+ "mode": "list",
3646
2666
  "tileWidth": "default"
3647
2667
  },
3648
2668
  "buttons": []
3649
2669
  },
3650
- "screenshot": "img/screenshots/layout-section--dynamic-layout.png"
2670
+ "screenshot": "img/screenshots/layout-section--inverted.png"
3651
2671
  },
3652
2672
  {
3653
- "id": "layout-section--tile-layout",
2673
+ "id": "layout-section--spotlight",
3654
2674
  "group": "Layout/Section",
3655
- "name": "TileLayout",
3656
- "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=\"default\"\n width=\"default\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n layout=\"row\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n url=\"#\"\n />\n</Section>",
2675
+ "name": "Spotlight",
2676
+ "code": "<Section\n backgroundColor=\"default\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n }}\n headline={{\n large: false,\n sub: 'We can create something shining for you too!',\n text: 'Happy Customers Showcases',\n width: 'unset'\n }}\n spaceAfter=\"default\"\n spaceBefore=\"default\"\n spotlight\n style=\"default\"\n width=\"default\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n label=\"Freshest Fruit\"\n layout=\"row\"\n target=\"#\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n />\n</Section>",
3657
2677
  "args": {
3658
2678
  "width": "default",
3659
2679
  "style": "default",
3660
2680
  "backgroundColor": "default",
3661
- "transition": "default",
3662
- "spotlight": false,
2681
+ "spotlight": true,
3663
2682
  "spaceBefore": "default",
3664
2683
  "spaceAfter": "default",
3665
2684
  "inverted": false,
@@ -3668,30 +2687,28 @@
3668
2687
  "text": "Happy Customers Showcases",
3669
2688
  "large": false,
3670
2689
  "width": "unset",
3671
- "sub": "We can create something shining for you too!",
3672
- "align": "center"
2690
+ "sub": "We can create something shining for you too!"
3673
2691
  },
3674
2692
  "content": {
3675
2693
  "width": "unset",
3676
2694
  "align": "center",
3677
2695
  "gutter": "default",
3678
- "mode": "tile",
2696
+ "mode": "list",
3679
2697
  "tileWidth": "default"
3680
2698
  },
3681
2699
  "buttons": []
3682
2700
  },
3683
- "screenshot": "img/screenshots/layout-section--tile-layout.png"
2701
+ "screenshot": "img/screenshots/layout-section--spotlight.png"
3684
2702
  },
3685
2703
  {
3686
- "id": "layout-section--list-layout",
2704
+ "id": "layout-section--stagelights",
3687
2705
  "group": "Layout/Section",
3688
- "name": "ListLayout",
3689
- "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=\"default\"\n width=\"default\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n 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>",
2706
+ "name": "Stagelights",
2707
+ "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>",
3690
2708
  "args": {
3691
2709
  "width": "default",
3692
- "style": "default",
2710
+ "style": "stagelights",
3693
2711
  "backgroundColor": "default",
3694
- "transition": "default",
3695
2712
  "spotlight": false,
3696
2713
  "spaceBefore": "default",
3697
2714
  "spaceAfter": "default",
@@ -3713,81 +2730,81 @@
3713
2730
  },
3714
2731
  "buttons": []
3715
2732
  },
3716
- "screenshot": "img/screenshots/layout-section--list-layout.png"
2733
+ "screenshot": "img/screenshots/layout-section--stagelights.png"
3717
2734
  },
3718
2735
  {
3719
- "id": "layout-section--slider",
2736
+ "id": "layout-section--accent-background",
3720
2737
  "group": "Layout/Section",
3721
- "name": "Slider",
3722
- "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=\"default\"\n width=\"default\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n 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>",
2738
+ "name": "AccentBackground",
2739
+ "code": "<Section\n backgroundColor=\"accent\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n }}\n headline={{\n align: 'center',\n large: false,\n sub: 'We can create something shining for you too!',\n text: 'Happy Customers Showcases',\n width: 'unset'\n }}\n spaceAfter=\"default\"\n spaceBefore=\"default\"\n style=\"default\"\n width=\"default\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n label=\"Freshest Fruit\"\n layout=\"row\"\n target=\"#\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n />\n</Section>",
3723
2740
  "args": {
3724
2741
  "width": "default",
3725
2742
  "style": "default",
3726
- "backgroundColor": "default",
3727
- "transition": "default",
2743
+ "backgroundColor": "accent",
3728
2744
  "spotlight": false,
3729
2745
  "spaceBefore": "default",
3730
2746
  "spaceAfter": "default",
3731
2747
  "inverted": false,
3732
2748
  "headerSpacing": false,
3733
2749
  "headline": {
3734
- "text": "Section headline",
2750
+ "text": "Happy Customers Showcases",
3735
2751
  "large": false,
3736
- "width": "unset"
2752
+ "width": "unset",
2753
+ "sub": "We can create something shining for you too!",
2754
+ "align": "center"
3737
2755
  },
3738
2756
  "content": {
3739
2757
  "width": "unset",
3740
2758
  "align": "center",
3741
2759
  "gutter": "default",
3742
- "mode": "slider",
2760
+ "mode": "list",
3743
2761
  "tileWidth": "default"
3744
2762
  },
3745
2763
  "buttons": []
3746
2764
  },
3747
- "screenshot": "img/screenshots/layout-section--slider.png"
2765
+ "screenshot": "img/screenshots/layout-section--accent-background.png"
3748
2766
  },
3749
2767
  {
3750
- "id": "layout-section--inverted",
2768
+ "id": "layout-section--bold-background",
3751
2769
  "group": "Layout/Section",
3752
- "name": "Inverted",
3753
- "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=\"default\"\n width=\"default\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n 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>",
2770
+ "name": "BoldBackground",
2771
+ "code": "<Section\n backgroundColor=\"bold\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n }}\n headline={{\n align: 'center',\n large: false,\n sub: 'We can create something shining for you too!',\n text: 'Happy Customers Showcases',\n width: 'unset'\n }}\n spaceAfter=\"default\"\n spaceBefore=\"default\"\n style=\"default\"\n width=\"default\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n label=\"Freshest Fruit\"\n layout=\"row\"\n target=\"#\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n />\n</Section>",
3754
2772
  "args": {
3755
2773
  "width": "default",
3756
2774
  "style": "default",
3757
- "backgroundColor": "default",
3758
- "transition": "default",
2775
+ "backgroundColor": "bold",
3759
2776
  "spotlight": false,
3760
2777
  "spaceBefore": "default",
3761
2778
  "spaceAfter": "default",
3762
- "inverted": true,
2779
+ "inverted": false,
3763
2780
  "headerSpacing": false,
3764
2781
  "headline": {
3765
2782
  "text": "Happy Customers Showcases",
3766
2783
  "large": false,
3767
2784
  "width": "unset",
3768
- "sub": "We can create something shining for you too!"
2785
+ "sub": "We can create something shining for you too!",
2786
+ "align": "center"
3769
2787
  },
3770
2788
  "content": {
3771
2789
  "width": "unset",
3772
2790
  "align": "center",
3773
2791
  "gutter": "default",
3774
- "mode": "default",
2792
+ "mode": "list",
3775
2793
  "tileWidth": "default"
3776
2794
  },
3777
2795
  "buttons": []
3778
2796
  },
3779
- "screenshot": "img/screenshots/layout-section--inverted.png"
2797
+ "screenshot": "img/screenshots/layout-section--bold-background.png"
3780
2798
  },
3781
2799
  {
3782
- "id": "layout-section--accent-background",
2800
+ "id": "layout-section--colorful-gradient",
3783
2801
  "group": "Layout/Section",
3784
- "name": "AccentBackground",
3785
- "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=\"default\"\n width=\"default\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n 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>",
2802
+ "name": "ColorfulGradient",
2803
+ "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>",
3786
2804
  "args": {
3787
2805
  "width": "default",
3788
- "style": "default",
3789
- "backgroundColor": "accent",
3790
- "transition": "default",
2806
+ "style": "horizontalGradient",
2807
+ "backgroundColor": "default",
3791
2808
  "spotlight": false,
3792
2809
  "spaceBefore": "default",
3793
2810
  "spaceAfter": "default",
@@ -3804,23 +2821,22 @@
3804
2821
  "width": "unset",
3805
2822
  "align": "center",
3806
2823
  "gutter": "default",
3807
- "mode": "default",
2824
+ "mode": "list",
3808
2825
  "tileWidth": "default"
3809
2826
  },
3810
2827
  "buttons": []
3811
2828
  },
3812
- "screenshot": "img/screenshots/layout-section--accent-background.png"
2829
+ "screenshot": "img/screenshots/layout-section--colorful-gradient.png"
3813
2830
  },
3814
2831
  {
3815
- "id": "layout-section--bold-background",
2832
+ "id": "layout-section--with-buttons",
3816
2833
  "group": "Layout/Section",
3817
- "name": "BoldBackground",
3818
- "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=\"default\"\n width=\"default\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n 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>",
2834
+ "name": "WithButtons",
2835
+ "code": "<Section\n backgroundColor=\"default\"\n buttons={[\n {\n disabled: false,\n icon: 'arrow-right',\n label: 'All Showcases',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n icon: 'date',\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n }\n ]}\n content={{\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n }}\n headline={{\n align: 'center',\n large: false,\n sub: 'We can create something shining for you too!',\n text: 'Happy Customers Showcases',\n width: 'unset'\n }}\n spaceAfter=\"default\"\n spaceBefore=\"default\"\n style=\"default\"\n width=\"default\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n label=\"Freshest Fruit\"\n layout=\"row\"\n target=\"#\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n />\n</Section>",
3819
2836
  "args": {
3820
2837
  "width": "default",
3821
2838
  "style": "default",
3822
- "backgroundColor": "bold",
3823
- "transition": "default",
2839
+ "backgroundColor": "default",
3824
2840
  "spotlight": false,
3825
2841
  "spaceBefore": "default",
3826
2842
  "spaceAfter": "default",
@@ -3837,23 +2853,37 @@
3837
2853
  "width": "unset",
3838
2854
  "align": "center",
3839
2855
  "gutter": "default",
3840
- "mode": "default",
2856
+ "mode": "list",
3841
2857
  "tileWidth": "default"
3842
2858
  },
3843
- "buttons": []
2859
+ "buttons": [
2860
+ {
2861
+ "label": "All Showcases",
2862
+ "variant": "secondary",
2863
+ "size": "medium",
2864
+ "disabled": false,
2865
+ "icon": "arrow-right"
2866
+ },
2867
+ {
2868
+ "label": "Book a meeting",
2869
+ "variant": "secondary",
2870
+ "size": "medium",
2871
+ "disabled": false,
2872
+ "icon": "date"
2873
+ }
2874
+ ]
3844
2875
  },
3845
- "screenshot": "img/screenshots/layout-section--bold-background.png"
2876
+ "screenshot": "img/screenshots/layout-section--with-buttons.png"
3846
2877
  },
3847
2878
  {
3848
- "id": "layout-section--framed",
2879
+ "id": "layout-section--tile-layout",
3849
2880
  "group": "Layout/Section",
3850
- "name": "Framed",
3851
- "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=\"default\"\n width=\"default\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n 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>",
2881
+ "name": "TileLayout",
2882
+ "code": "<Section\n backgroundColor=\"default\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: 'tile',\n tileWidth: 'default',\n width: 'unset'\n }}\n headline={{\n align: 'center',\n large: false,\n sub: 'We can create something shining for you too!',\n text: 'Happy Customers Showcases',\n width: 'unset'\n }}\n spaceAfter=\"default\"\n spaceBefore=\"default\"\n style=\"default\"\n width=\"max\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n />\n</Section>",
3852
2883
  "args": {
3853
- "width": "default",
3854
- "style": "framed",
2884
+ "width": "max",
2885
+ "style": "default",
3855
2886
  "backgroundColor": "default",
3856
- "transition": "default",
3857
2887
  "spotlight": false,
3858
2888
  "spaceBefore": "default",
3859
2889
  "spaceAfter": "default",
@@ -3870,23 +2900,22 @@
3870
2900
  "width": "unset",
3871
2901
  "align": "center",
3872
2902
  "gutter": "default",
3873
- "mode": "default",
2903
+ "mode": "tile",
3874
2904
  "tileWidth": "default"
3875
2905
  },
3876
2906
  "buttons": []
3877
2907
  },
3878
- "screenshot": "img/screenshots/layout-section--framed.png"
2908
+ "screenshot": "img/screenshots/layout-section--tile-layout.png"
3879
2909
  },
3880
2910
  {
3881
- "id": "layout-section--background-image",
2911
+ "id": "layout-section--flex-layout",
3882
2912
  "group": "Layout/Section",
3883
- "name": "BackgroundImage",
3884
- "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=\"default\"\n width=\"default\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n 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>",
2913
+ "name": "FlexLayout",
2914
+ "code": "<Section\n backgroundColor=\"default\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n }}\n headline={{\n align: 'center',\n large: false,\n sub: 'We can create something shining for you too!',\n text: 'Happy Customers Showcases',\n width: 'unset'\n }}\n spaceAfter=\"default\"\n spaceBefore=\"default\"\n style=\"default\"\n width=\"max\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n />\n</Section>",
3885
2915
  "args": {
3886
- "width": "default",
2916
+ "width": "max",
3887
2917
  "style": "default",
3888
2918
  "backgroundColor": "default",
3889
- "transition": "default",
3890
2919
  "spotlight": false,
3891
2920
  "spaceBefore": "default",
3892
2921
  "spaceAfter": "default",
@@ -3896,30 +2925,29 @@
3896
2925
  "text": "Happy Customers Showcases",
3897
2926
  "large": false,
3898
2927
  "width": "unset",
3899
- "sub": "We can create something shining for you too!"
2928
+ "sub": "We can create something shining for you too!",
2929
+ "align": "center"
3900
2930
  },
3901
2931
  "content": {
3902
2932
  "width": "unset",
3903
2933
  "align": "center",
3904
2934
  "gutter": "default",
3905
- "mode": "default",
2935
+ "mode": "list",
3906
2936
  "tileWidth": "default"
3907
2937
  },
3908
- "buttons": [],
3909
- "backgroundImage": "/img/bg_dot-carpet-blue.svg"
2938
+ "buttons": []
3910
2939
  },
3911
- "screenshot": "img/screenshots/layout-section--background-image.png"
2940
+ "screenshot": "img/screenshots/layout-section--flex-layout.png"
3912
2941
  },
3913
2942
  {
3914
- "id": "layout-section--with-buttons",
2943
+ "id": "layout-section--list-layout",
3915
2944
  "group": "Layout/Section",
3916
- "name": "WithButtons",
3917
- "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=\"default\"\n width=\"default\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n 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>",
2945
+ "name": "ListLayout",
2946
+ "code": "<Section\n backgroundColor=\"default\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n }}\n headline={{\n align: 'center',\n large: false,\n sub: 'We can create something shining for you too!',\n text: 'Happy Customers Showcases',\n width: 'unset'\n }}\n spaceAfter=\"default\"\n spaceBefore=\"default\"\n style=\"default\"\n width=\"default\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n label=\"Freshest Fruit\"\n layout=\"row\"\n target=\"#\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n />\n</Section>",
3918
2947
  "args": {
3919
2948
  "width": "default",
3920
2949
  "style": "default",
3921
2950
  "backgroundColor": "default",
3922
- "transition": "default",
3923
2951
  "spotlight": false,
3924
2952
  "spaceBefore": "default",
3925
2953
  "spaceAfter": "default",
@@ -3936,33 +2964,18 @@
3936
2964
  "width": "unset",
3937
2965
  "align": "center",
3938
2966
  "gutter": "default",
3939
- "mode": "default",
2967
+ "mode": "list",
3940
2968
  "tileWidth": "default"
3941
2969
  },
3942
- "buttons": [
3943
- {
3944
- "label": "All Showcases",
3945
- "variant": "secondary",
3946
- "size": "medium",
3947
- "disabled": false,
3948
- "icon": "arrow-right"
3949
- },
3950
- {
3951
- "label": "Book a meeting",
3952
- "variant": "secondary",
3953
- "size": "medium",
3954
- "disabled": false,
3955
- "icon": "date"
3956
- }
3957
- ]
2970
+ "buttons": []
3958
2971
  },
3959
- "screenshot": "img/screenshots/layout-section--with-buttons.png"
2972
+ "screenshot": "img/screenshots/layout-section--list-layout.png"
3960
2973
  },
3961
2974
  {
3962
2975
  "id": "layout-slider--with-arrows",
3963
2976
  "group": "Layout/Slider",
3964
2977
  "name": "WithArrows",
3965
- "code": "<No Display Name\n arrows\n equalHeight\n gap={15}\n nav\n typeProp=\"carousel\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'View page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n imageRatio=\"unset\"\n layout=\"row\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'View page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n imageRatio=\"unset\"\n layout=\"row\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'View page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n imageRatio=\"unset\"\n layout=\"row\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n url=\"#\"\n />\n</No Display Name>",
2978
+ "code": "<No Display Name\n arrows\n equalHeight\n gap={15}\n nav\n typeProp=\"carousel\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'View page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n imageRatio=\"unset\"\n layout=\"row\"\n target=\"#\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'View page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n imageRatio=\"unset\"\n layout=\"row\"\n target=\"#\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'View page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n imageRatio=\"unset\"\n layout=\"row\"\n target=\"#\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n />\n</No Display Name>",
3966
2979
  "args": {
3967
2980
  "autoplay": false,
3968
2981
  "nav": true,
@@ -3978,7 +2991,7 @@
3978
2991
  "id": "layout-slider--with-teased-neighbours",
3979
2992
  "group": "Layout/Slider",
3980
2993
  "name": "WithTeasedNeighbours",
3981
- "code": "<No Display Name\n arrows\n equalHeight\n gap={15}\n nav\n teaseNeighbours\n typeProp=\"carousel\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'View page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n imageRatio=\"unset\"\n layout=\"row\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'View page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n imageRatio=\"unset\"\n layout=\"row\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'View page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n imageRatio=\"unset\"\n layout=\"row\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n url=\"#\"\n />\n</No Display Name>",
2994
+ "code": "<No Display Name\n arrows\n equalHeight\n gap={15}\n nav\n teaseNeighbours\n typeProp=\"carousel\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'View page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n imageRatio=\"unset\"\n layout=\"row\"\n target=\"#\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'View page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n imageRatio=\"unset\"\n layout=\"row\"\n target=\"#\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'View page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n imageRatio=\"unset\"\n layout=\"row\"\n target=\"#\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n />\n</No Display Name>",
3982
2995
  "args": {
3983
2996
  "autoplay": false,
3984
2997
  "nav": true,
@@ -3994,7 +3007,7 @@
3994
3007
  "id": "layout-slider--with-nav",
3995
3008
  "group": "Layout/Slider",
3996
3009
  "name": "WithNav",
3997
- "code": "<No Display Name\n arrows\n equalHeight\n gap={15}\n nav\n typeProp=\"carousel\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'View page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n imageRatio=\"unset\"\n layout=\"row\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'View page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n imageRatio=\"unset\"\n layout=\"row\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'View page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n imageRatio=\"unset\"\n layout=\"row\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n url=\"#\"\n />\n</No Display Name>",
3010
+ "code": "<No Display Name\n arrows\n equalHeight\n gap={15}\n nav\n typeProp=\"carousel\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'View page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n imageRatio=\"unset\"\n layout=\"row\"\n target=\"#\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'View page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n imageRatio=\"unset\"\n layout=\"row\"\n target=\"#\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'View page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n imageRatio=\"unset\"\n layout=\"row\"\n target=\"#\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n />\n</No Display Name>",
3998
3011
  "args": {
3999
3012
  "autoplay": false,
4000
3013
  "nav": true,
@@ -4010,7 +3023,7 @@
4010
3023
  "id": "layout-slider--with-autoplay",
4011
3024
  "group": "Layout/Slider",
4012
3025
  "name": "WithAutoplay",
4013
- "code": "<No Display Name\n arrows\n autoplay\n equalHeight\n gap={15}\n nav\n typeProp=\"carousel\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'View page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n imageRatio=\"unset\"\n layout=\"row\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'View page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n imageRatio=\"unset\"\n layout=\"row\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'View page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n imageRatio=\"unset\"\n layout=\"row\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n url=\"#\"\n />\n</No Display Name>",
3026
+ "code": "<No Display Name\n arrows\n autoplay\n equalHeight\n gap={15}\n nav\n typeProp=\"carousel\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'View page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n imageRatio=\"unset\"\n layout=\"row\"\n target=\"#\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'View page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n imageRatio=\"unset\"\n layout=\"row\"\n target=\"#\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'View page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n imageRatio=\"unset\"\n layout=\"row\"\n target=\"#\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n />\n</No Display Name>",
4014
3027
  "args": {
4015
3028
  "autoplay": true,
4016
3029
  "nav": true,
@@ -4022,336 +3035,6 @@
4022
3035
  },
4023
3036
  "screenshot": "img/screenshots/layout-slider--with-autoplay.png"
4024
3037
  },
4025
- {
4026
- "id": "layout-split-even--text-with-logos",
4027
- "group": "Layout/Split Even",
4028
- "name": "TextWithLogos",
4029
- "code": "<SplitEven\n contentGutter=\"small\"\n contentMinWidth=\"wide\"\n first={<><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 second={<><Logos logo={[{alt: 'Logo 1', src: 'img/logos/logoipsum-344.svg'}, {alt: 'Logo 2', src: 'img/logos/logoipsum-347.svg'}, {alt: 'Logo 3', src: 'img/logos/logoipsum-352.svg'}, {alt: 'Logo 4', src: 'img/logos/logoipsum-356.svg'}, {alt: 'Logo 5', src: 'img/logos/logoipsum-358.svg'}, {alt: 'Logo 6', src: 'img/logos/logoipsum-369.svg'}]} logosPerRow={3}/></>}\n verticalAlign=\"center\"\n verticalGutter=\"default\"\n/>",
4030
- "args": {
4031
- "contentMinWidth": "wide",
4032
- "contentGutter": "small",
4033
- "mobileReverse": false,
4034
- "verticalAlign": "center",
4035
- "verticalGutter": "default",
4036
- "horizontalGutter": "default",
4037
- "first": {
4038
- "key": null,
4039
- "ref": null,
4040
- "props": {
4041
- "children": {
4042
- "type": {},
4043
- "key": null,
4044
- "ref": null,
4045
- "props": {
4046
- "highlightText": true,
4047
- "headline": "Discover our solutions for Industry 4.0",
4048
- "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.",
4049
- "buttons": [
4050
- {
4051
- "label": "Learn more"
4052
- }
4053
- ]
4054
- },
4055
- "_owner": null
4056
- }
4057
- },
4058
- "_owner": null
4059
- },
4060
- "second": {
4061
- "key": null,
4062
- "ref": null,
4063
- "props": {
4064
- "children": {
4065
- "type": {},
4066
- "key": null,
4067
- "ref": null,
4068
- "props": {
4069
- "logosPerRow": 3,
4070
- "logo": [
4071
- {
4072
- "src": "img/logos/logoipsum-344.svg",
4073
- "alt": "Logo 1"
4074
- },
4075
- {
4076
- "src": "img/logos/logoipsum-347.svg",
4077
- "alt": "Logo 2"
4078
- },
4079
- {
4080
- "src": "img/logos/logoipsum-352.svg",
4081
- "alt": "Logo 3"
4082
- },
4083
- {
4084
- "src": "img/logos/logoipsum-356.svg",
4085
- "alt": "Logo 4"
4086
- },
4087
- {
4088
- "src": "img/logos/logoipsum-358.svg",
4089
- "alt": "Logo 5"
4090
- },
4091
- {
4092
- "src": "img/logos/logoipsum-369.svg",
4093
- "alt": "Logo 6"
4094
- }
4095
- ]
4096
- },
4097
- "_owner": null
4098
- }
4099
- },
4100
- "_owner": null
4101
- }
4102
- },
4103
- "screenshot": "img/screenshots/layout-split-even--text-with-logos.png"
4104
- },
4105
- {
4106
- "id": "layout-split-even--faq-with-form",
4107
- "group": "Layout/Split Even",
4108
- "name": "FAQWithForm",
4109
- "code": "<SplitEven\n contentGutter=\"small\"\n contentMinWidth=\"medium\"\n first={<><Headline level=\"h2\" text=\"Frequently Asked Questions\"/><Faq questions={[{answer: 'Experience the speed & scalability unlike anything seen before with our Headless CMS powered websites, web apps & composable architecture.', question: 'What are the benefits of investing in a Design System?'}, {answer: 'Experience the speed & scalability unlike anything seen before with our Headless CMS powered websites, web apps & composable architecture.', question: 'What is a Design System?'}, {answer: 'A Headless CMS plays a crucial role in a Design System by providing a content-first approach. It separates the back-end content from the front-end presentation layer, allowing for seamless integration with any design system. This results in a flexible, scalable, and platform-agnostic system that ensures content consistency across all platforms and devices.', question: 'What is the role of a Headless CMS in a Design System?'}]} /></>}\n horizontalGutter=\"large\"\n second={<><Headline level=\"h3\" spaceAfter=\"minimum\" style=\"h3\" text=\"Still have questions?\"/><No Display Name label=\"Ask us directly!\" /><Button label=\"Submit\" /></>}\n sectionMinWidth=\"medium\"\n verticalAlign=\"top\"\n verticalGutter=\"large\"\n/>",
4110
- "args": {
4111
- "contentMinWidth": "medium",
4112
- "contentGutter": "small",
4113
- "mobileReverse": false,
4114
- "verticalAlign": "top",
4115
- "verticalGutter": "large",
4116
- "horizontalGutter": "large",
4117
- "sectionMinWidth": "medium",
4118
- "first": {
4119
- "key": null,
4120
- "ref": null,
4121
- "props": {
4122
- "children": [
4123
- {
4124
- "type": {},
4125
- "key": null,
4126
- "ref": null,
4127
- "props": {
4128
- "text": "Frequently Asked Questions",
4129
- "level": "h2"
4130
- },
4131
- "_owner": null
4132
- },
4133
- {
4134
- "type": {},
4135
- "key": null,
4136
- "ref": null,
4137
- "props": {
4138
- "questions": [
4139
- {
4140
- "answer": "Experience the speed & scalability unlike anything seen before with our Headless CMS powered websites, web apps & composable architecture.",
4141
- "question": "What are the benefits of investing in a Design System?"
4142
- },
4143
- {
4144
- "answer": "Experience the speed & scalability unlike anything seen before with our Headless CMS powered websites, web apps & composable architecture.",
4145
- "question": "What is a Design System?"
4146
- },
4147
- {
4148
- "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.",
4149
- "question": "What is the role of a Headless CMS in a Design System?"
4150
- }
4151
- ]
4152
- },
4153
- "_owner": null
4154
- }
4155
- ]
4156
- },
4157
- "_owner": null
4158
- },
4159
- "second": {
4160
- "key": null,
4161
- "ref": null,
4162
- "props": {
4163
- "children": [
4164
- {
4165
- "type": {},
4166
- "key": null,
4167
- "ref": null,
4168
- "props": {
4169
- "text": "Still have questions?",
4170
- "level": "h3",
4171
- "style": "h3",
4172
- "spaceAfter": "minimum"
4173
- },
4174
- "_owner": null
4175
- },
4176
- {
4177
- "type": {},
4178
- "key": null,
4179
- "ref": null,
4180
- "props": {
4181
- "label": "Ask us directly!"
4182
- },
4183
- "_owner": null
4184
- },
4185
- {
4186
- "type": {},
4187
- "key": null,
4188
- "ref": null,
4189
- "props": {
4190
- "label": "Submit"
4191
- },
4192
- "_owner": null
4193
- }
4194
- ]
4195
- },
4196
- "_owner": null
4197
- }
4198
- },
4199
- "screenshot": "img/screenshots/layout-split-even--faq-with-form.png"
4200
- },
4201
- {
4202
- "id": "layout-split-weighted--text-with-contact",
4203
- "group": "Layout/Split Weighted",
4204
- "name": "TextWithContact",
4205
- "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/>",
4206
- "args": {
4207
- "verticalGutter": "large",
4208
- "horizontalGutter": "default",
4209
- "verticalAlign": "top",
4210
- "mainLayout": {
4211
- "gutter": "default",
4212
- "minWidth": "wide"
4213
- },
4214
- "asideLayout": {
4215
- "gutter": "default",
4216
- "minWidth": "wide"
4217
- },
4218
- "order": {
4219
- "mobile": "mainFirst",
4220
- "desktop": "mainFirst"
4221
- },
4222
- "main": {
4223
- "key": null,
4224
- "ref": null,
4225
- "props": {
4226
- "children": {
4227
- "type": {},
4228
- "key": null,
4229
- "ref": null,
4230
- "props": {
4231
- "headline": "Discover our solutions for Industry 4.0",
4232
- "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.",
4233
- "buttons": [
4234
- {
4235
- "label": "Learn more"
4236
- }
4237
- ]
4238
- },
4239
- "_owner": null
4240
- }
4241
- },
4242
- "_owner": null
4243
- },
4244
- "aside": {
4245
- "key": null,
4246
- "ref": null,
4247
- "props": {
4248
- "children": {
4249
- "type": {},
4250
- "key": null,
4251
- "ref": null,
4252
- "props": {
4253
- "title": "Isabella Doe",
4254
- "subtitle": "Creative Director",
4255
- "image": {
4256
- "src": "img/people/contact-isabella.png",
4257
- "aspectRatio": "wide"
4258
- },
4259
- "links": [
4260
- {
4261
- "icon": "twitter",
4262
- "url": "#",
4263
- "label": "@Isabella_Doe",
4264
- "ariaLabel": "Isabella Doe on Twitter"
4265
- },
4266
- {
4267
- "url": "mailto:mail@example.com",
4268
- "icon": "linkedin",
4269
- "label": "Isabella.Doe",
4270
- "ariaLabel": "Isabella Doe on LinkedIn"
4271
- }
4272
- ]
4273
- },
4274
- "_owner": null
4275
- }
4276
- },
4277
- "_owner": null
4278
- }
4279
- },
4280
- "screenshot": "img/screenshots/layout-split-weighted--text-with-contact.png"
4281
- },
4282
- {
4283
- "id": "layout-split-weighted--text-with-teaser",
4284
- "group": "Layout/Split Weighted",
4285
- "name": "TextWithTeaser",
4286
- "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/>",
4287
- "args": {
4288
- "verticalGutter": "default",
4289
- "horizontalGutter": "default",
4290
- "verticalAlign": "top",
4291
- "mainLayout": {
4292
- "gutter": "small",
4293
- "minWidth": "narrow"
4294
- },
4295
- "asideLayout": {
4296
- "gutter": "default",
4297
- "minWidth": "wide"
4298
- },
4299
- "order": {
4300
- "mobile": "mainFirst",
4301
- "desktop": "mainFirst"
4302
- },
4303
- "main": {
4304
- "key": null,
4305
- "ref": null,
4306
- "props": {
4307
- "children": [
4308
- {
4309
- "type": {},
4310
- "key": null,
4311
- "ref": null,
4312
- "props": {
4313
- "text": "Innovative solutions for Industry 4.0",
4314
- "level": "h2",
4315
- "spaceAfter": "minimum"
4316
- },
4317
- "_owner": null
4318
- },
4319
- {
4320
- "type": {},
4321
- "key": null,
4322
- "ref": null,
4323
- "props": {
4324
- "highlightText": true,
4325
- "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."
4326
- },
4327
- "_owner": null
4328
- }
4329
- ]
4330
- },
4331
- "_owner": null
4332
- },
4333
- "aside": {
4334
- "type": {},
4335
- "key": null,
4336
- "ref": null,
4337
- "props": {
4338
- "layout": "row",
4339
- "button": {
4340
- "chevron": false,
4341
- "hidden": false,
4342
- "label": "Read more"
4343
- },
4344
- "imageRatio": "landscape",
4345
- "headline": "Transforming Industry",
4346
- "text": "with Smart Solutions",
4347
- "image": "img/logos/castaway.svg",
4348
- "url": "#"
4349
- },
4350
- "_owner": null
4351
- }
4352
- },
4353
- "screenshot": "img/screenshots/layout-split-weighted--text-with-teaser.png"
4354
- },
4355
3038
  {
4356
3039
  "id": "components-stats--count-up-with-icons",
4357
3040
  "group": "Components/Stats",
@@ -4403,7 +3086,7 @@
4403
3086
  "id": "components-teaser-card--product-tiles",
4404
3087
  "group": "Components/Teaser Card",
4405
3088
  "name": "ProductTiles",
4406
- "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/>",
3089
+ "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/>",
4407
3090
  "args": {
4408
3091
  "layout": "stack",
4409
3092
  "button": {
@@ -4415,7 +3098,7 @@
4415
3098
  "headline": "Castaway",
4416
3099
  "text": "Transforming Ideas into Code",
4417
3100
  "image": "img/logos/castaway.svg",
4418
- "url": "#"
3101
+ "target": "#"
4419
3102
  },
4420
3103
  "screenshot": "img/screenshots/components-teaser-card--product-tiles.png"
4421
3104
  },
@@ -4423,7 +3106,7 @@
4423
3106
  "id": "components-teaser-card--page-navigation",
4424
3107
  "group": "Components/Teaser Card",
4425
3108
  "name": "PageNavigation",
4426
- "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/>",
3109
+ "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/>",
4427
3110
  "args": {
4428
3111
  "layout": "stack",
4429
3112
  "button": {
@@ -4435,7 +3118,7 @@
4435
3118
  "headline": "Design System Services",
4436
3119
  "text": "Experience the speed & scalability unlike anything seen before with our Headless CMS powered websites, web apps & composable architecture.",
4437
3120
  "image": "img/02.jpg",
4438
- "url": "#"
3121
+ "target": "#"
4439
3122
  },
4440
3123
  "screenshot": "img/screenshots/components-teaser-card--page-navigation.png"
4441
3124
  },
@@ -4443,7 +3126,7 @@
4443
3126
  "id": "components-teaser-card--showcase-preview",
4444
3127
  "group": "Components/Teaser Card",
4445
3128
  "name": "ShowcasePreview",
4446
- "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/>",
3129
+ "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/>",
4447
3130
  "args": {
4448
3131
  "layout": "row",
4449
3132
  "button": {
@@ -4456,7 +3139,7 @@
4456
3139
  "headline": "Transformation Love Story",
4457
3140
  "text": "See how we saved TechFusions a year's worth of development time",
4458
3141
  "image": "img/showcases/comp_tfe01.jpg",
4459
- "url": "#"
3142
+ "target": "#"
4460
3143
  },
4461
3144
  "screenshot": "img/screenshots/components-teaser-card--showcase-preview.png"
4462
3145
  },
@@ -4464,10 +3147,9 @@
4464
3147
  "id": "components-testimonials--simple",
4465
3148
  "group": "Components/Testimonials",
4466
3149
  "name": "Simple",
4467
- "code": "<Testimonials\n layout=\"slider\"\n quoteSigns=\"normal\"\n testimonial={[\n {\n image: {\n alt: 'Alt Text Customer 1',\n src: 'img/people/author-emily.png'\n },\n name: 'Emily Johnson',\n quote: 'Working with Systemics technology has been a game-changer for our brand. Their design system expertise brought harmony to our user experiences, making our digital platforms not just functional, but truly captivating.',\n title: undefined\n }\n ]}\n/>",
3150
+ "code": "<Testimonials\n layout=\"slider\"\n testimonial={[\n {\n image: {\n alt: 'Alt Text Customer 1',\n src: 'img/people/author-emily.png'\n },\n name: 'Emily Johnson',\n quote: 'Working with Systemics technology has been a game-changer for our brand. Their design system expertise brought harmony to our user experiences, making our digital platforms not just functional, but truly captivating.',\n title: undefined\n }\n ]}\n/>",
4468
3151
  "args": {
4469
3152
  "layout": "slider",
4470
- "quoteSigns": "normal",
4471
3153
  "testimonial": [
4472
3154
  {
4473
3155
  "quote": "Working with Systemics technology has been a game-changer for our brand. Their design system expertise brought harmony to our user experiences, making our digital platforms not just functional, but truly captivating.",
@@ -4485,10 +3167,9 @@
4485
3167
  "id": "components-testimonials--with-title",
4486
3168
  "group": "Components/Testimonials",
4487
3169
  "name": "WithTitle",
4488
- "code": "<Testimonials\n layout=\"slider\"\n quoteSigns=\"normal\"\n testimonial={[\n {\n image: {\n alt: 'Alt Text Customer 1',\n src: 'img/people/author-emily.png'\n },\n name: 'Emily Johnson',\n quote: 'Working with Systemics technology has been a game-changer for our brand. Their design system expertise brought harmony to our user experiences, making our digital platforms not just functional, but truly captivating.',\n title: 'Chief Marketing Officer at TechFusion Enterprises'\n }\n ]}\n/>",
3170
+ "code": "<Testimonials\n layout=\"slider\"\n testimonial={[\n {\n image: {\n alt: 'Alt Text Customer 1',\n src: 'img/people/author-emily.png'\n },\n name: 'Emily Johnson',\n quote: 'Working with Systemics technology has been a game-changer for our brand. Their design system expertise brought harmony to our user experiences, making our digital platforms not just functional, but truly captivating.',\n title: 'Chief Marketing Officer at TechFusion Enterprises'\n }\n ]}\n/>",
4489
3171
  "args": {
4490
3172
  "layout": "slider",
4491
- "quoteSigns": "normal",
4492
3173
  "testimonial": [
4493
3174
  {
4494
3175
  "quote": "Working with Systemics technology has been a game-changer for our brand. Their design system expertise brought harmony to our user experiences, making our digital platforms not just functional, but truly captivating.",
@@ -4507,10 +3188,9 @@
4507
3188
  "id": "components-testimonials--list-layout",
4508
3189
  "group": "Components/Testimonials",
4509
3190
  "name": "ListLayout",
4510
- "code": "<Testimonials\n layout=\"list\"\n quoteSigns=\"normal\"\n testimonial={[\n {\n image: {\n alt: 'Alt Text Customer 1',\n src: 'img/people/author-emily.png'\n },\n name: 'Emily Johnson',\n quote: 'Working with Systemics technology has been a game-changer for our brand. Their design system expertise brought harmony to our user experiences, making our digital platforms not just functional, but truly captivating.',\n rating: 5,\n title: 'Chief Marketing Officer at TechFusion Enterprises'\n },\n {\n image: {\n alt: 'Alt Text Customer 2',\n src: 'img/people/author-john.png'\n },\n name: 'John Smith',\n quote: 'Systemics\\'s design system transformed our development process. The consistency it introduced across our platforms not only saved us time but also boosted our brand\\'s credibility. It\\'s a partnership that continues to pay dividends.',\n rating: 4,\n title: 'Director of Digital Strategy at EcoTech Solutions'\n },\n {\n image: {\n alt: 'Alt Text Customer 3',\n src: 'img/people/author-alex.png'\n },\n name: 'Alex Chen',\n quote: 'As a startup, we needed to hit the ground running. Systemics\\'s approach streamlined our dev and design process, allowing us to scale faster and focus on what truly matters - building a product that stands out in the market.',\n rating: 5,\n title: 'CEO of LaunchPad Innovations'\n }\n ]}\n/>",
3191
+ "code": "<Testimonials\n layout=\"list\"\n testimonial={[\n {\n image: {\n alt: 'Alt Text Customer 1',\n src: 'img/people/author-emily.png'\n },\n name: 'Emily Johnson',\n quote: 'Working with Systemics technology has been a game-changer for our brand. Their design system expertise brought harmony to our user experiences, making our digital platforms not just functional, but truly captivating.',\n rating: 5,\n title: 'Chief Marketing Officer at TechFusion Enterprises'\n },\n {\n image: {\n alt: 'Alt Text Customer 2',\n src: 'img/people/author-john.png'\n },\n name: 'John Smith',\n quote: 'Systemics\\'s design system transformed our development process. The consistency it introduced across our platforms not only saved us time but also boosted our brand\\'s credibility. It\\'s a partnership that continues to pay dividends.',\n rating: 4,\n title: 'Director of Digital Strategy at EcoTech Solutions'\n },\n {\n image: {\n alt: 'Alt Text Customer 3',\n src: 'img/people/author-alex.png'\n },\n name: 'Alex Chen',\n quote: 'As a startup, we needed to hit the ground running. Systemics\\'s approach streamlined our dev and design process, allowing us to scale faster and focus on what truly matters - building a product that stands out in the market.',\n rating: 5,\n title: 'CEO of LaunchPad Innovations'\n }\n ]}\n/>",
4511
3192
  "args": {
4512
3193
  "layout": "list",
4513
- "quoteSigns": "normal",
4514
3194
  "testimonial": [
4515
3195
  {
4516
3196
  "quote": "Working with Systemics technology has been a game-changer for our brand. Their design system expertise brought harmony to our user experiences, making our digital platforms not just functional, but truly captivating.",
@@ -4550,10 +3230,9 @@
4550
3230
  "id": "components-testimonials--slider-layout",
4551
3231
  "group": "Components/Testimonials",
4552
3232
  "name": "SliderLayout",
4553
- "code": "<Testimonials\n layout=\"slider\"\n quoteSigns=\"normal\"\n testimonial={[\n {\n image: {\n alt: 'Alt Text Customer 1',\n src: 'img/people/author-emily.png'\n },\n name: 'Emily Johnson',\n quote: 'Working with Systemics technology has been a game-changer for our brand. Their design system expertise brought harmony to our user experiences, making our digital platforms not just functional, but truly captivating.',\n title: 'Chief Marketing Officer at TechFusion Enterprises'\n },\n {\n image: {\n alt: 'Alt Text Customer 2',\n src: 'img/people/author-john.png'\n },\n name: 'John Smith',\n quote: 'Systemics\\'s design system transformed our development process. The consistency it introduced across our platforms not only saved us time but also boosted our brand\\'s credibility. It\\'s a partnership that continues to pay dividends.',\n title: 'Director of Digital Strategy at EcoTech Solutions'\n },\n {\n image: {\n alt: 'Alt Text Customer 3',\n src: 'img/people/author-alex.png'\n },\n name: 'Alex Chen',\n quote: 'As a startup, we needed to hit the ground running. Systemics\\'s approach streamlined our dev and design process, allowing us to scale faster and focus on what truly matters - building a product that stands out in the market.',\n title: 'CEO of LaunchPad Innovations'\n }\n ]}\n/>",
3233
+ "code": "<Testimonials\n layout=\"slider\"\n testimonial={[\n {\n image: {\n alt: 'Alt Text Customer 1',\n src: 'img/people/author-emily.png'\n },\n name: 'Emily Johnson',\n quote: 'Working with Systemics technology has been a game-changer for our brand. Their design system expertise brought harmony to our user experiences, making our digital platforms not just functional, but truly captivating.',\n title: 'Chief Marketing Officer at TechFusion Enterprises'\n },\n {\n image: {\n alt: 'Alt Text Customer 2',\n src: 'img/people/author-john.png'\n },\n name: 'John Smith',\n quote: 'Systemics\\'s design system transformed our development process. The consistency it introduced across our platforms not only saved us time but also boosted our brand\\'s credibility. It\\'s a partnership that continues to pay dividends.',\n title: 'Director of Digital Strategy at EcoTech Solutions'\n },\n {\n image: {\n alt: 'Alt Text Customer 3',\n src: 'img/people/author-alex.png'\n },\n name: 'Alex Chen',\n quote: 'As a startup, we needed to hit the ground running. Systemics\\'s approach streamlined our dev and design process, allowing us to scale faster and focus on what truly matters - building a product that stands out in the market.',\n title: 'CEO of LaunchPad Innovations'\n }\n ]}\n/>",
4554
3234
  "args": {
4555
3235
  "layout": "slider",
4556
- "quoteSigns": "normal",
4557
3236
  "testimonial": [
4558
3237
  {
4559
3238
  "quote": "Working with Systemics technology has been a game-changer for our brand. Their design system expertise brought harmony to our user experiences, making our digital platforms not just functional, but truly captivating.",
@@ -4590,10 +3269,9 @@
4590
3269
  "id": "components-testimonials--with-rating",
4591
3270
  "group": "Components/Testimonials",
4592
3271
  "name": "WithRating",
4593
- "code": "<Testimonials\n layout=\"slider\"\n quoteSigns=\"normal\"\n testimonial={[\n {\n image: {\n alt: 'Alt Text Customer 1',\n src: 'img/people/author-emily.png'\n },\n name: 'Emily Johnson',\n quote: 'Working with Systemics technology has been a game-changer for our brand. Their design system expertise brought harmony to our user experiences, making our digital platforms not just functional, but truly captivating.',\n rating: 5,\n title: 'Chief Marketing Officer at TechFusion Enterprises'\n },\n {\n image: {\n alt: 'Alt Text Customer 2',\n src: 'img/people/author-john.png'\n },\n name: 'John Smith',\n quote: 'Systemics\\'s design system transformed our development process. The consistency it introduced across our platforms not only saved us time but also boosted our brand\\'s credibility. It\\'s a partnership that continues to pay dividends.',\n rating: 4,\n title: 'Director of Digital Strategy at EcoTech Solutions'\n },\n {\n image: {\n alt: 'Alt Text Customer 3',\n src: 'img/people/author-alex.png'\n },\n name: 'Alex Chen',\n quote: 'As a startup, we needed to hit the ground running. Systemics\\'s approach streamlined our dev and design process, allowing us to scale faster and focus on what truly matters - building a product that stands out in the market.',\n rating: 5,\n title: 'CEO of LaunchPad Innovations'\n }\n ]}\n/>",
3272
+ "code": "<Testimonials\n layout=\"slider\"\n testimonial={[\n {\n image: {\n alt: 'Alt Text Customer 1',\n src: 'img/people/author-emily.png'\n },\n name: 'Emily Johnson',\n quote: 'Working with Systemics technology has been a game-changer for our brand. Their design system expertise brought harmony to our user experiences, making our digital platforms not just functional, but truly captivating.',\n rating: 5,\n title: 'Chief Marketing Officer at TechFusion Enterprises'\n },\n {\n image: {\n alt: 'Alt Text Customer 2',\n src: 'img/people/author-john.png'\n },\n name: 'John Smith',\n quote: 'Systemics\\'s design system transformed our development process. The consistency it introduced across our platforms not only saved us time but also boosted our brand\\'s credibility. It\\'s a partnership that continues to pay dividends.',\n rating: 4,\n title: 'Director of Digital Strategy at EcoTech Solutions'\n },\n {\n image: {\n alt: 'Alt Text Customer 3',\n src: 'img/people/author-alex.png'\n },\n name: 'Alex Chen',\n quote: 'As a startup, we needed to hit the ground running. Systemics\\'s approach streamlined our dev and design process, allowing us to scale faster and focus on what truly matters - building a product that stands out in the market.',\n rating: 5,\n title: 'CEO of LaunchPad Innovations'\n }\n ]}\n/>",
4594
3273
  "args": {
4595
3274
  "layout": "slider",
4596
- "quoteSigns": "normal",
4597
3275
  "testimonial": [
4598
3276
  {
4599
3277
  "quote": "Working with Systemics technology has been a game-changer for our brand. Their design system expertise brought harmony to our user experiences, making our digital platforms not just functional, but truly captivating.",
@@ -4633,10 +3311,9 @@
4633
3311
  "id": "components-testimonials--alternating-layout",
4634
3312
  "group": "Components/Testimonials",
4635
3313
  "name": "AlternatingLayout",
4636
- "code": "<Testimonials\n layout=\"alternating\"\n quoteSigns=\"normal\"\n testimonial={[\n {\n image: {\n alt: 'Alt Text Customer 1',\n src: 'img/people/author-emily.png'\n },\n name: 'Emily Johnson',\n quote: 'Working with Systemics technology has been a game-changer for our brand. Their design system expertise brought harmony to our user experiences, making our digital platforms not just functional, but truly captivating.',\n rating: 5,\n title: 'Chief Marketing Officer at TechFusion Enterprises'\n },\n {\n image: {\n alt: 'Alt Text Customer 2',\n src: 'img/people/author-john.png'\n },\n name: 'John Smith',\n quote: 'Systemics\\'s design system transformed our development process. The consistency it introduced across our platforms not only saved us time but also boosted our brand\\'s credibility. It\\'s a partnership that continues to pay dividends.',\n rating: 4,\n title: 'Director of Digital Strategy at EcoTech Solutions'\n },\n {\n image: {\n alt: 'Alt Text Customer 3',\n src: 'img/people/author-alex.png'\n },\n name: 'Alex Chen',\n quote: 'As a startup, we needed to hit the ground running. Systemics\\'s approach streamlined our dev and design process, allowing us to scale faster and focus on what truly matters - building a product that stands out in the market.',\n rating: 5,\n title: 'CEO of LaunchPad Innovations'\n }\n ]}\n/>",
3314
+ "code": "<Testimonials\n layout=\"alternating\"\n testimonial={[\n {\n image: {\n alt: 'Alt Text Customer 1',\n src: 'img/people/author-emily.png'\n },\n name: 'Emily Johnson',\n quote: 'Working with Systemics technology has been a game-changer for our brand. Their design system expertise brought harmony to our user experiences, making our digital platforms not just functional, but truly captivating.',\n rating: 5,\n title: 'Chief Marketing Officer at TechFusion Enterprises'\n },\n {\n image: {\n alt: 'Alt Text Customer 2',\n src: 'img/people/author-john.png'\n },\n name: 'John Smith',\n quote: 'Systemics\\'s design system transformed our development process. The consistency it introduced across our platforms not only saved us time but also boosted our brand\\'s credibility. It\\'s a partnership that continues to pay dividends.',\n rating: 4,\n title: 'Director of Digital Strategy at EcoTech Solutions'\n },\n {\n image: {\n alt: 'Alt Text Customer 3',\n src: 'img/people/author-alex.png'\n },\n name: 'Alex Chen',\n quote: 'As a startup, we needed to hit the ground running. Systemics\\'s approach streamlined our dev and design process, allowing us to scale faster and focus on what truly matters - building a product that stands out in the market.',\n rating: 5,\n title: 'CEO of LaunchPad Innovations'\n }\n ]}\n/>",
4637
3315
  "args": {
4638
3316
  "layout": "alternating",
4639
- "quoteSigns": "normal",
4640
3317
  "testimonial": [
4641
3318
  {
4642
3319
  "quote": "Working with Systemics technology has been a game-changer for our brand. Their design system expertise brought harmony to our user experiences, making our digital platforms not just functional, but truly captivating.",