@kickstartds/ds-agency-premium 1.6.71--canary.2110.59c318b.0 → 1.6.71--canary.45.2112.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-d60aba86.d.ts} +1 -1
- 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/blog-teaser/index.d.ts +1 -1
- package/dist/components/hero/hero.css +4 -4
- 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/static/logo.svg +12 -45
- 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/bannerimgpro.jpg +0 -0
- /package/dist/{BlogPostProps-c760fd2a.d.ts → BlogPostProps-d60aba86.d.ts} +0 -0
- /package/dist/{BlogTeaserProps-d62a0a9a.d.ts → BlogTeaserProps-f5855e93.d.ts} +0 -0
- /package/dist/{ImageStoryProps-e853e1e7.d.ts → ImageStoryProps-4e2b2ecf.d.ts} +0 -0
- /package/dist/{PageProps-aa29c554.d.ts → PageProps-d60aba86.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
|
/**
|
|
@@ -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-4e2b2ecf.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-4e2b2ecf.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-4e2b2ecf.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-d60aba86.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-d60aba86.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>>;
|
|
@@ -37,12 +37,12 @@
|
|
|
37
37
|
var(--ks-background-color-default) 15%,
|
|
38
38
|
transparent 50%
|
|
39
39
|
);
|
|
40
|
-
--dsa-
|
|
40
|
+
--dsa-hero_left__overlay--background: linear-gradient(
|
|
41
41
|
90deg,
|
|
42
42
|
var(--ks-color-bg-alpha-1) var(--dsa-hero__textbox--max-width),
|
|
43
43
|
transparent
|
|
44
44
|
);
|
|
45
|
-
--dsa-
|
|
45
|
+
--dsa-hero_right__overlay--background: linear-gradient(
|
|
46
46
|
270deg,
|
|
47
47
|
var(--ks-color-bg-alpha-1) var(--dsa-hero__textbox--max-width),
|
|
48
48
|
transparent
|
|
@@ -136,13 +136,13 @@
|
|
|
136
136
|
}
|
|
137
137
|
.c-visual.dsa-hero.dsa-hero--content-left {
|
|
138
138
|
--c-visual_overlay--background: var(
|
|
139
|
-
--dsa-
|
|
139
|
+
--dsa-hero_left__overlay--background,
|
|
140
140
|
linear-gradient(90deg, var(--ks-color-bg-alpha-1) var(--dsa-hero__textbox--max-width), transparent)
|
|
141
141
|
);
|
|
142
142
|
}
|
|
143
143
|
.c-visual.dsa-hero.dsa-hero--content-right {
|
|
144
144
|
--c-visual_overlay--background: var(
|
|
145
|
-
--dsa-
|
|
145
|
+
--dsa-hero_right__overlay--background,
|
|
146
146
|
linear-gradient(270deg, var(--ks-color-bg-alpha-1) var(--dsa-hero__textbox--max-width), transparent)
|
|
147
147
|
);
|
|
148
148
|
}
|
|
@@ -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-4e2b2ecf.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-d60aba86.js";
|
|
33
|
+
export * from "../../BlogOverviewProps-d60aba86.js";
|
|
34
|
+
export * from "../../PageProps-d60aba86.js";
|
|
35
35
|
export { IconSprite, SettingsProps };
|
|
36
36
|
export * from "../../EventDetailProps-42a7eebe.js";
|