@kickstartds/ds-agency-premium 1.4.7--canary.15.776.0 → 1.4.7

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 (52) hide show
  1. package/dist/{BlogAsideProps-99489f0b.d.ts → BlogAsideProps-e1cbd5d3.d.ts} +4 -11
  2. package/dist/{BlogHeadProps-f9a49428.d.ts → BlogHeadProps-3f6e4072.d.ts} +2 -1
  3. package/dist/{BlogOverviewProps-83d399b4.d.ts → BlogOverviewProps-9f207f1c.d.ts} +1 -1
  4. package/dist/{BlogPostProps-83d399b4.d.ts → BlogPostProps-440f88a5.d.ts} +2 -2
  5. package/dist/BlogTagProps-f5855e93.d.ts +16 -0
  6. package/dist/{BlogTeaserProps-525f7f9f.d.ts → BlogTeaserProps-f5855e93.d.ts} +2 -1
  7. package/dist/SectionProps-83d399b4.d.ts +1 -1
  8. package/dist/components/blog-aside/blog-aside.css +16 -8
  9. package/dist/components/blog-aside/blog-aside.schema.dereffed.json +7 -21
  10. package/dist/components/blog-aside/blog-aside.schema.json +5 -16
  11. package/dist/components/blog-aside/index.d.ts +1 -1
  12. package/dist/components/blog-aside/index.js +2 -2
  13. package/dist/components/blog-head/blog-head.schema.dereffed.json +18 -4
  14. package/dist/components/blog-head/blog-head.schema.json +1 -2
  15. package/dist/components/blog-head/index.d.ts +1 -1
  16. package/dist/components/blog-head/index.js +1 -1
  17. package/dist/components/blog-overview/blog-overview.schema.dereffed.json +54 -12
  18. package/dist/components/blog-overview/index.d.ts +1 -1
  19. package/dist/components/blog-post/blog-post.schema.dereffed.json +25 -25
  20. package/dist/components/blog-post/index.d.ts +1 -1
  21. package/dist/components/blog-post/index.js +1 -1
  22. package/dist/components/blog-tag/blog-tag.schema.dereffed.json +21 -0
  23. package/dist/components/blog-tag/blog-tag.schema.json +16 -0
  24. package/dist/components/blog-teaser/blog-teaser.schema.dereffed.json +18 -4
  25. package/dist/components/blog-teaser/blog-teaser.schema.json +1 -2
  26. package/dist/components/blog-teaser/index.d.ts +1 -1
  27. package/dist/components/blog-teaser/index.js +1 -1
  28. package/dist/components/image-story/index.d.ts +1 -1
  29. package/dist/components/index/index.d.ts +2 -2
  30. package/dist/components/nav-topbar/nav-topbar.css +1 -1
  31. package/dist/components/page-wrapper/index.js +0 -6
  32. package/dist/components/page-wrapper/tokens.css +3 -3
  33. package/dist/components/presets.json +42 -94
  34. package/dist/components/providers/index.js +1 -7
  35. package/dist/components/split/index.d.ts +1 -2
  36. package/dist/components/split/index.js +1 -11
  37. package/dist/components/split/split.css +10 -36
  38. package/dist/components/split/split.schema.dereffed.json +3 -12
  39. package/dist/components/split/split.schema.json +1 -7
  40. package/dist/tokens/themes.css +4 -4
  41. package/dist/tokens/tokens.css +3 -3
  42. package/dist/tokens/tokens.js +3 -3
  43. package/package.json +1 -1
  44. package/dist/components/contact/contact.css +0 -73
  45. package/dist/components/contact/contact.schema.dereffed.json +0 -108
  46. package/dist/components/contact/contact.schema.json +0 -94
  47. package/dist/components/contact/index.d.ts +0 -60
  48. package/dist/components/contact/index.js +0 -15
  49. package/dist/components/html/html.schema.json +0 -25
  50. package/dist/components/html/index.d.ts +0 -26
  51. package/dist/components/html/index.js +0 -6
  52. /package/dist/{ImageStoryProps-03ff6d21.d.ts → ImageStoryProps-e853e1e7.d.ts} +0 -0
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 27 Aug 2024 10:22:13 GMT
3
+ * Generated on Tue, 27 Aug 2024 12:46:03 GMT
4
4
  */
