@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.
Files changed (35) hide show
  1. package/dist/SectionProps-d60aba86.d.ts +1 -1
  2. package/dist/SplitEvenProps-789f8508.d.ts +1 -1
  3. package/dist/SplitWeightedProps-789f8508.d.ts +1 -1
  4. package/dist/components/blog-overview/index.d.ts +1 -1
  5. package/dist/components/blog-post/index.d.ts +1 -1
  6. package/dist/components/headline/headline.css +2 -2
  7. package/dist/components/hero/hero.css +3 -3
  8. package/dist/components/image-story/index.d.ts +1 -1
  9. package/dist/components/index/index.d.ts +3 -3
  10. package/dist/components/page/index.d.ts +1 -1
  11. package/dist/components/page-wrapper/tokens.css +275 -275
  12. package/dist/components/section/section.css +5 -1
  13. package/dist/components/teaser-card/teaser-card.css +2 -3
  14. package/dist/static/logo.png +0 -0
  15. package/dist/static/logo.svg +45 -12
  16. package/dist/static/optoma/2989.jpg +0 -0
  17. package/dist/static/optoma/bannerimgpro.jpg +0 -0
  18. package/dist/static/optoma/beamer.svg +10 -0
  19. package/dist/static/optoma/creative-board-girl.jpg +0 -0
  20. package/dist/static/optoma/interaktive-displays.svg +9 -0
  21. package/dist/static/optoma/landing-banner.jpg +0 -0
  22. package/dist/static/optoma/led.svg +21 -0
  23. package/dist/static/optoma/location-1.jpg +0 -0
  24. package/dist/static/optoma/location-2.jpg +0 -0
  25. package/dist/static/optoma/l/303/266sungen.svg +13 -0
  26. package/dist/static/optoma/professionelle-displays.svg +4 -0
  27. package/dist/static/optoma/zubeh/303/266r.svg +5 -0
  28. package/dist/tokens/themes.css +4 -4
  29. package/dist/tokens/tokens.css +275 -275
  30. package/dist/tokens/tokens.js +444 -444
  31. package/package.json +1 -1
  32. /package/dist/{BlogOverviewProps-d60aba86.d.ts → BlogOverviewProps-9f207f1c.d.ts} +0 -0
  33. /package/dist/{BlogPostProps-d60aba86.d.ts → BlogPostProps-6b3cff22.d.ts} +0 -0
  34. /package/dist/{ImageStoryProps-4e2b2ecf.d.ts → ImageStoryProps-e853e1e7.d.ts} +0 -0
  35. /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-4e2b2ecf.js";
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-4e2b2ecf.js";
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-4e2b2ecf.js";
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-d60aba86.js";
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-d60aba86.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: uppercase;
13
- --dsa-headline__subheadline--letter-spacing: 0.045em;
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) var(--dsa-hero__textbox--max-width),
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-alpha-1) var(--dsa-hero__textbox--max-width),
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-4e2b2ecf.js";
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-d60aba86.js";
33
- export * from "../../BlogOverviewProps-d60aba86.js";
34
- export * from "../../PageProps-d60aba86.js";
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";
@@ -1,4 +1,4 @@
1
- import { PageProps } from "../../PageProps-d60aba86.js";
1
+ import { PageProps } from "../../PageProps-aa29c554.js";
2
2
  import { FC, PropsWithChildren } from "react";
3
3
  declare const Page: FC<PropsWithChildren<PageProps>>;
4
4
  export type { PageProps };