@kickstartds/ds-agency-premium 1.3.7 → 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 +38 -15
- package/dist/components/page-wrapper/tokens.css +1 -1
- package/dist/components/section/section.css +2 -2
- package/dist/components/section/section.schema.dereffed.json +38 -15
- 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",
|
|
@@ -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",
|
|
@@ -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);
|
|
@@ -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
|