5
5
  :root, [ks-theme] {
6
6
  --ks-background-color-accent-base: var(--ks-color-primary-to-bg-8-base);
@@ -115,8 +115,8 @@
115
115
  --ks-background-color-secondary-inverted-interactive-active-base: var(--ks-color-secondary-inverted-to-bg-2-base);
116
116
  --ks-background-color-secondary-inverted-interactive-selected-base: var(--ks-color-secondary-inverted-to-bg-4-base);
117
117
  --ks-background-color-secondary-inverted-translucent-base: var(--ks-color-secondary-inverted-alpha-5-base);
118
- --ks-border-color-accent-base: var(--ks-color-fg-to-bg-7-base);
119
- --ks-border-color-accent-inverted-base: var(--ks-color-fg-inverted-to-bg-7-base);
118
+ --ks-border-color-accent-base: var(--ks-color-primary-to-bg-8-base);
119
+ --ks-border-color-accent-inverted-base: var(--ks-color-primary-inverted-to-bg-8-base);
120
120
  --ks-border-color-clear-base: var(--ks-color-transparent-base);
121
121
  --ks-border-color-clear-interactive-base: var(--ks-color-transparent-base);
122
122
  --ks-border-color-clear-interactive-hover-base: var(--ks-color-primary-alpha-8-base);
@@ -3,15 +3,12 @@
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: {\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/>",
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/>",
7
7
  "args": {
8
8
  "author": {
9
9
  "name": "Jane Smith",
10
10
  "byline": "CEO at Company",
11
- "image": {
12
- "src": "img/people/author-emily.png",
13
- "alt": "Picture of Jane Smith"
14
- },
11
+ "image": "img/people/author-emily.png",
15
12
  "twitter": "jane_smith",
16
13
  "email": "jane.smith@example.com"
17
14
  },
@@ -28,8 +25,7 @@
28
25
  }
29
26
  ],
30
27
  "readingTime": "5 min read",
31
- "date": "12/30/2022",
32
- "title": "Blog Post"
28
+ "date": "12/30/2022"
33
29
  },
34
30
  "screenshot": "img/screenshots/blog-blog-aside--default.png"
35
31
  },
@@ -40,12 +36,12 @@
40
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 'Technology',\n 'AI'\n ]}\n/>",
41
37
  "args": {
42
38
  "date": "12/30/2022",
39
+ "headline": "The Future of AI",
40
+ "image": "img/close-up-young-business-team-working.png",
43
41
  "tags": [
44
42
  "Technology",
45
43
  "AI"
46
- ],
47
- "headline": "The Future of AI",
48
- "image": "img/close-up-young-business-team-working.png"
44
+ ]
49
45
  },
50
46
  "screenshot": "img/screenshots/blog-blog-head--default.png"
51
47
  },
@@ -56,10 +52,6 @@
56
52
  "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
53
  "args": {
58
54
  "date": "12/30/2022",
59
- "tags": [
60
- "Technology",
61
- "AI"
62
- ],
63
55
  "headline": "The Future of AI",
64
56
  "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.",
65
57
  "image": "img/close-up-young-business-team-working.png",
@@ -72,7 +64,11 @@
72
64
  "name": "Jane Smith",
73
65
  "title": "Senior AI Researcher",
74
66
  "image": "img/people/author-emily.png"
75
- }
67
+ },
68
+ "tags": [
69
+ "Technology",
70
+ "AI"
71
+ ]
76
72
  },
77
73
  "screenshot": "img/screenshots/blog-blog-teaser--default.png"
78
74
  },
@@ -132,7 +128,7 @@
132
128
  "id": "pages-archetypes--blog-overview",
133
129
  "group": "Pages/Archetypes",
