@kickstartds/ds-agency-premium 1.6.71--canary.1948.6cfa581.0 → 1.6.71--canary.45.1950.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 (197) hide show
  1. package/dist/{BlogOverviewProps-9f207f1c.d.ts → BlogOverviewProps-21d04028.d.ts} +1 -1
  2. package/dist/{BlogPostProps-6b3cff22.d.ts → BlogPostProps-c760fd2a.d.ts} +1 -1
  3. package/dist/{PageProps-aa29c554.d.ts → PageProps-21d04028.d.ts} +1 -1
  4. package/dist/{SectionProps-2fd5dbde.d.ts → SectionProps-00ddee3a.d.ts} +2 -2
  5. package/dist/SliderProps-789f8508.d.ts +1 -1
  6. package/dist/{StatProps-12a3eae0.d.ts → StatProps-79109ad0.d.ts} +1 -1
  7. package/dist/StatsProps-bf5ef578.d.ts +1 -1
  8. package/dist/components/blog-aside/blog-aside.schema.dereffed.json +0 -6
  9. package/dist/components/blog-aside/index.js +6 -1
  10. package/dist/components/blog-author/blog-author.schema.dereffed.json +0 -3
  11. package/dist/components/blog-author/index.js +10 -1
  12. package/dist/components/blog-head/blog-head.schema.dereffed.json +0 -6
  13. package/dist/components/blog-head/index.js +6 -1
  14. package/dist/components/blog-overview/blog-overview.schema.dereffed.json +31 -157
  15. package/dist/components/blog-overview/blog-overview.schema.json +2 -2
  16. package/dist/components/blog-overview/index.d.ts +1 -1
  17. package/dist/components/blog-overview/index.js +1 -0
  18. package/dist/components/blog-post/blog-post.schema.dereffed.json +31 -151
  19. package/dist/components/blog-post/blog-post.schema.json +2 -2
  20. package/dist/components/blog-post/index.d.ts +1 -1
  21. package/dist/components/blog-post/index.js +1 -0
  22. package/dist/components/blog-tag/blog-tag.schema.dereffed.json +0 -3
  23. package/dist/components/blog-teaser/blog-teaser.schema.dereffed.json +0 -6
  24. package/dist/components/blog-teaser/index.js +10 -1
  25. package/dist/components/breadcrumb/breadcrumb.schema.dereffed.json +0 -3
  26. package/dist/components/business-card/business-card.schema.dereffed.json +0 -3
  27. package/dist/components/button/button.css +2 -2
  28. package/dist/components/button/button.schema.dereffed.json +0 -3
  29. package/dist/components/button-group/button-group.schema.dereffed.json +2 -8
  30. package/dist/components/button-group/index.d.ts +3 -3
  31. package/dist/components/contact/contact.schema.dereffed.json +0 -3
  32. package/dist/components/contact/index.js +10 -1
  33. package/dist/components/content-nav/content-nav.schema.dereffed.json +0 -3
  34. package/dist/components/cta/cta.schema.dereffed.json +0 -3
  35. package/dist/components/cta/index.js +19 -1
  36. package/dist/components/divider/divider.schema.dereffed.json +0 -3
  37. package/dist/components/divider/index.js +6 -1
  38. package/dist/components/downloads/downloads.schema.dereffed.json +0 -3
  39. package/dist/components/event-appointment/event-appointment.schema.dereffed.json +0 -3
  40. package/dist/components/event-detail/event-detail.schema.dereffed.json +0 -9
  41. package/dist/components/event-detail/index.js +1 -0
  42. package/dist/components/event-filter/event-filter.schema.dereffed.json +0 -3
  43. package/dist/components/event-header/event-header.schema.dereffed.json +0 -3
  44. package/dist/components/event-header/index.js +1 -0
  45. package/dist/components/event-latest/event-latest.schema.dereffed.json +0 -6
  46. package/dist/components/event-latest-teaser/event-latest-teaser.schema.dereffed.json +0 -3
  47. package/dist/components/event-list/event-list.schema.dereffed.json +0 -9
  48. package/dist/components/event-list/index.js +1 -0
  49. package/dist/components/event-list-teaser/event-list-teaser.schema.dereffed.json +0 -3
  50. package/dist/components/event-location/event-location.schema.dereffed.json +0 -6
  51. package/dist/components/event-login/event-login.schema.dereffed.json +0 -3
  52. package/dist/components/event-registration/event-registration.schema.dereffed.json +0 -3
  53. package/dist/components/faq/faq.schema.dereffed.json +0 -3
  54. package/dist/components/faq/index.js +6 -1
  55. package/dist/components/feature/feature.schema.dereffed.json +0 -3
  56. package/dist/components/feature/index.js +15 -2
  57. package/dist/components/features/features.css +25 -7
  58. package/dist/components/features/features.schema.dereffed.json +0 -3
  59. package/dist/components/features/index.js +13 -1
  60. package/dist/components/footer/footer.css +3 -3
  61. package/dist/components/footer/footer.schema.dereffed.json +12 -23
  62. package/dist/components/footer/index.js +11 -1
  63. package/dist/components/gallery/gallery.schema.dereffed.json +0 -3
  64. package/dist/components/gallery/index.js +9 -1
  65. package/dist/components/header/header.schema.dereffed.json +12 -23
  66. package/dist/components/header/index.js +13 -1
  67. package/dist/components/headline/headline.css +2 -44
  68. package/dist/components/headline/headline.schema.dereffed.json +0 -3
  69. package/dist/components/hero/hero.css +0 -22
  70. package/dist/components/hero/hero.schema.dereffed.json +1 -4
  71. package/dist/components/hero/hero.schema.json +1 -1
  72. package/dist/components/hero/index.js +17 -1
  73. package/dist/components/html/html.schema.dereffed.json +0 -3
  74. package/dist/components/html/index.js +8 -1
  75. package/dist/components/image-story/image-story.schema.dereffed.json +0 -6
  76. package/dist/components/image-story/index.d.ts +1 -1
  77. package/dist/components/image-story/index.js +14 -1
  78. package/dist/components/image-text/image-text.schema.dereffed.json +0 -3
  79. package/dist/components/image-text/index.js +7 -1
  80. package/dist/components/index/index.d.ts +3 -3
  81. package/dist/components/logo/index.js +6 -1
  82. package/dist/components/logo/logo.schema.dereffed.json +0 -3
  83. package/dist/components/logos/index.js +12 -1
  84. package/dist/components/logos/logos.schema.dereffed.json +0 -3
  85. package/dist/components/mosaic/index.js +8 -1
  86. package/dist/components/mosaic/mosaic.schema.dereffed.json +0 -6
  87. package/dist/components/nav-dropdown/nav-dropdown.css +3 -3
  88. package/dist/components/nav-dropdown/nav-dropdown.schema.dereffed.json +0 -3
  89. package/dist/components/nav-flyout/index.js +7 -1
  90. package/dist/components/nav-flyout/nav-flyout.schema.dereffed.json +12 -26
  91. package/dist/components/nav-main/index.js +11 -1
  92. package/dist/components/nav-main/nav-main.schema.dereffed.json +12 -26
  93. package/dist/components/nav-main/nav-main.schema.json +12 -20
  94. package/dist/components/nav-topbar/index.js +7 -1
  95. package/dist/components/nav-topbar/nav-topbar.css +3 -3
  96. package/dist/components/nav-topbar/nav-topbar.schema.dereffed.json +12 -23
  97. package/dist/components/page/index.d.ts +1 -1
  98. package/dist/components/page/page.schema.dereffed.json +31 -136
  99. package/dist/components/page/page.schema.json +2 -2
  100. package/dist/components/page-wrapper/index.js +1 -6
  101. package/dist/components/page-wrapper/tokens.css +251 -251
  102. package/dist/components/pagination/pagination.schema.dereffed.json +0 -3
  103. package/dist/components/presets.json +70 -86
  104. package/dist/components/providers/index.js +1 -0
  105. package/dist/components/search/index.js +1 -0
  106. package/dist/components/search/search.schema.dereffed.json +0 -9
  107. package/dist/components/search-bar/search-bar.schema.dereffed.json +0 -3
  108. package/dist/components/search-filter/search-filter.schema.dereffed.json +0 -3
  109. package/dist/components/search-result/search-result.schema.dereffed.json +0 -3
  110. package/dist/components/section/index.d.ts +1 -1
  111. package/dist/components/section/index.js +28 -4
  112. package/dist/components/section/section.css +19 -60
  113. package/dist/components/section/section.schema.dereffed.json +26 -125
  114. package/dist/components/section/section.schema.json +2 -2
  115. package/dist/components/seo/seo.schema.dereffed.json +4 -7
  116. package/dist/components/seo/seo.schema.json +4 -3
  117. package/dist/components/settings/settings.schema.dereffed.json +29 -57
  118. package/dist/components/settings/settings.schema.json +2 -2
  119. package/dist/components/slider/index.js +1 -1
  120. package/dist/components/slider/slider.schema.dereffed.json +16 -51
  121. package/dist/components/slider/slider.schema.json +1 -1
  122. package/dist/components/split-even/index.d.ts +1 -1
  123. package/dist/components/split-even/split-even.schema.dereffed.json +48 -233
  124. package/dist/components/split-weighted/index.d.ts +1 -1
  125. package/dist/components/split-weighted/split-weighted.schema.dereffed.json +48 -233
  126. package/dist/components/stat/index.d.ts +1 -1
  127. package/dist/components/stat/index.js +16 -4
  128. package/dist/components/stat/stat.schema.dereffed.json +6 -8
  129. package/dist/components/stat/stat.schema.json +2 -2
  130. package/dist/components/stats/index.js +6 -1
  131. package/dist/components/stats/stats.css +4 -4
  132. package/dist/components/stats/stats.schema.dereffed.json +6 -11
  133. package/dist/components/teaser-card/index.js +11 -1
  134. package/dist/components/teaser-card/teaser-card.css +13 -9
  135. package/dist/components/teaser-card/teaser-card.schema.dereffed.json +0 -3
  136. package/dist/components/testimonial/index.js +7 -1
  137. package/dist/components/testimonial/testimonial.schema.dereffed.json +0 -3
  138. package/dist/components/testimonials/index.js +8 -1
  139. package/dist/components/testimonials/testimonials.schema.dereffed.json +0 -3
  140. package/dist/components/text/index.js +8 -1
  141. package/dist/components/text/text.schema.dereffed.json +0 -3
  142. package/dist/components/tile/tile.schema.dereffed.json +0 -3
  143. package/dist/components/video-curtain/index.js +11 -1
  144. package/dist/components/video-curtain/video-curtain.schema.dereffed.json +1 -4
  145. package/dist/components/video-curtain/video-curtain.schema.json +1 -1
  146. package/dist/global.css +2 -2
  147. package/dist/helpers-12f48df8.d.ts +6 -0
  148. package/dist/helpers-12f48df8.js +40 -0
  149. package/dist/static/favicon/android-chrome-192x192.png +0 -0
  150. package/dist/static/favicon/android-chrome-512x512.png +0 -0
  151. package/dist/static/favicon/apple-touch-icon.png +0 -0
  152. package/dist/static/favicon/browserconfig.xml +9 -0
  153. package/dist/static/favicon/favicon-16x16.png +0 -0
  154. package/dist/static/favicon/favicon-192-192.png +20 -0
  155. package/dist/static/favicon/favicon-32x32.png +0 -0
  156. package/dist/static/favicon/favicon.ico +0 -0
  157. package/dist/static/favicon/mstile-144x144.png +0 -0
  158. package/dist/static/favicon/mstile-150x150.png +0 -0
  159. package/dist/static/favicon/mstile-310x150.png +0 -0
  160. package/dist/static/favicon/mstile-310x310.png +0 -0
  161. package/dist/static/favicon/mstile-70x70.png +0 -0
  162. package/dist/static/favicon/safari-pinned-tab.svg +30 -0
  163. package/dist/static/favicon/site.webmanifest +19 -1
  164. package/dist/static/logo-inverted.svg +12 -27
  165. package/dist/static/logo.svg +12 -27
  166. package/dist/tokens/IconSprite.js +0 -6
  167. package/dist/tokens/icon-sprite.html +0 -2
  168. package/dist/tokens/themes.css +4 -4
  169. package/dist/tokens/tokens.css +251 -251
  170. package/dist/tokens/tokens.js +376 -377
  171. package/package.json +6 -4
  172. package/dist/static/guenther/brands/cadillac.png +0 -0
  173. package/dist/static/guenther/brands/corvette.png +0 -0
  174. package/dist/static/guenther/brands/infiniti.png +0 -0
  175. package/dist/static/guenther/brands/isuzu.png +0 -0
  176. package/dist/static/guenther/brands/kia.png +0 -0
  177. package/dist/static/guenther/brands/maserati.png +0 -0
  178. package/dist/static/guenther/brands/micro.png +0 -0
  179. package/dist/static/guenther/brands/msg.png +0 -0
  180. package/dist/static/guenther/brands/nissan.png +0 -0
  181. package/dist/static/guenther/brands/saab.png +0 -0
  182. package/dist/static/guenther/brands/subaru.png +0 -0
  183. package/dist/static/guenther/car-1.webp +0 -0
  184. package/dist/static/guenther/car-2.webp +0 -0
  185. package/dist/static/guenther/car-cutout-1.avif +0 -0
  186. package/dist/static/guenther/car-cutout-2.avif +0 -0
  187. package/dist/static/guenther/car-cutout-3.png +0 -0
  188. package/dist/static/guenther/car-red.png +0 -0
  189. package/dist/static/guenther/car-store.png +0 -0
  190. package/dist/static/guenther/car-yellow.webp +0 -0
  191. package/dist/static/guenther/contact.jpg +0 -0
  192. package/dist/static/guenther/header-2.png +0 -0
  193. package/dist/static/guenther/header.jpg +0 -0
  194. package/dist/static/guenther/header.png +0 -0
  195. package/dist/static/guenther/kia-header.webp +0 -0
  196. package/dist/static/guenther/visual.png +0 -0
  197. /package/dist/{ImageStoryProps-e853e1e7.d.ts → ImageStoryProps-00ddee3a.d.ts} +0 -0
