@kickstartds/ds-agency-premium 1.6.68--canary.44.1623.0 → 1.6.68--canary.44.1629.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.
@@ -10,7 +10,7 @@ import { FeaturesProps } from "./FeaturesProps-e58616a5.js";
10
10
  import { GalleryProps } from "./GalleryProps-76e7de44.js";
11
11
  import { HeroProps } from "./HeroProps-aa4e6431.js";
12
12
  import { HtmlProps } from "./HtmlProps-9d091769.js";
13
- import { ImageStoryProps } from "./ImageStoryProps-03ff6d21.js";
13
+ import { ImageStoryProps } from "./ImageStoryProps-e853e1e7.js";
14
14
  import { ImageTextProps } from "./ImageTextProps-9286cca4.js";
15
15
  import { LogosProps } from "./LogosProps-f9474fe2.js";
16
16
  import { MosaicProps } from "./MosaicProps-d52c7151.js";
@@ -1,4 +1,4 @@
1
- import { BlogOverviewProps } from "../../BlogOverviewProps-7caa223c.js";
1
+ import { BlogOverviewProps } from "../../BlogOverviewProps-9f207f1c.js";
2
2
  import { FC, PropsWithChildren } from "react";
3
3
  declare const BlogOverview: FC<PropsWithChildren<BlogOverviewProps>>;
4
4
  export type { BlogOverviewProps };
@@ -1,4 +1,4 @@
1
- import { BlogPostProps } from "../../BlogPostProps-7caa223c.js";
1
+ import { BlogPostProps } from "../../BlogPostProps-d9decb7c.js";
2
2
  import { FC, PropsWithChildren } from "react";
3
3
  declare const BlogPost: FC<PropsWithChildren<BlogPostProps>>;
4
4
  export type { BlogPostProps };
@@ -14,7 +14,7 @@
14
14
  --dsa-feature__link--text-decoration_hover: none;
15
15
  --dsa-feature__icon--color: var(--ks-text-color-primary);
16
16
  --dsa-feature_small__icon--size: calc(var(--ks-line-height-interface-m) * var(--ks-font-size-interface-m));
17
- --dsa-feature_large__icon--size: calc(var(--ks-font-size-copy-m) * 2.5);
17
+ --dsa-feature_large__icon--size-multiplier: 2.5;
18
18
  --dsa-feature_small--gap: var(--ks-spacing-xs);
19
19
  --dsa-feature_large--gap: var(--ks-spacing-s);
20
20
  --dsa-feature_small__icon--gap: var(--ks-spacing-xs);
@@ -46,6 +46,9 @@
46
46
  justify-content: center;
47
47
  }
48
48
  .dsa-features .dsa-feature {
49
+ --dsa-feature_large__icon--size: calc(
50
+ var(--dsa-feature_small__icon--size) * var(--dsa-feature_large__icon--size-multiplier)
51
+ );
49
52
  display: flex;
50
53
  position: relative;
51
54
  flex-direction: column;
@@ -73,7 +76,7 @@
73
76
  left: 0;
74
77
  }
75
78
  .dsa-features .dsa-feature--beside.dsa-feature--large {
76
- padding-top: calc(var(--dsa-feature__icon--size) / 4);
79
+ padding-top: calc(var(--dsa-feature__icon--size) / 2 - var(--dsa-feature_small__icon--size) / 2);
77
80
  }
78
81
  .dsa-features .dsa-feature--stack .dsa-feature__header {
79
82
  display: flex;
@@ -33,6 +33,7 @@
33
33
  padding: var(--dsa-header--spacing-vertical) 0;
34
34
  transition: height var(--ks-transition-collapse);
35
35
  height: calc(var(--dsa-logo--height) + var(--dsa-header--spacing-vertical) * 2);
36
+ justify-content: center;
36
37
  }
