@kickstartds/ds-agency-premium 1.7.0--canary.46.1807.0 → 1.7.0--canary.46.1837.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-post/index.d.ts +1 -1
- package/dist/components/hero/hero.schema.dereffed.json +17 -28
- package/dist/components/index/index.d.ts +1 -1
- package/dist/components/page-wrapper/tokens.css +1 -1
- package/dist/tokens/themes.css +4 -4
- package/dist/tokens/tokens.css +1 -1
- package/dist/tokens/tokens.js +1 -1
- package/package.json +6 -6
- package/dist/cms/hero.schema.json +0 -51
- /package/dist/{BlogPostProps-d9decb7c.d.ts → BlogPostProps-6b3cff22.d.ts} +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BlogPostProps } from "../../BlogPostProps-
|
|
1
|
+
import { BlogPostProps } from "../../BlogPostProps-6b3cff22.js";
|
|
2
2
|
import { FC, PropsWithChildren } from "react";
|
|
3
3
|
declare const BlogPost: FC<PropsWithChildren<BlogPostProps>>;
|
|
4
4
|
export type { BlogPostProps };
|
|
@@ -1,47 +1,38 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
-
"$id": "http://
|
|
3
|
+
"$id": "http://schema.mydesignsystem.com/hero.schema.json",
|
|
4
4
|
"title": "Hero",
|
|
5
5
|
"type": "object",
|
|
6
|
-
"additionalProperties": false,
|
|
7
6
|
"properties": {
|
|
8
|
-
"type": {
|
|
9
|
-
"const": "hero"
|
|
10
|
-
},
|
|
11
7
|
"headline": {
|
|
12
8
|
"title": "Headline",
|
|
13
9
|
"description": "Headline for the visual",
|
|
14
10
|
"type": "string",
|
|
15
|
-
"format": "markdown"
|
|
16
|
-
"x-cms-hidden": false
|
|
11
|
+
"format": "markdown"
|
|
17
12
|
},
|
|
18
13
|
"sub": {
|
|
19
14
|
"title": "Module Subheadline",
|
|
20
15
|
"description": "Subheadline below the module headline",
|
|
21
16
|
"type": "string",
|
|
22
|
-
"format": "markdown"
|
|
23
|
-
"x-cms-hidden": false
|
|
17
|
+
"format": "markdown"
|
|
24
18
|
},
|
|
25
19
|
"text": {
|
|
26
20
|
"title": "Module Text",
|
|
27
21
|
"description": "Info text for the module element",
|
|
28
22
|
"type": "string",
|
|
29
|
-
"format": "markdown"
|
|
30
|
-
"x-cms-hidden": false
|
|
23
|
+
"format": "markdown"
|
|
31
24
|
},
|
|
32
25
|
"highlightText": {
|
|
33
26
|
"type": "boolean",
|
|
34
27
|
"title": "Highlight Text",
|
|
35
28
|
"description": "Visually highlight the text",
|
|
36
|
-
"default": false
|
|
37
|
-
"x-cms-hidden": true
|
|
29
|
+
"default": false
|
|
38
30
|
},
|
|
39
31
|
"colorNeutral": {
|
|
40
32
|
"title": "Color Neutral",
|
|
41
33
|
"description": "Make the text and buttons color neutral",
|
|
42
34
|
"default": false,
|
|
43
|
-
"type": "boolean"
|
|
44
|
-
"x-cms-hidden": true
|
|
35
|
+
"type": "boolean"
|
|
45
36
|
},
|
|
46
37
|
"height": {
|
|
47
38
|
"title": "Height",
|
|
@@ -52,15 +43,13 @@
|
|
|
52
43
|
"fullImage",
|
|
53
44
|
"fullScreen"
|
|
54
45
|
],
|
|
55
|
-
"default": "default"
|
|
56
|
-
"x-cms-hidden": true
|
|
46
|
+
"default": "default"
|
|
57
47
|
},
|
|
58
48
|
"textbox": {
|
|
59
49
|
"type": "boolean",
|
|
60
50
|
"title": "Textbox",
|
|
61
51
|
"default": true,
|
|
62
|
-
"description": "Toggle wether you want your text to be displayed within in box"
|
|
63
|
-
"x-cms-hidden": true
|
|
52
|
+
"description": "Toggle wether you want your text to be displayed within in box"
|
|
64
53
|
},
|
|
65
54
|
"buttons": {
|
|
66
55
|
"type": "array",
|
|
@@ -90,15 +79,13 @@
|
|
|
90
79
|
}
|
|
91
80
|
},
|
|
92
81
|
"additionalProperties": false
|
|
93
|
-
}
|
|
94
|
-
"x-cms-hidden": false
|
|
82
|
+
}
|
|
95
83
|
},
|
|
96
84
|
"overlay": {
|
|
97
85
|
"title": "Grid layer",
|
|
98
86
|
"description": "Enable grid layer",
|
|
99
87
|
"type": "boolean",
|
|
100
|
-
"default": false
|
|
101
|
-
"x-cms-hidden": true
|
|
88
|
+
"default": false
|
|
102
89
|
},
|
|
103
90
|
"image": {
|
|
104
91
|
"title": "Background image",
|
|
@@ -161,8 +148,7 @@
|
|
|
161
148
|
"type": "string"
|
|
162
149
|
}
|
|
163
150
|
},
|
|
164
|
-
"additionalProperties": false
|
|
165
|
-
"x-cms-hidden": false
|
|
151
|
+
"additionalProperties": false
|
|
166
152
|
},
|
|
167
153
|
"textPosition": {
|
|
168
154
|
"title": "Module aligment",
|
|
@@ -175,8 +161,11 @@
|
|
|
175
161
|
"corner"
|
|
176
162
|
],
|
|
177
163
|
"type": "string",
|
|
178
|
-
"default": "below"
|
|
179
|
-
|
|
164
|
+
"default": "below"
|
|
165
|
+
},
|
|
166
|
+
"type": {
|
|
167
|
+
"const": "hero"
|
|
180
168
|
}
|
|
181
|
-
}
|
|
169
|
+
},
|
|
170
|
+
"additionalProperties": false
|
|
182
171
|
}
|
|
@@ -29,7 +29,7 @@ interface SettingsProps {
|
|
|
29
29
|
seo: SeoProps;
|
|
30
30
|
iconSprite?: IconSprite;
|
|
31
31
|
}
|
|
32
|
-
export * from "../../BlogPostProps-
|
|
32
|
+
export * from "../../BlogPostProps-6b3cff22.js";
|
|
33
33
|
export * from "../../BlogOverviewProps-9f207f1c.js";
|
|
34
34
|
export * from "../../PageProps-aa29c554.js";
|
|
35
35
|
export { IconSprite, SettingsProps };
|
package/dist/tokens/themes.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Tue, 08 Jul 2025 15:05:41 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 Tue, 08 Jul 2025 15:05:45 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 Tue, 08 Jul 2025 15:05:43 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 Tue, 08 Jul 2025 15:05:47 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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kickstartds/ds-agency-premium",
|
|
3
|
-
"version": "1.7.0--canary.46.
|
|
3
|
+
"version": "1.7.0--canary.46.1837.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"homepage": "https://github.com/kickstartDS/ds-agency-premium#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
],
|
|
41
41
|
"scripts": {
|
|
42
42
|
"build-storybook": "yarn build-tokens && yarn schema && yarn token && storybook build",
|
|
43
|
-
"postbuild-storybook": "yarn presets && yarn playroom:build && mkdir -p dist/components && cp snippets.json dist/components/presets.json
|
|
43
|
+
"postbuild-storybook": "yarn presets && yarn playroom:build && mkdir -p dist/components && cp snippets.json dist/components/presets.json",
|
|
44
44
|
"build-tokens-ds-agency": "kickstartDS tokens compile",
|
|
45
45
|
"build-tokens-business": "kickstartDS tokens compile --token-dictionary-path src/token-business/dictionary --sd-config-path sd.config-business.cjs",
|
|
46
46
|
"build-tokens-ngo": "kickstartDS tokens compile --token-dictionary-path src/token-ngo/dictionary --sd-config-path sd.config-ngo.cjs",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"prepare": "patch-package && husky install",
|
|
58
58
|
"prepublishOnly": "rm -rf dist && yarn build-tokens && yarn schema && rollup -c && yarn build-storybook",
|
|
59
59
|
"schema": "run-p schema:*",
|
|
60
|
-
"schema:dereference-schemas": "kickstartDS schema dereference
|
|
60
|
+
"schema:dereference-schemas": "kickstartDS schema dereference",
|
|
61
61
|
"schema:generate-props": "kickstartDS schema types",
|
|
62
62
|
"schema:layer-types": "kickstartDS schema layer",
|
|
63
63
|
"schema:create-defaults": "kickstartDS schema defaults",
|
|
@@ -86,8 +86,8 @@
|
|
|
86
86
|
"@kickstartds/content": "^4.1.1",
|
|
87
87
|
"@kickstartds/core": "^4.1.0",
|
|
88
88
|
"@kickstartds/form": "^4.1.0",
|
|
89
|
-
"@kickstartds/jsonschema-utils": "^3.
|
|
90
|
-
"@kickstartds/jsonschema2types": "^1.2.
|
|
89
|
+
"@kickstartds/jsonschema-utils": "^3.7.0",
|
|
90
|
+
"@kickstartds/jsonschema2types": "^1.2.5",
|
|
91
91
|
"@kickstartds/storybook-addon-component-tokens": "^3.0.0",
|
|
92
92
|
"@kickstartds/storybook-addon-html": "^1.0.0",
|
|
93
93
|
"@kickstartds/storybook-addon-jsonschema": "^4.0.0",
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
"happy-dom": "^13.3.1",
|
|
117
117
|
"husky": "^8.0.3",
|
|
118
118
|
"jest-image-snapshot": "^6.4.0",
|
|
119
|
-
"kickstartds": "3.
|
|
119
|
+
"kickstartds": "3.5.0--canary.62.320.0",
|
|
120
120
|
"lazysizes": "^5.3.2",
|
|
121
121
|
"npm-run-all": "^4.1.5",
|
|
122
122
|
"patch-package": "^8.0.0",
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
-
"$id": "http://editor.mydesignsystem.com/hero.schema.json",
|
|
4
|
-
"title": "Hero",
|
|
5
|
-
"type": "object",
|
|
6
|
-
"allOf": [
|
|
7
|
-
{
|
|
8
|
-
"type": "object",
|
|
9
|
-
"properties": {
|
|
10
|
-
"headline": {
|
|
11
|
-
"x-cms-hidden": false
|
|
12
|
-
},
|
|
13
|
-
"sub": {
|
|
14
|
-
"x-cms-hidden": false
|
|
15
|
-
},
|
|
16
|
-
"text": {
|
|
17
|
-
"x-cms-hidden": false
|
|
18
|
-
},
|
|
19
|
-
"highlightText": {
|
|
20
|
-
"x-cms-hidden": true
|
|
21
|
-
},
|
|
22
|
-
"colorNeutral": {
|
|
23
|
-
"x-cms-hidden": true
|
|
24
|
-
},
|
|
25
|
-
"height": {
|
|
26
|
-
"x-cms-hidden": true
|
|
27
|
-
},
|
|
28
|
-
"textbox": {
|
|
29
|
-
"x-cms-hidden": true
|
|
30
|
-
},
|
|
31
|
-
"buttons": {
|
|
32
|
-
"x-cms-hidden": false
|
|
33
|
-
},
|
|
34
|
-
"overlay": {
|
|
35
|
-
"x-cms-hidden": true
|
|
36
|
-
},
|
|
37
|
-
"image": {
|
|
38
|
-
"x-cms-hidden": false
|
|
39
|
-
},
|
|
40
|
-
"textPosition": {
|
|
41
|
-
"x-cms-hidden": true
|
|
42
|
-
}
|
|
43
|
-
},
|
|
44
|
-
"additionalProperties": false
|
|
45
|
-
},
|
|
46
|
-
{
|
|
47
|
-
"$ref": "http://schema.mydesignsystem.com/hero.schema.json"
|
|
48
|
-
}
|
|
49
|
-
],
|
|
50
|
-
"additionalProperties": false
|
|
51
|
-
}
|
|
File without changes
|