@kickstartds/ds-agency-premium 1.4.11 → 1.4.12--canary.15.804.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 (54) hide show
  1. package/dist/{BlogAsideProps-e1cbd5d3.d.ts → BlogAsideProps-99489f0b.d.ts} +11 -4
  2. package/dist/{BlogHeadProps-3f6e4072.d.ts → BlogHeadProps-f9a49428.d.ts} +1 -2
  3. package/dist/BlogOverviewProps-9f207f1c.d.ts +1 -1
  4. package/dist/BlogPostProps-440f88a5.d.ts +2 -2
  5. package/dist/{BlogTeaserProps-f5855e93.d.ts → BlogTeaserProps-525f7f9f.d.ts} +1 -2
  6. package/dist/components/blog-aside/blog-aside.css +8 -16
  7. package/dist/components/blog-aside/blog-aside.schema.dereffed.json +21 -7
  8. package/dist/components/blog-aside/blog-aside.schema.json +16 -5
  9. package/dist/components/blog-aside/index.d.ts +1 -1
  10. package/dist/components/blog-aside/index.js +2 -2
  11. package/dist/components/blog-head/blog-head.schema.dereffed.json +4 -18
  12. package/dist/components/blog-head/blog-head.schema.json +2 -1
  13. package/dist/components/blog-head/index.d.ts +1 -1
  14. package/dist/components/blog-head/index.js +1 -1
  15. package/dist/components/blog-overview/blog-overview.schema.dereffed.json +12 -54
  16. package/dist/components/blog-post/blog-post.schema.dereffed.json +25 -25
  17. package/dist/components/blog-post/index.js +1 -1
  18. package/dist/components/blog-teaser/blog-teaser.schema.dereffed.json +4 -18
  19. package/dist/components/blog-teaser/blog-teaser.schema.json +2 -1
  20. package/dist/components/blog-teaser/index.d.ts +1 -1
  21. package/dist/components/blog-teaser/index.js +1 -1
  22. package/dist/components/contact/contact.css +125 -0
  23. package/dist/components/contact/contact.schema.dereffed.json +125 -0
  24. package/dist/components/contact/contact.schema.json +107 -0
  25. package/dist/components/contact/index.d.ts +70 -0
  26. package/dist/components/contact/index.js +16 -0
  27. package/dist/components/html/html.schema.json +25 -0
  28. package/dist/components/html/index.d.ts +26 -0
  29. package/dist/components/html/index.js +6 -0
  30. package/dist/components/nav-flyout/nav-flyout.css +6 -1
  31. package/dist/components/nav-main/index.js +0 -1
  32. package/dist/components/nav-toggle/nav-toggle.css +5 -0
  33. package/dist/components/nav-topbar/nav-topbar.css +7 -1
  34. package/dist/components/page-wrapper/index.js +6 -0
  35. package/dist/components/page-wrapper/tokens.css +9 -9
  36. package/dist/components/presets.json +197 -60
  37. package/dist/components/providers/index.js +7 -1
  38. package/dist/components/split/index.d.ts +2 -1
  39. package/dist/components/split/index.js +11 -1
  40. package/dist/components/split/split.css +36 -10
  41. package/dist/components/split/split.schema.dereffed.json +12 -3
  42. package/dist/components/split/split.schema.json +7 -1
  43. package/dist/static/img/people/author-john.png +0 -0
  44. package/dist/static/img/people/contact-jim.png +0 -0
  45. package/dist/static/img/people/contact-john.png +0 -0
  46. package/dist/static/img/people/portrait-young-girl-smiling.jpg +0 -0
  47. package/dist/tokens/themes.css +4 -4
  48. package/dist/tokens/tokens.css +9 -9
  49. package/dist/tokens/tokens.js +9 -9
  50. package/package.json +1 -1
  51. package/dist/BlogTagProps-f5855e93.d.ts +0 -16
  52. package/dist/components/blog-tag/blog-tag.schema.dereffed.json +0 -21
  53. package/dist/components/blog-tag/blog-tag.schema.json +0 -16
  54. package/dist/components/nav-main/nav-main.css +0 -11
@@ -3,12 +3,15 @@
3
3
  "id": "blog-blog-aside--default",
4
4
  "group": "Blog/ Blog Aside",
5
5
  "name": "Default",
6
- "code": "<BlogAside\n author={{\n byline: 'CEO at Company',\n email: 'jane.smith@example.com',\n image: 'img/people/author-emily.png',\n name: 'Jane Smith',\n twitter: 'jane_smith'\n }}\n date=\"12/30/2022\"\n readingTime=\"5 min read\"\n socialSharing={[\n {\n href: 'https://twitter.com/share?text=The%20Future%20of%20AI&url=https://example.com/blog/the-future-of-ai',\n icon: 'twitter',\n title: 'Share on Twitter'\n },\n {\n href: 'https://www.linkedin.com/shareArticle?mini=true&url=https://example.com/blog/the-future-of-ai&title=The%20Future%20of%20AI&summary=The%20Future%20of%20AI&source=LinkedIn',\n icon: 'linkedin',\n title: 'Share on LinkedIn'\n }\n ]}\n/>",
6
+ "code": "<BlogAside\n author={{\n byline: 'CEO at Company',\n email: 'jane.smith@example.com',\n image: {\n alt: 'Picture of Jane Smith',\n src: 'img/people/author-emily.png'\n },\n name: 'Jane Smith',\n twitter: 'jane_smith'\n }}\n date=\"12/30/2022\"\n readingTime=\"5 min read\"\n socialSharing={[\n {\n href: 'https://twitter.com/share?text=The%20Future%20of%20AI&url=https://example.com/blog/the-future-of-ai',\n icon: 'twitter',\n title: 'Share on Twitter'\n },\n {\n href: 'https://www.linkedin.com/shareArticle?mini=true&url=https://example.com/blog/the-future-of-ai&title=The%20Future%20of%20AI&summary=The%20Future%20of%20AI&source=LinkedIn',\n icon: 'linkedin',\n title: 'Share on LinkedIn'\n }\n ]}\n title=\"Blog Post\"\n/>",
7
7
  "args": {
8
8
  "author": {
9
9
  "name": "Jane Smith",
10
10
  "byline": "CEO at Company",
11
- "image": "img/people/author-emily.png",
11
+ "image": {
12
+ "src": "img/people/author-emily.png",
13
+ "alt": "Picture of Jane Smith"
14
+ },
12
15
  "twitter": "jane_smith",
13
16
  "email": "jane.smith@example.com"
14
17
  },
@@ -25,7 +28,8 @@
25
28
  }
