@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.
- package/dist/components/blog-post/index.d.ts +1 -1
- package/dist/components/headline/headline.css +2 -2
- package/dist/components/hero/hero.css +7 -3
- package/dist/components/index/index.d.ts +1 -1
- package/dist/components/page-wrapper/tokens.css +275 -275
- package/dist/components/section/section.css +1 -5
- package/dist/components/teaser-card/teaser-card.css +3 -2
- package/dist/static/logo-dark.svg +12 -8
- package/dist/static/logo.svg +12 -8
- package/dist/tokens/themes.css +4 -4
- package/dist/tokens/tokens.css +275 -275
- package/dist/tokens/tokens.js +444 -444
- package/package.json +1 -1
- package/dist/static/logo.png +0 -0
- package/dist/static/optoma/2989.jpg +0 -0
- package/dist/static/optoma/3276.jpg +0 -0
- package/dist/static/optoma/3333.jpg +0 -0
- package/dist/static/optoma/bannerimgpro.jpg +0 -0
- package/dist/static/optoma/beamer.svg +0 -10
- package/dist/static/optoma/creative-board-girl.jpg +0 -0
- package/dist/static/optoma/interaktive-displays.svg +0 -9
- package/dist/static/optoma/landing-banner.jpg +0 -0
- package/dist/static/optoma/led.svg +0 -21
- package/dist/static/optoma/location-1.jpg +0 -0
- package/dist/static/optoma/location-2.jpg +0 -0
- package/dist/static/optoma/logo.svg +0 -9
- package/dist/static/optoma/l/303/266sungen.svg +0 -13
- package/dist/static/optoma/professionelle-displays.svg +0 -4
- package/dist/static/optoma/zubeh/303/266r.svg +0 -5
- /package/dist/{BlogPostProps-c760fd2a.d.ts → BlogPostProps-6b3cff22.d.ts} +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BlogPostProps } from "../../BlogPostProps-
|
|
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:
|
|
13
|
-
--dsa-headline__subheadline--letter-spacing:
|
|
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
|
|
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-
|
|
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 };
|