134
130
  "name": "BlogOverview",
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/>",
131
+ "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/>",
136
132
  "args": {
137
133
  "section": [
138
134
  {
@@ -265,11 +261,6 @@
265
261
  "latestTitle": "Latest Post",
266
262
  "latest": {
267
263
  "date": "12/30/2022",
268
- "tags": [
269
- "Design Systems",
270
- "Headless Websites",
271
- "Training"
272
- ],
273
264
  "headline": "Mastering the Art of Design Systems with Systemics: A Journey from Vision to Reality",
274
265
  "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.",
275
266
  "image": "img/close-up-young-business-team-working.png",
@@ -282,17 +273,17 @@
282
273
  "name": "John Doe",
283
274
  "title": "CEO",
284
275
  "image": "img/people/author-alex.png"
285
- }
276
+ },
277
+ "tags": [
278
+ "Design Systems",
279
+ "Headless Websites",
280
+ "Training"
281
+ ]
286
282
  },
287
283
  "listTitle": "Recent Posts",
288
284
  "list": [
289
285
  {
290
286
  "date": "12/30/2022",
291
- "tags": [
292
- "tech",
293
- "tech",
294
- "tech"
295
- ],
296
287
  "headline": "This is a blog post headline",
297
288
  "teaserText": "This is a teaser text for the blog post",
298
289
  "image": "img/close-up-young-business-team-working.png",
@@ -309,11 +300,6 @@
309
300
  },
310
301
  {
311
302
  "date": "12/30/2022",
312
- "tags": [
313
- "tech",
314
- "tech",
315
- "tech"
316
- ],
317
303
  "headline": "This is a blog post headline",
318
304
  "teaserText": "This is a teaser text for the blog post",
319
305
  "image": "img/close-up-young-business-team-working.png",
@@ -330,11 +316,6 @@
330
316
  },
331
317
  {
332
318
  "date": "12/30/2022",
333
- "tags": [
334
- "tech",
335
- "tech",
336
- "tech"
337
- ],
338
319
  "headline": "This is a blog post headline",
339
320
  "teaserText": "This is a teaser text for the blog post",
340
321
  "image": "img/close-up-young-business-team-working.png",
@@ -354,11 +335,6 @@
354
335
  "more": [
355
336
  {
356
337
  "date": "12/30/2022",
357
- "tags": [
358
- "Design Systems",
359
- "Headless Websites",
360
- "Training"
361
- ],
362
338
  "headline": "Mastering the Art of Design Systems with Systemics: A Journey from Vision to Reality",
363
339
  "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.",
364
340
  "image": "img/close-up-young-business-team-working.png",
@@ -371,15 +347,15 @@
371
347
  "name": "John Doe",
372
348
  "title": "CEO",
373
349
  "image": "img/people/author-alex.png"
374
- }
350
+ },
351
+ "tags": [
352
+ "Design Systems",
353
+ "Headless Websites",
354
+ "Training"
355
+ ]
375
356
  },
376
357
  {
377
358
  "date": "12/30/2022",
378
- "tags": [
379
- "Innovation",
380
- "Headless Websites",
381
- "Systemics"
382
- ],
383
359
  "headline": "Unleashing Innovation with Headless Websites: The Future of Digital Experiences",
384
360
  "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.",
385
361
  "image": "img/close-up-young-business-team-working.png",
@@ -392,15 +368,15 @@
392
368
  "name": "Jane Doe",
393
369
  "title": "CTO",
394
370
  "image": "img/people/author-emily.png"
395
- }
371
+ },
372
+ "tags": [
373
+ "Innovation",
374
+ "Headless Websites",
375
+ "Systemics"
376
+ ]
396
377
  },
397
378
  {
398
379
  "date": "12/30/2022",
399
- "tags": [
400
- "Digital Excellence",
401
- "Systemics",
402
- "Design System Trainings"
403
- ],
404
380
  "headline": "Investing in Digital Excellence: Systemics' Design System Trainings",
405
381
  "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.",
406
382
  "image": "img/close-up-young-business-team-working.png",
@@ -413,7 +389,12 @@
413
389
  "name": "John Doe",
414
390
  "title": "CEO",
415
391
  "image": "img/people/author-alex.png"
416
- }
392
+ },
393
+ "tags": [
394
+ "Digital Excellence",
395
+ "Systemics",
396
+ "Design System Trainings"
397
+ ]
417
398
  }