26
29
  ],
27
30
  "readingTime": "5 min read",
28
- "date": "12/30/2022"
31
+ "date": "12/30/2022",
32
+ "title": "Blog Post"
29
33
  },
30
34
  "screenshot": "img/screenshots/blog-blog-aside--default.png"
31
35
  },
@@ -33,19 +37,15 @@
33
37
  "id": "blog-blog-head--default",
34
38
  "group": "Blog/ Blog Head",
35
39
  "name": "Default",
36
- "code": "<BlogHead\n date=\"12/30/2022\"\n headline=\"The Future of AI\"\n image=\"img/close-up-young-business-team-working.png\"\n tags={[\n {\n entry: 'Technology'\n },\n {\n entry: 'AI'\n }\n ]}\n/>",
40
+ "code": "<BlogHead\n date=\"12/30/2022\"\n headline=\"The Future of AI\"\n image=\"img/close-up-young-business-team-working.png\"\n tags={[\n 'Technology',\n 'AI'\n ]}\n/>",
37
41
  "args": {
38
42
  "date": "12/30/2022",
39
- "headline": "The Future of AI",
40
- "image": "img/close-up-young-business-team-working.png",
41
43
  "tags": [
42
- {
43
- "entry": "Technology"
44
- },
45
- {
46
- "entry": "AI"
47
- }
48
- ]
44
+ "Technology",
45
+ "AI"
46
+ ],
47
+ "headline": "The Future of AI",
48
+ "image": "img/close-up-young-business-team-working.png"
49
49
  },
50
50
  "screenshot": "img/screenshots/blog-blog-head--default.png"
51
51
  },
@@ -53,9 +53,13 @@
53
53
  "id": "blog-blog-teaser--default",
54
54
  "group": "Blog/ Blog Teaser",
55
55
  "name": "Default",
56
- "code": "<BlogTeaser\n author={{\n image: 'img/people/author-emily.png',\n name: 'Jane Smith',\n title: 'Senior AI Researcher'\n }}\n date=\"12/30/2022\"\n headline=\"The Future of AI\"\n image=\"img/close-up-young-business-team-working.png\"\n link={{\n label: 'Read more',\n url: 'https://example.com'\n }}\n readingTime=\"5 min read\"\n tags={[\n {\n entry: 'Technology'\n },\n {\n entry: 'AI'\n }\n ]}\n teaserText=\"Dive into the future of AI in this detailed blog post. Discover how technology is rapidly evolving, the impact of AI on various industries, and what to expect in the coming years. Learn about the latest advancements, challenges, and the potential solutions that AI brings to the table.\"\n/>",
56
+ "code": "<BlogTeaser\n author={{\n image: 'img/people/author-emily.png',\n name: 'Jane Smith',\n title: 'Senior AI Researcher'\n }}\n date=\"12/30/2022\"\n headline=\"The Future of AI\"\n image=\"img/close-up-young-business-team-working.png\"\n link={{\n label: 'Read more',\n url: 'https://example.com'\n }}\n readingTime=\"5 min read\"\n tags={[\n 'Technology',\n 'AI'\n ]}\n teaserText=\"Dive into the future of AI in this detailed blog post. Discover how technology is rapidly evolving, the impact of AI on various industries, and what to expect in the coming years. Learn about the latest advancements, challenges, and the potential solutions that AI brings to the table.\"\n/>",
57
57
  "args": {
58
58
  "date": "12/30/2022",
59
+ "tags": [
60
+ "Technology",
61
+ "AI"
62
+ ],
59
63
  "headline": "The Future of AI",
60
64
  "teaserText": "Dive into the future of AI in this detailed blog post. Discover how technology is rapidly evolving, the impact of AI on various industries, and what to expect in the coming years. Learn about the latest advancements, challenges, and the potential solutions that AI brings to the table.",
61
65
  "image": "img/close-up-young-business-team-working.png",
@@ -68,15 +72,7 @@
68
72
  "name": "Jane Smith",
69
73
  "title": "Senior AI Researcher",
70
74
  "image": "img/people/author-emily.png"
71
- },
72
- "tags": [
73
- {
74
- "entry": "Technology"
75
- },
76
- {
77
- "entry": "AI"
78
- }
79
- ]
75
+ }
80
76
  },
81
77
  "screenshot": "img/screenshots/blog-blog-teaser--default.png"
82
78
  },
@@ -136,7 +132,7 @@
136
132
  "id": "pages-archetypes--blog-overview",
137
133
  "group": "Pages/Archetypes",
138
134
  "name": "BlogOverview",
