@kickstartds/ds-agency-premium 1.5.26 → 1.5.28
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/BlogTeaserProps-f5855e93.d.ts +1 -6
- package/dist/components/blog-overview/blog-overview.schema.dereffed.json +0 -27
- package/dist/components/blog-post/index.d.ts +1 -1
- package/dist/components/blog-teaser/blog-teaser.schema.dereffed.json +0 -9
- package/dist/components/blog-teaser/blog-teaser.schema.json +0 -7
- package/dist/components/blog-teaser/index.js +0 -1
- package/dist/components/index/index.d.ts +1 -1
- package/dist/components/page-wrapper/tokens.css +1 -1
- package/dist/components/presets.json +2 -3
- package/dist/components/testimonial/index.js +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 +1 -1
- /package/dist/{BlogPostProps-d9decb7c.d.ts → BlogPostProps-6b3cff22.d.ts} +0 -0
|
@@ -28,10 +28,6 @@ type Image = string;
|
|
|
28
28
|
* The blog entry URL to link
|
|
29
29
|
*/
|
|
30
30
|
type URL = string;
|
|
31
|
-
/**
|
|
32
|
-
* The label to use for the link
|
|
33
|
-
*/
|
|
34
|
-
type Label = string;
|
|
35
31
|
/**
|
|
36
32
|
* Time to read for the blog post
|
|
37
33
|
*/
|
|
@@ -67,7 +63,6 @@ interface BlogTeaserProps {
|
|
|
67
63
|
*/
|
|
68
64
|
interface Link {
|
|
69
65
|
url: URL;
|
|
70
|
-
label?: Label;
|
|
71
66
|
}
|
|
72
67
|
/**
|
|
73
68
|
* The author of the blog post
|
|
@@ -77,4 +72,4 @@ interface Author {
|
|
|
77
72
|
title?: Title;
|
|
78
73
|
image?: Image1;
|
|
79
74
|
}
|
|
80
|
-
export { Date, Tags, Headline, TeaserText, Image, URL,
|
|
75
|
+
export { Date, Tags, Headline, TeaserText, Image, URL, ReadingTime, Name, Title, Image1, BlogTeaserProps, Link, Author };
|
|
@@ -3190,15 +3190,6 @@
|
|
|
3190
3190
|
"examples": [
|
|
3191
3191
|
"https://example.com"
|
|
3192
3192
|
]
|
|
3193
|
-
},
|
|
3194
|
-
"label": {
|
|
3195
|
-
"title": "Label",
|
|
3196
|
-
"description": "The label to use for the link",
|
|
3197
|
-
"type": "string",
|
|
3198
|
-
"examples": [
|
|
3199
|
-
"Read more"
|
|
3200
|
-
],
|
|
3201
|
-
"default": "Read more"
|
|
3202
3193
|
}
|
|
3203
3194
|
},
|
|
3204
3195
|
"additionalProperties": false,
|
|
@@ -3355,15 +3346,6 @@
|
|
|
3355
3346
|
"examples": [
|
|
3356
3347
|
"https://example.com"
|
|
3357
3348
|
]
|
|
3358
|
-
},
|
|
3359
|
-
"label": {
|
|
3360
|
-
"title": "Label",
|
|
3361
|
-
"description": "The label to use for the link",
|
|
3362
|
-
"type": "string",
|
|
3363
|
-
"examples": [
|
|
3364
|
-
"Read more"
|
|
3365
|
-
],
|
|
3366
|
-
"default": "Read more"
|
|
3367
3349
|
}
|
|
3368
3350
|
},
|
|
3369
3351
|
"additionalProperties": false,
|
|
@@ -3521,15 +3503,6 @@
|
|
|
3521
3503
|
"examples": [
|
|
3522
3504
|
"https://example.com"
|
|
3523
3505
|
]
|
|
3524
|
-
},
|
|
3525
|
-
"label": {
|
|
3526
|
-
"title": "Label",
|
|
3527
|
-
"description": "The label to use for the link",
|
|
3528
|
-
"type": "string",
|
|
3529
|
-
"examples": [
|
|
3530
|
-
"Read more"
|
|
3531
|
-
],
|
|
3532
|
-
"default": "Read more"
|
|
3533
3506
|
}
|
|
3534
3507
|
},
|
|
3535
3508
|
"additionalProperties": false,
|
|
@@ -80,15 +80,6 @@
|
|
|
80
80
|
"examples": [
|
|
81
81
|
"https://example.com"
|
|
82
82
|
]
|
|
83
|
-
},
|
|
84
|
-
"label": {
|
|
85
|
-
"title": "Label",
|
|
86
|
-
"description": "The label to use for the link",
|
|
87
|
-
"type": "string",
|
|
88
|
-
"examples": [
|
|
89
|
-
"Read more"
|
|
90
|
-
],
|
|
91
|
-
"default": "Read more"
|
|
92
83
|
}
|
|
93
84
|
},
|
|
94
85
|
"additionalProperties": false,
|
|
@@ -52,13 +52,6 @@
|
|
|
52
52
|
"type": "string",
|
|
53
53
|
"format": "uri",
|
|
54
54
|
"examples": ["https://example.com"]
|
|
55
|
-
},
|
|
56
|
-
"label": {
|
|
57
|
-
"title": "Label",
|
|
58
|
-
"description": "The label to use for the link",
|
|
59
|
-
"type": "string",
|
|
60
|
-
"examples": ["Read more"],
|
|
61
|
-
"default": "Read more"
|
|
62
55
|
}
|
|
63
56
|
},
|
|
64
57
|
"additionalProperties": false,
|
|
@@ -24,7 +24,7 @@ interface SettingsProps {
|
|
|
24
24
|
*/
|
|
25
25
|
seo: SeoProps;
|
|
26
26
|
}
|
|
27
|
-
export * from "../../BlogPostProps-
|
|
27
|
+
export * from "../../BlogPostProps-6b3cff22.js";
|
|
28
28
|
export * from "../../BlogOverviewProps-9f207f1c.js";
|
|
29
29
|
export * from "../../PageProps-aa29c554.js";
|
|
30
30
|
export { SettingsProps };
|
|
@@ -102,15 +102,14 @@
|
|
|
102
102
|
"id": "blog-blog-teaser--default",
|
|
103
103
|
"group": "Blog/ Blog Teaser",
|
|
104
104
|
"name": "Default",
|
|
105
|
-
"code": "<BlogTeaser\n author={{\n image: 'img/people/author-emily.png',\n name: 'Jane Smith',\n title: 'Senior AI Researcher'\n }}\n date=\"12/30/2022\"\n headline=\"The Future of AI\"\n image=\"img/close-up-young-business-team-working.png\"\n link={{\n
|
|
105
|
+
"code": "<BlogTeaser\n author={{\n image: 'img/people/author-emily.png',\n name: 'Jane Smith',\n title: 'Senior AI Researcher'\n }}\n date=\"12/30/2022\"\n headline=\"The Future of AI\"\n image=\"img/close-up-young-business-team-working.png\"\n link={{\n url: 'https://example.com'\n }}\n readingTime=\"5 min read\"\n tags={[\n {\n entry: 'Technology'\n },\n {\n entry: 'AI'\n }\n ]}\n teaserText=\"Dive into the future of AI in this detailed blog post. Discover how technology is rapidly evolving, the impact of AI on various industries, and what to expect in the coming years. Learn about the latest advancements, challenges, and the potential solutions that AI brings to the table.\"\n/>",
|
|
106
106
|
"args": {
|
|
107
107
|
"date": "12/30/2022",
|
|
108
108
|
"headline": "The Future of AI",
|
|
109
109
|
"teaserText": "Dive into the future of AI in this detailed blog post. Discover how technology is rapidly evolving, the impact of AI on various industries, and what to expect in the coming years. Learn about the latest advancements, challenges, and the potential solutions that AI brings to the table.",
|
|
110
110
|
"image": "img/close-up-young-business-team-working.png",
|
|
111
111
|
"link": {
|
|
112
|
-
"url": "https://example.com"
|
|
113
|
-
"label": "Read more"
|
|
112
|
+
"url": "https://example.com"
|
|
114
113
|
},
|
|
115
114
|
"readingTime": "5 min read",
|
|
116
115
|
"author": {
|
|
@@ -2,7 +2,7 @@ import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
|
2
2
|
import { forwardRef, createContext, useContext } from 'react';
|
|
3
3
|
import { Quote } from '@kickstartds/content/lib/quote';
|
|
4
4
|
|
|
5
|
-
const TestimonialContextDefault = forwardRef(({ image, quote, name, title, layout, index, rating, ...rest }, ref) => (jsx(Quote, { ...rest, ref: ref, className: layout === "alternating" && index % 2 === 1 ? "c-quote--reverse" : "", text: quote, source: name, byline: title, image: image.src, renderSource: () => (jsxs(Fragment, { children: [rating ? (jsx("div", { children: [...Array(rating)].map((_, index) => (jsx("span", { children: "\u2605" }, index))) })) : (""), jsx("div", { className: "c-quote__source", children: name })] })) })));
|
|
5
|
+
const TestimonialContextDefault = forwardRef(({ image, quote, name, title, layout, index, rating, ...rest }, ref) => (jsx(Quote, { ...rest, ref: ref, className: layout === "alternating" && index % 2 === 1 ? "c-quote--reverse" : "", text: quote, source: name, byline: title, image: image && image.src, renderSource: () => (jsxs(Fragment, { children: [rating ? (jsx("div", { children: [...Array(rating)].map((_, index) => (jsx("span", { children: "\u2605" }, index))) })) : (""), jsx("div", { className: "c-quote__source", children: name })] })) })));
|
|
6
6
|
const TestimonialContext = createContext(TestimonialContextDefault);
|
|
7
7
|
const Testimonial = forwardRef((props, ref) => {
|
|
8
8
|
const Component = useContext(TestimonialContext);
|
package/dist/tokens/themes.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 19 Sep 2024 08:06:44 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 Thu, 19 Sep 2024 08:06:48 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 Thu, 19 Sep 2024 08:06:46 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 Thu, 19 Sep 2024 08:06:50 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
|