@kickstartds/ds-agency-premium 1.6.71--canary.2131.c026f27.0 → 1.6.71--canary.45.2133.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.
@@ -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 };
@@ -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: none;
13
- --dsa-headline__subheadline--letter-spacing: none;
12
+ --dsa-headline__subheadline--text-transform: uppercase;
13
+ --dsa-headline__subheadline--letter-spacing: 0.045em;
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),
43
- transparent var(--dsa-hero__textbox--max-width)
42
+ var(--ks-color-bg-alpha-1) var(--dsa-hero__textbox--max-width),
43
+ transparent
44
44
  );
45
45
  --dsa-hero_right__overlay--background: linear-gradient(
46
46
  270deg,
47
- var(--ks-color-bg) var(--dsa-hero__textbox--max-width),
47
+ var(--ks-color-bg-alpha-1) var(--dsa-hero__textbox--max-width),
48
48
  transparent
49
49
  );
50
50
  --dsa-hero_offset__textbox--max-width: var(--dsa-content--width_default);
@@ -234,4 +234,8 @@
234
234
  height: 100%;
235
235
  }
236
236
  }
237
+ }
238
+
239
+ .dsa-header:not(.dsa-header--floating) + .dsa-section .dsa-hero.c-visual--full {
240
+ height: calc(100vh - var(--dsa-header--height));
237
241
  }
@@ -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 };