139
- "code": "<BlogOverview\n cta={{\n buttons: [\n {\n label: 'Book a meeting'\n },\n {\n label: 'Book a meeting'\n },\n {\n label: 'Book a meeting'\n }\n ],\n colorNeutral: false,\n contentAlign: 'center',\n fullWidth: false,\n headline: 'Headline',\n highlightText: false,\n image: {\n padding: true\n },\n order: {\n desktopImageLast: true,\n mobileImageLast: false\n },\n sub: 'Subheadline',\n textAlign: 'left'\n }}\n latest={{\n author: {\n image: 'img/people/author-alex.png',\n name: 'John Doe',\n title: 'CEO'\n },\n date: '12/30/2022',\n headline: 'Mastering the Art of Design Systems with Systemics: A Journey from Vision to Reality',\n image: 'img/close-up-young-business-team-working.png',\n link: {\n label: 'Read more',\n url: 'https://example.com/article1'\n },\n readingTime: '5 min read',\n tags: [\n 'Design Systems',\n 'Headless Websites',\n 'Training'\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. Learn how we transform ideas into tangible results with our Design System Creation service, empowering your brand to communicate effectively across digital platforms.'\n }}\n latestTitle=\"Latest Post\"\n list={[\n {\n author: {\n image: 'img/people/author-emily.png',\n name: 'John Doe',\n title: 'CEO'\n },\n date: '12/30/2022',\n headline: 'This is a blog post headline',\n image: 'img/close-up-young-business-team-working.png',\n link: {\n label: 'Read more',\n url: 'https://example.com'\n },\n readingTime: '5 min read',\n teaserText: 'This is a teaser text for the blog post'\n },\n {\n author: {\n image: 'img/people/author-emily.png',\n name: 'John Doe',\n title: 'CEO'\n },\n date: '12/30/2022',\n headline: 'This is a blog post headline',\n image: 'img/close-up-young-business-team-working.png',\n link: {\n label: 'Read more',\n url: 'https://example.com'\n },\n readingTime: '5 min read',\n teaserText: 'This is a teaser text for the blog post'\n },\n {\n author: {\n image: 'img/people/author-emily.png',\n name: 'John Doe',\n title: 'CEO'\n },\n date: '12/30/2022',\n headline: 'This is a blog post headline',\n image: 'img/close-up-young-business-team-working.png',\n link: {\n label: 'Read more',\n url: 'https://example.com'\n },\n readingTime: '5 min read',\n teaserText: 'This is a teaser text for the blog post'\n }\n ]}\n listTitle=\"Recent Posts\"\n more={[\n {\n author: {\n image: 'img/people/author-alex.png',\n name: 'John Doe',\n title: 'CEO'\n },\n date: '12/30/2022',\n headline: 'Mastering the Art of Design Systems with Systemics: A Journey from Vision to Reality',\n image: 'img/close-up-young-business-team-working.png',\n link: {\n label: 'Read more',\n url: 'https://example.com/article1'\n },\n readingTime: '5 min read',\n tags: [\n 'Design Systems',\n 'Headless Websites',\n 'Training'\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. Learn how we transform ideas into tangible results with our Design System Creation service, empowering your brand to communicate effectively across digital platforms.'\n },\n {\n author: {\n image: 'img/people/author-emily.png',\n name: 'Jane Doe',\n title: 'CTO'\n },\n date: '12/30/2022',\n headline: 'Unleashing Innovation with Headless Websites: The Future of Digital Experiences',\n image: 'img/close-up-young-business-team-working.png',\n link: {\n label: 'Read more',\n url: 'https://example.com/article2'\n },\n readingTime: '5 min read',\n tags: [\n 'Innovation',\n 'Headless Websites',\n 'Systemics'\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. Discover how our experts leverage headless CMS architecture to provide unparalleled flexibility while maintaining design integrity. We make content distribution dynamic and responsive, tailoring it to users\\' preferences for a seamless journey across devices and platforms.'\n },\n {\n author: {\n image: 'img/people/author-alex.png',\n name: 'John Doe',\n title: 'CEO'\n },\n date: '12/30/2022',\n headline: 'Investing in Digital Excellence: Systemics\\' Design System Trainings',\n image: 'img/close-up-young-business-team-working.png',\n link: {\n label: 'Read more',\n url: 'https://example.com/article3'\n },\n readingTime: '5 min read',\n tags: [\n 'Digital Excellence',\n 'Systemics',\n 'Design System Trainings'\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. Understand how our trainings promote collaboration, shared understanding, and continuous learning, ensuring your design system remains an evolving cornerstone of your digital success.'\n }\n ]}\n moreTitle=\"Featured Posts\"\n section={[\n {\n backgroundColor: 'default',\n buttons: [\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n }\n ],\n content: {\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n },\n headerSpacing: false,\n headline: {\n large: false,\n text: 'Section headline',\n width: 'unset'\n },\n inverted: false,\n spaceAfter: 'default',\n spaceBefore: 'default',\n spotlight: false,\n style: 'default',\n width: 'default'\n },\n {\n backgroundColor: 'default',\n buttons: [\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n }\n ],\n content: {\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n },\n headerSpacing: false,\n headline: {\n large: false,\n text: 'Section headline',\n width: 'unset'\n },\n inverted: false,\n spaceAfter: 'default',\n spaceBefore: 'default',\n spotlight: false,\n style: 'default',\n width: 'default'\n },\n {\n backgroundColor: 'default',\n buttons: [\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n }\n ],\n content: {\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n },\n headerSpacing: false,\n headline: {\n large: false,\n text: 'Section headline',\n width: 'unset'\n },\n inverted: false,\n spaceAfter: 'default',\n spaceBefore: 'default',\n spotlight: false,\n style: 'default',\n width: 'default'\n }\n ]}\n/>",
135
+ "code": "<BlogOverview\n cta={{\n buttons: [\n {\n label: 'Book a meeting'\n },\n {\n label: 'Book a meeting'\n },\n {\n label: 'Book a meeting'\n }\n ],\n colorNeutral: false,\n contentAlign: 'center',\n fullWidth: false,\n headline: 'Headline',\n highlightText: false,\n image: {\n padding: true\n },\n order: {\n desktopImageLast: true,\n mobileImageLast: false\n },\n sub: 'Subheadline',\n textAlign: 'left'\n }}\n latest={{\n author: {\n image: 'img/people/author-alex.png',\n name: 'John Doe',\n title: 'CEO'\n },\n date: '12/30/2022',\n headline: 'Mastering the Art of Design Systems with Systemics: A Journey from Vision to Reality',\n image: 'img/close-up-young-business-team-working.png',\n link: {\n label: 'Read more',\n url: 'https://example.com/article1'\n },\n readingTime: '5 min read',\n tags: [\n 'Design Systems',\n 'Headless Websites',\n 'Training'\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. Learn how we transform ideas into tangible results with our Design System Creation service, empowering your brand to communicate effectively across digital platforms.'\n }}\n latestTitle=\"Latest Post\"\n list={[\n {\n author: {\n image: 'img/people/author-emily.png',\n name: 'John Doe',\n title: 'CEO'\n },\n date: '12/30/2022',\n headline: 'This is a blog post headline',\n image: 'img/close-up-young-business-team-working.png',\n link: {\n label: 'Read more',\n url: 'https://example.com'\n },\n readingTime: '5 min read',\n tags: [\n 'tech',\n 'tech',\n 'tech'\n ],\n teaserText: 'This is a teaser text for the blog post'\n },\n {\n author: {\n image: 'img/people/author-emily.png',\n name: 'John Doe',\n title: 'CEO'\n },\n date: '12/30/2022',\n headline: 'This is a blog post headline',\n image: 'img/close-up-young-business-team-working.png',\n link: {\n label: 'Read more',\n url: 'https://example.com'\n },\n readingTime: '5 min read',\n tags: [\n 'tech',\n 'tech',\n 'tech'\n ],\n teaserText: 'This is a teaser text for the blog post'\n },\n {\n author: {\n image: 'img/people/author-emily.png',\n name: 'John Doe',\n title: 'CEO'\n },\n date: '12/30/2022',\n headline: 'This is a blog post headline',\n image: 'img/close-up-young-business-team-working.png',\n link: {\n label: 'Read more',\n url: 'https://example.com'\n },\n readingTime: '5 min read',\n tags: [\n 'tech',\n 'tech',\n 'tech'\n ],\n teaserText: 'This is a teaser text for the blog post'\n }\n ]}\n listTitle=\"Recent Posts\"\n more={[\n {\n author: {\n image: 'img/people/author-alex.png',\n name: 'John Doe',\n title: 'CEO'\n },\n date: '12/30/2022',\n headline: 'Mastering the Art of Design Systems with Systemics: A Journey from Vision to Reality',\n image: 'img/close-up-young-business-team-working.png',\n link: {\n label: 'Read more',\n url: 'https://example.com/article1'\n },\n readingTime: '5 min read',\n tags: [\n 'Design Systems',\n 'Headless Websites',\n 'Training'\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. Learn how we transform ideas into tangible results with our Design System Creation service, empowering your brand to communicate effectively across digital platforms.'\n },\n {\n author: {\n image: 'img/people/author-emily.png',\n name: 'Jane Doe',\n title: 'CTO'\n },\n date: '12/30/2022',\n headline: 'Unleashing Innovation with Headless Websites: The Future of Digital Experiences',\n image: 'img/close-up-young-business-team-working.png',\n link: {\n label: 'Read more',\n url: 'https://example.com/article2'\n },\n readingTime: '5 min read',\n tags: [\n 'Innovation',\n 'Headless Websites',\n 'Systemics'\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. Discover how our experts leverage headless CMS architecture to provide unparalleled flexibility while maintaining design integrity. We make content distribution dynamic and responsive, tailoring it to users\\' preferences for a seamless journey across devices and platforms.'\n },\n {\n author: {\n image: 'img/people/author-alex.png',\n name: 'John Doe',\n title: 'CEO'\n },\n date: '12/30/2022',\n headline: 'Investing in Digital Excellence: Systemics\\' Design System Trainings',\n image: 'img/close-up-young-business-team-working.png',\n link: {\n label: 'Read more',\n url: 'https://example.com/article3'\n },\n readingTime: '5 min read',\n tags: [\n 'Digital Excellence',\n 'Systemics',\n 'Design System Trainings'\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. Understand how our trainings promote collaboration, shared understanding, and continuous learning, ensuring your design system remains an evolving cornerstone of your digital success.'\n }\n ]}\n moreTitle=\"Featured Posts\"\n section={[\n {\n backgroundColor: 'default',\n buttons: [\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n }\n ],\n content: {\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n },\n headerSpacing: false,\n headline: {\n large: false,\n text: 'Section headline',\n width: 'unset'\n },\n inverted: false,\n spaceAfter: 'default',\n spaceBefore: 'default',\n spotlight: false,\n style: 'default',\n width: 'default'\n },\n {\n backgroundColor: 'default',\n buttons: [\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n }\n ],\n content: {\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n },\n headerSpacing: false,\n headline: {\n large: false,\n text: 'Section headline',\n width: 'unset'\n },\n inverted: false,\n spaceAfter: 'default',\n spaceBefore: 'default',\n spotlight: false,\n style: 'default',\n width: 'default'\n },\n {\n backgroundColor: 'default',\n buttons: [\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n }\n ],\n content: {\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n },\n headerSpacing: false,\n headline: {\n large: false,\n text: 'Section headline',\n width: 'unset'\n },\n inverted: false,\n spaceAfter: 'default',\n spaceBefore: 'default',\n spotlight: false,\n style: 'default',\n width: 'default'\n }\n ]}\n/>",
140
136
  "args": {
141
137
  "section": [
142
138
  {
@@ -269,6 +265,11 @@
269
265
  "latestTitle": "Latest Post",
270
266
  "latest": {
271
267
  "date": "12/30/2022",
268
+ "tags": [
269
+ "Design Systems",
270
+ "Headless Websites",
271
+ "Training"
272
+ ],
272
273
  "headline": "Mastering the Art of Design Systems with Systemics: A Journey from Vision to Reality",
273
274
  "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. Learn how we transform ideas into tangible results with our Design System Creation service, empowering your brand to communicate effectively across digital platforms.",
274
275
  "image": "img/close-up-young-business-team-working.png",
@@ -281,17 +282,17 @@
281
282
  "name": "John Doe",
282
283
  "title": "CEO",
283
284
  "image": "img/people/author-alex.png"
284
- },
285
- "tags": [
286
- "Design Systems",
287
- "Headless Websites",
288
- "Training"
289
- ]
285
+ }
290
286
  },
291
287
  "listTitle": "Recent Posts",
292
288
  "list": [
293
289
  {
294
290
  "date": "12/30/2022",
291
+ "tags": [
292
+ "tech",
293
+ "tech",
294
+ "tech"
295
+ ],
295
296
  "headline": "This is a blog post headline",
296
297
  "teaserText": "This is a teaser text for the blog post",
297
298
  "image": "img/close-up-young-business-team-working.png",
@@ -308,6 +309,11 @@
308
309
  },
309
310
  {
310
311
  "date": "12/30/2022",
312
+ "tags": [
313
+ "tech",
314
+ "tech",
315
+ "tech"
316
+ ],
311
317
  "headline": "This is a blog post headline",
312
318
  "teaserText": "This is a teaser text for the blog post",
313
319
  "image": "img/close-up-young-business-team-working.png",
@@ -324,6 +330,11 @@
324
330
  },
325
331
  {
326
332
  "date": "12/30/2022",
333
+ "tags": [
334
+ "tech",
335
+ "tech",
336
+ "tech"
337
+ ],
327
338
  "headline": "This is a blog post headline",
328
339
  "teaserText": "This is a teaser text for the blog post",
329
340
  "image": "img/close-up-young-business-team-working.png",
@@ -343,6 +354,11 @@
343
354
  "more": [
344
355
  {
345
356
  "date": "12/30/2022",
357
+ "tags": [
358
+ "Design Systems",
359
+ "Headless Websites",
360
+ "Training"
361
+ ],
346
362
  "headline": "Mastering the Art of Design Systems with Systemics: A Journey from Vision to Reality",
347
363
  "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. Learn how we transform ideas into tangible results with our Design System Creation service, empowering your brand to communicate effectively across digital platforms.",
348
364
  "image": "img/close-up-young-business-team-working.png",
@@ -355,15 +371,15 @@
355
371
  "name": "John Doe",
356
372
  "title": "CEO",
357
373
  "image": "img/people/author-alex.png"
358
- },
359
- "tags": [
360
- "Design Systems",
361
- "Headless Websites",
362
- "Training"
363
- ]
374
+ }
364
375
  },
365
376
  {
366
377
  "date": "12/30/2022",
378
+ "tags": [
379
+ "Innovation",
380
+ "Headless Websites",
381
+ "Systemics"
382
+ ],
367
383
  "headline": "Unleashing Innovation with Headless Websites: The Future of Digital Experiences",
368
384
  "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. Discover how our experts leverage headless CMS architecture to provide unparalleled flexibility while maintaining design integrity. We make content distribution dynamic and responsive, tailoring it to users' preferences for a seamless journey across devices and platforms.",
369
385
  "image": "img/close-up-young-business-team-working.png",
@@ -376,15 +392,15 @@
376
392
  "name": "Jane Doe",
377
393
  "title": "CTO",
378
394
  "image": "img/people/author-emily.png"
379
- },
380
- "tags": [
381
- "Innovation",
382
- "Headless Websites",
383
- "Systemics"
384
- ]
395
+ }
385
396
  },
