@kickstartds/ds-agency-premium 1.6.5 → 1.6.7

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.
@@ -4,7 +4,7 @@ import { forwardRef, createContext, useContext } from 'react';
4
4
  import { PostHead } from '@kickstartds/blog/lib/post-head';
5
5
 
6
6
  const BlogHeadContextDefault = forwardRef(({ date, tags = [], headline, image, ...rest }, ref) => {
7
- return (jsx(PostHead, { ...rest, date: date, headline: { text: headline, level: "h1", align: "left" }, image: { src: image }, categories: tags.map((tag) => {
7
+ return (jsx(PostHead, { ...rest, date: date, headline: { text: headline, level: "h1", align: "left" }, image: { src: image, alt: headline }, categories: tags.map((tag) => {
8
8
  return { label: tag.entry };
9
9
  }), ref: ref }));
10
10
  });
@@ -19,7 +19,7 @@ const BlogTeaserContextDefault = forwardRef(({ date, tags = [], headline, teaser
19
19
  });
20
20
  return (jsx(Container, { name: "post-teaser", children: jsx(PostTeaserContextDefault, { ...rest, className: classnames(className, "dsa-blog-teaser"),
21
21
  // @ts-expect-error
22
- image: { src: image }, meta: {
22
+ image: { src: image, alt: headline }, meta: {
23
23
  author: author
24
24
  ? {
25
25
  image: author.image && { src: author.image },
@@ -31,6 +31,7 @@ const BlogTeaserContextDefault = forwardRef(({ date, tags = [], headline, teaser
31
31
  ? {
32
32
  // @ts-expect-error
33
33
  target: link.url,
34
+ label: "Read more",
34
35
  }
35
36
  : undefined, title: headline, body: teaserText, categories: tags.map((tag) => {
36
37
  return { label: tag.entry };
@@ -7,6 +7,10 @@
7
7
  import { HeaderProps } from "../../HeaderProps-e22382f1.js";
8
8
  import { FooterProps } from "../../FooterProps-171a3067.js";
9
9
  import { SeoProps } from "../../SeoProps-f2d6dcaa.js";
10
+ /**
11
+ * Content of the icon sprite for this project
12
+ */
13
+ type IconSprite = string;
10
14
  /**
11
15
  * Abstracts global settings made for a website into JSON Schema
12
16
  */
@@ -23,8 +27,9 @@ interface SettingsProps {
23
27
  * Referenced component SeoProps
24
28
  */
25
29
  seo: SeoProps;
30
+ iconSprite?: IconSprite;
26
31
  }
27
32
  export * from "../../BlogPostProps-6b3cff22.js";
28
33
  export * from "../../BlogOverviewProps-9f207f1c.js";
29
34
  export * from "../../PageProps-aa29c554.js";
30
- export { SettingsProps };
35
+ export { IconSprite, SettingsProps };
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 07 Nov 2024 10:42:53 GMT
3
+ * Generated on Thu, 07 Nov 2024 11:25:57 GMT
4
4
  */
5
5
  :root, [ks-theme] {
6
6
  --ks-background-color-accent-base: var(--ks-color-primary-to-bg-8-base);
@@ -383,6 +383,11 @@
383
383
  },
384
384
  "additionalProperties": false
385
385
  },
386
+ "iconSprite": {
387
+ "type": "string",
388
+ "title": "Icon Sprite",
389
+ "description": "Content of the icon sprite for this project"
390
+ },
386
391
  "type": {
387
392
  "const": "settings"
388
393
  }
@@ -14,6 +14,11 @@
14
14
  },
15
15
  "seo": {
16
16
  "$ref": "http://schema.mydesignsystem.com/cms/seo.schema.json"
17
+ },
18
+ "iconSprite": {
19
+ "type": "string",
20
+ "title": "Icon Sprite",
21
+ "description": "Content of the icon sprite for this project"
17
22
  }
18
23
  }
19
24
  }
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 07 Nov 2024 10:42:55 GMT
3
+ * Generated on Thu, 07 Nov 2024 11:26:00 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 Thu, 07 Nov 2024 10:42:59 GMT
2730
+ * Generated on Thu, 07 Nov 2024 11:26:05 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 Thu, 07 Nov 2024 10:42:57 GMT
5461
+ * Generated on Thu, 07 Nov 2024 11:26:03 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 Thu, 07 Nov 2024 10:43:01 GMT
8462
+ * Generated on Thu, 07 Nov 2024 11:26:07 GMT
8463
8463
  */
8464
8464
  :root [ks-theme=telekom] {
8465
8465
  --ks-background-color-accent-base: var(--ks-color-primary-to-bg-8-base);
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 07 Nov 2024 10:42:53 GMT
3
+ * Generated on Thu, 07 Nov 2024 11:25:57 GMT
4
4
  */
5
5
 
6
6
  :root, [ks-theme] {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 07 Nov 2024 10:42:54 GMT
3
+ * Generated on Thu, 07 Nov 2024 11:25:58 GMT
4
4
  */
5
5
 
6
6
  export const KsBackgroundColorAccentBase = "#230a2b";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kickstartds/ds-agency-premium",
3
- "version": "1.6.5",
3
+ "version": "1.6.7",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/kickstartDS/ds-agency-premium#readme",
6
6
  "bugs": {