@kickstartds/ds-agency-premium 1.3.6 → 1.3.8--canary.11.415.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/components/blog-overview/blog-overview.schema.dereffed.json +4 -1
- package/dist/components/blog-post/blog-post.schema.dereffed.json +4 -1
- package/dist/components/blog-post/index.d.ts +1 -1
- package/dist/components/cta/cta.schema.dereffed.json +4 -1
- package/dist/components/cta/cta.schema.json +4 -1
- package/dist/components/feature/feature.schema.dereffed.json +1 -0
- package/dist/components/feature/feature.schema.json +1 -0
- package/dist/components/features/features.schema.dereffed.json +1 -0
- package/dist/components/hero/hero.schema.dereffed.json +6 -3
- package/dist/components/hero/hero.schema.json +6 -3
- package/dist/components/image-story/image-story.css +21 -12
- package/dist/components/image-story/image-story.schema.dereffed.json +4 -1
- package/dist/components/image-story/image-story.schema.json +4 -1
- package/dist/components/image-story/index.js +1 -1
- package/dist/components/index/index.d.ts +1 -1
- package/dist/components/mosaic/mosaic.schema.dereffed.json +6 -3
- package/dist/components/mosaic/mosaic.schema.json +6 -3
- package/dist/components/page/page.schema.dereffed.json +39 -16
- package/dist/components/page-wrapper/tokens.css +1 -1
- package/dist/components/presets.json +16 -16
- package/dist/components/section/section.css +2 -2
- package/dist/components/section/section.schema.dereffed.json +39 -16
- package/dist/components/section/section.schema.json +1 -1
- package/dist/components/slider/slider.schema.dereffed.json +11 -4
- package/dist/components/video-curtain/video-curtain.schema.dereffed.json +6 -3
- package/dist/components/video-curtain/video-curtain.schema.json +6 -3
- package/dist/tokens/themes.css +4 -4
- package/dist/tokens/tokens.css +1 -1
- package/dist/tokens/tokens.js +1 -1
- package/package.json +1 -1
- /package/dist/{BlogPostProps-0910f130.d.ts → BlogPostProps-e1cbd5d3.d.ts} +0 -0
|
@@ -451,6 +451,7 @@
|
|
|
451
451
|
"title": "Component Headline",
|
|
452
452
|
"description": "Headline for the Component element",
|
|
453
453
|
"type": "string",
|
|
454
|
+
"format": "markdown",
|
|
454
455
|
"examples": [
|
|
455
456
|
"Headline"
|
|
456
457
|
]
|
|
@@ -459,6 +460,7 @@
|
|
|
459
460
|
"title": "Component Subheadline",
|
|
460
461
|
"description": "Subheadline below the component headline",
|
|
461
462
|
"type": "string",
|
|
463
|
+
"format": "markdown",
|
|
462
464
|
"examples": [
|
|
463
465
|
"Subheadline"
|
|
464
466
|
]
|
|
@@ -466,7 +468,8 @@
|
|
|
466
468
|
"text": {
|
|
467
469
|
"title": "Component Text",
|
|
468
470
|
"description": "Info text for the component element",
|
|
469
|
-
"type": "string"
|
|
471
|
+
"type": "string",
|
|
472
|
+
"format": "markdown"
|
|
470
473
|
},
|
|
471
474
|
"highlightText": {
|
|
472
475
|
"type": "boolean",
|
|
@@ -211,6 +211,7 @@
|
|
|
211
211
|
"title": "Component Headline",
|
|
212
212
|
"description": "Headline for the Component element",
|
|
213
213
|
"type": "string",
|
|
214
|
+
"format": "markdown",
|
|
214
215
|
"examples": [
|
|
215
216
|
"Headline"
|
|
216
217
|
]
|
|
@@ -219,6 +220,7 @@
|
|
|
219
220
|
"title": "Component Subheadline",
|
|
220
221
|
"description": "Subheadline below the component headline",
|
|
221
222
|
"type": "string",
|
|
223
|
+
"format": "markdown",
|
|
222
224
|
"examples": [
|
|
223
225
|
"Subheadline"
|
|
224
226
|
]
|
|
@@ -226,7 +228,8 @@
|
|
|
226
228
|
"text": {
|
|
227
229
|
"title": "Component Text",
|
|
228
230
|
"description": "Info text for the component element",
|
|
229
|
-
"type": "string"
|
|
231
|
+
"type": "string",
|
|
232
|
+
"format": "markdown"
|
|
230
233
|
},
|
|
231
234
|
"highlightText": {
|
|
232
235
|
"type": "boolean",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { BlogPostProps } from "../../BlogPostProps-
|
|
2
|
+
import { BlogPostProps } from "../../BlogPostProps-e1cbd5d3.js";
|
|
3
3
|
declare const BlogPost: {
|
|
4
4
|
({ head, content, aside, cta }: BlogPostProps): import("react/jsx-runtime").JSX.Element;
|
|
5
5
|
displayName: string;
|
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
"title": "Component Headline",
|
|
9
9
|
"description": "Headline for the Component element",
|
|
10
10
|
"type": "string",
|
|
11
|
+
"format": "markdown",
|
|
11
12
|
"examples": [
|
|
12
13
|
"Headline"
|
|
13
14
|
]
|
|
@@ -16,6 +17,7 @@
|
|
|
16
17
|
"title": "Component Subheadline",
|
|
17
18
|
"description": "Subheadline below the component headline",
|
|
18
19
|
"type": "string",
|
|
20
|
+
"format": "markdown",
|
|
19
21
|
"examples": [
|
|
20
22
|
"Subheadline"
|
|
21
23
|
]
|
|
@@ -23,7 +25,8 @@
|
|
|
23
25
|
"text": {
|
|
24
26
|
"title": "Component Text",
|
|
25
27
|
"description": "Info text for the component element",
|
|
26
|
-
"type": "string"
|
|
28
|
+
"type": "string",
|
|
29
|
+
"format": "markdown"
|
|
27
30
|
},
|
|
28
31
|
"highlightText": {
|
|
29
32
|
"type": "boolean",
|
|
@@ -8,18 +8,21 @@
|
|
|
8
8
|
"title": "Component Headline",
|
|
9
9
|
"description": "Headline for the Component element",
|
|
10
10
|
"type": "string",
|
|
11
|
+
"format": "markdown",
|
|
11
12
|
"examples": ["Headline"]
|
|
12
13
|
},
|
|
13
14
|
"sub": {
|
|
14
15
|
"title": "Component Subheadline",
|
|
15
16
|
"description": "Subheadline below the component headline",
|
|
16
17
|
"type": "string",
|
|
18
|
+
"format": "markdown",
|
|
17
19
|
"examples": ["Subheadline"]
|
|
18
20
|
},
|
|
19
21
|
"text": {
|
|
20
22
|
"title": "Component Text",
|
|
21
23
|
"description": "Info text for the component element",
|
|
22
|
-
"type": "string"
|
|
24
|
+
"type": "string",
|
|
25
|
+
"format": "markdown"
|
|
23
26
|
},
|
|
24
27
|
"highlightText": {
|
|
25
28
|
"type": "boolean",
|
|
@@ -7,17 +7,20 @@
|
|
|
7
7
|
"headline": {
|
|
8
8
|
"title": "Headline",
|
|
9
9
|
"description": "Headline for the visual",
|
|
10
|
-
"type": "string"
|
|
10
|
+
"type": "string",
|
|
11
|
+
"format": "markdown"
|
|
11
12
|
},
|
|
12
13
|
"sub": {
|
|
13
14
|
"title": "Module Subheadline",
|
|
14
15
|
"description": "Subheadline below the module headline",
|
|
15
|
-
"type": "string"
|
|
16
|
+
"type": "string",
|
|
17
|
+
"format": "markdown"
|
|
16
18
|
},
|
|
17
19
|
"text": {
|
|
18
20
|
"title": "Module Text",
|
|
19
21
|
"description": "Info text for the module element",
|
|
20
|
-
"type": "string"
|
|
22
|
+
"type": "string",
|
|
23
|
+
"format": "markdown"
|
|
21
24
|
},
|
|
22
25
|
"highlightText": {
|
|
23
26
|
"type": "boolean",
|
|
@@ -7,17 +7,20 @@
|
|
|
7
7
|
"headline": {
|
|
8
8
|
"title": "Headline",
|
|
9
9
|
"description": "Headline for the visual",
|
|
10
|
-
"type": "string"
|
|
10
|
+
"type": "string",
|
|
11
|
+
"format": "markdown"
|
|
11
12
|
},
|
|
12
13
|
"sub": {
|
|
13
14
|
"title": "Module Subheadline",
|
|
14
15
|
"description": "Subheadline below the module headline",
|
|
15
|
-
"type": "string"
|
|
16
|
+
"type": "string",
|
|
17
|
+
"format": "markdown"
|
|
16
18
|
},
|
|
17
19
|
"text": {
|
|
18
20
|
"title": "Module Text",
|
|
19
21
|
"description": "Info text for the module element",
|
|
20
|
-
"type": "string"
|
|
22
|
+
"type": "string",
|
|
23
|
+
"format": "markdown"
|
|
21
24
|
},
|
|
22
25
|
"highlightText": {
|
|
23
26
|
"type": "boolean",
|
|
@@ -1,26 +1,35 @@
|
|
|
1
|
-
.
|
|
2
|
-
--
|
|
3
|
-
--
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
--
|
|
1
|
+
.dsa-image-story.c-storytelling {
|
|
2
|
+
--dsa-image-story--gap: var(--ks-spacing-m);
|
|
3
|
+
--dsa-image-story--horizontal-padding: var(--l-section--content-padding);
|
|
4
|
+
--dsa-image-story--vertical-padding: var(--ks-spacing-xl);
|
|
5
|
+
--dsa-image-story__copy--font: var(--dsa-rich-text--font);
|
|
6
|
+
--dsa-image-story__copy--color: var(--dsa-rich-text--color);
|
|
7
7
|
}
|
|
8
8
|
|
|
9
|
-
.c-storytelling.
|
|
9
|
+
.c-storytelling.dsa-image-story {
|
|
10
10
|
gap: var(--c-storytelling--horizontal-padding);
|
|
11
|
+
--c-storytelling--horizontal-padding: var(--dsa-image-story--horizontal-padding, var(--l-section--content-padding));
|
|
12
|
+
--c-storytelling--vertical-padding: var(--dsa-image-story--vertical-padding, var(--ks-spacing-xl));
|
|
11
13
|
}
|
|
12
|
-
.c-storytelling.
|
|
14
|
+
.c-storytelling.dsa-image-story .c-storytelling__box__content {
|
|
13
15
|
max-width: var(--l-section--content-width-narrow);
|
|
14
16
|
}
|
|
15
|
-
.c-storytelling.
|
|
16
|
-
|
|
17
|
+
.c-storytelling.dsa-image-story .c-rich-text {
|
|
18
|
+
font: var(--dsa-image-story__copy--font, var(--dsa-rich-text--font));
|
|
19
|
+
color: var(--dsa-image-story__copy--color, var(--dsa-rich-text--color));
|
|
20
|
+
}
|
|
21
|
+
.c-storytelling.dsa-image-story .c-storytelling__box,
|
|
22
|
+
.c-storytelling.dsa-image-story .c-storytelling__image {
|
|
17
23
|
padding: 0;
|
|
18
24
|
}
|
|
19
|
-
.c-storytelling.
|
|
25
|
+
.c-storytelling.dsa-image-story .c-storytelling__image img {
|
|
20
26
|
position: sticky;
|
|
21
27
|
top: calc(var(--c-storytelling--vertical-padding) * 2);
|
|
22
28
|
}
|
|
23
|
-
.c-storytelling.
|
|
29
|
+
.c-storytelling.dsa-image-story.c-storytelling--full {
|
|
30
|
+
--c-storytelling--vertical-padding: 0px;
|
|
31
|
+
}
|
|
32
|
+
.c-storytelling.dsa-image-story.c-storytelling--full .c-storytelling__image img {
|
|
24
33
|
padding-top: 0;
|
|
25
34
|
padding-bottom: 0;
|
|
26
35
|
}
|
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
"title": "Module Headline",
|
|
9
9
|
"description": "Headline for the module element",
|
|
10
10
|
"type": "string",
|
|
11
|
+
"format": "markdown",
|
|
11
12
|
"examples": [
|
|
12
13
|
"Headline"
|
|
13
14
|
]
|
|
@@ -22,6 +23,7 @@
|
|
|
22
23
|
"title": "Module Subheadline",
|
|
23
24
|
"description": "Subheadline below the module headline",
|
|
24
25
|
"type": "string",
|
|
26
|
+
"format": "markdown",
|
|
25
27
|
"examples": [
|
|
26
28
|
"Subheadline"
|
|
27
29
|
]
|
|
@@ -29,7 +31,8 @@
|
|
|
29
31
|
"text": {
|
|
30
32
|
"title": "Module Text",
|
|
31
33
|
"description": "Info text for the module element",
|
|
32
|
-
"type": "string"
|
|
34
|
+
"type": "string",
|
|
35
|
+
"format": "markdown"
|
|
33
36
|
},
|
|
34
37
|
"layout": {
|
|
35
38
|
"type": "string",
|
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
"title": "Module Headline",
|
|
9
9
|
"description": "Headline for the module element",
|
|
10
10
|
"type": "string",
|
|
11
|
+
"format": "markdown",
|
|
11
12
|
"examples": ["Headline"]
|
|
12
13
|
},
|
|
13
14
|
"largeHeadline": {
|
|
@@ -20,12 +21,14 @@
|
|
|
20
21
|
"title": "Module Subheadline",
|
|
21
22
|
"description": "Subheadline below the module headline",
|
|
22
23
|
"type": "string",
|
|
24
|
+
"format": "markdown",
|
|
23
25
|
"examples": ["Subheadline"]
|
|
24
26
|
},
|
|
25
27
|
"text": {
|
|
26
28
|
"title": "Module Text",
|
|
27
29
|
"description": "Info text for the module element",
|
|
28
|
-
"type": "string"
|
|
30
|
+
"type": "string",
|
|
31
|
+
"format": "markdown"
|
|
29
32
|
},
|
|
30
33
|
"layout": {
|
|
31
34
|
"type": "string",
|
|
@@ -13,7 +13,7 @@ const ImageStoryContextDefault = forwardRef(({ headline, largeHeadline = false,
|
|
|
13
13
|
// @ts-expect-error
|
|
14
14
|
, {
|
|
15
15
|
// @ts-expect-error
|
|
16
|
-
value: ButtonGroup, children: jsx(Storytelling, { ...rest, ref: ref, className: classnames("
|
|
16
|
+
value: ButtonGroup, children: jsx(Storytelling, { ...rest, ref: ref, className: classnames("dsa-image-story"), full: padding === false ? true : false, image: {
|
|
17
17
|
source: image?.src,
|
|
18
18
|
order: {
|
|
19
19
|
desktopImageLast: layout === "imageLeft" ? false : true,
|
|
@@ -72,6 +72,6 @@ interface SettingsProps {
|
|
|
72
72
|
*/
|
|
73
73
|
seo: SeoProps;
|
|
74
74
|
}
|
|
75
|
-
export * from "../../BlogPostProps-
|
|
75
|
+
export * from "../../BlogPostProps-e1cbd5d3.js";
|
|
76
76
|
export * from "../../BlogOverviewProps-f385fc47.js";
|
|
77
77
|
export { Sections, Floating, Inverted, Inverted1, PageProps, Header, Footer, SettingsProps };
|
|
@@ -29,17 +29,20 @@
|
|
|
29
29
|
"headline": {
|
|
30
30
|
"title": "Headline",
|
|
31
31
|
"description": "Headline for the tile",
|
|
32
|
-
"type": "string"
|
|
32
|
+
"type": "string",
|
|
33
|
+
"format": "markdown"
|
|
33
34
|
},
|
|
34
35
|
"sub": {
|
|
35
36
|
"title": "Module Subheadline",
|
|
36
37
|
"description": "Subheadline below the tile headline",
|
|
37
|
-
"type": "string"
|
|
38
|
+
"type": "string",
|
|
39
|
+
"format": "markdown"
|
|
38
40
|
},
|
|
39
41
|
"text": {
|
|
40
42
|
"title": "Module Text",
|
|
41
43
|
"description": "Text for tile",
|
|
42
|
-
"type": "string"
|
|
44
|
+
"type": "string",
|
|
45
|
+
"format": "markdown"
|
|
43
46
|
},
|
|
44
47
|
"image": {
|
|
45
48
|
"type": "object",
|
|
@@ -25,17 +25,20 @@
|
|
|
25
25
|
"headline": {
|
|
26
26
|
"title": "Headline",
|
|
27
27
|
"description": "Headline for the tile",
|
|
28
|
-
"type": "string"
|
|
28
|
+
"type": "string",
|
|
29
|
+
"format": "markdown"
|
|
29
30
|
},
|
|
30
31
|
"sub": {
|
|
31
32
|
"title": "Module Subheadline",
|
|
32
33
|
"description": "Subheadline below the tile headline",
|
|
33
|
-
"type": "string"
|
|
34
|
+
"type": "string",
|
|
35
|
+
"format": "markdown"
|
|
34
36
|
},
|
|
35
37
|
"text": {
|
|
36
38
|
"title": "Module Text",
|
|
37
39
|
"description": "Text for tile",
|
|
38
|
-
"type": "string"
|
|
40
|
+
"type": "string",
|
|
41
|
+
"format": "markdown"
|
|
39
42
|
},
|
|
40
43
|
"image": {
|
|
41
44
|
"type": "object",
|
|
@@ -210,7 +210,7 @@
|
|
|
210
210
|
"list",
|
|
211
211
|
"slider"
|
|
212
212
|
],
|
|
213
|
-
"default": "
|
|
213
|
+
"default": "list"
|
|
214
214
|
},
|
|
215
215
|
"tileWidth": {
|
|
216
216
|
"type": "string",
|
|
@@ -244,6 +244,7 @@
|
|
|
244
244
|
"title": "Component Headline",
|
|
245
245
|
"description": "Headline for the Component element",
|
|
246
246
|
"type": "string",
|
|
247
|
+
"format": "markdown",
|
|
247
248
|
"examples": [
|
|
248
249
|
"Headline"
|
|
249
250
|
]
|
|
@@ -252,6 +253,7 @@
|
|
|
252
253
|
"title": "Component Subheadline",
|
|
253
254
|
"description": "Subheadline below the component headline",
|
|
254
255
|
"type": "string",
|
|
256
|
+
"format": "markdown",
|
|
255
257
|
"examples": [
|
|
256
258
|
"Subheadline"
|
|
257
259
|
]
|
|
@@ -259,7 +261,8 @@
|
|
|
259
261
|
"text": {
|
|
260
262
|
"title": "Component Text",
|
|
261
263
|
"description": "Info text for the component element",
|
|
262
|
-
"type": "string"
|
|
264
|
+
"type": "string",
|
|
265
|
+
"format": "markdown"
|
|
263
266
|
},
|
|
264
267
|
"highlightText": {
|
|
265
268
|
"type": "boolean",
|
|
@@ -523,6 +526,7 @@
|
|
|
523
526
|
"type": "string",
|
|
524
527
|
"title": "Text",
|
|
525
528
|
"description": "The description of the feature",
|
|
529
|
+
"format": "markdown",
|
|
526
530
|
"examples": [
|
|
527
531
|
"This is a feature"
|
|
528
532
|
]
|
|
@@ -691,17 +695,20 @@
|
|
|
691
695
|
"headline": {
|
|
692
696
|
"title": "Headline",
|
|
693
697
|
"description": "Headline for the visual",
|
|
694
|
-
"type": "string"
|
|
698
|
+
"type": "string",
|
|
699
|
+
"format": "markdown"
|
|
695
700
|
},
|
|
696
701
|
"sub": {
|
|
697
702
|
"title": "Module Subheadline",
|
|
698
703
|
"description": "Subheadline below the module headline",
|
|
699
|
-
"type": "string"
|
|
704
|
+
"type": "string",
|
|
705
|
+
"format": "markdown"
|
|
700
706
|
},
|
|
701
707
|
"text": {
|
|
702
708
|
"title": "Module Text",
|
|
703
709
|
"description": "Info text for the module element",
|
|
704
|
-
"type": "string"
|
|
710
|
+
"type": "string",
|
|
711
|
+
"format": "markdown"
|
|
705
712
|
},
|
|
706
713
|
"highlightText": {
|
|
707
714
|
"type": "boolean",
|
|
@@ -858,6 +865,7 @@
|
|
|
858
865
|
"title": "Module Headline",
|
|
859
866
|
"description": "Headline for the module element",
|
|
860
867
|
"type": "string",
|
|
868
|
+
"format": "markdown",
|
|
861
869
|
"examples": [
|
|
862
870
|
"Headline"
|
|
863
871
|
]
|
|
@@ -872,6 +880,7 @@
|
|
|
872
880
|
"title": "Module Subheadline",
|
|
873
881
|
"description": "Subheadline below the module headline",
|
|
874
882
|
"type": "string",
|
|
883
|
+
"format": "markdown",
|
|
875
884
|
"examples": [
|
|
876
885
|
"Subheadline"
|
|
877
886
|
]
|
|
@@ -879,7 +888,8 @@
|
|
|
879
888
|
"text": {
|
|
880
889
|
"title": "Module Text",
|
|
881
890
|
"description": "Info text for the module element",
|
|
882
|
-
"type": "string"
|
|
891
|
+
"type": "string",
|
|
892
|
+
"format": "markdown"
|
|
883
893
|
},
|
|
884
894
|
"layout": {
|
|
885
895
|
"type": "string",
|
|
@@ -1253,17 +1263,20 @@
|
|
|
1253
1263
|
"headline": {
|
|
1254
1264
|
"title": "Headline",
|
|
1255
1265
|
"description": "Headline for the tile",
|
|
1256
|
-
"type": "string"
|
|
1266
|
+
"type": "string",
|
|
1267
|
+
"format": "markdown"
|
|
1257
1268
|
},
|
|
1258
1269
|
"sub": {
|
|
1259
1270
|
"title": "Module Subheadline",
|
|
1260
1271
|
"description": "Subheadline below the tile headline",
|
|
1261
|
-
"type": "string"
|
|
1272
|
+
"type": "string",
|
|
1273
|
+
"format": "markdown"
|
|
1262
1274
|
},
|
|
1263
1275
|
"text": {
|
|
1264
1276
|
"title": "Module Text",
|
|
1265
1277
|
"description": "Text for tile",
|
|
1266
|
-
"type": "string"
|
|
1278
|
+
"type": "string",
|
|
1279
|
+
"format": "markdown"
|
|
1267
1280
|
},
|
|
1268
1281
|
"image": {
|
|
1269
1282
|
"type": "object",
|
|
@@ -1412,6 +1425,7 @@
|
|
|
1412
1425
|
"title": "Component Headline",
|
|
1413
1426
|
"description": "Headline for the Component element",
|
|
1414
1427
|
"type": "string",
|
|
1428
|
+
"format": "markdown",
|
|
1415
1429
|
"examples": [
|
|
1416
1430
|
"Headline"
|
|
1417
1431
|
]
|
|
@@ -1420,6 +1434,7 @@
|
|
|
1420
1434
|
"title": "Component Subheadline",
|
|
1421
1435
|
"description": "Subheadline below the component headline",
|
|
1422
1436
|
"type": "string",
|
|
1437
|
+
"format": "markdown",
|
|
1423
1438
|
"examples": [
|
|
1424
1439
|
"Subheadline"
|
|
1425
1440
|
]
|
|
@@ -1427,7 +1442,8 @@
|
|
|
1427
1442
|
"text": {
|
|
1428
1443
|
"title": "Component Text",
|
|
1429
1444
|
"description": "Info text for the component element",
|
|
1430
|
-
"type": "string"
|
|
1445
|
+
"type": "string",
|
|
1446
|
+
"format": "markdown"
|
|
1431
1447
|
},
|
|
1432
1448
|
"highlightText": {
|
|
1433
1449
|
"type": "boolean",
|
|
@@ -1641,6 +1657,7 @@
|
|
|
1641
1657
|
"type": "string",
|
|
1642
1658
|
"title": "Text",
|
|
1643
1659
|
"description": "The description of the feature",
|
|
1660
|
+
"format": "markdown",
|
|
1644
1661
|
"examples": [
|
|
1645
1662
|
"This is a feature"
|
|
1646
1663
|
]
|
|
@@ -1809,17 +1826,20 @@
|
|
|
1809
1826
|
"headline": {
|
|
1810
1827
|
"title": "Headline",
|
|
1811
1828
|
"description": "Headline for the visual",
|
|
1812
|
-
"type": "string"
|
|
1829
|
+
"type": "string",
|
|
1830
|
+
"format": "markdown"
|
|
1813
1831
|
},
|
|
1814
1832
|
"sub": {
|
|
1815
1833
|
"title": "Module Subheadline",
|
|
1816
1834
|
"description": "Subheadline below the module headline",
|
|
1817
|
-
"type": "string"
|
|
1835
|
+
"type": "string",
|
|
1836
|
+
"format": "markdown"
|
|
1818
1837
|
},
|
|
1819
1838
|
"text": {
|
|
1820
1839
|
"title": "Module Text",
|
|
1821
1840
|
"description": "Info text for the module element",
|
|
1822
|
-
"type": "string"
|
|
1841
|
+
"type": "string",
|
|
1842
|
+
"format": "markdown"
|
|
1823
1843
|
},
|
|
1824
1844
|
"highlightText": {
|
|
1825
1845
|
"type": "boolean",
|
|
@@ -2872,17 +2892,20 @@
|
|
|
2872
2892
|
"headline": {
|
|
2873
2893
|
"title": "Headline",
|
|
2874
2894
|
"description": "Headline for the visual",
|
|
2875
|
-
"type": "string"
|
|
2895
|
+
"type": "string",
|
|
2896
|
+
"format": "markdown"
|
|
2876
2897
|
},
|
|
2877
2898
|
"sub": {
|
|
2878
2899
|
"title": "Module Subheadline",
|
|
2879
2900
|
"description": "Subheadline below the module headline",
|
|
2880
|
-
"type": "string"
|
|
2901
|
+
"type": "string",
|
|
2902
|
+
"format": "markdown"
|
|
2881
2903
|
},
|
|
2882
2904
|
"text": {
|
|
2883
2905
|
"title": "Module Text",
|
|
2884
2906
|
"description": "Info text for the module element",
|
|
2885
|
-
"type": "string"
|
|
2907
|
+
"type": "string",
|
|
2908
|
+
"format": "markdown"
|
|
2886
2909
|
},
|
|
2887
2910
|
"highlightText": {
|
|
2888
2911
|
"type": "boolean",
|
|
@@ -2092,7 +2092,7 @@
|
|
|
2092
2092
|
"id": "layout-section--inverted",
|
|
2093
2093
|
"group": "Layout/Section",
|
|
2094
2094
|
"name": "Inverted",
|
|
2095
|
-
"code": "<Section\n backgroundColor=\"default\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: '
|
|
2095
|
+
"code": "<Section\n backgroundColor=\"default\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n }}\n headline={{\n large: false,\n sub: 'We can create something shining for you too!',\n text: 'Happy Customers Showcases',\n width: 'unset'\n }}\n inverted\n spaceAfter=\"default\"\n spaceBefore=\"default\"\n style=\"default\"\n width=\"default\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n label=\"Freshest Fruit\"\n layout=\"row\"\n target=\"#\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n />\n</Section>",
|
|
2096
2096
|
"args": {
|
|
2097
2097
|
"width": "default",
|
|
2098
2098
|
"style": "default",
|
|
@@ -2112,7 +2112,7 @@
|
|
|
2112
2112
|
"width": "unset",
|
|
2113
2113
|
"align": "center",
|
|
2114
2114
|
"gutter": "default",
|
|
2115
|
-
"mode": "
|
|
2115
|
+
"mode": "list",
|
|
2116
2116
|
"tileWidth": "default"
|
|
2117
2117
|
},
|
|
2118
2118
|
"buttons": []
|
|
@@ -2123,7 +2123,7 @@
|
|
|
2123
2123
|
"id": "layout-section--spotlight",
|
|
2124
2124
|
"group": "Layout/Section",
|
|
2125
2125
|
"name": "Spotlight",
|
|
2126
|
-
"code": "<Section\n backgroundColor=\"default\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: '
|
|
2126
|
+
"code": "<Section\n backgroundColor=\"default\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n }}\n headline={{\n large: false,\n sub: 'We can create something shining for you too!',\n text: 'Happy Customers Showcases',\n width: 'unset'\n }}\n spaceAfter=\"default\"\n spaceBefore=\"default\"\n spotlight\n style=\"default\"\n width=\"default\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n label=\"Freshest Fruit\"\n layout=\"row\"\n target=\"#\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n />\n</Section>",
|
|
2127
2127
|
"args": {
|
|
2128
2128
|
"width": "default",
|
|
2129
2129
|
"style": "default",
|
|
@@ -2143,7 +2143,7 @@
|
|
|
2143
2143
|
"width": "unset",
|
|
2144
2144
|
"align": "center",
|
|
2145
2145
|
"gutter": "default",
|
|
2146
|
-
"mode": "
|
|
2146
|
+
"mode": "list",
|
|
2147
2147
|
"tileWidth": "default"
|
|
2148
2148
|
},
|
|
2149
2149
|
"buttons": []
|
|
@@ -2154,7 +2154,7 @@
|
|
|
2154
2154
|
"id": "layout-section--stagelights",
|
|
2155
2155
|
"group": "Layout/Section",
|
|
2156
2156
|
"name": "Stagelights",
|
|
2157
|
-
"code": "<Section\n backgroundColor=\"default\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: '
|
|
2157
|
+
"code": "<Section\n backgroundColor=\"default\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n }}\n headline={{\n align: 'center',\n large: false,\n sub: 'We can create something shining for you too!',\n text: 'Happy Customers Showcases',\n width: 'unset'\n }}\n spaceAfter=\"default\"\n spaceBefore=\"default\"\n style=\"stagelights\"\n width=\"default\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n label=\"Freshest Fruit\"\n layout=\"row\"\n target=\"#\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n />\n</Section>",
|
|
2158
2158
|
"args": {
|
|
2159
2159
|
"width": "default",
|
|
2160
2160
|
"style": "stagelights",
|
|
@@ -2175,7 +2175,7 @@
|
|
|
2175
2175
|
"width": "unset",
|
|
2176
2176
|
"align": "center",
|
|
2177
2177
|
"gutter": "default",
|
|
2178
|
-
"mode": "
|
|
2178
|
+
"mode": "list",
|
|
2179
2179
|
"tileWidth": "default"
|
|
2180
2180
|
},
|
|
2181
2181
|
"buttons": []
|
|
@@ -2186,7 +2186,7 @@
|
|
|
2186
2186
|
"id": "layout-section--accent-background",
|
|
2187
2187
|
"group": "Layout/Section",
|
|
2188
2188
|
"name": "AccentBackground",
|
|
2189
|
-
"code": "<Section\n backgroundColor=\"accent\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: '
|
|
2189
|
+
"code": "<Section\n backgroundColor=\"accent\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n }}\n headline={{\n align: 'center',\n large: false,\n sub: 'We can create something shining for you too!',\n text: 'Happy Customers Showcases',\n width: 'unset'\n }}\n spaceAfter=\"default\"\n spaceBefore=\"default\"\n style=\"default\"\n width=\"default\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n label=\"Freshest Fruit\"\n layout=\"row\"\n target=\"#\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n />\n</Section>",
|
|
2190
2190
|
"args": {
|
|
2191
2191
|
"width": "default",
|
|
2192
2192
|
"style": "default",
|
|
@@ -2207,7 +2207,7 @@
|
|
|
2207
2207
|
"width": "unset",
|
|
2208
2208
|
"align": "center",
|
|
2209
2209
|
"gutter": "default",
|
|
2210
|
-
"mode": "
|
|
2210
|
+
"mode": "list",
|
|
2211
2211
|
"tileWidth": "default"
|
|
2212
2212
|
},
|
|
2213
2213
|
"buttons": []
|
|
@@ -2218,7 +2218,7 @@
|
|
|
2218
2218
|
"id": "layout-section--bold-background",
|
|
2219
2219
|
"group": "Layout/Section",
|
|
2220
2220
|
"name": "BoldBackground",
|
|
2221
|
-
"code": "<Section\n backgroundColor=\"bold\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: '
|
|
2221
|
+
"code": "<Section\n backgroundColor=\"bold\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n }}\n headline={{\n align: 'center',\n large: false,\n sub: 'We can create something shining for you too!',\n text: 'Happy Customers Showcases',\n width: 'unset'\n }}\n spaceAfter=\"default\"\n spaceBefore=\"default\"\n style=\"default\"\n width=\"default\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n label=\"Freshest Fruit\"\n layout=\"row\"\n target=\"#\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n />\n</Section>",
|
|
2222
2222
|
"args": {
|
|
2223
2223
|
"width": "default",
|
|
2224
2224
|
"style": "default",
|
|
@@ -2239,7 +2239,7 @@
|
|
|
2239
2239
|
"width": "unset",
|
|
2240
2240
|
"align": "center",
|
|
2241
2241
|
"gutter": "default",
|
|
2242
|
-
"mode": "
|
|
2242
|
+
"mode": "list",
|
|
2243
2243
|
"tileWidth": "default"
|
|
2244
2244
|
},
|
|
2245
2245
|
"buttons": []
|
|
@@ -2250,7 +2250,7 @@
|
|
|
2250
2250
|
"id": "layout-section--colorful-gradient",
|
|
2251
2251
|
"group": "Layout/Section",
|
|
2252
2252
|
"name": "ColorfulGradient",
|
|
2253
|
-
"code": "<Section\n backgroundColor=\"default\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: '
|
|
2253
|
+
"code": "<Section\n backgroundColor=\"default\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n }}\n headline={{\n align: 'center',\n large: false,\n sub: 'We can create something shining for you too!',\n text: 'Happy Customers Showcases',\n width: 'unset'\n }}\n spaceAfter=\"default\"\n spaceBefore=\"default\"\n style=\"horizontalGradient\"\n width=\"default\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n label=\"Freshest Fruit\"\n layout=\"row\"\n target=\"#\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n />\n</Section>",
|
|
2254
2254
|
"args": {
|
|
2255
2255
|
"width": "default",
|
|
2256
2256
|
"style": "horizontalGradient",
|
|
@@ -2271,7 +2271,7 @@
|
|
|
2271
2271
|
"width": "unset",
|
|
2272
2272
|
"align": "center",
|
|
2273
2273
|
"gutter": "default",
|
|
2274
|
-
"mode": "
|
|
2274
|
+
"mode": "list",
|
|
2275
2275
|
"tileWidth": "default"
|
|
2276
2276
|
},
|
|
2277
2277
|
"buttons": []
|
|
@@ -2282,7 +2282,7 @@
|
|
|
2282
2282
|
"id": "layout-section--with-buttons",
|
|
2283
2283
|
"group": "Layout/Section",
|
|
2284
2284
|
"name": "WithButtons",
|
|
2285
|
-
"code": "<Section\n backgroundColor=\"default\"\n buttons={[\n {\n disabled: false,\n icon: 'arrow-right',\n label: 'All Showcases',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n icon: 'date',\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n }\n ]}\n content={{\n align: 'center',\n gutter: 'default',\n mode: '
|
|
2285
|
+
"code": "<Section\n backgroundColor=\"default\"\n buttons={[\n {\n disabled: false,\n icon: 'arrow-right',\n label: 'All Showcases',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n icon: 'date',\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n }\n ]}\n content={{\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n }}\n headline={{\n align: 'center',\n large: false,\n sub: 'We can create something shining for you too!',\n text: 'Happy Customers Showcases',\n width: 'unset'\n }}\n spaceAfter=\"default\"\n spaceBefore=\"default\"\n style=\"default\"\n width=\"default\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n label=\"Freshest Fruit\"\n layout=\"row\"\n target=\"#\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n />\n</Section>",
|
|
2286
2286
|
"args": {
|
|
2287
2287
|
"width": "default",
|
|
2288
2288
|
"style": "default",
|
|
@@ -2303,7 +2303,7 @@
|
|
|
2303
2303
|
"width": "unset",
|
|
2304
2304
|
"align": "center",
|
|
2305
2305
|
"gutter": "default",
|
|
2306
|
-
"mode": "
|
|
2306
|
+
"mode": "list",
|
|
2307
2307
|
"tileWidth": "default"
|
|
2308
2308
|
},
|
|
2309
2309
|
"buttons": [
|
|
@@ -2361,7 +2361,7 @@
|
|
|
2361
2361
|
"id": "layout-section--flex-layout",
|
|
2362
2362
|
"group": "Layout/Section",
|
|
2363
2363
|
"name": "FlexLayout",
|
|
2364
|
-
"code": "<Section\n backgroundColor=\"default\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: '
|
|
2364
|
+
"code": "<Section\n backgroundColor=\"default\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n }}\n headline={{\n align: 'center',\n large: false,\n sub: 'We can create something shining for you too!',\n text: 'Happy Customers Showcases',\n width: 'unset'\n }}\n spaceAfter=\"default\"\n spaceBefore=\"default\"\n style=\"default\"\n width=\"max\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n />\n</Section>",
|
|
2365
2365
|
"args": {
|
|
2366
2366
|
"width": "max",
|
|
2367
2367
|
"style": "default",
|
|
@@ -2382,7 +2382,7 @@
|
|
|
2382
2382
|
"width": "unset",
|
|
2383
2383
|
"align": "center",
|
|
2384
2384
|
"gutter": "default",
|
|
2385
|
-
"mode": "
|
|
2385
|
+
"mode": "list",
|
|
2386
2386
|
"tileWidth": "default"
|
|
2387
2387
|
},
|
|
2388
2388
|
"buttons": []
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
--dsa-section__content--width_narrow: 46.5rem;
|
|
17
17
|
--dsa-section__content--width_default: 62rem;
|
|
18
18
|
--dsa-section__content--width_wide: 75rem;
|
|
19
|
-
--dsa-section__content--width_max:
|
|
20
|
-
--dsa-section__content--width_full:
|
|
19
|
+
--dsa-section__content--width_max: 100vw;
|
|
20
|
+
--dsa-section__content--width_full: 100vw;
|
|
21
21
|
--dsa-section--background-color_default: var(--ks-color-bg);
|
|
22
22
|
--dsa-section--background-color_bold: var(--ks-background-color-bold);
|
|
23
23
|
--dsa-section--background-color_accent: var(--ks-background-color-accent);
|
|
@@ -196,7 +196,7 @@
|
|
|
196
196
|
"list",
|
|
197
197
|
"slider"
|
|
198
198
|
],
|
|
199
|
-
"default": "
|
|
199
|
+
"default": "list"
|
|
200
200
|
},
|
|
201
201
|
"tileWidth": {
|
|
202
202
|
"type": "string",
|
|
@@ -230,6 +230,7 @@
|
|
|
230
230
|
"title": "Component Headline",
|
|
231
231
|
"description": "Headline for the Component element",
|
|
232
232
|
"type": "string",
|
|
233
|
+
"format": "markdown",
|
|
233
234
|
"examples": [
|
|
234
235
|
"Headline"
|
|
235
236
|
]
|
|
@@ -238,6 +239,7 @@
|
|
|
238
239
|
"title": "Component Subheadline",
|
|
239
240
|
"description": "Subheadline below the component headline",
|
|
240
241
|
"type": "string",
|
|
242
|
+
"format": "markdown",
|
|
241
243
|
"examples": [
|
|
242
244
|
"Subheadline"
|
|
243
245
|
]
|
|
@@ -245,7 +247,8 @@
|
|
|
245
247
|
"text": {
|
|
246
248
|
"title": "Component Text",
|
|
247
249
|
"description": "Info text for the component element",
|
|
248
|
-
"type": "string"
|
|
250
|
+
"type": "string",
|
|
251
|
+
"format": "markdown"
|
|
249
252
|
},
|
|
250
253
|
"highlightText": {
|
|
251
254
|
"type": "boolean",
|
|
@@ -509,6 +512,7 @@
|
|
|
509
512
|
"type": "string",
|
|
510
513
|
"title": "Text",
|
|
511
514
|
"description": "The description of the feature",
|
|
515
|
+
"format": "markdown",
|
|
512
516
|
"examples": [
|
|
513
517
|
"This is a feature"
|
|
514
518
|
]
|
|
@@ -677,17 +681,20 @@
|
|
|
677
681
|
"headline": {
|
|
678
682
|
"title": "Headline",
|
|
679
683
|
"description": "Headline for the visual",
|
|
680
|
-
"type": "string"
|
|
684
|
+
"type": "string",
|
|
685
|
+
"format": "markdown"
|
|
681
686
|
},
|
|
682
687
|
"sub": {
|
|
683
688
|
"title": "Module Subheadline",
|
|
684
689
|
"description": "Subheadline below the module headline",
|
|
685
|
-
"type": "string"
|
|
690
|
+
"type": "string",
|
|
691
|
+
"format": "markdown"
|
|
686
692
|
},
|
|
687
693
|
"text": {
|
|
688
694
|
"title": "Module Text",
|
|
689
695
|
"description": "Info text for the module element",
|
|
690
|
-
"type": "string"
|
|
696
|
+
"type": "string",
|
|
697
|
+
"format": "markdown"
|
|
691
698
|
},
|
|
692
699
|
"highlightText": {
|
|
693
700
|
"type": "boolean",
|
|
@@ -844,6 +851,7 @@
|
|
|
844
851
|
"title": "Module Headline",
|
|
845
852
|
"description": "Headline for the module element",
|
|
846
853
|
"type": "string",
|
|
854
|
+
"format": "markdown",
|
|
847
855
|
"examples": [
|
|
848
856
|
"Headline"
|
|
849
857
|
]
|
|
@@ -858,6 +866,7 @@
|
|
|
858
866
|
"title": "Module Subheadline",
|
|
859
867
|
"description": "Subheadline below the module headline",
|
|
860
868
|
"type": "string",
|
|
869
|
+
"format": "markdown",
|
|
861
870
|
"examples": [
|
|
862
871
|
"Subheadline"
|
|
863
872
|
]
|
|
@@ -865,7 +874,8 @@
|
|
|
865
874
|
"text": {
|
|
866
875
|
"title": "Module Text",
|
|
867
876
|
"description": "Info text for the module element",
|
|
868
|
-
"type": "string"
|
|
877
|
+
"type": "string",
|
|
878
|
+
"format": "markdown"
|
|
869
879
|
},
|
|
870
880
|
"layout": {
|
|
871
881
|
"type": "string",
|
|
@@ -1239,17 +1249,20 @@
|
|
|
1239
1249
|
"headline": {
|
|
1240
1250
|
"title": "Headline",
|
|
1241
1251
|
"description": "Headline for the tile",
|
|
1242
|
-
"type": "string"
|
|
1252
|
+
"type": "string",
|
|
1253
|
+
"format": "markdown"
|
|
1243
1254
|
},
|
|
1244
1255
|
"sub": {
|
|
1245
1256
|
"title": "Module Subheadline",
|
|
1246
1257
|
"description": "Subheadline below the tile headline",
|
|
1247
|
-
"type": "string"
|
|
1258
|
+
"type": "string",
|
|
1259
|
+
"format": "markdown"
|
|
1248
1260
|
},
|
|
1249
1261
|
"text": {
|
|
1250
1262
|
"title": "Module Text",
|
|
1251
1263
|
"description": "Text for tile",
|
|
1252
|
-
"type": "string"
|
|
1264
|
+
"type": "string",
|
|
1265
|
+
"format": "markdown"
|
|
1253
1266
|
},
|
|
1254
1267
|
"image": {
|
|
1255
1268
|
"type": "object",
|
|
@@ -1398,6 +1411,7 @@
|
|
|
1398
1411
|
"title": "Component Headline",
|
|
1399
1412
|
"description": "Headline for the Component element",
|
|
1400
1413
|
"type": "string",
|
|
1414
|
+
"format": "markdown",
|
|
1401
1415
|
"examples": [
|
|
1402
1416
|
"Headline"
|
|
1403
1417
|
]
|
|
@@ -1406,6 +1420,7 @@
|
|
|
1406
1420
|
"title": "Component Subheadline",
|
|
1407
1421
|
"description": "Subheadline below the component headline",
|
|
1408
1422
|
"type": "string",
|
|
1423
|
+
"format": "markdown",
|
|
1409
1424
|
"examples": [
|
|
1410
1425
|
"Subheadline"
|
|
1411
1426
|
]
|
|
@@ -1413,7 +1428,8 @@
|
|
|
1413
1428
|
"text": {
|
|
1414
1429
|
"title": "Component Text",
|
|
1415
1430
|
"description": "Info text for the component element",
|
|
1416
|
-
"type": "string"
|
|
1431
|
+
"type": "string",
|
|
1432
|
+
"format": "markdown"
|
|
1417
1433
|
},
|
|
1418
1434
|
"highlightText": {
|
|
1419
1435
|
"type": "boolean",
|
|
@@ -1627,6 +1643,7 @@
|
|
|
1627
1643
|
"type": "string",
|
|
1628
1644
|
"title": "Text",
|
|
1629
1645
|
"description": "The description of the feature",
|
|
1646
|
+
"format": "markdown",
|
|
1630
1647
|
"examples": [
|
|
1631
1648
|
"This is a feature"
|
|
1632
1649
|
]
|
|
@@ -1795,17 +1812,20 @@
|
|
|
1795
1812
|
"headline": {
|
|
1796
1813
|
"title": "Headline",
|
|
1797
1814
|
"description": "Headline for the visual",
|
|
1798
|
-
"type": "string"
|
|
1815
|
+
"type": "string",
|
|
1816
|
+
"format": "markdown"
|
|
1799
1817
|
},
|
|
1800
1818
|
"sub": {
|
|
1801
1819
|
"title": "Module Subheadline",
|
|
1802
1820
|
"description": "Subheadline below the module headline",
|
|
1803
|
-
"type": "string"
|
|
1821
|
+
"type": "string",
|
|
1822
|
+
"format": "markdown"
|
|
1804
1823
|
},
|
|
1805
1824
|
"text": {
|
|
1806
1825
|
"title": "Module Text",
|
|
1807
1826
|
"description": "Info text for the module element",
|
|
1808
|
-
"type": "string"
|
|
1827
|
+
"type": "string",
|
|
1828
|
+
"format": "markdown"
|
|
1809
1829
|
},
|
|
1810
1830
|
"highlightText": {
|
|
1811
1831
|
"type": "boolean",
|
|
@@ -2858,17 +2878,20 @@
|
|
|
2858
2878
|
"headline": {
|
|
2859
2879
|
"title": "Headline",
|
|
2860
2880
|
"description": "Headline for the visual",
|
|
2861
|
-
"type": "string"
|
|
2881
|
+
"type": "string",
|
|
2882
|
+
"format": "markdown"
|
|
2862
2883
|
},
|
|
2863
2884
|
"sub": {
|
|
2864
2885
|
"title": "Module Subheadline",
|
|
2865
2886
|
"description": "Subheadline below the module headline",
|
|
2866
|
-
"type": "string"
|
|
2887
|
+
"type": "string",
|
|
2888
|
+
"format": "markdown"
|
|
2867
2889
|
},
|
|
2868
2890
|
"text": {
|
|
2869
2891
|
"title": "Module Text",
|
|
2870
2892
|
"description": "Info text for the module element",
|
|
2871
|
-
"type": "string"
|
|
2893
|
+
"type": "string",
|
|
2894
|
+
"format": "markdown"
|
|
2872
2895
|
},
|
|
2873
2896
|
"highlightText": {
|
|
2874
2897
|
"type": "boolean",
|
|
@@ -66,6 +66,7 @@
|
|
|
66
66
|
"title": "Component Headline",
|
|
67
67
|
"description": "Headline for the Component element",
|
|
68
68
|
"type": "string",
|
|
69
|
+
"format": "markdown",
|
|
69
70
|
"examples": [
|
|
70
71
|
"Headline"
|
|
71
72
|
]
|
|
@@ -74,6 +75,7 @@
|
|
|
74
75
|
"title": "Component Subheadline",
|
|
75
76
|
"description": "Subheadline below the component headline",
|
|
76
77
|
"type": "string",
|
|
78
|
+
"format": "markdown",
|
|
77
79
|
"examples": [
|
|
78
80
|
"Subheadline"
|
|
79
81
|
]
|
|
@@ -81,7 +83,8 @@
|
|
|
81
83
|
"text": {
|
|
82
84
|
"title": "Component Text",
|
|
83
85
|
"description": "Info text for the component element",
|
|
84
|
-
"type": "string"
|
|
86
|
+
"type": "string",
|
|
87
|
+
"format": "markdown"
|
|
85
88
|
},
|
|
86
89
|
"highlightText": {
|
|
87
90
|
"type": "boolean",
|
|
@@ -295,6 +298,7 @@
|
|
|
295
298
|
"type": "string",
|
|
296
299
|
"title": "Text",
|
|
297
300
|
"description": "The description of the feature",
|
|
301
|
+
"format": "markdown",
|
|
298
302
|
"examples": [
|
|
299
303
|
"This is a feature"
|
|
300
304
|
]
|
|
@@ -463,17 +467,20 @@
|
|
|
463
467
|
"headline": {
|
|
464
468
|
"title": "Headline",
|
|
465
469
|
"description": "Headline for the visual",
|
|
466
|
-
"type": "string"
|
|
470
|
+
"type": "string",
|
|
471
|
+
"format": "markdown"
|
|
467
472
|
},
|
|
468
473
|
"sub": {
|
|
469
474
|
"title": "Module Subheadline",
|
|
470
475
|
"description": "Subheadline below the module headline",
|
|
471
|
-
"type": "string"
|
|
476
|
+
"type": "string",
|
|
477
|
+
"format": "markdown"
|
|
472
478
|
},
|
|
473
479
|
"text": {
|
|
474
480
|
"title": "Module Text",
|
|
475
481
|
"description": "Info text for the module element",
|
|
476
|
-
"type": "string"
|
|
482
|
+
"type": "string",
|
|
483
|
+
"format": "markdown"
|
|
477
484
|
},
|
|
478
485
|
"highlightText": {
|
|
479
486
|
"type": "boolean",
|
|
@@ -7,17 +7,20 @@
|
|
|
7
7
|
"headline": {
|
|
8
8
|
"title": "Headline",
|
|
9
9
|
"description": "Headline for the visual",
|
|
10
|
-
"type": "string"
|
|
10
|
+
"type": "string",
|
|
11
|
+
"format": "markdown"
|
|
11
12
|
},
|
|
12
13
|
"sub": {
|
|
13
14
|
"title": "Module Subheadline",
|
|
14
15
|
"description": "Subheadline below the module headline",
|
|
15
|
-
"type": "string"
|
|
16
|
+
"type": "string",
|
|
17
|
+
"format": "markdown"
|
|
16
18
|
},
|
|
17
19
|
"text": {
|
|
18
20
|
"title": "Module Text",
|
|
19
21
|
"description": "Info text for the module element",
|
|
20
|
-
"type": "string"
|
|
22
|
+
"type": "string",
|
|
23
|
+
"format": "markdown"
|
|
21
24
|
},
|
|
22
25
|
"highlightText": {
|
|
23
26
|
"type": "boolean",
|
|
@@ -7,17 +7,20 @@
|
|
|
7
7
|
"headline": {
|
|
8
8
|
"title": "Headline",
|
|
9
9
|
"description": "Headline for the visual",
|
|
10
|
-
"type": "string"
|
|
10
|
+
"type": "string",
|
|
11
|
+
"format": "markdown"
|
|
11
12
|
},
|
|
12
13
|
"sub": {
|
|
13
14
|
"title": "Module Subheadline",
|
|
14
15
|
"description": "Subheadline below the module headline",
|
|
15
|
-
"type": "string"
|
|
16
|
+
"type": "string",
|
|
17
|
+
"format": "markdown"
|
|
16
18
|
},
|
|
17
19
|
"text": {
|
|
18
20
|
"title": "Module Text",
|
|
19
21
|
"description": "Info text for the module element",
|
|
20
|
-
"type": "string"
|
|
22
|
+
"type": "string",
|
|
23
|
+
"format": "markdown"
|
|
21
24
|
},
|
|
22
25
|
"highlightText": {
|
|
23
26
|
"type": "boolean",
|
package/dist/tokens/themes.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Mon, 22 Apr 2024 09:23:57 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
|
|
2730
|
+
* Generated on Mon, 22 Apr 2024 09:24:01 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
|
|
5461
|
+
* Generated on Mon, 22 Apr 2024 09:23:59 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
|
|
8462
|
+
* Generated on Mon, 22 Apr 2024 09:24:03 GMT
|
|
8463
8463
|
*/
|
|
8464
8464
|
:root [ks-theme=telekom] {
|
|
8465
8465
|
--ks-background-color-accent-base: var(--ks-color-primary-to-bg-8-base);
|
package/dist/tokens/tokens.css
CHANGED
package/dist/tokens/tokens.js
CHANGED
package/package.json
CHANGED
|
File without changes
|