418
399
  ],
419
400
  "cta": {
@@ -450,25 +431,22 @@
450
431
  "id": "pages-archetypes--blog-post",
451
432
  "group": "Pages/Archetypes",
452
433
  "name": "BlogPost",
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/>",
434
+ "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 '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/>",
454
435
  "args": {
455
436
  "head": {
456
437
  "date": "12/30/2022",
438
+ "headline": "The Future of AI: A Glimpse into the Unseen",
439
+ "image": "img/close-up-young-business-team-working.png",
457
440
  "tags": [
458
441
  "Technology",
459
442
  "AI"
460
- ],
461
- "headline": "The Future of AI: A Glimpse into the Unseen",
462
- "image": "img/close-up-young-business-team-working.png"
443
+ ]
463
444
  },
464
445
  "aside": {
465
446
  "author": {
466
447
  "name": "Jane Doe",
467
448
  "byline": "Senior Developer",
468
- "image": {
469
- "src": "img/people/author-emily.png",
470
- "alt": "Picture of Jane Smith"
471
- },
449
+ "image": "img/people/author-emily.png",
472
450
  "twitter": "Janedoe",
473
451
  "email": "Jane.doe@example.com"
474
452
  },
@@ -644,40 +622,10 @@
644
622
  "contentAlign": "center",
645
623
  "text": "Get started with our design system today and experience a new level of efficiency and consistency in your projects."
646
624
  },
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 "
625
+ "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 "
648
626
  },
649
627
  "screenshot": "img/screenshots/pages-archetypes--blog-post.png"
650
628
  },
651
- {
652
- "id": "components-contact--person",
653
- "group": "Components/Contact",
654
- "name": "Person",
655
- "code": "<Contact\n image={{\n alt: 'Picture of Jane Smith',\n src: 'img/people/author-emily.png',\n width: 300\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: 'email',\n label: 'jane.smith@example.com',\n newTab: false\n }\n ]}\n subtitle=\"CEO at Company\"\n title=\"Jane Smith\"\n/>",
656
- "args": {
657
- "image": {
658
- "src": "img/people/author-emily.png",
659
- "alt": "Picture of Jane Smith",
660
- "width": 300
661
- },
662
- "title": "Jane Smith",
663
- "subtitle": "CEO at Company",
664
- "links": [
665
- {
666
- "icon": "twitter",
667
- "label": "@jane_smith",
668
- "href": "#",
669
- "newTab": false
670
- },
671
- {
672
- "icon": "email",
673
- "label": "jane.smith@example.com",
674
- "href": "mailto:mail@example.com",
675
- "newTab": false
676
- }
677
- ]
678
- },
679
- "screenshot": "img/screenshots/components-contact--person.png"
680
- },
681
629
  {
682
630
  "id": "components-cta--banner",
683
631
  "group": "Components/Cta",
@@ -2,7 +2,6 @@ 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';
6
5
  import { HeadlineProvider } from '../headline/index.js';
7
6
  import { ThemeProvider } from '@bedrock-layout/spacing-constants';
8
7
  import { ButtonGroupProvider } from '../button-group/index.js';
@@ -15,11 +14,6 @@ import '../section/js/Section.client.js';
15
14
  import '@kickstartds/core/lib/component';
16
15
  import '@kickstartds/base/lib/teaser-box';
17
16
  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';
23
17
  import 'markdown-to-jsx';
24
18
  import '@kickstartds/base/lib/headline';
25
19
  import '@kickstartds/base/lib/button-group';
@@ -38,7 +32,7 @@ const theme = {
38
32
  };
39
33
  const BedrockProvider = (props) => (jsx(ThemeProvider, { theme: theme, ...props }));
40
34
 
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 }) }) }) }) }) }) }));
35
+ const Providers = (props) => (jsx(BedrockProvider, { children: jsx(ButtonProvider, { children: jsx(ButtonGroupProvider, { children: jsx(HeadlineProvider, { children: jsx(SectionProvider, { children: jsx(TeaserBoxProvider, { ...props }) }) }) }) }) }));
42
36
  const providerDecorator = (storyFn, context) => (jsx(Providers, { children: storyFn(context) }));
