You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/PagesContent/Landingpage.stories.tsx
+10-3Lines changed: 10 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -37,19 +37,19 @@ const Page = () => (
37
37
level: "h1",
38
38
styleAs: "h1",
39
39
subheadline: "Democratizing Design Systems",
40
+
// @ts-expect-error
40
41
switchOrder: true,
41
42
},
42
43
horizontal: "left",
43
44
indent: true,
44
45
link: {
46
+
// @ts-expect-error
45
47
deko: true,
46
48
highlighted: true,
47
49
enabled: true,
48
50
fillAnimation: false,
49
51
href: "#",
50
-
iconAfter: true,
51
52
iconAnimation: false,
52
-
iconBefore: false,
53
53
icon: {
54
54
icon: "chevron-right",
55
55
},
@@ -89,6 +89,7 @@ A low-code framework, UI develeopment toolkit and comprehensive component librar
89
89
subheadline: "Your AI-powered Design System assistant!",
90
90
},
91
91
text: "Our Design System Concierge can help by providing expert guidance and pointing you towards the right resources, whether it's implementation guides, architecture documents, adoption strategies, or other content.",
92
+
// @ts-expect-error
92
93
links: [
93
94
{
94
95
label: "Try it, it's free",
@@ -113,7 +114,7 @@ A low-code framework, UI develeopment toolkit and comprehensive component librar
113
114
subheadline:
114
115
"Setup a Design System and put it into action in just 5 steps",
115
116
level: "h2",
116
-
pageHeader: false,
117
+
117
118
spaceAfter: "small",
118
119
}}
119
120
width="full"
@@ -200,6 +201,7 @@ A low-code framework, UI develeopment toolkit and comprehensive component librar
200
201
spaceBefore="small"
201
202
>
202
203
<CountUp
204
+
// @ts-expect-error
203
205
graphic="components"
204
206
text={`
205
207
Use our components as **solid building blocks**, adapt and improve them as needed. From tokens to full customization.
@@ -210,6 +212,7 @@ Benefit from **15+ years of frontend experience!**
210
212
topic="Components"
211
213
/>
212
214
<CountUp
215
+
// @ts-expect-error
213
216
graphic="properties"
214
217
text={`
215
218
Component properties encode decisions, **rooted in reality**, pre-solving everyday problems for you.
@@ -220,6 +223,7 @@ Directly engage with components through **Storybooks** rich interface.
220
223
topic="Properties"
221
224
/>
222
225
<CountUp
226
+
// @ts-expect-error
223
227
graphic="tokens"
224
228
text={`
225
229
Of course we have **design tokens** – colors, fonts, sizes and iconography.
@@ -398,6 +402,7 @@ kickstart DS is the foundation for your design system with reusable components a
@@ -407,6 +412,7 @@ kickstart DS is the foundation for your design system with reusable components a
407
412
}}
408
413
text="kickstartDS makes it easy to implement and use [its packages](http://example.com/) across any framework or no framework at all. We accomplish this by using standardized web platform APIs and [Web Components](http://example.com/)."
@@ -416,6 +422,7 @@ kickstart DS is the foundation for your design system with reusable components a
416
422
}}
417
423
text="kickstartDS comes accessibility baked in and provides support for W3C’s [WCAG 2.1 spec](http://example.com/). We make sure all our components support touch screens, keyboard navigation, screen readers, and more."
0 commit comments