@kickstartds/ds-agency-premium 1.6.71--canary.2116.80f3609.0 → 1.6.71--canary.2118.834609d.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.
@@ -4,7 +4,7 @@
4
4
  * and run json-schema-to-typescript to regenerate this file.
5
5
  */
6
6
  import { SectionProps } from "./SectionProps-d60aba86.js";
7
- import { BlogTeaserProps } from "./BlogTeaserProps-d62a0a9a.js";
7
+ import { BlogTeaserProps } from "./BlogTeaserProps-f5855e93.js";
8
8
  import { CtaProps } from "./CtaProps-789f8508.js";
9
9
  import { SeoProps } from "./SeoProps-f2d6dcaa.js";
10
10
  /**
@@ -1,4 +1,4 @@
1
- import { BlogPostProps } from "../../BlogPostProps-c760fd2a.js";
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,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { HTMLAttributes } from "react";
3
- import { BlogTeaserProps } from "../../BlogTeaserProps-d62a0a9a.js";
3
+ import { BlogTeaserProps } from "../../BlogTeaserProps-f5855e93.js";
4
4
  declare const BlogTeaserContextDefault: import("react").ForwardRefExoticComponent<BlogTeaserProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
5
5
  declare const BlogTeaserContext: import("react").Context<import("react").ForwardRefExoticComponent<BlogTeaserProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>>;
6
6
  declare const BlogTeaser: import("react").ForwardRefExoticComponent<BlogTeaserProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
@@ -9,8 +9,8 @@
9
9
  --dsa-headline--higlight-background: var(--dsa-typo--highlight);
10
10
  --dsa-headline__subheadline--color: var(--ks-color-fg-alpha-4);
11
11
  --dsa-headline__subheadline--font-weight: var(--ks-font-weight-bold);
12
- --dsa-headline__subheadline--text-transform: uppercase;
13
- --dsa-headline__subheadline--letter-spacing: 0.045em;
12
+ --dsa-headline__subheadline--text-transform: none;
13
+ --dsa-headline__subheadline--letter-spacing: none;
14
14
  --dsa-headline__subheadline--font-family: var(--ks-font-family-display);
15
15
  --dsa-headline_h1--font: var(--ks-font-display-xxl);
16
16
  --dsa-headline_h1__subheadline--font-size: 50%;
@@ -39,12 +39,12 @@
39
39
  );
40
40
  --dsa-hero_left__overlay--background: linear-gradient(
41
41
  90deg,
42
- var(--ks-color-bg-alpha-1) var(--dsa-hero__textbox--max-width),
43
- transparent
42
+ var(--ks-color-bg-alpha-1),
43
+ transparent var(--dsa-hero__textbox--max-width)
44
44
  );
45
45
  --dsa-hero_right__overlay--background: linear-gradient(
46
46
  270deg,
47
- var(--ks-color-bg-alpha-1) var(--dsa-hero__textbox--max-width),
47
+ var(--ks-color-bg) var(--dsa-hero__textbox--max-width),
48
48
  transparent
49
49
  );
50
50
  --dsa-hero_offset__textbox--max-width: var(--dsa-content--width_default);
@@ -29,7 +29,7 @@ interface SettingsProps {
29
29
  seo: SeoProps;
30
30
  iconSprite?: IconSprite;
31
31
  }
32
- export * from "../../BlogPostProps-c760fd2a.js";
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 };
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 13 Aug 2025 09:03:35 GMT
3
+ * Generated on Wed, 13 Aug 2025 10:03:33 GMT
4
4
  */
5
5
  :root, [ks-theme] {
6
6
  --ks-background-color-accent-base: var(--ks-color-fg-to-bg-9-base);
@@ -31,7 +31,11 @@
31
31
  transparent 75%,
32
32
  var(--ks-background-color-default) 75%
33
33
  );
34
- --dsa-section--transition_to-accent: linear-gradient(178deg, transparent 75%, var(--ks-background-color-accent) 75%);
34
+ --dsa-section--transition_to-accent: radial-gradient(
35
+ 200% 70% at 40% 120%,
36
+ var(--ks-background-color-accent) 50%,
37
+ transparent 50%
38
+ );
35
39
  --dsa-section--transition_to-bold: linear-gradient(178deg, transparent 75%, var(--ks-background-color-bold) 75%);
