@kickstartds/ds-agency-premium 1.6.71--canary.2149.2ee9adb.0 → 1.6.71--canary.45.2151.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/{BlogOverviewProps-d62a0a9a.d.ts → BlogOverviewProps-9f207f1c.d.ts} +1 -1
- package/dist/{BlogPostProps-c760fd2a.d.ts → BlogPostProps-6b3cff22.d.ts} +1 -1
- package/dist/components/blog-head/index.d.ts +1 -1
- package/dist/components/blog-overview/index.d.ts +1 -1
- package/dist/components/blog-post/index.d.ts +1 -1
- package/dist/components/blog-teaser/index.d.ts +1 -1
- package/dist/components/button/button.css +1 -1
- package/dist/components/headline/headline.css +4 -4
- package/dist/components/hero/hero.css +3 -3
- package/dist/components/index/index.d.ts +2 -2
- package/dist/components/page-wrapper/tokens.css +276 -276
- package/dist/components/section/section.css +2 -5
- package/dist/components/teaser-card/teaser-card.css +7 -7
- package/dist/global.css +4 -4
- 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 +276 -276
- package/dist/tokens/tokens.js +446 -446
- package/package.json +1 -1
- package/dist/static/logo.png +0 -0
- package/dist/static/optoma/2989.jpg +0 -0
- package/dist/static/optoma/3081.jpg +0 -0
- package/dist/static/optoma/3124.jpg +0 -0
- package/dist/static/optoma/3276.jpg +0 -0
- package/dist/static/optoma/3333.jpg +0 -0
- package/dist/static/optoma/3342.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/{BlogHeadProps-f5855e93.d.ts → BlogHeadProps-c04a5ed8.d.ts} +0 -0
- /package/dist/{BlogTeaserProps-d62a0a9a.d.ts → BlogTeaserProps-f5855e93.d.ts} +0 -0
|
@@ -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-
|
|
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
|
/**
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
4
4
|
* and run json-schema-to-typescript to regenerate this file.
|
|
5
5
|
*/
|
|
6
|
-
import { BlogHeadProps } from "./BlogHeadProps-
|
|
6
|
+
import { BlogHeadProps } from "./BlogHeadProps-c04a5ed8.js";
|
|
7
7
|
import { BlogAsideProps } from "./BlogAsideProps-c760fd2a.js";
|
|
8
8
|
import { SectionProps } from "./SectionProps-d60aba86.js";
|
|
9
9
|
import { CtaProps } from "./CtaProps-789f8508.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { BlogHeadProps } from "../../BlogHeadProps-
|
|
2
|
+
import { BlogHeadProps } from "../../BlogHeadProps-c04a5ed8.js";
|
|
3
3
|
declare const BlogHeadContextDefault: import("react").ForwardRefExoticComponent<BlogHeadProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
4
4
|
declare const BlogHeadContext: import("react").Context<import("react").ForwardRefExoticComponent<BlogHeadProps & import("react").RefAttributes<HTMLDivElement>>>;
|
|
5
5
|
declare const BlogHead: import("react").ForwardRefExoticComponent<BlogHeadProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BlogOverviewProps } from "../../BlogOverviewProps-
|
|
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-
|
|
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-
|
|
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>>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
.dsa-button {
|
|
2
2
|
--dsa-button--padding: 0.75em 1.5em;
|
|
3
3
|
--dsa-button--border-width: var(--ks-border-width-default);
|
|
4
|
-
--dsa-button--border-radius: var(--ks-border-radius-
|
|
4
|
+
--dsa-button--border-radius: var(--ks-border-radius-control);
|
|
5
5
|
--dsa-button--font-weight: var(--ks-font-weight-semi-bold);
|
|
6
6
|
--dsa-button--text-transform: default;
|
|
7
7
|
--dsa-button_small--font: var(--ks-font-interface-s);
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
:root, [ks-inverted], [ks-theme] {
|
|
2
2
|
--dsa-headline--color: var(--ks-text-color-display);
|
|
3
|
-
--dsa-headline--font-weight: var(--ks-font-weight-bold);
|
|
3
|
+
--dsa-headline--font-weight: var(--ks-font-weight-semi-bold);
|
|
4
4
|
--dsa-headline--text-transform: none;
|
|
5
5
|
--dsa-headline--gap: 0.35em;
|
|
6
6
|
--dsa-headline--space-after_large: var(--ks-spacing-stack-l);
|
|
7
7
|
--dsa-headline--space-after_small: var(--ks-spacing-stack-m);
|
|
8
8
|
--dsa-headline--space-after_minimum: var(--ks-spacing-stack-s);
|
|
9
9
|
--dsa-headline--higlight-background: var(--dsa-typo--highlight);
|
|
10
|
-
--dsa-headline__subheadline--color: var(--ks-
|
|
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);
|
|
@@ -29,8 +29,8 @@ interface SettingsProps {
|
|
|
29
29
|
seo: SeoProps;
|
|
30
30
|
iconSprite?: IconSprite;
|
|
31
31
|
}
|
|
32
|
-
export * from "../../BlogPostProps-
|
|
33
|
-
export * from "../../BlogOverviewProps-
|
|
32
|
+
export * from "../../BlogPostProps-6b3cff22.js";
|
|
33
|
+
export * from "../../BlogOverviewProps-9f207f1c.js";
|
|
34
34
|
export * from "../../PageProps-aa29c554.js";
|
|
35
35
|
export { IconSprite, SettingsProps };
|
|
36
36
|
export * from "../../EventDetailProps-42a7eebe.js";
|