43
37
 
44
38
  export { Providers as default, providerDecorator };
@@ -6,8 +6,7 @@ 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";
10
- mainSectionWidth?: "narrow" | "medium" | "wide";
9
+ layout?: "sidebarRight" | "sidebarLeft" | "even";
11
10
  }
12
11
  declare const Split: FC<PropsWithChildren<SplitProps>>;
13
12
  export { Split };
@@ -2,16 +2,6 @@ import "./split.css";
2
2
  import { jsx } from 'react/jsx-runtime';
3
3
  import classnames from 'classnames';
4
4
 
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 }));
5
+ const Split = ({ layout, children, }) => (jsx("div", { className: classnames(`l-split l-split--${layout}`), children: children }));
16
6
 
17
7
  export { Split };
@@ -1,50 +1,24 @@
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 {
1
+ .l-split--sidebarRight {
9
2
  display: flex;
10
3
  flex-wrap: wrap;
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);
4
+ gap: var(--ks-spacing-stack-l) var(--ks-spacing-inline-xl);
21
5
  }
22
6
  @media (min-width: 48em) {
23
- .l-split {
7
+ .l-split--sidebarRight {
24
8
  justify-content: space-between;
25
9
  }
26
10
  }
27
- .l-split > * {
11
+ .l-split--sidebarRight > :first-child {
12
+ flex-basis: calc(var(--l-section--content-width-default) - var(--l-section--content-padding) * 2);
28
13
  flex-grow: 1;
29
14
  flex-shrink: 1;
30
15
  }
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);
16
+ .l-split--sidebarRight > :last-child {
17
+ flex-grow: 1;
18
+ flex-shrink: 1;
19
+ flex-basis: 210px;
46
20
  position: -webkit-sticky;
47
21
  position: sticky;
48
- top: var(--dsa-split__side--top-margin, var(--ks-spacing-stack-l));
22
+ top: var(--ks-spacing-stack-l);
49
23
  height: fit-content;
50
24
  }
@@ -8,18 +8,9 @@
8
8
  "type": "string",
9
9
  "enum": [
10
10
  "sidebarRight",
11
- "sidebarLeft"
12
- ],
13
- "default": "sidebarRight"
14
- },
15
- "mainSectionWidth": {
16
- "type": "string",
17
- "enum": [
18
- "narrow",
19
- "medium",
20
- "wide"
21
- ],
22
- "default": "medium"
11
+ "sidebarLeft",
12
+ "even"
13
+ ]
23
14
  },
