@kickstartds/ds-agency-premium 1.6.71--canary.45.2112.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.
- package/dist/SectionProps-d60aba86.d.ts +1 -1
- package/dist/SplitEvenProps-789f8508.d.ts +1 -1
- package/dist/SplitWeightedProps-789f8508.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/headline/headline.css +2 -2
- package/dist/components/hero/hero.css +3 -3
- package/dist/components/image-story/index.d.ts +1 -1
- package/dist/components/index/index.d.ts +3 -3
- package/dist/components/page/index.d.ts +1 -1
- package/dist/components/page-wrapper/tokens.css +275 -275
- package/dist/components/section/section.css +5 -1
- package/dist/components/teaser-card/teaser-card.css +2 -3
- package/dist/static/logo.png +0 -0
- package/dist/static/logo.svg +45 -12
- package/dist/static/optoma/2989.jpg +0 -0
- package/dist/static/optoma/bannerimgpro.jpg +0 -0
- package/dist/static/optoma/beamer.svg +10 -0
- package/dist/static/optoma/creative-board-girl.jpg +0 -0
- package/dist/static/optoma/interaktive-displays.svg +9 -0
- package/dist/static/optoma/landing-banner.jpg +0 -0
- package/dist/static/optoma/led.svg +21 -0
- package/dist/static/optoma/location-1.jpg +0 -0
- package/dist/static/optoma/location-2.jpg +0 -0
- package/dist/static/optoma/l/303/266sungen.svg +13 -0
- package/dist/static/optoma/professionelle-displays.svg +4 -0
- package/dist/static/optoma/zubeh/303/266r.svg +5 -0
- 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/{BlogOverviewProps-d60aba86.d.ts → BlogOverviewProps-9f207f1c.d.ts} +0 -0
- /package/dist/{BlogPostProps-d60aba86.d.ts → BlogPostProps-6b3cff22.d.ts} +0 -0
- /package/dist/{ImageStoryProps-4e2b2ecf.d.ts → ImageStoryProps-e853e1e7.d.ts} +0 -0
- /package/dist/{PageProps-d60aba86.d.ts → PageProps-aa29c554.d.ts} +0 -0
|
@@ -13,7 +13,7 @@ import { FeaturesProps } from "./FeaturesProps-a9041d97.js";
|
|
|
13
13
|
import { GalleryProps } from "./GalleryProps-76e7de44.js";
|
|
14
14
|
import { HeroProps } from "./HeroProps-fec6b267.js";
|
|
15
15
|
import { HtmlProps } from "./HtmlProps-9d091769.js";
|
|
16
|
-
import { ImageStoryProps } from "./ImageStoryProps-
|
|
16
|
+
import { ImageStoryProps } from "./ImageStoryProps-e853e1e7.js";
|
|
17
17
|
import { ImageTextProps } from "./ImageTextProps-9286cca4.js";
|
|
18
18
|
import { LogosProps } from "./LogosProps-f9474fe2.js";
|
|
19
19
|
import { MosaicProps } from "./MosaicProps-d52c7151.js";
|
|
@@ -10,7 +10,7 @@ import { FeaturesProps } from "./FeaturesProps-a9041d97.js";
|
|
|
10
10
|
import { GalleryProps } from "./GalleryProps-76e7de44.js";
|
|
11
11
|
import { HeroProps } from "./HeroProps-fec6b267.js";
|
|
12
12
|
import { HtmlProps } from "./HtmlProps-9d091769.js";
|
|
13
|
-
import { ImageStoryProps } from "./ImageStoryProps-
|
|
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";
|
|
@@ -10,7 +10,7 @@ import { FeaturesProps } from "./FeaturesProps-a9041d97.js";
|
|
|
10
10
|
import { GalleryProps } from "./GalleryProps-76e7de44.js";
|
|
11
11
|
import { HeroProps } from "./HeroProps-fec6b267.js";
|
|
12
12
|
import { HtmlProps } from "./HtmlProps-9d091769.js";
|
|
13
|
-
import { ImageStoryProps } from "./ImageStoryProps-
|
|
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-
|
|
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 };
|
|
@@ -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: 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)
|
|
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
|
|
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);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { HTMLAttributes } from "react";
|
|
3
|
-
import { ImageStoryProps } from "../../ImageStoryProps-
|
|
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,8 +29,8 @@ interface SettingsProps {
|
|
|
29
29
|
seo: SeoProps;
|
|
30
30
|
iconSprite?: IconSprite;
|
|
31
31
|
}
|
|
32
|
-
export * from "../../BlogPostProps-
|
|
33
|
-
export * from "../../BlogOverviewProps-
|
|
34
|
-
export * from "../../PageProps-
|
|
32
|
+
export * from "../../BlogPostProps-6b3cff22.js";
|
|
33
|
+
export * from "../../BlogOverviewProps-9f207f1c.js";
|
|
34
|
+
export * from "../../PageProps-aa29c554.js";
|
|
35
35
|
export { IconSprite, SettingsProps };
|
|
36
36
|
export * from "../../EventDetailProps-42a7eebe.js";
|