@kickstartds/ds-agency-premium 1.2.10--canary.171.76273d8.0 → 1.2.10--canary.175.799b9aa.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.
- package/dist/BlogAsideProps-e1cbd5d3.d.ts +74 -0
- package/dist/BlogHeadProps-f9a49428.d.ts +31 -0
- package/dist/BlogTeaserProps-525f7f9f.d.ts +79 -0
- package/dist/FeatureProps-f8a75850.d.ts +52 -0
- package/dist/FeaturesProps-b05859d6.d.ts +34 -0
- package/dist/SeoProps-f2d6dcaa.d.ts +36 -0
- package/dist/{TeaserCardProps-3fce7be4.d.ts → TeaserCardProps-b9c28e78.d.ts} +1 -1
- package/dist/components/blog-aside/blog-aside.css +33 -5
- package/dist/components/blog-aside/blog-aside.schema.dereffed.json +5 -3
- package/dist/components/blog-aside/blog-aside.schema.json +5 -3
- package/dist/components/blog-aside/index.d.ts +6 -76
- package/dist/components/blog-aside/index.js +17 -10
- package/dist/components/blog-head/blog-head.css +22 -2
- package/dist/components/blog-head/blog-head.schema.dereffed.json +2 -1
- package/dist/components/blog-head/blog-head.schema.json +2 -1
- package/dist/components/blog-head/index.d.ts +6 -34
- package/dist/components/blog-head/index.js +10 -4
- package/dist/components/blog-overview/blog-overview.schema.dereffed.json +18 -0
- package/dist/components/blog-overview/index.d.ts +39 -0
- package/dist/components/blog-overview/index.js +17 -0
- package/dist/components/blog-post/blog-post.schema.dereffed.json +7 -4
- package/dist/components/blog-post/index.d.ts +39 -0
- package/dist/components/blog-post/index.js +24 -0
- package/dist/components/blog-teaser/blog-teaser.css +49 -25
- package/dist/components/blog-teaser/blog-teaser.schema.dereffed.json +6 -0
- package/dist/components/blog-teaser/blog-teaser.schema.json +6 -0
- package/dist/components/blog-teaser/index.d.ts +6 -81
- package/dist/components/blog-teaser/index.js +25 -16
- package/dist/components/button/button.css +109 -59
- package/dist/components/button/index.js +2 -1
- package/dist/components/faq/faq.css +27 -14
- package/dist/components/faq/faq.schema.dereffed.json +2 -0
- package/dist/components/faq/faq.schema.json +2 -0
- package/dist/components/faq/index.d.ts +6 -3
- package/dist/components/faq/index.js +8 -4
- package/dist/components/feature/feature.css +99 -0
- package/dist/components/feature/feature.schema.dereffed.json +91 -0
- package/dist/components/feature/feature.schema.json +67 -0
- package/dist/components/feature/index.d.ts +7 -49
- package/dist/components/feature/index.js +19 -15
- package/dist/components/features/features.css +7 -93
- package/dist/components/features/features.schema.dereffed.json +36 -2
- package/dist/components/features/features.schema.json +3 -47
- package/dist/components/features/index.d.ts +7 -4
- package/dist/components/features/index.js +13 -20
- package/dist/components/footer/footer.css +21 -17
- package/dist/components/footer/footer.schema.dereffed.json +4 -83
- package/dist/components/footer/footer.schema.json +33 -2
- package/dist/components/footer/index.d.ts +23 -5
- package/dist/components/footer/index.js +1 -1
- package/dist/components/gallery/gallery.css +31 -23
- package/dist/components/gallery/gallery.schema.dereffed.json +2 -0
- package/dist/components/gallery/gallery.schema.json +2 -0
- package/dist/components/gallery/index.d.ts +6 -3
- package/dist/components/gallery/index.js +11 -6
- package/dist/components/header/header.css +19 -43
- package/dist/components/header/header.schema.dereffed.json +18 -93
- package/dist/components/header/header.schema.json +31 -1
- package/dist/components/header/index.d.ts +24 -5
- package/dist/components/header/index.js +1 -1
- package/dist/components/headline/headline.css +76 -46
- package/dist/components/headline/index.d.ts +1 -1
- package/dist/components/headline/index.js +1 -1
- package/dist/components/image/image.css +12 -6
- package/dist/components/image/image.schema.dereffed.json +4 -4
- package/dist/components/image/image.schema.json +4 -4
- package/dist/components/image/index.d.ts +7 -7
- package/dist/components/image-text/image-text.css +14 -3
- package/dist/components/image-text/image-text.schema.dereffed.json +2 -0
- package/dist/components/image-text/image-text.schema.json +2 -0
- package/dist/components/image-text/index.d.ts +7 -4
- package/dist/components/image-text/index.js +19 -13
- package/dist/components/logo/index.d.ts +27 -0
- package/dist/components/logo/index.js +12 -0
- package/dist/components/logo/logo.schema.dereffed.json +38 -0
- package/dist/components/logo/logo.schema.json +31 -0
- package/dist/components/nav-main/index.d.ts +2 -0
- package/dist/components/nav-main/index.js +3 -2
- package/dist/components/nav-main/nav-main.css +67 -64
- package/dist/components/nav-main/nav-main.schema.dereffed.json +17 -11
- package/dist/components/nav-main/nav-main.schema.json +15 -12
- package/dist/components/nav-main/nav-toggle.css +12 -7
- package/dist/components/page/page.schema.dereffed.json +46 -5
- package/dist/components/page/page.schema.json +1 -1
- package/dist/components/page-wrapper/index.d.ts +2 -3
- package/dist/components/page-wrapper/index.js +7 -472
- package/dist/components/page-wrapper/tokens.css +1 -1
- package/dist/components/providers/index.js +1 -1
- package/dist/components/raw-page-wrapper/index.d.ts +3 -0
- package/dist/components/raw-page-wrapper/index.js +492 -0
- package/dist/components/section/index.d.ts +2 -2
- package/dist/components/section/section.schema.dereffed.json +45 -4
- package/dist/components/settings/settings.schema.dereffed.json +22 -176
- package/dist/components/stat/index.d.ts +32 -0
- package/dist/components/stat/index.js +11 -0
- package/dist/components/stat/stat.schema.dereffed.json +64 -0
- package/dist/components/stat/stat.schema.json +48 -0
- package/dist/components/teaser-card/index.d.ts +4 -2
- package/dist/components/teaser-card/index.js +16 -13
- package/dist/components/teaser-card/teaser-card.css +68 -40
- package/dist/components/teaser-card/teaser-card.schema.dereffed.json +2 -2
- package/dist/components/teaser-card/teaser-card.schema.json +2 -2
- package/dist/components/testimonial/index.d.ts +44 -0
- package/dist/components/testimonial/index.js +19 -0
- package/dist/components/testimonial/testimonial.schema.dereffed.json +60 -0
- package/dist/components/testimonial/testimonial.schema.json +46 -0
- package/dist/components/text/index.d.ts +6 -3
- package/dist/components/text/index.js +10 -4
- package/dist/components/text/text.css +19 -9
- package/dist/components/text/text.schema.dereffed.json +1 -0
- package/dist/components/text/text.schema.json +1 -0
- package/dist/global.css +238 -88
- package/dist/static/tokens-business.css +1 -1
- package/dist/static/tokens-google.css +1 -1
- package/dist/static/tokens-ngo.css +1 -1
- package/dist/static/tokens-telekom.css +1 -1
- package/dist/static/tokens.css +1 -1
- package/dist/tokens/tokens.css +1 -1
- package/dist/tokens/tokens.js +1 -1
- package/package.json +1 -1
- package/dist/FeaturesProps-32f5bc0d.d.ts +0 -284
- /package/dist/static/fonts/{lughausen → business}/novelpro-regular.woff +0 -0
- /package/dist/static/fonts/{lughausen → business}/novelsanspro-bold.woff +0 -0
- /package/dist/static/fonts/{lughausen → business}/novelsanspro-regular.woff +0 -0
- /package/dist/static/{logo-lughausen.svg → logo-business.svg} +0 -0
|
@@ -1,284 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was automatically generated by json-schema-to-typescript.
|
|
3
|
-
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
4
|
-
* and run json-schema-to-typescript to regenerate this file.
|
|
5
|
-
*/
|
|
6
|
-
/**
|
|
7
|
-
* The layout variant to use for the features
|
|
8
|
-
*/
|
|
9
|
-
type Layout = "largeTiles" | "smallTiles" | "list";
|
|
10
|
-
/**
|
|
11
|
-
* Activate/disable the CTAs
|
|
12
|
-
*/
|
|
13
|
-
type CTAToggle = boolean;
|
|
14
|
-
/**
|
|
15
|
-
* The features to display
|
|
16
|
-
*
|
|
17
|
-
* @minItems 1
|
|
18
|
-
* @maxItems 8
|
|
19
|
-
*/
|
|
20
|
-
type Items = [
|
|
21
|
-
{
|
|
22
|
-
icon?: Icon;
|
|
23
|
-
title: Title;
|
|
24
|
-
text?: Text;
|
|
25
|
-
cta?: CallToAction;
|
|
26
|
-
}
|
|
27
|
-
] | [
|
|
28
|
-
{
|
|
29
|
-
icon?: Icon;
|
|
30
|
-
title: Title;
|
|
31
|
-
text?: Text;
|
|
32
|
-
cta?: CallToAction;
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
icon?: Icon;
|
|
36
|
-
title: Title;
|
|
37
|
-
text?: Text;
|
|
38
|
-
cta?: CallToAction;
|
|
39
|
-
}
|
|
40
|
-
] | [
|
|
41
|
-
{
|
|
42
|
-
icon?: Icon;
|
|
43
|
-
title: Title;
|
|
44
|
-
text?: Text;
|
|
45
|
-
cta?: CallToAction;
|
|
46
|
-
},
|
|
47
|
-
{
|
|
48
|
-
icon?: Icon;
|
|
49
|
-
title: Title;
|
|
50
|
-
text?: Text;
|
|
51
|
-
cta?: CallToAction;
|
|
52
|
-
},
|
|
53
|
-
{
|
|
54
|
-
icon?: Icon;
|
|
55
|
-
title: Title;
|
|
56
|
-
text?: Text;
|
|
57
|
-
cta?: CallToAction;
|
|
58
|
-
}
|
|
59
|
-
] | [
|
|
60
|
-
{
|
|
61
|
-
icon?: Icon;
|
|
62
|
-
title: Title;
|
|
63
|
-
text?: Text;
|
|
64
|
-
cta?: CallToAction;
|
|
65
|
-
},
|
|
66
|
-
{
|
|
67
|
-
icon?: Icon;
|
|
68
|
-
title: Title;
|
|
69
|
-
text?: Text;
|
|
70
|
-
cta?: CallToAction;
|
|
71
|
-
},
|
|
72
|
-
{
|
|
73
|
-
icon?: Icon;
|
|
74
|
-
title: Title;
|
|
75
|
-
text?: Text;
|
|
76
|
-
cta?: CallToAction;
|
|
77
|
-
},
|
|
78
|
-
{
|
|
79
|
-
icon?: Icon;
|
|
80
|
-
title: Title;
|
|
81
|
-
text?: Text;
|
|
82
|
-
cta?: CallToAction;
|
|
83
|
-
}
|
|
84
|
-
] | [
|
|
85
|
-
{
|
|
86
|
-
icon?: Icon;
|
|
87
|
-
title: Title;
|
|
88
|
-
text?: Text;
|
|
89
|
-
cta?: CallToAction;
|
|
90
|
-
},
|
|
91
|
-
{
|
|
92
|
-
icon?: Icon;
|
|
93
|
-
title: Title;
|
|
94
|
-
text?: Text;
|
|
95
|
-
cta?: CallToAction;
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
icon?: Icon;
|
|
99
|
-
title: Title;
|
|
100
|
-
text?: Text;
|
|
101
|
-
cta?: CallToAction;
|
|
102
|
-
},
|
|
103
|
-
{
|
|
104
|
-
icon?: Icon;
|
|
105
|
-
title: Title;
|
|
106
|
-
text?: Text;
|
|
107
|
-
cta?: CallToAction;
|
|
108
|
-
},
|
|
109
|
-
{
|
|
110
|
-
icon?: Icon;
|
|
111
|
-
title: Title;
|
|
112
|
-
text?: Text;
|
|
113
|
-
cta?: CallToAction;
|
|
114
|
-
}
|
|
115
|
-
] | [
|
|
116
|
-
{
|
|
117
|
-
icon?: Icon;
|
|
118
|
-
title: Title;
|
|
119
|
-
text?: Text;
|
|
120
|
-
cta?: CallToAction;
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
icon?: Icon;
|
|
124
|
-
title: Title;
|
|
125
|
-
text?: Text;
|
|
126
|
-
cta?: CallToAction;
|
|
127
|
-
},
|
|
128
|
-
{
|
|
129
|
-
icon?: Icon;
|
|
130
|
-
title: Title;
|
|
131
|
-
text?: Text;
|
|
132
|
-
cta?: CallToAction;
|
|
133
|
-
},
|
|
134
|
-
{
|
|
135
|
-
icon?: Icon;
|
|
136
|
-
title: Title;
|
|
137
|
-
text?: Text;
|
|
138
|
-
cta?: CallToAction;
|
|
139
|
-
},
|
|
140
|
-
{
|
|
141
|
-
icon?: Icon;
|
|
142
|
-
title: Title;
|
|
143
|
-
text?: Text;
|
|
144
|
-
cta?: CallToAction;
|
|
145
|
-
},
|
|
146
|
-
{
|
|
147
|
-
icon?: Icon;
|
|
148
|
-
title: Title;
|
|
149
|
-
text?: Text;
|
|
150
|
-
cta?: CallToAction;
|
|
151
|
-
}
|
|
152
|
-
] | [
|
|
153
|
-
{
|
|
154
|
-
icon?: Icon;
|
|
155
|
-
title: Title;
|
|
156
|
-
text?: Text;
|
|
157
|
-
cta?: CallToAction;
|
|
158
|
-
},
|
|
159
|
-
{
|
|
160
|
-
icon?: Icon;
|
|
161
|
-
title: Title;
|
|
162
|
-
text?: Text;
|
|
163
|
-
cta?: CallToAction;
|
|
164
|
-
},
|
|
165
|
-
{
|
|
166
|
-
icon?: Icon;
|
|
167
|
-
title: Title;
|
|
168
|
-
text?: Text;
|
|
169
|
-
cta?: CallToAction;
|
|
170
|
-
},
|
|
171
|
-
{
|
|
172
|
-
icon?: Icon;
|
|
173
|
-
title: Title;
|
|
174
|
-
text?: Text;
|
|
175
|
-
cta?: CallToAction;
|
|
176
|
-
},
|
|
177
|
-
{
|
|
178
|
-
icon?: Icon;
|
|
179
|
-
title: Title;
|
|
180
|
-
text?: Text;
|
|
181
|
-
cta?: CallToAction;
|
|
182
|
-
},
|
|
183
|
-
{
|
|
184
|
-
icon?: Icon;
|
|
185
|
-
title: Title;
|
|
186
|
-
text?: Text;
|
|
187
|
-
cta?: CallToAction;
|
|
188
|
-
},
|
|
189
|
-
{
|
|
190
|
-
icon?: Icon;
|
|
191
|
-
title: Title;
|
|
192
|
-
text?: Text;
|
|
193
|
-
cta?: CallToAction;
|
|
194
|
-
}
|
|
195
|
-
] | [
|
|
196
|
-
{
|
|
197
|
-
icon?: Icon;
|
|
198
|
-
title: Title;
|
|
199
|
-
text?: Text;
|
|
200
|
-
cta?: CallToAction;
|
|
201
|
-
},
|
|
202
|
-
{
|
|
203
|
-
icon?: Icon;
|
|
204
|
-
title: Title;
|
|
205
|
-
text?: Text;
|
|
206
|
-
cta?: CallToAction;
|
|
207
|
-
},
|
|
208
|
-
{
|
|
209
|
-
icon?: Icon;
|
|
210
|
-
title: Title;
|
|
211
|
-
text?: Text;
|
|
212
|
-
cta?: CallToAction;
|
|
213
|
-
},
|
|
214
|
-
{
|
|
215
|
-
icon?: Icon;
|
|
216
|
-
title: Title;
|
|
217
|
-
text?: Text;
|
|
218
|
-
cta?: CallToAction;
|
|
219
|
-
},
|
|
220
|
-
{
|
|
221
|
-
icon?: Icon;
|
|
222
|
-
title: Title;
|
|
223
|
-
text?: Text;
|
|
224
|
-
cta?: CallToAction;
|
|
225
|
-
},
|
|
226
|
-
{
|
|
227
|
-
icon?: Icon;
|
|
228
|
-
title: Title;
|
|
229
|
-
text?: Text;
|
|
230
|
-
cta?: CallToAction;
|
|
231
|
-
},
|
|
232
|
-
{
|
|
233
|
-
icon?: Icon;
|
|
234
|
-
title: Title;
|
|
235
|
-
text?: Text;
|
|
236
|
-
cta?: CallToAction;
|
|
237
|
-
},
|
|
238
|
-
{
|
|
239
|
-
icon?: Icon;
|
|
240
|
-
title: Title;
|
|
241
|
-
text?: Text;
|
|
242
|
-
cta?: CallToAction;
|
|
243
|
-
}
|
|
244
|
-
];
|
|
245
|
-
/**
|
|
246
|
-
* The icon for the feature
|
|
247
|
-
*/
|
|
248
|
-
type Icon = string;
|
|
249
|
-
/**
|
|
250
|
-
* The title of the feature
|
|
251
|
-
*/
|
|
252
|
-
type Title = string;
|
|
253
|
-
/**
|
|
254
|
-
* The description of the feature
|
|
255
|
-
*/
|
|
256
|
-
type Text = string;
|
|
257
|
-
/**
|
|
258
|
-
* The CTA target
|
|
259
|
-
*/
|
|
260
|
-
type CallToActionTarget = string;
|
|
261
|
-
/**
|
|
262
|
-
* The text label displayed on the link
|
|
263
|
-
*/
|
|
264
|
-
type LinkLabel = string;
|
|
265
|
-
/**
|
|
266
|
-
* Component used to display a set of features
|
|
267
|
-
*/
|
|
268
|
-
interface FeaturesProps {
|
|
269
|
-
layout?: Layout;
|
|
270
|
-
style?: "intext" | "stack" | "centered" | "besideLarge" | "besideSmall";
|
|
271
|
-
ctas?: {
|
|
272
|
-
toggle?: CTAToggle;
|
|
273
|
-
style?: "button" | "link" | "intext";
|
|
274
|
-
};
|
|
275
|
-
items?: Items;
|
|
276
|
-
}
|
|
277
|
-
/**
|
|
278
|
-
* The call to action
|
|
279
|
-
*/
|
|
280
|
-
interface CallToAction {
|
|
281
|
-
target?: CallToActionTarget;
|
|
282
|
-
label?: LinkLabel;
|
|
283
|
-
}
|
|
284
|
-
export { Layout, CTAToggle, Items, Icon, Title, Text, CallToActionTarget, LinkLabel, FeaturesProps, CallToAction };
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|