386
397
  {
387
398
  "date": "12/30/2022",
399
+ "tags": [
400
+ "Digital Excellence",
401
+ "Systemics",
402
+ "Design System Trainings"
403
+ ],
388
404
  "headline": "Investing in Digital Excellence: Systemics' Design System Trainings",
389
405
  "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. Understand how our trainings promote collaboration, shared understanding, and continuous learning, ensuring your design system remains an evolving cornerstone of your digital success.",
390
406
  "image": "img/close-up-young-business-team-working.png",
@@ -397,12 +413,7 @@
397
413
  "name": "John Doe",
398
414
  "title": "CEO",
399
415
  "image": "img/people/author-alex.png"
400
- },
401
- "tags": [
402
- "Digital Excellence",
403
- "Systemics",
404
- "Design System Trainings"
405
- ]
416
+ }
406
417
  }
407
418
  ],
408
419
  "cta": {
@@ -439,26 +450,25 @@
439
450
  "id": "pages-archetypes--blog-post",
440
451
  "group": "Pages/Archetypes",
441
452
  "name": "BlogPost",
442
- "code": "<BlogPost\n aside={{\n author: {\n byline: 'Senior Developer',\n email: 'Jane.doe@example.com',\n image: 'img/people/author-emily.png',\n name: 'Jane Doe',\n twitter: 'Janedoe'\n },\n date: '12/30/2022',\n readingTime: '5 min read',\n socialSharing: [\n {\n href: 'https://twitter.com/share?text=This%20is%20a%20blog%20post%20headline&url=https://example.com/blog',\n icon: 'twitter',\n title: 'Share on Twitter'\n },\n {\n href: 'https://www.linkedin.com/shareArticle?mini=true&url=https://example.com/blog&title=This%20is%20a%20blog%20post%20headline',\n icon: 'linkedin',\n title: 'Share on LinkedIn'\n }\n ]\n }}\n content=\"\n## Introduction\nThe future of **ArtiEficial Intelligence (AI)** is a topic that has been the subject of much debate. It's a field that's constantly evolving, with new advancements and breakthroughs happening all the time. [Learn more about AI](https://en.wikipedia.org/wiki/Artificial_intelligence)\n\n## The Current State of AI\nToday, AI is already a part of our daily lives. From *smart home devices* to *recommendation algorithms* on our favorite streaming services, AI is everywhere.\n\n## The Potential of AI\nThe potential of AI is immense. It has the ability to revolutionize industries, from healthcare to finance, and everything in between.\n\n## The Challenges of AI\nHowever, with great potential comes great challenges. Issues such as data privacy and the ethical implications of AI are just some of the hurdles that need to be overcome.\n\n## The Role of AI in Society\nAI has the potential to greatly impact society. It can lead to job creation in new industries, and can also help solve complex societal problems.\n\n## Conclusion\nThe future of AI is exciting and full of potential. However, it's important that we navigate this future with caution, ensuring that the benefits of AI are accessible to all, while minimizing its potential risks.\n \"\n cta={{\n buttons: [\n {\n icon: 'person',\n label: 'Contact Us',\n target: '#'\n },\n {\n icon: 'date',\n label: 'Learn More',\n target: '#'\n }\n ],\n colorNeutral: false,\n contentAlign: 'center',\n fullWidth: false,\n headline: 'Ready to Transform Your Development Process?',\n highlightText: false,\n image: {\n padding: true\n },\n order: {\n desktopImageLast: true,\n mobileImageLast: false\n },\n sub: 'Start your journey today.',\n text: 'Get started with our design system today and experience a new level of efficiency and consistency in your projects.',\n textAlign: 'center'\n }}\n head={{\n date: '12/30/2022',\n headline: 'The Future of AI: A Glimpse into the Unseen',\n image: 'img/close-up-young-business-team-working.png',\n tags: [\n {\n entry: 'Technology'\n },\n {\n entry: 'AI'\n }\n ]\n }}\n section={[\n {\n backgroundColor: 'default',\n buttons: [\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n }\n ],\n content: {\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n },\n headerSpacing: false,\n headline: {\n large: false,\n text: 'Section headline',\n width: 'unset'\n },\n inverted: false,\n spaceAfter: 'default',\n spaceBefore: 'default',\n spotlight: false,\n style: 'default',\n width: 'default'\n },\n {\n backgroundColor: 'default',\n buttons: [\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n }\n ],\n content: {\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n },\n headerSpacing: false,\n headline: {\n large: false,\n text: 'Section headline',\n width: 'unset'\n },\n inverted: false,\n spaceAfter: 'default',\n spaceBefore: 'default',\n spotlight: false,\n style: 'default',\n width: 'default'\n },\n {\n backgroundColor: 'default',\n buttons: [\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n }\n ],\n content: {\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n },\n headerSpacing: false,\n headline: {\n large: false,\n text: 'Section headline',\n width: 'unset'\n },\n inverted: false,\n spaceAfter: 'default',\n spaceBefore: 'default',\n spotlight: false,\n style: 'default',\n width: 'default'\n }\n ]}\n/>",
453
+ "code": "<BlogPost\n aside={{\n author: {\n byline: 'Senior Developer',\n email: 'Jane.doe@example.com',\n image: {\n alt: 'Picture of Jane Smith',\n src: 'img/people/author-emily.png'\n },\n name: 'Jane Doe',\n twitter: 'Janedoe'\n },\n date: '12/30/2022',\n readingTime: '5 min read',\n socialSharing: [\n {\n href: 'https://twitter.com/share?text=This%20is%20a%20blog%20post%20headline&url=https://example.com/blog',\n icon: 'twitter',\n title: 'Share on Twitter'\n },\n {\n href: 'https://www.linkedin.com/shareArticle?mini=true&url=https://example.com/blog&title=This%20is%20a%20blog%20post%20headline',\n icon: 'linkedin',\n title: 'Share on LinkedIn'\n }\n ]\n }}\n content=\"\n## Introduction\nThe future of **Artificial Intelligence (AI)** is a topic that has been the subject of much debate. It's a field that's constantly evolving, with new advancements and breakthroughs happening all the time. [Learn more about AI](https://en.wikipedia.org/wiki/Artificial_intelligence)\n\n## The Current State of AI\nToday, AI is already a part of our daily lives. From *smart home devices* to *recommendation algorithms* on our favorite streaming services, AI is everywhere.\n\n## The Potential of AI\nThe potential of AI is immense. It has the ability to revolutionize industries, from healthcare to finance, and everything in between.\n\n## The Challenges of AI\nHowever, with great potential comes great challenges. Issues such as data privacy and the ethical implications of AI are just some of the hurdles that need to be overcome.\n\n## The Role of AI in Society\nAI has the potential to greatly impact society. It can lead to job creation in new industries, and can also help solve complex societal problems.\n\n## Conclusion\nThe future of AI is exciting and full of potential. However, it's important that we navigate this future with caution, ensuring that the benefits of AI are accessible to all, while minimizing its potential risks.\n \"\n cta={{\n buttons: [\n {\n icon: 'person',\n label: 'Contact Us',\n target: '#'\n },\n {\n icon: 'date',\n label: 'Learn More',\n target: '#'\n }\n ],\n colorNeutral: false,\n contentAlign: 'center',\n fullWidth: false,\n headline: 'Ready to Transform Your Development Process?',\n highlightText: false,\n image: {\n padding: true\n },\n order: {\n desktopImageLast: true,\n mobileImageLast: false\n },\n sub: 'Start your journey today.',\n text: 'Get started with our design system today and experience a new level of efficiency and consistency in your projects.',\n textAlign: 'center'\n }}\n head={{\n date: '12/30/2022',\n headline: 'The Future of AI: A Glimpse into the Unseen',\n image: 'img/close-up-young-business-team-working.png',\n tags: [\n 'Technology',\n 'AI'\n ]\n }}\n section={[\n {\n backgroundColor: 'default',\n buttons: [\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n }\n ],\n content: {\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n },\n headerSpacing: false,\n headline: {\n large: false,\n text: 'Section headline',\n width: 'unset'\n },\n inverted: false,\n spaceAfter: 'default',\n spaceBefore: 'default',\n spotlight: false,\n style: 'default',\n width: 'default'\n },\n {\n backgroundColor: 'default',\n buttons: [\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n }\n ],\n content: {\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n },\n headerSpacing: false,\n headline: {\n large: false,\n text: 'Section headline',\n width: 'unset'\n },\n inverted: false,\n spaceAfter: 'default',\n spaceBefore: 'default',\n spotlight: false,\n style: 'default',\n width: 'default'\n },\n {\n backgroundColor: 'default',\n buttons: [\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n }\n ],\n content: {\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n },\n headerSpacing: false,\n headline: {\n large: false,\n text: 'Section headline',\n width: 'unset'\n },\n inverted: false,\n spaceAfter: 'default',\n spaceBefore: 'default',\n spotlight: false,\n style: 'default',\n width: 'default'\n }\n ]}\n/>",
443
454
  "args": {
444
455
  "head": {
445
456
  "date": "12/30/2022",
446
- "headline": "The Future of AI: A Glimpse into the Unseen",
447
- "image": "img/close-up-young-business-team-working.png",
448
457
  "tags": [
449
- {
450
- "entry": "Technology"
451
- },
452
- {
453
- "entry": "AI"
454
- }
455
- ]
458
+ "Technology",
459
+ "AI"
460
+ ],
461
+ "headline": "The Future of AI: A Glimpse into the Unseen",
462
+ "image": "img/close-up-young-business-team-working.png"
456
463
  },
457
464
  "aside": {
458
465
  "author": {
459
466
  "name": "Jane Doe",
460
467
  "byline": "Senior Developer",
461
- "image": "img/people/author-emily.png",
468
+ "image": {
469
+ "src": "img/people/author-emily.png",
470
+ "alt": "Picture of Jane Smith"
471
+ },
462
472
  "twitter": "Janedoe",
463
473
  "email": "Jane.doe@example.com"
464
474
  },
@@ -634,10 +644,137 @@
634
644
  "contentAlign": "center",
635
645
  "text": "Get started with our design system today and experience a new level of efficiency and consistency in your projects."
636
646
  },
637
- "content": "\n## Introduction\nThe future of **ArtiEficial 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 "
647
+ "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 "
638
648
  },