36
40
  --dsa-section--transition_to-inverted: linear-gradient(
37
41
  178deg,
@@ -8,12 +8,11 @@
8
8
  --dsa-teaser-card--border-width: var(--ks-border-width-default);
9
9
  --dsa-teaser-card--border-color: var(--ks-border-color-card-interactive);
10
10
  --dsa-teaser-card--border-color_hover: var(--ks-border-color-card-interactive-hover);
11
- --dsa-teaser-card--border-radius: var(--ks-border-radius-card) var(--ks-border-radius-card)
12
- var(--ks-border-radius-card) calc(var(--ks-border-radius-card) * 3);
11
+ --dsa-teaser-card--border-radius: var(--ks-border-radius-card);
13
12
  --dsa-teaser-card--shadow: none;
14
13
  --dsa-teaser-card--shadow_hover: none;
15
14
  --dsa-teaser-card__image--transform_hover: scale(1.05);
16
- --dsa-teaser-card__image--transition: transform var(--ks-transition-hover);
15
+ --dsa-teaser-card__image--transition: transform var(--ks-transition-fade);
17
16
  --dsa-teaser__body--gap: var(--ks-spacing-stack-s) var(--ks-spacing-inline-m);
18
17
  --dsa-teaser-card__topic--color: var(--dsa-topic--color);
19
18
  --dsa-teaser-card__label--font: var(--ks-font-interface-s);
Binary file
@@ -0,0 +1,10 @@
1
+ <svg width="300" height="224" viewBox="0 0 300 224" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M224.415 84.26H74.585C70.615 84.26 67.375 87.51 67.375 91.47V126.72C67.375 130.69 70.615 133.93 74.585 133.93H224.415C228.385 133.93 231.625 130.68 231.625 126.72V91.47C231.625 87.5 228.385 84.26 224.415 84.26ZM102.635 130.9C90.595 130.9 80.835 121.14 80.835 109.1C80.835 97.06 90.595 87.3 102.635 87.3C114.675 87.3 124.435 97.06 124.435 109.1C124.435 121.14 114.675 130.9 102.635 130.9Z" stroke="#5B6770" stroke-width="1.5" stroke-miterlimit="10"/>
3
+ <path d="M102.635 91.47C92.905 91.47 85.015 99.36 85.015 109.09C85.015 118.82 92.905 126.71 102.635 126.71C112.365 126.71 120.255 118.82 120.255 109.09C120.255 99.36 112.365 91.47 102.635 91.47ZM110.255 116.72C106.045 120.93 99.215 120.93 95.005 116.72C90.795 112.51 90.795 105.68 95.005 101.47C99.215 97.26 106.045 97.26 110.255 101.47C114.465 105.68 114.465 112.51 110.255 116.72Z" stroke="#5B6770" stroke-width="1.2871" stroke-miterlimit="10"/>
4
+ <path d="M81.725 133.93V135.38C81.725 137.78 82.635 139.74 83.745 139.74H94.095C95.205 139.74 96.115 137.78 96.115 135.38V133.93" stroke="#5B6770" stroke-width="1.5" stroke-miterlimit="10"/>
5
+ <path d="M202.905 133.93V135.38C202.905 137.78 203.815 139.74 204.925 139.74H215.275C216.385 139.74 217.295 137.78 217.295 135.38V133.93" stroke="#5B6770" stroke-width="1.5" stroke-miterlimit="10"/>
6
+ <path d="M224.715 119.88H143.595V123.79H224.715V119.88Z" stroke="#5B6770" stroke-width="1.5" stroke-miterlimit="10"/>
7
+ <path d="M224.715 110.92H143.595V114.83H224.715V110.92Z" stroke="#5B6770" stroke-width="1.5" stroke-miterlimit="10"/>
8
+ <path d="M224.715 101.97H143.595V105.88H224.715V101.97Z" stroke="#5B6770" stroke-width="1.5" stroke-miterlimit="10"/>
9
+ <path d="M224.715 93.01H143.595V96.92H224.715V93.01Z" stroke="#5B6770" stroke-width="1.5" stroke-miterlimit="10"/>
10
+ </svg>
@@ -0,0 +1,9 @@
1
+ <svg width="300" height="224" viewBox="0 0 300 224" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M66.56 157.24H233.44" stroke="#5B6770" stroke-width="1.5002" stroke-miterlimit="10"/>
3
+ <path d="M185.12 104.89C189.107 104.89 192.34 101.658 192.34 97.67C192.34 93.6825 189.107 90.45 185.12 90.45C181.132 90.45 177.9 93.6825 177.9 97.67C177.9 101.658 181.132 104.89 185.12 104.89Z" fill="#5B6770"/>
4
+ <path d="M231.94 59.02V164.98H68.06V59.02H231.94ZM233.44 57.52H66.56V166.48H233.44V57.52Z" fill="#5B6770"/>
5
+ <path d="M185.12 110.12C191.996 110.12 197.57 104.546 197.57 97.67C197.57 90.7941 191.996 85.22 185.12 85.22C178.244 85.22 172.67 90.7941 172.67 97.67C172.67 104.546 178.244 110.12 185.12 110.12Z" stroke="#5B6770" stroke-width="1.5" stroke-miterlimit="10"/>
6
+ <path d="M185.12 114.83C194.597 114.83 202.28 107.147 202.28 97.67C202.28 88.1928 194.597 80.51 185.12 80.51C175.643 80.51 167.96 88.1928 167.96 97.67C167.96 107.147 175.643 114.83 185.12 114.83Z" stroke="#5B6770" stroke-width="1.5" stroke-miterlimit="10"/>
7
+ <path d="M185.12 120.35C197.646 120.35 207.8 110.196 207.8 97.67C207.8 85.1442 197.646 74.99 185.12 74.99C172.594 74.99 162.44 85.1442 162.44 97.67C162.44 110.196 172.594 120.35 185.12 120.35Z" stroke="#5B6770" stroke-width="1.5" stroke-miterlimit="10"/>
8
+ <path d="M183.78 166.48H208.61C208.61 166.44 208.61 166.39 208.61 166.35L208.72 156.98C208.93 156.58 209.93 155.7 210.47 155.21C211.24 154.53 211.9 153.94 212.25 153.39C215.32 148.63 215.17 142.67 215.04 137.42C215.03 136.89 215.01 136.37 215 135.85V129.59C215 128.97 214.91 128.32 214.74 127.69C214.61 126.98 214.32 126.33 213.92 125.77C213.66 125.36 213.36 125.01 213.02 124.74C212.31 124.18 211.47 123.9 210.59 123.91C210.51 123.91 210.43 123.9 210.34 123.9C208.81 123.9 207.45 124.48 206.65 125.71C206.67 125.13 206.69 124.56 206.63 124.06C206.61 122.86 206.21 121.91 205.6 121.19C204.79 120 203.46 119.23 201.96 119.23C200.43 119.23 199.07 120.04 198.27 121.27V120.32C198.27 119.78 198.19 119.23 198.04 118.71C197.65 116.55 195.83 114.91 193.65 114.91C192.12 114.91 190.77 115.71 189.97 116.94C190.02 111 189.92 101.59 189.92 100.97C189.92 98.39 187.92 96.29 185.45 96.29C182.98 96.29 180.98 98.38 180.98 100.97C180.98 101.37 181.03 126.39 181.03 126.39C181.03 130.49 180.72 132.31 180.5 133.1C180.48 133.07 180.45 133.03 180.43 133C178.75 130.46 176.76 127.91 174.53 125.2C173.52 123.97 172.26 123.35 170.57 123.35C169.27 123.35 168.1 123.95 167.3 124.91C167.01 125.18 166.8 125.47 166.66 125.75C166.34 126.36 166.21 127.05 166.23 127.79C166.23 127.83 166.22 127.86 166.22 127.9C166.22 128.35 166.28 128.78 166.4 129.19C166.77 130.91 167.68 132.79 168.58 134.53L168.7 134.77C173.18 143.44 177.51 150.06 182.3 155.62C183.66 157.19 183.68 163.52 183.72 165.65C183.76 165.9 183.77 166.18 183.78 166.48Z" fill="#5B6770" stroke="#EAEAEA" stroke-width="1.4707" stroke-miterlimit="10"/>
9
+ </svg>
@@ -0,0 +1,21 @@
1
+ <svg width="300" height="224" viewBox="0 0 300 224" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M177.45 63.4H67.95V172.9H177.45V63.4Z" stroke="#5B6770" stroke-width="1.5" stroke-miterlimit="10"/>
3
+ <path d="M67.95 154.65H177.45" stroke="#5B6770" stroke-width="1.5" stroke-miterlimit="10"/>
4
+ <path d="M67.95 136.4H177.45" stroke="#5B6770" stroke-width="1.5" stroke-miterlimit="10"/>
5
+ <path d="M67.95 118.15H177.45" stroke="#5B6770" stroke-width="1.5" stroke-miterlimit="10"/>
6
+ <path d="M67.95 99.9H177.45" stroke="#5B6770" stroke-width="1.5" stroke-miterlimit="10"/>
7
+ <path d="M67.95 81.65H177.45" stroke="#5B6770" stroke-width="1.5" stroke-miterlimit="10"/>
8
+ <path d="M159.2 63.4V172.9" stroke="#5B6770" stroke-width="1.5" stroke-miterlimit="10"/>
9
+ <path d="M140.95 63.4V172.9" stroke="#5B6770" stroke-width="1.5" stroke-miterlimit="10"/>
10
+ <path d="M122.7 63.4V172.9" stroke="#5B6770" stroke-width="1.5" stroke-miterlimit="10"/>
11
+ <path d="M104.45 63.4V172.9" stroke="#5B6770" stroke-width="1.5" stroke-miterlimit="10"/>
12
+ <path d="M86.2 63.4V172.9" stroke="#5B6770" stroke-width="1.5" stroke-miterlimit="10"/>
13
+ <path d="M177.45 63.4H232.2V172.9H177.45" stroke="#5B6770" stroke-width="1.5" stroke-miterlimit="10"/>
14
+ <path d="M177.45 154.65H232.2" stroke="#5B6770" stroke-width="1.5" stroke-miterlimit="10"/>
15
+ <path d="M177.45 136.4H232.2" stroke="#5B6770" stroke-width="1.5" stroke-miterlimit="10"/>
16
+ <path d="M177.45 118.15H232.2" stroke="#5B6770" stroke-width="1.5" stroke-miterlimit="10"/>
17
+ <path d="M177.45 99.9H232.2" stroke="#5B6770" stroke-width="1.5" stroke-miterlimit="10"/>
18
+ <path d="M177.45 81.65H232.2" stroke="#5B6770" stroke-width="1.5" stroke-miterlimit="10"/>
19
+ <path d="M213.95 63.4V172.9" stroke="#5B6770" stroke-width="1.5" stroke-miterlimit="10"/>
20
+ <path d="M195.7 63.4V172.9" stroke="#5B6770" stroke-width="1.5" stroke-miterlimit="10"/>
21
+ </svg>
@@ -0,0 +1,13 @@
1
+ <svg width="300" height="224" viewBox="0 0 300 224" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M152.59 102.73L169.7 72.36" stroke="#5B6770" stroke-width="1.5" stroke-miterlimit="10"/>
3
+ <path d="M173.29 73.58C177.647 73.58 181.18 70.0475 181.18 65.69C181.18 61.3324 177.647 57.8 173.29 57.8C168.932 57.8 165.4 61.3324 165.4 65.69C165.4 70.0475 168.932 73.58 173.29 73.58Z" stroke="#5B6770" stroke-width="1.5" stroke-miterlimit="10"/>
4
+ <path d="M154.4 102.93H140.83C138.87 102.93 137.28 104.52 137.28 106.48V120.04C137.28 122 138.87 123.59 140.83 123.59H154.4C156.36 123.59 157.95 122 157.95 120.04V106.47C157.95 104.52 156.36 102.93 154.4 102.93Z" stroke="#5B6770" stroke-width="1.5" stroke-miterlimit="10"/>
5
+ <path d="M140.83 102.93L134.58 79.61" stroke="#5B6770" stroke-width="1.5" stroke-miterlimit="10"/>
6
+ <path d="M137.26 112.35L121.52 124.72" stroke="#5B6770" stroke-width="1.5" stroke-miterlimit="10"/>
7
+ <path d="M145.22 123.52L134.19 151.88" stroke="#5B6770" stroke-width="1.5" stroke-miterlimit="10"/>
8
+ <path d="M157.95 120.04L179.58 140.96" stroke="#5B6770" stroke-width="1.5" stroke-miterlimit="10"/>
9
+ <path d="M133.34 80.27C136.228 80.27 138.57 77.9284 138.57 75.0399C138.57 72.1515 136.228 69.8099 133.34 69.8099C130.451 69.8099 128.11 72.1515 128.11 75.0399C128.11 77.9284 130.451 80.27 133.34 80.27Z" stroke="#5B6770" stroke-width="1.5" stroke-miterlimit="10"/>
10
+ <path d="M117.18 132.56C120.068 132.56 122.41 130.218 122.41 127.33C122.41 124.442 120.068 122.1 117.18 122.1C114.292 122.1 111.95 124.442 111.95 127.33C111.95 130.218 114.292 132.56 117.18 132.56Z" stroke="#5B6770" stroke-width="1.5" stroke-miterlimit="10"/>
11
+ <path d="M131.35 166.2C135.58 166.2 139.01 162.771 139.01 158.54C139.01 154.31 135.58 150.88 131.35 150.88C127.119 150.88 123.69 154.31 123.69 158.54C123.69 162.771 127.119 166.2 131.35 166.2Z" stroke="#5B6770" stroke-width="1.5" stroke-miterlimit="10"/>
12
+ <path d="M182.82 149.9C185.708 149.9 188.05 147.558 188.05 144.67C188.05 141.782 185.708 139.44 182.82 139.44C179.932 139.44 177.59 141.782 177.59 144.67C177.59 147.558 179.932 149.9 182.82 149.9Z" stroke="#5B6770" stroke-width="1.5" stroke-miterlimit="10"/>
13
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="300" height="224" viewBox="0 0 300 224" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M231.93 59.02V164.98H68.0601V59.02H231.93ZM233.43 57.52H66.5601V166.48H233.44V57.52H233.43Z" fill="#5B6770"/>
3
+ <path d="M66.5601 157.24H233.43" stroke="#5B6770" stroke-width="1.5002" stroke-miterlimit="10"/>
4
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="300" height="224" viewBox="0 0 300 224" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M233.44 59.49H66.56V72.55H233.44V59.49Z" stroke="#5B6770" stroke-width="1.5"/>
3
+ <path d="M219.54 73.5699H79.75V164.51H219.54V73.5699Z" stroke="#5B6770" stroke-width="1.5"/>
4
+ <path d="M219.54 73.5699H79.75V86.11H219.54V73.5699Z" fill="#5B6770"/>
5
+ </svg>
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 13 Aug 2025 09:03:38 GMT
3
+ * Generated on Wed, 13 Aug 2025 10:03:36 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 Wed, 13 Aug 2025 09:03:41 GMT
2730
+ * Generated on Wed, 13 Aug 2025 10:03:41 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 Wed, 13 Aug 2025 09:03:39 GMT
5461
+ * Generated on Wed, 13 Aug 2025 10:03:38 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 Wed, 13 Aug 2025 09:03:43 GMT
8462
+ * Generated on Wed, 13 Aug 2025 10:03:43 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 Wed, 13 Aug 2025 09:03:35 GMT
3
+ * Generated on Wed, 13 Aug 2025 10:03:33 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 Wed, 13 Aug 2025 09:03:36 GMT
3
+ * Generated on Wed, 13 Aug 2025 10:03:34 GMT
4
4
  */
5
5
 
6
6
  export const KsBackgroundColorAccentBase = "#f5f5f5";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kickstartds/ds-agency-premium",
3
- "version": "1.6.71--canary.2116.80f3609.0",
3
+ "version": "1.6.71--canary.2118.834609d.0",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/kickstartDS/ds-agency-premium#readme",
6
6
  "bugs": {