24
15
  "type": {
25
16
  "const": "split"
@@ -6,13 +6,7 @@
6
6
  "properties": {
7
7
  "layout": {
8
8
  "type": "string",
9
- "enum": ["sidebarRight", "sidebarLeft"],
10
- "default": "sidebarRight"
11
- },
12
- "mainSectionWidth": {
13
- "type": "string",
14
- "enum": ["narrow", "medium", "wide"],
15
- "default": "medium"
9
+ "enum": ["sidebarRight", "sidebarLeft", "even"]
16
10
  }
17
11
  },
18
12
  "additionalProperties": false
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 27 Aug 2024 10:22:16 GMT
3
+ * Generated on Tue, 27 Aug 2024 12:46:06 GMT
4
4
  */
5
5
  :root [ks-theme=business] {
6
6
  --ks-background-color-accent-base: var(--ks-color-primary-to-bg-8-base);
@@ -2727,7 +2727,7 @@
2727
2727
  }
2728
2728
  /**
2729
2729
  * Do not edit directly
2730
- * Generated on Tue, 27 Aug 2024 10:22:20 GMT
2730
+ * Generated on Tue, 27 Aug 2024 12:46:10 GMT
2731
2731
  */
2732
2732
  :root [ks-theme=google] {
2733
2733
  --ks-background-color-accent-base: var(--ks-color-primary-to-bg-8-base);
@@ -5458,7 +5458,7 @@
5458
5458
  }
5459
5459
  /**
5460
5460
  * Do not edit directly
5461
- * Generated on Tue, 27 Aug 2024 10:22:18 GMT
5461
+ * Generated on Tue, 27 Aug 2024 12:46:08 GMT
5462
5462
  */
5463
5463
  :root [ks-theme=ngo] {
5464
5464
  --ks-background-color-accent-base: var(--ks-color-primary-to-bg-8-base);
@@ -8459,7 +8459,7 @@
8459
8459
  }
8460
8460
  /**
8461
8461
  * Do not edit directly
8462
- * Generated on Tue, 27 Aug 2024 10:22:22 GMT
8462
+ * Generated on Tue, 27 Aug 2024 12:46:12 GMT
8463
8463
  */
8464
8464
  :root [ks-theme=telekom] {
8465
8465
  --ks-background-color-accent-base: var(--ks-color-primary-to-bg-8-base);
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 27 Aug 2024 10:22:13 GMT
3
+ * Generated on Tue, 27 Aug 2024 12:46:03 GMT
4
4
  */
5
5
 
6
6
  :root, [ks-theme] {
@@ -116,8 +116,8 @@
116
116
  --ks-background-color-secondary-inverted-interactive-active-base: var(--ks-color-secondary-inverted-to-bg-2-base);
117
117
  --ks-background-color-secondary-inverted-interactive-selected-base: var(--ks-color-secondary-inverted-to-bg-4-base);
118
118
  --ks-background-color-secondary-inverted-translucent-base: var(--ks-color-secondary-inverted-alpha-5-base);
119
- --ks-border-color-accent-base: var(--ks-color-fg-to-bg-7-base);
120
- --ks-border-color-accent-inverted-base: var(--ks-color-fg-inverted-to-bg-7-base);
119
+ --ks-border-color-accent-base: var(--ks-color-primary-to-bg-8-base);
120
+ --ks-border-color-accent-inverted-base: var(--ks-color-primary-inverted-to-bg-8-base);
121
121
  --ks-border-color-clear-base: var(--ks-color-transparent-base);
122
122
  --ks-border-color-clear-interactive-base: var(--ks-color-transparent-base);
123
123
  --ks-border-color-clear-interactive-hover-base: var(--ks-color-primary-alpha-8-base);
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 27 Aug 2024 10:22:14 GMT
3
+ * Generated on Tue, 27 Aug 2024 12:46:04 GMT
4
4
  */
5
5
 
6
6
  export const KsBackgroundColorAccentBase = "#230a2b";
@@ -115,8 +115,8 @@ export const KsBackgroundColorSecondaryInvertedInteractiveHoverBase = "#e43489";
115
115
  export const KsBackgroundColorSecondaryInvertedInteractiveActiveBase = "#e43489";
116
116
  export const KsBackgroundColorSecondaryInvertedInteractiveSelectedBase = "#e868a6";
117
117
  export const KsBackgroundColorSecondaryInvertedTranslucentBase = "rgba(226, 24, 121, 0.5)";
118
- export const KsBorderColorAccentBase = "#424355";
119
- export const KsBorderColorAccentInvertedBase = "#b9b9c0";
118
+ export const KsBorderColorAccentBase = "#230a2b";
119
+ export const KsBorderColorAccentInvertedBase = "#dcd6f2";
120
120
  export const KsBorderColorClearBase = "rgba(0, 0, 0, 0)";
121
121
  export const KsBorderColorClearInteractiveBase = "rgba(0, 0, 0, 0)";
122
122
  export const KsBorderColorClearInteractiveHoverBase = "rgba(226, 24, 121, 0.13)";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kickstartds/ds-agency-premium",
3
- "version": "1.4.7--canary.15.776.0",
3
+ "version": "1.4.7",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/kickstartDS/ds-agency-premium#readme",
6
6
  "bugs": {