639
649
  "screenshot": "img/screenshots/pages-archetypes--blog-post.png"
640
650
  },
651
+ {
652
+ "id": "components-contact--wide-image",
653
+ "group": "Components/Contact",
654
+ "name": "WideImage",
655
+ "code": "<Contact\n image={{\n alt: 'Picture of Jane Smith',\n aspectRatio: 'wide',\n fullWidth: true,\n src: 'img/people/portrait-young-girl-smiling.jpg'\n }}\n links={[\n {\n href: '#',\n icon: 'twitter',\n label: '@Isabella_Doe',\n newTab: false\n },\n {\n href: 'mailto:mail@example.com',\n icon: 'linkedin',\n label: 'Isabella.Doe',\n newTab: false\n }\n ]}\n subtitle=\"Creative Director\"\n title=\"Isabella Doe\"\n/>",
656
+ "args": {
657
+ "image": {
658
+ "src": "img/people/portrait-young-girl-smiling.jpg",
659
+ "alt": "Picture of Jane Smith",
660
+ "fullWidth": true,
661
+ "aspectRatio": "wide"
662
+ },
663
+ "title": "Isabella Doe",
664
+ "subtitle": "Creative Director",
665
+ "links": [
666
+ {
667
+ "icon": "twitter",
668
+ "label": "@Isabella_Doe",
669
+ "href": "#",
670
+ "newTab": false
671
+ },
672
+ {
673
+ "icon": "linkedin",
674
+ "label": "Isabella.Doe",
675
+ "href": "mailto:mail@example.com",
676
+ "newTab": false
677
+ }
678
+ ]
679
+ },
680
+ "screenshot": "img/screenshots/components-contact--wide-image.png"
681
+ },
682
+ {
683
+ "id": "components-contact--circular-avatar",
684
+ "group": "Components/Contact",
685
+ "name": "CircularAvatar",
686
+ "code": "<Contact\n copy=\"Leads with a vision for innovative, user-centric web designs\"\n image={{\n alt: 'Picture of Jane Smith',\n aspectRatio: 'square',\n fullWidth: false,\n src: 'img/people/author-emily.png'\n }}\n links={[\n {\n href: '#',\n icon: 'twitter',\n label: '@jane_smith',\n newTab: false\n },\n {\n href: 'mailto:mail@example.com',\n icon: 'linkedin',\n label: 'jane.smith',\n newTab: false\n }\n ]}\n subtitle=\"CEO at DS Agency\"\n title=\"Jane Smith\"\n/>",
687
+ "args": {
688
+ "image": {
689
+ "src": "img/people/author-emily.png",
690
+ "alt": "Picture of Jane Smith",
691
+ "fullWidth": false,
692
+ "aspectRatio": "square"
693
+ },
694
+ "title": "Jane Smith",
695
+ "subtitle": "CEO at DS Agency",
696
+ "links": [
697
+ {
698
+ "icon": "twitter",
699
+ "label": "@jane_smith",
700
+ "href": "#",
701
+ "newTab": false
702
+ },
703
+ {
704
+ "icon": "linkedin",
705
+ "label": "jane.smith",
706
+ "href": "mailto:mail@example.com",
707
+ "newTab": false
708
+ }
709
+ ],
710
+ "copy": "Leads with a vision for innovative, user-centric web designs"
711
+ },
712
+ "screenshot": "img/screenshots/components-contact--circular-avatar.png"
713
+ },
714
+ {
715
+ "id": "components-contact--vertical-image-with-paragraph",
716
+ "group": "Components/Contact",
717
+ "name": "VerticalImageWithParagraph",
718
+ "code": "<Contact\n copy=\"Leads with a vision for innovative, user-centric web designs, ensuring each project merges creativity with functionality to deliver outstanding digital experiences.\"\n image={{\n alt: 'Picture of Jane Smith',\n aspectRatio: 'vertical',\n fullWidth: false,\n src: 'img/people/contact-john.png'\n }}\n links={[\n {\n href: 'mailto:mail@example.com',\n icon: 'xing',\n label: 'john.smith',\n newTab: false\n },\n {\n href: '#',\n icon: 'twitter',\n label: '@john_smith',\n newTab: false\n }\n ]}\n subtitle=\"Sales Representative\"\n title=\"John Smith\"\n/>",
719
+ "args": {
720
+ "image": {
721
+ "src": "img/people/contact-john.png",
722
+ "alt": "Picture of Jane Smith",
723
+ "fullWidth": false,
724
+ "aspectRatio": "vertical"
725
+ },
726
+ "title": "John Smith",
727
+ "subtitle": "Sales Representative",
728
+ "links": [
729
+ {
730
+ "icon": "xing",
731
+ "label": "john.smith",
732
+ "href": "mailto:mail@example.com",
733
+ "newTab": false
734
+ },
735
+ {
736
+ "icon": "twitter",
737
+ "label": "@john_smith",
738
+ "href": "#",
739
+ "newTab": false
740
+ }
741
+ ],
742
+ "copy": "Leads with a vision for innovative, user-centric web designs, ensuring each project merges creativity with functionality to deliver outstanding digital experiences."
743
+ },
744
+ "screenshot": "img/screenshots/components-contact--vertical-image-with-paragraph.png"
745
+ },
746
+ {
747
+ "id": "components-contact--full-image-width",
748
+ "group": "Components/Contact",
749
+ "name": "FullImageWidth",
750
+ "code": "<Contact\n copy=\"Blends artistic flair with technical expertise, creating visually stunning and intuitive websites that captivate users and drive engagement.\"\n image={{\n alt: 'Picture of Jane Smith',\n aspectRatio: 'wide',\n fullWidth: true,\n src: 'img/people/contact-jim.png'\n }}\n links={[\n {\n href: 'mailto:mail@example.com',\n icon: 'email',\n label: 'jim.johnsson@mail.com',\n newTab: false\n },\n {\n href: '#',\n icon: 'facebook',\n label: '@jim_johnsson',\n newTab: false\n }\n ]}\n subtitle=\"Lead Designer\"\n title=\"Jim Johnsson\"\n/>",
751
+ "args": {
752
+ "image": {
753
+ "src": "img/people/contact-jim.png",
754
+ "alt": "Picture of Jane Smith",
755
+ "fullWidth": true,
756
+ "aspectRatio": "wide"
757
+ },
758
+ "title": "Jim Johnsson",
759
+ "subtitle": "Lead Designer",
760
+ "links": [
761
+ {
762
+ "icon": "email",
763
+ "label": "jim.johnsson@mail.com",
764
+ "href": "mailto:mail@example.com",
765
+ "newTab": false
766
+ },
767
+ {
768
+ "icon": "facebook",
769
+ "label": "@jim_johnsson",
770
+ "href": "#",
771
+ "newTab": false
772
+ }
773
+ ],
774
+ "copy": "Blends artistic flair with technical expertise, creating visually stunning and intuitive websites that captivate users and drive engagement."
775
+ },
776
+ "screenshot": "img/screenshots/components-contact--full-image-width.png"
777
+ },
641
778
  {
642
779
  "id": "components-cta--banner",
643
780
  "group": "Components/Cta",
@@ -2,6 +2,7 @@ import { jsx } from 'react/jsx-runtime';
2
2
  import { ButtonProvider } from '../button/index.js';
3
3
  import { SectionProvider } from '../section/index.js';
4
4
  import { TeaserBoxProvider } from '../teaser-card/index.js';
5
+ import { ContactProvider } from '../contact/index.js';
5
6
  import { HeadlineProvider } from '../headline/index.js';
6
7
  import { ThemeProvider } from '@bedrock-layout/spacing-constants';
7
8
  import { ButtonGroupProvider } from '../button-group/index.js';
@@ -14,6 +15,11 @@ import '../section/js/Section.client.js';
14
15
  import '@kickstartds/core/lib/component';
15
16
  import '@kickstartds/base/lib/teaser-box';
16
17
  import '@kickstartds/core/lib/container';
18
+ import '@kickstartds/base/lib/picture';
19
+ import '@kickstartds/base/lib/contact';
20
+ import '@kickstartds/base/lib/link';
21
+ import '@kickstartds/base/lib/icon';
22
+ import '@kickstartds/base/lib/rich-text';
17
23
  import 'markdown-to-jsx';
18
24
  import '@kickstartds/base/lib/headline';
19
25
  import '@kickstartds/base/lib/button-group';
@@ -32,7 +38,7 @@ const theme = {
32
38
  };
33
39
  const BedrockProvider = (props) => (jsx(ThemeProvider, { theme: theme, ...props }));
34
40
 
35
- const Providers = (props) => (jsx(BedrockProvider, { children: jsx(ButtonProvider, { children: jsx(ButtonGroupProvider, { children: jsx(HeadlineProvider, { children: jsx(SectionProvider, { children: jsx(TeaserBoxProvider, { ...props }) }) }) }) }) }));
41
+ const Providers = (props) => (jsx(BedrockProvider, { children: jsx(ButtonProvider, { children: jsx(ContactProvider, { children: jsx(ButtonGroupProvider, { children: jsx(HeadlineProvider, { children: jsx(SectionProvider, { children: jsx(TeaserBoxProvider, { ...props }) }) }) }) }) }) }));
36
42
  const providerDecorator = (storyFn, context) => (jsx(Providers, { children: storyFn(context) }));
37
43
 
38
44
  export { Providers as default, providerDecorator };
@@ -6,7 +6,8 @@ import { FC, PropsWithChildren } from "react";
6
6
  * and run json-schema-to-typescript to regenerate this file.
7
7
  */
8
8
  interface SplitProps {
9
- layout?: "sidebarRight" | "sidebarLeft" | "even";
9
+ layout?: "sidebarRight" | "sidebarLeft";
10
+ mainSectionWidth?: "narrow" | "medium" | "wide";
10
11
  }
11
12
  declare const Split: FC<PropsWithChildren<SplitProps>>;
12
13
  export { Split };
@@ -2,6 +2,16 @@ import "./split.css";
2
2
  import { jsx } from 'react/jsx-runtime';
3
3
  import classnames from 'classnames';
4
4
 
5
- const Split = ({ layout, children, }) => (jsx("div", { className: classnames(`l-split l-split--${layout}`), children: children }));
5
+ const Split = ({ layout = "sidebarRight", mainSectionWidth = "default", children, }) => (jsx("div", { className: classnames("l-split", layout === "sidebarRight"
6
+ ? "l-split--sidebar-right"
7
+ : layout === "sidebarLeft"
8
+ ? "l-split--sidebar-left"
9
+ : "l-split--sidebar-right", mainSectionWidth === "narrow"
10
+ ? "l-split--narrow"
11
+ : mainSectionWidth === "medium"
12
+ ? "l-split--medium"
13
+ : mainSectionWidth === "wide"
14
+ ? "l-split--wide"
15
+ : "l-split--medium"), children: children }));
6
16
 
7
17
  export { Split };
@@ -1,24 +1,50 @@
1
- .l-split--sidebarRight {
1
+ .l-split {
2
+ --dsa-split--gap-vertical: var(--ks-spacing-stack-l);
3
+ --dsa-split--gap-horizontal: var(--ks-spacing-inline-l);
4
+ --dsa-split__side--top-margin: var(--ks-spacing-stack-l);
5
+ --dsa-split__side--flex-basis: 210px;
6
+ }
7
+
8
+ .l-split {
2
9
  display: flex;
3
10
  flex-wrap: wrap;
4
- gap: var(--ks-spacing-stack-l) var(--ks-spacing-inline-xl);
11
+ gap: var(--dsa-split--gap-horizontal) var(--dsa-split--gap-horizontal);
12
+ }
13
+ .l-split--narrow {
14
+ --split__main--flex-basis: var(--l-section--content-width-narrow);
15
+ }
16
+ .l-split--medium {
17
+ --split__main--flex-basis: var(--l-section--content-width-default);
18
+ }
19
+ .l-split--wide {
20
+ --split__main--flex-basis: var(--l-section--content-width-wide);
5
21
  }
6
22
  @media (min-width: 48em) {
7
- .l-split--sidebarRight {
23
+ .l-split {
8
24
  justify-content: space-between;
9
25
  }
10
26
  }
11
- .l-split--sidebarRight > :first-child {
12
- flex-basis: calc(var(--l-section--content-width-default) - var(--l-section--content-padding) * 2);
27
+ .l-split > * {
13
28
  flex-grow: 1;
14
29
  flex-shrink: 1;
15
30
  }
16
- .l-split--sidebarRight > :last-child {
17
- flex-grow: 1;
18
- flex-shrink: 1;
19
- flex-basis: 210px;
31
+ .l-split--sidebar-right > :first-child {
32
+ flex-basis: calc(var(--split__main--flex-basis) - var(--l-section--content-padding) * 2);
33
+ }
34
+ .l-split--sidebar-right > :last-child {
35
+ flex-basis: var(--dsa-split__side--flex-basis, 210px);
36
+ position: -webkit-sticky;
37
+ position: sticky;
38
+ top: var(--dsa-split__side--top-margin, var(--ks-spacing-stack-l));
39
+ height: fit-content;
40
+ }
41
+ .l-split--sidebar-left > :last-child {
42
+ flex-basis: calc(var(--split__main--flex-basis) - var(--l-section--content-padding) * 2);
43
+ }
44
+ .l-split--sidebar-left > :first-child {
45
+ flex-basis: var(--dsa-split__side--flex-basis, 210px);
20
46
  position: -webkit-sticky;
21
47
  position: sticky;
22
- top: var(--ks-spacing-stack-l);
48
+ top: var(--dsa-split__side--top-margin, var(--ks-spacing-stack-l));
23
49
  height: fit-content;
24
50
  }
@@ -8,9 +8,18 @@
8
8
  "type": "string",
9
9
  "enum": [
10
10
  "sidebarRight",
11
- "sidebarLeft",
12
- "even"
13
- ]
11
+ "sidebarLeft"
12
+ ],
13
+ "default": "sidebarRight"
14
+ },
15
+ "mainSectionWidth": {
16
+ "type": "string",
17
+ "enum": [
18
+ "narrow",
19
+ "medium",
20
+ "wide"
21
+ ],
22
+ "default": "medium"
14
23
  },
15
24
  "type": {
16
25
  "const": "split"
@@ -6,7 +6,13 @@
6
6
  "properties": {
7
7
  "layout": {
8
8
  "type": "string",
9
- "enum": ["sidebarRight", "sidebarLeft", "even"]
9
+ "enum": ["sidebarRight", "sidebarLeft"],
10
+ "default": "sidebarRight"
11
+ },
12
+ "mainSectionWidth": {
13
+ "type": "string",
14
+ "enum": ["narrow", "medium", "wide"],
15
+ "default": "medium"
10
16
  }
11
17
  },
12
18
  "additionalProperties": false