37
38
  .dsa-header--overlay {
38
39
  position: fixed;
@@ -56,7 +57,6 @@
56
57
  max-width: calc(var(--dsa-header--max-width) + var(--dsa-header_floating--spacing-horizontal) * 2);
57
58
  top: 10px;
58
59
  padding: var(--dsa-header--spacing-vertical) 0;
59
- margin: auto;
60
60
  left: 50%;
61
61
  transform: translate(-50%, 0);
62
62
  background: var(--dsa-header_floating--background, var(--dsa-overlay-box_opaque--background-color));
@@ -75,7 +75,6 @@
75
75
  padding: 0 var(--dsa-header--spacing-horizontal);
76
76
  max-width: calc(var(--dsa-header--max-width) + var(--dsa-header--spacing-horizontal) * 2);
77
77
  width: 100%;
78
- margin: auto;
79
78
  display: flex;
80
79
  justify-content: space-between;
81
80
  align-items: flex-start;
@@ -1,6 +1,6 @@
1
- .l-container--visual {
1
+ .l-container--hero {
2
2
  /* stylelint-disable-next-line property-no-unknown */
3
- container-name: visual;
3
+ container-name: hero;
4
4
  }
5
5
 
6
6
  .dsa-hero {
@@ -18,33 +18,50 @@
18
18
  --dsa-hero__textbox--backdrop-filter: var(--dsa-overlay-box_transparent--backdrop-filter);
19
19
  --dsa-hero__textbox--box-shadow: none;
20
20
  --dsa-hero__textbox--border-radius: var(--ks-border-radius-card);
21
- --dsa-hero__textbox--max-width: calc(var(--dsa-content--width_narrow) * 1.15);
21
+ --dsa-hero__textbox--max-width: var(--dsa-content--width_narrow);
22
22
  --dsa-hero_below__textbox--max-width: var(--dsa-content--width_default);
23
23
  --dsa-hero__textbox--padding: var(--ks-spacing-inset-squish-xl);
24
- --dsa-hero__overlay--background: linear-gradient(0deg, var(--ks-background-color-default) 15%, transparent 50%);
24
+ --dsa-hero__overlay--background: radial-gradient(
25
+ 50% 125% at 100% 0%,
26
+ var(--ks-color-primary-alpha-5) 0%,
27
+ var(--ks-color-bg-alpha-4) 100%
28
+ );
29
+ --dsa-hero--below__overlay--background: linear-gradient(
30
+ 0deg,
31
+ var(--ks-background-color-default) 15%,
32
+ transparent 50%
33
+ );
34
+ --dsa-hero--left__overlay--background: radial-gradient(
35
+ var(--dsa-hero__textbox--max-width) var(--dsa-hero__textbox--max-width) at
36
+ calc(var(--dsa-section__content--padding) * 2) 50%,
37
+ var(--ks-color-bg) 100%,
38
+ var(--ks-color-primary-alpha-5) 100%
39
+ );
25
40
  }
26
- @container visual (min-width: 640px) {
41
+ @container hero (min-width: 640px) {
27
42
  .dsa-hero {
28
43
  --dsa-hero--min-height: 21rem;
29
44
  --dsa-hero--min-height_small: 13.35rem;
45
+ --dsa-hero__textbox--max-width: 50vw;
30
46
  }
31
47
  }
32
- @container visual (min-width: 960px) {
48
+ @container hero (min-width: 960px) {
33
49
  .dsa-hero {
34
50
  --dsa-hero--min-height: 31.5rem;
35
51
  --dsa-hero--min-height_small: 15.8rem;
36
52
  }
37
53
  }
38
- @container visual (min-width: 1024px) {
54
+ @container hero (min-width: 1024px) {
39
55
  .dsa-hero {
40
56
  --dsa-hero--min-height: 42rem;
41
57
  --dsa-hero--min-height_small: 20rem;
58
+ --dsa-hero__textbox--max-width: var(--dsa-content--width_narrow);
42
59
  }
43
60
  }
44
61
 
45
- .l-container--visual {
62
+ .l-container--hero {
46
63
  /* stylelint-disable-next-line property-no-unknown */
47
- container-name: visual;
64
+ container-name: hero;
48
65
  }
49
66
 
50
67
  .c-visual.dsa-hero {
@@ -73,17 +90,22 @@
73
90
  .c-visual.dsa-hero.c-visual--small {
74
91
  min-height: var(--dsa-hero--min-height_small);
75
92
  }
76
- @container visual (min-width: 640px) {
93
+ @container hero (min-width: 640px) {
77
94
  .c-visual.dsa-hero {
78
- --c-visual_overlay--background: radial-gradient(
79
- 50% 125% at 100% 0%,
80
- var(--ks-color-primary-alpha-5) 0%,
81
- var(--ks-color-bg-alpha-5) 100%
95
+ --c-visual_overlay--background: var(
96
+ --dsa-hero__overlay--background,
97
+ radial-gradient(50% 125% at 100% 0%, var(--ks-color-primary-alpha-5) 0%, var(--ks-color-bg-alpha-4) 100%)
82
98
  );
83
99
  }
84
100
  .c-visual.dsa-hero.dsa-hero--content-below {
85
101
  --c-visual_overlay--background: var(
86
- --dsa-hero__overlay--background,
102
+ --dsa-hero--below__overlay--background,
103
+ linear-gradient(0deg, var(--ks-background-color-default) 15%, transparent 50%)
104
+ );
105
+ }
106
+ .c-visual.dsa-hero.dsa-hero--content-left {
107
+ --c-visual_overlay--background: var(
108
+ --dsa-hero--left__overlay--background,
87
109
  linear-gradient(0deg, var(--ks-background-color-default) 15%, transparent 50%)
88
110
  );
89
111
  }
@@ -120,7 +142,7 @@
120
142
  color: var(--dsa-overlay-text--text-color, var(--ks-color-fg));
121
143
  filter: drop-shadow(var(--dsa-overlay-text--shadow, 0 0 10px var(--ks-color-bg-inverted-alpha-3-base)));
122
144
  }
123
- @container visual (min-width: 640px) {
145
+ @container hero (min-width: 640px) {
124
146
  .c-visual.dsa-hero.dsa-hero--content-below .c-visual__media {
125
147
  position: relative;
126
148
  }
@@ -138,7 +160,7 @@
138
160
  .c-visual.dsa-hero.c-visual--no-crop {
139
161
  --c-visual--min-height: 0;
140
162
  }
141
- @container visual (min-width: 640px) {
163
+ @container hero (min-width: 640px) {
142
164
  .c-visual.dsa-hero.dsa-hero--content-below.c-visual--no-crop .c-visual__media .c-visual__image {
143
165
  height: fit-content;
144
166
  }
@@ -150,7 +172,7 @@
150
172
  .c-visual.dsa-hero.dsa-hero--content-below.c-visual--full {
151
173
  height: fit-content;
152
174
  }
153
- @container visual (min-width: 640px) {
175
+ @container hero (min-width: 640px) {
154
176
  .c-visual.dsa-hero.dsa-hero--content-below.c-visual--full .c-visual__media .c-visual__image {
155
177
  height: fit-content;
156
178
  }
@@ -14,45 +14,45 @@ const HeroContextDefault = forwardRef(({ headline, sub, height, text, highlightT
14
14
  // @ts-expect-error
15
15
  , {
16
16
  // @ts-expect-error
17
- value: ButtonGroup, children: jsx(Container, { name: "visual", children: jsx(VisualContextDefault, { ...rest, ref: ref, className: classnames(`dsa-hero dsa-hero--content-${textPosition}`, highlightText ? `dsa-hero--highlight-text` : "", colorNeutral ? `dsa-hero--color-neutral` : "", className), height: height, overlay: overlay, skipButton: height === "fullScreen" ? true : false, inverted: true, box: {
18
- background: textbox === true ? "solid" : "transparent",
19
- enabled: true,
20
- vertical: textPosition === "below" || textPosition === "corner"
21
- ? "bottom"
22
- : "center",
23
- horizontal: textPosition === "left" || textPosition === "corner"
24
- ? "left"
25
- : textPosition === "right"
26
- ? "right"
17
+ value: ButtonGroup, children: jsx(Container, { name: "hero", children: jsx(Container, { name: "visual", children: jsx(VisualContextDefault, { ...rest, ref: ref, className: classnames(`dsa-hero dsa-hero--content-${textPosition}`, highlightText ? `dsa-hero--highlight-text` : "", colorNeutral ? `dsa-hero--color-neutral` : "", className), height: height, overlay: overlay, skipButton: height === "fullScreen" ? true : false, inverted: true, box: {
18
+ background: textbox === true ? "solid" : "transparent",
19
+ enabled: true,
20
+ vertical: textPosition === "below" || textPosition === "corner"
21
+ ? "bottom"
27
22
  : "center",
28
- link: {
29
- // @ts-expect-error
30
- buttons,
31
- colorNeutral,
32
- enabled: buttons.length > 0,
33
- arrangement: textPosition === "below" || textPosition === "center"
34
- ? "center"
35
- : "left",
36
- },
37
- headline: {
38
- align: textPosition === "below" || textPosition === "center"
39
- ? "center"
40
- : "left",
41
- text: headline,
42
- sub: sub,
43
- level: "h3",
44
- style: highlightText ? "h1" : undefined,
45
- },
46
- text: text,
47
- }, media: {
48
- mode: "image",
49
- image: {
50
- srcMobile: image.srcMobile,
51
- srcTablet: image.srcTablet,
52
- srcDesktop: image.srcDesktop,
53
- src: image.src,
54
- },
55
- } }) }) }));
23
+ horizontal: textPosition === "left" || textPosition === "corner"
24
+ ? "left"
25
+ : textPosition === "right"
26
+ ? "right"
27
+ : "center",
28
+ link: {
29
+ // @ts-expect-error
30
+ buttons,
31
+ colorNeutral,
32
+ enabled: buttons.length > 0,
33
+ arrangement: textPosition === "below" || textPosition === "center"
34
+ ? "center"
35
+ : "left",
36
+ },
37
+ headline: {
38
+ align: textPosition === "below" || textPosition === "center"
39
+ ? "center"
40
+ : "left",
41
+ text: headline,
42
+ sub: sub,
43
+ level: "h3",
44
+ style: highlightText ? "h1" : undefined,
45
+ },
46
+ text: text,
47
+ }, media: {
48
+ mode: "image",
49
+ image: {
50
+ srcMobile: image.srcMobile,
51
+ srcTablet: image.srcTablet,
52
+ srcDesktop: image.srcDesktop,
53
+ src: image.src,
54
+ },
55
+ } }) }) }) }));
56
56
  });
57
57
  const HeroContext = createContext(HeroContextDefault);
58
58
  const Hero = forwardRef((props, ref) => {
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { HTMLAttributes } from "react";
3
- import { ImageStoryProps } from "../../ImageStoryProps-03ff6d21.js";
3
+ import { ImageStoryProps } from "../../ImageStoryProps-e853e1e7.js";
4
4
  declare const ImageStoryContextDefault: import("react").ForwardRefExoticComponent<ImageStoryProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
5
5
  declare const ImageStoryContext: import("react").Context<import("react").ForwardRefExoticComponent<ImageStoryProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>>;
6
6
  declare const ImageStory: import("react").ForwardRefExoticComponent<ImageStoryProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
@@ -29,7 +29,7 @@ interface SettingsProps {
29
29
  seo: SeoProps;
30
30
  iconSprite?: IconSprite;
31
31
  }
32
- export * from "../../BlogPostProps-7caa223c.js";
33
- export * from "../../BlogOverviewProps-7caa223c.js";
34
- export * from "../../PageProps-7caa223c.js";
32
+ export * from "../../BlogPostProps-d9decb7c.js";
33
+ export * from "../../BlogOverviewProps-9f207f1c.js";
34
+ export * from "../../PageProps-aa29c554.js";
35
35
  export { IconSprite, SettingsProps };
@@ -24,6 +24,7 @@
24
24
  .dsa-nav-dropdown {
25
25
  --g-link--text-decoration: none;
26
26
  --g-link--text-decoration_hover: none;
27
+ z-index: 99;
27
28
  font: var(--dsa-nav-dropdown__label--font);
28
29
  min-width: var(--dsa-nav-dropdown--min-width);
29
30
  padding: var(--dsa-nav-dropdown--padding);
@@ -1,4 +1,4 @@
1
- import { PageProps } from "../../PageProps-7caa223c.js";
1
+ import { PageProps } from "../../PageProps-aa29c554.js";
2
2
  import { FC, PropsWithChildren } from "react";
3
3
  declare const Page: FC<PropsWithChildren<PageProps>>;
4
4
  export type { PageProps };
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 20 May 2025 06:20:23 GMT
3
+ * Generated on Fri, 23 May 2025 06:39:10 GMT
4
4
  */
5
5
  :root, [ks-theme] {
6
6
  --ks-background-color-accent-base: var(--ks-color-fg-to-bg-9-base);
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 20 May 2025 06:20:25 GMT
3
+ * Generated on Fri, 23 May 2025 06:39:12 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 Tue, 20 May 2025 06:20:30 GMT
2730
+ * Generated on Fri, 23 May 2025 06:39:17 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 Tue, 20 May 2025 06:20:28 GMT
5461
+ * Generated on Fri, 23 May 2025 06:39:14 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 Tue, 20 May 2025 06:20:32 GMT
8462
+ * Generated on Fri, 23 May 2025 06:39:19 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 Tue, 20 May 2025 06:20:23 GMT
3
+ * Generated on Fri, 23 May 2025 06:39:10 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 Tue, 20 May 2025 06:20:23 GMT
3
+ * Generated on Fri, 23 May 2025 06:39:10 GMT
4
4
  */
5
5
 
6
6
  export const KsBackgroundColorAccentBase = "#f3f3f4";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kickstartds/ds-agency-premium",
3
- "version": "1.6.68--canary.44.1623.0",
3
+ "version": "1.6.68--canary.44.1629.0",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/kickstartDS/ds-agency-premium#readme",
6
6
  "bugs": {