@@ -355,14 +355,14 @@
355
355
  "id": "page-archetypes-blog-overview--blog-overview",
356
356
  "group": "Page Archetypes/Blog Overview",
357
357
  "name": "BlogOverview",
358
- "code": "<BlogOverview\n cta={{\n align: 'center',\n buttons: [\n {\n icon: 'person',\n label: 'Contact us',\n url: '#'\n },\n {\n icon: 'date',\n label: 'Book a meeting',\n url: '#'\n }\n ],\n colorNeutral: false,\n contentAlign: 'center',\n fullWidth: true,\n headline: 'Get in touch',\n highlightText: false,\n image: {\n align: 'center',\n padding: false,\n src: 'img/people/contact-person.png'\n },\n order: {\n desktopImageLast: false,\n mobileImageLast: false\n },\n padding: false,\n sub: 'Chat with us about getting your product or platform to market faster',\n text: 'Our modular design approach allows for flexibility and scalability in your application\\'s architecture.',\n textAlign: 'left',\n width: 'wide'\n }}\n latest={{\n alt: 'Image of a business team working',\n author: {\n image: 'img/people/author-alex.png',\n name: 'John Doe',\n title: 'CEO'\n },\n date: '12/30/2022',\n headline: 'Mastering the Art of Design Systems with Systemics: A Journey from Vision to Reality',\n image: 'img/close-up-young-business-team-working.png',\n link: {\n label: 'Read more',\n text: 'Read article',\n url: 'https://example.com/article1'\n },\n readingTime: '5 min read',\n tags: [\n {\n entry: 'Design Systems'\n },\n {\n entry: 'Headless Websites'\n },\n {\n entry: 'Training'\n }\n ],\n teaserText: 'In this enlightening article, we delve into how Systemics, your go-to Design System agency, brings clarity and coherence to your brand\\'s digital presence. We discuss our unique approach to Design System Consulting, where we align your vision with actionable strategies for seamless and captivating user experiences.'\n }}\n latestTitle=\"Latest Post\"\n list={[\n {\n alt: 'Image of a business team working',\n author: {\n image: 'img/people/author-alex.png',\n name: 'John Doe',\n title: 'CEO'\n },\n date: '12/30/2022',\n headline: 'Mastering the Art of Design Systems with Systemics',\n image: 'img/close-up-young-business-team-working.png',\n link: {\n label: 'Read more',\n text: 'Read article',\n url: 'https://example.com/article1'\n },\n readingTime: '5 min read',\n tags: [\n {\n entry: 'Design Systems'\n }\n ],\n teaserText: 'In this enlightening article, we delve into how Systemics, your go-to Design System agency, brings clarity and coherence to your brand\\'s digital presence..'\n },\n {\n alt: 'Image of a business team working',\n author: {\n image: 'img/people/author-emily.png',\n name: 'Jane Doe',\n title: 'CTO'\n },\n date: '12/30/2022',\n headline: 'Unleashing Innovation with Headless Websites',\n image: 'img/close-up-young-business-team-working.png',\n link: {\n label: 'Read more',\n text: 'Read article',\n url: 'https://example.com/article2'\n },\n readingTime: '5 min read',\n tags: [\n {\n entry: 'Headless Websites'\n }\n ],\n teaserText: 'Dive into the exciting world of headless architecture with Systemics. This article explores our Headless Websites service, a playground of innovation and creativity for brands seeking to redefine their digital journey.'\n },\n {\n alt: 'Image of a business team working',\n author: {\n image: 'img/people/author-alex.png',\n name: 'John Doe',\n title: 'CEO'\n },\n date: '12/30/2022',\n headline: 'Investing in Digital Excellence: Systemics\\' Design System Trainings',\n image: 'img/close-up-young-business-team-working.png',\n link: {\n label: 'Read more',\n text: 'Read article',\n url: 'https://example.com/article3'\n },\n readingTime: '5 min read',\n tags: [\n {\n entry: 'Training'\n }\n ],\n teaserText: 'Investing in your digital team\\'s growth is crucial for sustainable success. In this article, we highlight Systemics\\' Design System Trainings, designed to equip your team with the skills they need to harness your design system effectively.'\n }\n ]}\n listTitle=\"Recent Posts\"\n more={[\n {\n alt: 'Image of a business team working',\n author: {\n image: 'img/people/author-alex.png',\n name: 'John Doe',\n title: 'CEO'\n },\n date: '12/30/2022',\n headline: 'Mastering the Art of Design Systems with Systemics',\n image: 'img/close-up-young-business-team-working.png',\n link: {\n label: 'Read more',\n text: 'Read article',\n url: 'https://example.com/article1'\n },\n readingTime: '5 min read',\n tags: [\n {\n entry: 'Design Systems'\n }\n ],\n teaserText: 'In this enlightening article, we delve into how Systemics, your go-to Design System agency, brings clarity and coherence to your brand\\'s digital presence..'\n },\n {\n alt: 'Image of a business team working',\n author: {\n image: 'img/people/author-emily.png',\n name: 'Jane Doe',\n title: 'CTO'\n },\n date: '12/30/2022',\n headline: 'Unleashing Innovation with Headless Websites',\n image: 'img/close-up-young-business-team-working.png',\n link: {\n label: 'Read more',\n text: 'Read article',\n url: 'https://example.com/article2'\n },\n readingTime: '5 min read',\n tags: [\n {\n entry: 'Headless Websites'\n }\n ],\n teaserText: 'Dive into the exciting world of headless architecture with Systemics. This article explores our Headless Websites service, a playground of innovation and creativity for brands seeking to redefine their digital journey.'\n }\n ]}\n moreTitle=\"Featured Posts\"\n section={[\n {\n backgroundColor: 'default',\n buttons: [\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n }\n ],\n content: {\n align: 'center',\n gutter: 'default',\n mode: 'default',\n tileWidth: 'default',\n width: 'unset'\n },\n headerSpacing: false,\n headline: {\n large: false,\n text: 'Section headline',\n width: 'unset'\n },\n inverted: false,\n spaceAfter: 'default',\n spaceBefore: 'default',\n spotlight: false,\n style: 'default',\n transition: '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/>",
358
+ "code": "<BlogOverview\n cta={{\n align: 'center',\n buttons: [\n {\n icon: 'person',\n label: 'Contact us',\n url: '#'\n },\n {\n icon: 'date',\n label: 'Book a meeting',\n url: '#'\n }\n ],\n colorNeutral: false,\n contentAlign: 'center',\n fullWidth: true,\n headline: 'Get in touch',\n highlightText: false,\n image: {\n align: 'center',\n padding: false,\n src: 'img/people/contact-person.png'\n },\n order: {\n desktopImageLast: false,\n mobileImageLast: false\n },\n padding: false,\n sub: 'Chat with us about getting your product or platform to market faster',\n text: 'Our modular design approach allows for flexibility and scalability in your application\\'s architecture.',\n textAlign: 'left',\n width: 'wide'\n }}\n latest={{\n alt: 'Image of a business team working',\n author: {\n image: 'img/people/author-alex.png',\n name: 'John Doe',\n title: 'CEO'\n },\n date: '12/30/2022',\n headline: 'Mastering the Art of Design Systems with Systemics: A Journey from Vision to Reality',\n image: 'img/close-up-young-business-team-working.png',\n link: {\n label: 'Read more',\n text: 'Read article',\n url: 'https://example.com/article1'\n },\n readingTime: '5 min read',\n tags: [\n {\n entry: 'Design Systems'\n },\n {\n entry: 'Headless Websites'\n },\n {\n entry: 'Training'\n }\n ],\n teaserText: 'In this enlightening article, we delve into how Systemics, your go-to Design System agency, brings clarity and coherence to your brand\\'s digital presence. We discuss our unique approach to Design System Consulting, where we align your vision with actionable strategies for seamless and captivating user experiences.'\n }}\n latestTitle=\"Latest Post\"\n list={[\n {\n alt: 'Image of a business team working',\n author: {\n image: 'img/people/author-alex.png',\n name: 'John Doe',\n title: 'CEO'\n },\n date: '12/30/2022',\n headline: 'Mastering the Art of Design Systems with Systemics',\n image: 'img/close-up-young-business-team-working.png',\n link: {\n label: 'Read more',\n text: 'Read article',\n url: 'https://example.com/article1'\n },\n readingTime: '5 min read',\n tags: [\n {\n entry: 'Design Systems'\n }\n ],\n teaserText: 'In this enlightening article, we delve into how Systemics, your go-to Design System agency, brings clarity and coherence to your brand\\'s digital presence..'\n },\n {\n alt: 'Image of a business team working',\n author: {\n image: 'img/people/author-emily.png',\n name: 'Jane Doe',\n title: 'CTO'\n },\n date: '12/30/2022',\n headline: 'Unleashing Innovation with Headless Websites',\n image: 'img/close-up-young-business-team-working.png',\n link: {\n label: 'Read more',\n text: 'Read article',\n url: 'https://example.com/article2'\n },\n readingTime: '5 min read',\n tags: [\n {\n entry: 'Headless Websites'\n }\n ],\n teaserText: 'Dive into the exciting world of headless architecture with Systemics. This article explores our Headless Websites service, a playground of innovation and creativity for brands seeking to redefine their digital journey.'\n },\n {\n alt: 'Image of a business team working',\n author: {\n image: 'img/people/author-alex.png',\n name: 'John Doe',\n title: 'CEO'\n },\n date: '12/30/2022',\n headline: 'Investing in Digital Excellence: Systemics\\' Design System Trainings',\n image: 'img/close-up-young-business-team-working.png',\n link: {\n label: 'Read more',\n text: 'Read article',\n url: 'https://example.com/article3'\n },\n readingTime: '5 min read',\n tags: [\n {\n entry: 'Training'\n }\n ],\n teaserText: 'Investing in your digital team\\'s growth is crucial for sustainable success. In this article, we highlight Systemics\\' Design System Trainings, designed to equip your team with the skills they need to harness your design system effectively.'\n }\n ]}\n listTitle=\"Recent Posts\"\n more={[\n {\n alt: 'Image of a business team working',\n author: {\n image: 'img/people/author-alex.png',\n name: 'John Doe',\n title: 'CEO'\n },\n date: '12/30/2022',\n headline: 'Mastering the Art of Design Systems with Systemics',\n image: 'img/close-up-young-business-team-working.png',\n link: {\n label: 'Read more',\n text: 'Read article',\n url: 'https://example.com/article1'\n },\n readingTime: '5 min read',\n tags: [\n {\n entry: 'Design Systems'\n }\n ],\n teaserText: 'In this enlightening article, we delve into how Systemics, your go-to Design System agency, brings clarity and coherence to your brand\\'s digital presence..'\n },\n {\n alt: 'Image of a business team working',\n author: {\n image: 'img/people/author-emily.png',\n name: 'Jane Doe',\n title: 'CTO'\n },\n date: '12/30/2022',\n headline: 'Unleashing Innovation with Headless Websites',\n image: 'img/close-up-young-business-team-working.png',\n link: {\n label: 'Read more',\n text: 'Read article',\n url: 'https://example.com/article2'\n },\n readingTime: '5 min read',\n tags: [\n {\n entry: 'Headless Websites'\n }\n ],\n teaserText: 'Dive into the exciting world of headless architecture with Systemics. This article explores our Headless Websites service, a playground of innovation and creativity for brands seeking to redefine their digital journey.'\n }\n ]}\n moreTitle=\"Featured Posts\"\n section={[\n {\n backgroundColor: 'default',\n buttons: [\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n }\n ],\n content: {\n align: 'center',\n gutter: 'default',\n mode: 'default',\n tileWidth: 'default',\n width: 'unset'\n },\n headerSpacing: false,\n headline: {\n large: false,\n text: 'Section headline',\n width: 'unset'\n },\n inverted: false,\n spaceAfter: 'default',\n spaceBefore: 'default',\n spotlight: false,\n style: 'default',\n transition: 'to-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: 'to-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: 'to-default',\n width: 'default'\n }\n ]}\n/>",
359
359
  "args": {
360
360
  "section": [
361
361
  {
362
362
  "width": "default",
363
363
  "style": "default",
364
364
  "backgroundColor": "default",
365
- "transition": "default",
365
+ "transition": "to-default",
366
366
  "spotlight": false,
367
367
  "spaceBefore": "default",
368
368
  "spaceAfter": "default",
@@ -405,7 +405,7 @@
405
405
  "width": "default",
406
406
  "style": "default",
407
407
  "backgroundColor": "default",
408
- "transition": "default",
408
+ "transition": "to-default",
409
409
  "spotlight": false,
410
410
  "spaceBefore": "default",
411
411
  "spaceAfter": "default",
@@ -448,7 +448,7 @@
448
448
  "width": "default",
449
449
  "style": "default",
450
450
  "backgroundColor": "default",
451
- "transition": "default",
451
+ "transition": "to-default",
452
452
  "spotlight": false,
453
453
  "spaceBefore": "default",
454
454
  "spaceAfter": "default",
@@ -680,7 +680,7 @@
680
680
  "id": "page-archetypes-blog-post--blog-post",
681
681
  "group": "Page Archetypes/Blog Post",
682
682
  "name": "BlogPost",
683
- "code": "<BlogPost\n aside={{\n author: {\n byline: 'Senior Developer',\n email: 'Jane.doe@example.com',\n image: {\n alt: 'Picture of Jane Doe',\n aspectRatio: 'square',\n fullWidth: false,\n src: 'img/people/contact-isabella.png'\n },\n links: [\n {\n ariaLabel: 'Link to Isabella Doe\\'s social media profile',\n icon: 'phone',\n label: '0228 / 688 966 20',\n newTab: false,\n url: 'tel:+4922868896620'\n },\n {\n ariaLabel: 'Link to Isabella Doe\\'s social media profile',\n icon: 'email',\n label: 'mail@example.com',\n newTab: false,\n url: 'mailto:mail@example.com'\n }\n ],\n name: 'Jane Doe',\n twitter: 'Janedoe'\n },\n date: '12/30/2022',\n readingTime: '5 min read',\n socialSharing: [\n {\n icon: 'twitter',\n title: 'Share on Twitter',\n url: 'https://twitter.com/share?text=This%20is%20a%20blog%20post%20headline&url=https://example.com/blog'\n },\n {\n icon: 'linkedin',\n title: 'Share on LinkedIn',\n url: 'https://www.linkedin.com/shareArticle?mini=true&url=https://example.com/blog&title=This%20is%20a%20blog%20post%20headline'\n }\n ]\n }}\n contact={{\n copy: 'Leads with a vision for innovative, user-centric web designs, ensuring each project merges creativity with functionality to deliver outstanding digital experiences.',\n image: {\n alt: 'Picture of Jane Smith',\n aspectRatio: 'vertical',\n fullWidth: false,\n src: 'img/people/contact-john.png'\n },\n links: [\n {\n icon: 'xing',\n label: 'john.smith',\n newTab: false,\n url: 'mailto:mail@example.com'\n },\n {\n icon: 'twitter',\n label: '@john_smith',\n newTab: false,\n url: '#'\n }\n ],\n subtitle: 'Sales Representative',\n title: 'John Smith'\n }}\n content=\"\n## Introduction\nThe future of **Artificial Intelligence (AI)** is a topic that has been the subject of much debate. It's a field that's constantly evolving, with new advancements and breakthroughs happening all the time. [Learn more about AI](https://en.wikipedia.org/wiki/Artificial_intelligence)\n\n## The Current State of AI\nToday, AI is already a part of our daily lives. From *smart home devices* to *recommendation algorithms* on our favorite streaming services, AI is everywhere.\n\n## The Potential of AI\nThe potential of AI is immense. It has the ability to revolutionize industries, from healthcare to finance, and everything in between.\n\n## The Challenges of AI\nHowever, with great potential comes great challenges. Issues such as data privacy and the ethical implications of AI are just some of the hurdles that need to be overcome.\n\n## The Role of AI in Society\nAI has the potential to greatly impact society. It can lead to job creation in new industries, and can also help solve complex societal problems.\n\n## Conclusion\nThe future of AI is exciting and full of potential. However, it's important that we navigate this future with caution, ensuring that the benefits of AI are accessible to all, while minimizing its potential risks.\n \"\n cta={{\n align: 'center',\n buttons: [\n {\n icon: 'person',\n label: 'Contact Us',\n url: '#'\n },\n {\n icon: 'date',\n label: 'Learn More',\n url: '#'\n }\n ],\n colorNeutral: false,\n headline: 'Ready to Transform Your Development Process?',\n highlightText: false,\n image: {\n align: 'center',\n padding: true\n },\n order: {\n desktopImageLast: true,\n mobileImageLast: false\n },\n padding: false,\n sub: 'Start your journey today.',\n text: 'Get started with our design system today and experience a new level of efficiency and consistency in your projects.',\n textAlign: 'center'\n }}\n head={{\n alt: 'Image of a business team working',\n date: '12/30/2022',\n headline: 'The Future of AI: A Glimpse into the Unseen',\n image: 'img/close-up-young-business-team-working.png',\n tags: [\n {\n entry: 'Technology'\n },\n {\n entry: 'AI'\n }\n ]\n }}\n section={[\n {\n backgroundColor: 'default',\n buttons: [\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n }\n ],\n content: {\n align: 'center',\n gutter: 'default',\n mode: 'default',\n tileWidth: 'default',\n width: 'unset'\n },\n headerSpacing: false,\n headline: {\n large: false,\n text: 'Section headline',\n width: 'unset'\n },\n inverted: false,\n spaceAfter: 'default',\n spaceBefore: 'default',\n spotlight: false,\n style: 'default',\n transition: '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/>",
683
+ "code": "<BlogPost\n aside={{\n author: {\n byline: 'Senior Developer',\n email: 'Jane.doe@example.com',\n image: {\n alt: 'Picture of Jane Doe',\n aspectRatio: 'square',\n fullWidth: false,\n src: 'img/people/contact-isabella.png'\n },\n links: [\n {\n ariaLabel: 'Link to Isabella Doe\\'s social media profile',\n icon: 'phone',\n label: '0228 / 688 966 20',\n newTab: false,\n url: 'tel:+4922868896620'\n },\n {\n ariaLabel: 'Link to Isabella Doe\\'s social media profile',\n icon: 'email',\n label: 'mail@example.com',\n newTab: false,\n url: 'mailto:mail@example.com'\n }\n ],\n name: 'Jane Doe',\n twitter: 'Janedoe'\n },\n date: '12/30/2022',\n readingTime: '5 min read',\n socialSharing: [\n {\n icon: 'twitter',\n title: 'Share on Twitter',\n url: 'https://twitter.com/share?text=This%20is%20a%20blog%20post%20headline&url=https://example.com/blog'\n },\n {\n icon: 'linkedin',\n title: 'Share on LinkedIn',\n url: 'https://www.linkedin.com/shareArticle?mini=true&url=https://example.com/blog&title=This%20is%20a%20blog%20post%20headline'\n }\n ]\n }}\n contact={{\n copy: 'Leads with a vision for innovative, user-centric web designs, ensuring each project merges creativity with functionality to deliver outstanding digital experiences.',\n image: {\n alt: 'Picture of Jane Smith',\n aspectRatio: 'vertical',\n fullWidth: false,\n src: 'img/people/contact-john.png'\n },\n links: [\n {\n icon: 'xing',\n label: 'john.smith',\n newTab: false,\n url: 'mailto:mail@example.com'\n },\n {\n icon: 'twitter',\n label: '@john_smith',\n newTab: false,\n url: '#'\n }\n ],\n subtitle: 'Sales Representative',\n title: 'John Smith'\n }}\n content=\"\n## Introduction\nThe future of **Artificial Intelligence (AI)** is a topic that has been the subject of much debate. It's a field that's constantly evolving, with new advancements and breakthroughs happening all the time. [Learn more about AI](https://en.wikipedia.org/wiki/Artificial_intelligence)\n\n## The Current State of AI\nToday, AI is already a part of our daily lives. From *smart home devices* to *recommendation algorithms* on our favorite streaming services, AI is everywhere.\n\n## The Potential of AI\nThe potential of AI is immense. It has the ability to revolutionize industries, from healthcare to finance, and everything in between.\n\n## The Challenges of AI\nHowever, with great potential comes great challenges. Issues such as data privacy and the ethical implications of AI are just some of the hurdles that need to be overcome.\n\n## The Role of AI in Society\nAI has the potential to greatly impact society. It can lead to job creation in new industries, and can also help solve complex societal problems.\n\n## Conclusion\nThe future of AI is exciting and full of potential. However, it's important that we navigate this future with caution, ensuring that the benefits of AI are accessible to all, while minimizing its potential risks.\n \"\n cta={{\n align: 'center',\n buttons: [\n {\n icon: 'person',\n label: 'Contact Us',\n url: '#'\n },\n {\n icon: 'date',\n label: 'Learn More',\n url: '#'\n }\n ],\n colorNeutral: false,\n headline: 'Ready to Transform Your Development Process?',\n highlightText: false,\n image: {\n align: 'center',\n padding: true\n },\n order: {\n desktopImageLast: true,\n mobileImageLast: false\n },\n padding: false,\n sub: 'Start your journey today.',\n text: 'Get started with our design system today and experience a new level of efficiency and consistency in your projects.',\n textAlign: 'center'\n }}\n head={{\n alt: 'Image of a business team working',\n date: '12/30/2022',\n headline: 'The Future of AI: A Glimpse into the Unseen',\n image: 'img/close-up-young-business-team-working.png',\n tags: [\n {\n entry: 'Technology'\n },\n {\n entry: 'AI'\n }\n ]\n }}\n section={[\n {\n backgroundColor: 'default',\n buttons: [\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n }\n ],\n content: {\n align: 'center',\n gutter: 'default',\n mode: 'default',\n tileWidth: 'default',\n width: 'unset'\n },\n headerSpacing: false,\n headline: {\n large: false,\n text: 'Section headline',\n width: 'unset'\n },\n inverted: false,\n spaceAfter: 'default',\n spaceBefore: 'default',\n spotlight: false,\n style: 'default',\n transition: 'to-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: 'to-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: 'to-default',\n width: 'default'\n }\n ]}\n/>",
684
684
  "args": {
685
685
  "head": {
686
686
  "date": "12/30/2022",
@@ -745,7 +745,7 @@
745
745
  "width": "default",
746
746
  "style": "default",
747
747
  "backgroundColor": "default",
748
- "transition": "default",
748
+ "transition": "to-default",
749
749
  "spotlight": false,
750
750
  "spaceBefore": "default",
751
751
  "spaceAfter": "default",
@@ -788,7 +788,7 @@
788
788
  "width": "default",
789
789
  "style": "default",
790
790
  "backgroundColor": "default",
791
- "transition": "default",
791
+ "transition": "to-default",
792
792
  "spotlight": false,
793
793
  "spaceBefore": "default",
794
794
  "spaceAfter": "default",
@@ -831,7 +831,7 @@
831
831
  "width": "default",
832
832
  "style": "default",
833
833
  "backgroundColor": "default",
834
- "transition": "default",
834
+ "transition": "to-default",
835
835
  "spotlight": false,
836
836
  "spaceBefore": "default",
837
837
  "spaceAfter": "default",
@@ -2692,7 +2692,7 @@
2692
2692
  "id": "layout-footer--footer",
2693
2693
  "group": "Layout/Footer",
2694
2694
  "name": "Footer",
2695
- "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: 'Fahrzeugsuche',\n url: '#'\n },\n {\n items: [\n {\n label: 'Nissan',\n url: '#'\n },\n {\n active: true,\n label: 'Kia',\n url: '#'\n },\n {\n label: 'Maserati',\n url: '#'\n },\n {\n label: 'Corvette',\n url: '#'\n }\n ],\n label: 'Marken',\n url: '#'\n },\n {\n label: 'Standorte',\n url: '#'\n },\n {\n label: 'Bonusprogramm',\n url: '#'\n },\n {\n label: 'News',\n url: '#'\n },\n {\n label: 'Jobs',\n url: '#'\n },\n {\n label: 'Kontakt',\n url: '#'\n }\n ]}\n/>",
2695
+ "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/>",
2696
2696
  "args": {
2697
2697
  "logo": {
2698
2698
  "src": "/logo.svg",
@@ -2708,51 +2708,43 @@
2708
2708
  "navItems": [
2709
2709
  {
2710
2710
  "url": "#",
2711
- "label": "Fahrzeugsuche",
2711
+ "label": "Active Item",
2712
2712
  "active": true
2713
2713
  },
2714
2714
  {
2715
2715
  "url": "#",
2716
- "label": "Marken",
2716
+ "label": "Navigation Item"
2717
+ },
2718
+ {
2719
+ "url": "#",
2720
+ "label": "Dropdown",
2717
2721
  "items": [
2718
2722
  {
2719
2723
  "url": "#",
2720
- "label": "Nissan"
2724
+ "label": "Level 2 Item"
2721
2725
  },
2722
2726
  {
2723
2727
  "url": "#",
2724
- "label": "Kia",
2728
+ "label": "Active Item",
2725
2729
  "active": true
2726
2730
  },
2727
2731
  {
2728
2732
  "url": "#",
2729
- "label": "Maserati"
2733
+ "label": "An Item with a longer Label"
2730
2734
  },
2731
2735
  {
2732
2736
  "url": "#",
2733
- "label": "Corvette"
2737
+ "label": "And One last one"
2734
2738
  }
2735
2739
  ]
2736
2740
  },
2737
2741
  {
2738
2742
  "url": "#",
2739
- "label": "Standorte"
2740
- },
2741
- {
2742
- "url": "#",
2743
- "label": "Bonusprogramm"
2744
- },
2745
- {
2746
- "url": "#",
2747
- "label": "News"
2748
- },
2749
- {
2750
- "url": "#",
2751
- "label": "Jobs"
2743
+ "label": "One more Item"
2752
2744
  },
2753
2745
  {
2754
2746
  "url": "#",
2755
- "label": "Kontakt"
2747
+ "label": "Last Item"
2756
2748
  }
2757
2749
  ]
2758
2750
  },
@@ -2933,7 +2925,7 @@
2933
2925
  "id": "layout-header--header",
2934
2926
  "group": "Layout/Header",
2935
2927
  "name": "Header",
2936
- "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: 'Fahrzeugsuche',\n url: '#'\n },\n {\n items: [\n {\n label: 'Nissan',\n url: '#'\n },\n {\n active: true,\n label: 'Kia',\n url: '#'\n },\n {\n label: 'Maserati',\n url: '#'\n },\n {\n label: 'Corvette',\n url: '#'\n }\n ],\n label: 'Marken',\n url: '#'\n },\n {\n label: 'Standorte',\n url: '#'\n },\n {\n label: 'Bonusprogramm',\n url: '#'\n },\n {\n label: 'News',\n url: '#'\n },\n {\n label: 'Jobs',\n url: '#'\n },\n {\n label: 'Kontakt',\n url: '#'\n }\n ]}\n/>",
2928
+ "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/>",
2937
2929
  "args": {
2938
2930
  "logo": {
2939
2931
  "src": "/logo.svg",
@@ -2950,51 +2942,43 @@
2950
2942
  "navItems": [
2951
2943
  {
2952
2944
  "url": "#",
2953
- "label": "Fahrzeugsuche",
2945
+ "label": "Active Item",
2954
2946
  "active": true
2955
2947
  },
2956
2948
  {
2957
2949
  "url": "#",
2958
- "label": "Marken",
2950
+ "label": "Navigation Item"
2951
+ },
2952
+ {
2953
+ "url": "#",
2954
+ "label": "Dropdown",
2959
2955
  "items": [
2960
2956
  {
2961
2957
  "url": "#",
2962
- "label": "Nissan"
2958
+ "label": "Level 2 Item"
2963
2959
  },
2964
2960
  {
2965
2961
  "url": "#",
2966
- "label": "Kia",
2962
+ "label": "Active Item",
2967
2963
  "active": true
2968
2964
  },
2969
2965
  {
2970
2966
  "url": "#",
2971
- "label": "Maserati"
2967
+ "label": "An Item with a longer Label"
2972
2968
  },
2973
2969
  {
2974
2970
  "url": "#",
2975
- "label": "Corvette"
2971
+ "label": "And One last one"
2976
2972
  }
2977
2973
  ]
2978
2974
  },
2979
2975
  {
2980
2976
  "url": "#",
2981
- "label": "Standorte"
2982
- },
2983
- {
2984
- "url": "#",
2985
- "label": "Bonusprogramm"
2986
- },
2987
- {
2988
- "url": "#",
2989
- "label": "News"
2990
- },
2991
- {
2992
- "url": "#",
2993
- "label": "Jobs"
2977
+ "label": "One more Item"
2994
2978
  },
2995
2979
  {
2996
2980
  "url": "#",
2997
- "label": "Kontakt"
2981
+ "label": "Last Item"
2998
2982
  }
2999
2983
  ]
3000
2984
  },
@@ -3753,12 +3737,12 @@
3753
3737
  "id": "layout-section--dynamic-layout",
3754
3738
  "group": "Layout/Section",
3755
3739
  "name": "DynamicLayout",
3756
- "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>",
3740
+ "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=\"to-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>",
3757
3741
  "args": {
3758
3742
  "width": "default",
3759
3743
  "style": "default",
3760
3744
  "backgroundColor": "default",
3761
- "transition": "default",
3745
+ "transition": "to-default",
3762
3746
  "spotlight": false,
3763
3747
  "spaceBefore": "default",
3764
3748
  "spaceAfter": "default",
@@ -3786,12 +3770,12 @@
3786
3770
  "id": "layout-section--tile-layout",
3787
3771
  "group": "Layout/Section",
3788
3772
  "name": "TileLayout",
3789
- "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>",
3773
+ "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=\"to-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>",
3790
3774
  "args": {
3791
3775
  "width": "default",
3792
3776
  "style": "default",
3793
3777
  "backgroundColor": "default",
3794
- "transition": "default",
3778
+ "transition": "to-default",
3795
3779
  "spotlight": false,
3796
3780
  "spaceBefore": "default",
3797
3781
  "spaceAfter": "default",
@@ -3819,12 +3803,12 @@
3819
3803
  "id": "layout-section--list-layout",
3820
3804
  "group": "Layout/Section",
3821
3805
  "name": "ListLayout",
3822
- "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>",
3806
+ "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=\"to-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>",
3823
3807
  "args": {
3824
3808
  "width": "default",
3825
3809
  "style": "default",
3826
3810
  "backgroundColor": "default",
3827
- "transition": "default",
3811
+ "transition": "to-default",
3828
3812
  "spotlight": false,
3829
3813
  "spaceBefore": "default",
3830
3814
  "spaceAfter": "default",
@@ -3852,12 +3836,12 @@
3852
3836
  "id": "layout-section--slider",
3853
3837
  "group": "Layout/Section",
3854
3838
  "name": "Slider",
3855
- "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>",
3839
+ "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=\"to-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>",
3856
3840
  "args": {
3857
3841
  "width": "default",
3858
3842
  "style": "default",
3859
3843
  "backgroundColor": "default",
3860
- "transition": "default",
3844
+ "transition": "to-default",
3861
3845
  "spotlight": false,
3862
3846
  "spaceBefore": "default",
3863
3847
  "spaceAfter": "default",
@@ -3883,12 +3867,12 @@
3883
3867
  "id": "layout-section--inverted",
3884
3868
  "group": "Layout/Section",
3885
3869
  "name": "Inverted",
3886
- "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>",
3870
+ "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=\"to-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>",
3887
3871
  "args": {
3888
3872
  "width": "default",
3889
3873
  "style": "default",
3890
3874
  "backgroundColor": "default",
3891
- "transition": "default",
3875
+ "transition": "to-default",
3892
3876
  "spotlight": false,
3893
3877
  "spaceBefore": "default",
3894
3878
  "spaceAfter": "default",
@@ -3915,12 +3899,12 @@
3915
3899
  "id": "layout-section--accent-background",
3916
3900
  "group": "Layout/Section",
3917
3901
  "name": "AccentBackground",
3918
- "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>",
3902
+ "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=\"to-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>",
3919
3903
  "args": {
3920
3904
  "width": "default",
3921
3905
  "style": "default",
3922
3906
  "backgroundColor": "accent",
3923
- "transition": "default",
3907
+ "transition": "to-default",
3924
3908
  "spotlight": false,
3925
3909
  "spaceBefore": "default",
3926
3910
  "spaceAfter": "default",
@@ -3948,12 +3932,12 @@
3948
3932
  "id": "layout-section--bold-background",
3949
3933
  "group": "Layout/Section",
3950
3934
  "name": "BoldBackground",
3951
- "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>",
3935
+ "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=\"to-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>",
3952
3936
  "args": {
3953
3937
  "width": "default",
3954
3938
  "style": "default",
3955
3939
  "backgroundColor": "bold",
3956
- "transition": "default",
3940
+ "transition": "to-default",
3957
3941
  "spotlight": false,
3958
3942
  "spaceBefore": "default",
3959
3943
  "spaceAfter": "default",
@@ -3981,12 +3965,12 @@
3981
3965
  "id": "layout-section--framed",
3982
3966
  "group": "Layout/Section",
3983
3967
  "name": "Framed",
3984
- "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>",
3968
+ "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=\"to-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>",
3985
3969
  "args": {
3986
3970
  "width": "default",
3987
3971
  "style": "framed",
3988
3972
  "backgroundColor": "default",
3989
- "transition": "default",
3973
+ "transition": "to-default",
3990
3974
  "spotlight": false,
3991
3975
  "spaceBefore": "default",
3992
3976
  "spaceAfter": "default",
@@ -4014,12 +3998,12 @@
4014
3998
  "id": "layout-section--background-image",
4015
3999
  "group": "Layout/Section",
4016
4000
  "name": "BackgroundImage",
4017
- "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>",
4001
+ "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=\"to-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>",
4018
4002
  "args": {
4019
4003
  "width": "default",
4020
4004
  "style": "default",
4021
4005
  "backgroundColor": "default",
4022
- "transition": "default",
4006
+ "transition": "to-default",
4023
4007
  "spotlight": false,
4024
4008
  "spaceBefore": "default",
4025
4009
  "spaceAfter": "default",
@@ -4047,12 +4031,12 @@
4047
4031
  "id": "layout-section--with-buttons",
4048
4032
  "group": "Layout/Section",
4049
4033
  "name": "WithButtons",
4050
- "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>",
4034
+ "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=\"to-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>",
4051
4035
  "args": {
4052
4036
  "width": "default",
4053
4037
  "style": "default",
4054
4038
  "backgroundColor": "default",
4055
- "transition": "default",
4039
+ "transition": "to-default",
4056
4040
  "spotlight": false,
4057
4041
  "spaceBefore": "default",
4058
4042
  "spaceAfter": "default",
@@ -4095,7 +4079,7 @@
4095
4079
  "id": "layout-slider--with-arrows",
4096
4080
  "group": "Layout/Slider",
4097
4081
  "name": "WithArrows",
4098
- "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>",
4082
+ "code": "<No Display Name\n arrows\n equalHeight\n gap={15}\n nav\n variant=\"carousel\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'View page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n imageRatio=\"unset\"\n layout=\"row\"\n 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>",
4099
4083
  "args": {
4100
4084
  "autoplay": false,
4101
4085
  "nav": true,
@@ -4103,7 +4087,7 @@
4103
4087
  "equalHeight": true,
4104
4088
  "gap": 15,
4105
4089
  "arrows": true,
4106
- "typeProp": "carousel"
4090
+ "variant": "carousel"
4107
4091
  },
4108
4092
  "screenshot": "img/screenshots/layout-slider--with-arrows.png"
4109
4093
  },
@@ -4111,7 +4095,7 @@
4111
4095
  "id": "layout-slider--with-teased-neighbours",
4112
4096
  "group": "Layout/Slider",
4113
4097
  "name": "WithTeasedNeighbours",
4114
- "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>",
4098
+ "code": "<No Display Name\n arrows\n equalHeight\n gap={15}\n nav\n teaseNeighbours\n variant=\"carousel\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'View page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n imageRatio=\"unset\"\n layout=\"row\"\n 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>",
4115
4099
  "args": {
4116
4100
  "autoplay": false,
4117
4101
  "nav": true,
@@ -4119,7 +4103,7 @@
4119
4103
  "equalHeight": true,
4120
4104
  "gap": 15,
4121
4105
  "arrows": true,
4122
- "typeProp": "carousel"
4106
+ "variant": "carousel"
4123
4107
  },
4124
4108
  "screenshot": "img/screenshots/layout-slider--with-teased-neighbours.png"
4125
4109
  },
@@ -4127,7 +4111,7 @@
4127
4111
  "id": "layout-slider--with-nav",
4128
4112
  "group": "Layout/Slider",
4129
4113
  "name": "WithNav",
4130
- "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>",
4114
+ "code": "<No Display Name\n arrows\n equalHeight\n gap={15}\n nav\n variant=\"carousel\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'View page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n imageRatio=\"unset\"\n layout=\"row\"\n 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>",
4131
4115
  "args": {
4132
4116
  "autoplay": false,
4133
4117
  "nav": true,
@@ -4135,7 +4119,7 @@
4135
4119
  "equalHeight": true,
4136
4120
  "gap": 15,
4137
4121
  "arrows": true,
4138
- "typeProp": "carousel"
4122
+ "variant": "carousel"
4139
4123
  },
4140
4124
  "screenshot": "img/screenshots/layout-slider--with-nav.png"
4141
4125
  },
@@ -4143,7 +4127,7 @@
4143
4127
  "id": "layout-slider--with-autoplay",
4144
4128
  "group": "Layout/Slider",
4145
4129
  "name": "WithAutoplay",
4146
- "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>",
4130
+ "code": "<No Display Name\n arrows\n autoplay\n equalHeight\n gap={15}\n nav\n variant=\"carousel\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'View page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n imageRatio=\"unset\"\n layout=\"row\"\n 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>",
4147
4131
  "args": {
4148
4132
  "autoplay": true,
4149
4133
  "nav": true,
@@ -4151,7 +4135,7 @@
4151
4135
  "equalHeight": true,
4152
4136
  "gap": 15,
4153
4137
  "arrows": true,
4154
- "typeProp": "carousel"
4138
+ "variant": "carousel"
4155
4139
  },
4156
4140
  "screenshot": "img/screenshots/layout-slider--with-autoplay.png"
4157
4141
  },
@@ -4489,22 +4473,22 @@
4489
4473
  "id": "components-stats--count-up-with-icons",
4490
4474
  "group": "Components/Stats",
4491
4475
  "name": "CountUpWithIcons",
4492
- "code": "<Stats\n stat={[\n {\n icon: 'person',\n number: 1500,\n title: 'Users'\n },\n {\n icon: 'star',\n number: 350,\n title: 'Subscribers'\n },\n {\n icon: 'map',\n number: 125,\n title: 'Locations'\n }\n ]}\n />",
4476
+ "code": "<Stats\n stat={[\n {\n icon: 'person',\n number: 'mind. 1500 davon',\n title: 'Users'\n },\n {\n icon: 'star',\n number: 'bis zu 350',\n title: 'Subscribers'\n },\n {\n icon: 'map',\n number: '125%',\n title: 'Growth'\n }\n ]}\n />",
4493
4477
  "args": {
4494
4478
  "stat": [
4495
4479
  {
4496
- "number": 1500,
4480
+ "number": "mind. 1500 davon",
4497
4481
  "title": "Users",
4498
4482
  "icon": "person"
4499
4483
  },
4500
4484
  {
4501
- "number": 350,
4485
+ "number": "bis zu 350",
4502
4486
  "title": "Subscribers",
4503
4487
  "icon": "star"
4504
4488
  },
4505
4489
  {
4506
- "number": 125,
4507
- "title": "Locations",
4490
+ "number": "125%",
4491
+ "title": "Growth",
4508
4492
  "icon": "map"
4509
4493
  }
4510
4494
  ]
@@ -4515,16 +4499,16 @@
4515
4499
  "id": "components-stats--count-up-with-description",
4516
4500
  "group": "Components/Stats",
4517
4501
  "name": "CountUpWithDescription",
4518
- "code": "<Stats\n stat={[\n {\n description: 'Experience the power of our platform, embraced by a vast community of users. Our user base is diverse and dynamic, including both active and inactive members. Join us and become part of this ever-growing community.',\n number: 1500,\n title: 'Users'\n },\n {\n description: 'Stay ahead with our regular updates and newsletters. Our subscribers are always in the loop, receiving the latest news and features. Subscribe now and never miss an update from us.',\n number: 350,\n title: 'Subscribers'\n }\n ]}\n />",
4502
+ "code": "<Stats\n stat={[\n {\n description: 'Experience the power of our platform, embraced by a vast community of users. Our user base is diverse and dynamic, including both active and inactive members. Join us and become part of this ever-growing community.',\n number: '1500',\n title: 'Users'\n },\n {\n description: 'Stay ahead with our regular updates and newsletters. Our subscribers are always in the loop, receiving the latest news and features. Subscribe now and never miss an update from us.',\n number: '350',\n title: 'Subscribers'\n }\n ]}\n />",
4519
4503
  "args": {
4520
4504
  "stat": [
4521
4505
  {
4522
- "number": 1500,
4506
+ "number": "1500",
4523
4507
  "title": "Users",
4524
4508
  "description": "Experience the power of our platform, embraced by a vast community of users. Our user base is diverse and dynamic, including both active and inactive members. Join us and become part of this ever-growing community."
4525
4509
  },
4526
4510
  {
4527
- "number": 350,
4511
+ "number": "350",
4528
4512
  "title": "Subscribers",
4529
4513
  "description": "Stay ahead with our regular updates and newsletters. Our subscribers are always in the loop, receiving the latest news and features. Subscribe now and never miss an update from us."
4530
4514
  }