@kickstartds/ds-agency-premium 1.6.71--canary.45.1756.0 → 1.6.71--canary.45.1758.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 (47) hide show
  1. package/dist/{BlogOverviewProps-7caa223c.d.ts → BlogOverviewProps-9f207f1c.d.ts} +2 -2
  2. package/dist/BlogPostProps-c760fd2a.d.ts +2 -2
  3. package/dist/{PageProps-7caa223c.d.ts → PageProps-aa29c554.d.ts} +1 -1
  4. package/dist/{SectionProps-00ddee3a.d.ts → SectionProps-7caa223c.d.ts} +1 -1
  5. package/dist/components/blog-head/index.d.ts +1 -1
  6. package/dist/components/blog-overview/blog-overview.schema.dereffed.json +12 -12
  7. package/dist/components/blog-overview/index.d.ts +1 -1
  8. package/dist/components/blog-post/blog-post.schema.dereffed.json +12 -12
  9. package/dist/components/blog-teaser/index.d.ts +1 -1
  10. package/dist/components/headline/headline.css +4 -4
  11. package/dist/components/image-story/index.d.ts +1 -1
  12. package/dist/components/index/index.d.ts +2 -2
  13. package/dist/components/logos/logos.css +2 -2
  14. package/dist/components/logos/logos.schema.dereffed.json +6 -6
  15. package/dist/components/logos/logos.schema.json +6 -6
  16. package/dist/components/page/index.d.ts +1 -1
  17. package/dist/components/page/page.schema.dereffed.json +12 -12
  18. package/dist/components/page-wrapper/tokens.css +1 -1
  19. package/dist/components/presets.json +297 -34
  20. package/dist/components/section/index.d.ts +1 -1
  21. package/dist/components/section/section.schema.dereffed.json +12 -12
  22. package/dist/components/slider/slider.schema.dereffed.json +6 -6
  23. package/dist/components/split-even/index.d.ts +1 -42
  24. package/dist/components/split-even/index.js +0 -6
  25. package/dist/components/split-even/split-even.schema.dereffed.json +5838 -10
  26. package/dist/components/split-even/split-even.schema.json +131 -10
  27. package/dist/static/img/logos/logoipsum-344.svg +174 -0
  28. package/dist/static/img/logos/logoipsum-347.svg +52 -0
  29. package/dist/static/img/logos/logoipsum-352.svg +22 -0
  30. package/dist/static/img/logos/logoipsum-356.svg +20 -0
  31. package/dist/static/img/logos/logoipsum-358.svg +29 -0
  32. package/dist/static/img/logos/logoipsum-369.svg +20 -0
  33. package/dist/static/img/logos/logoipsum-373.svg +17 -0
  34. package/dist/tokens/themes.css +4 -4
  35. package/dist/tokens/tokens.css +1 -1
  36. package/dist/tokens/tokens.js +1 -1
  37. package/package.json +1 -1
  38. package/dist/components/split-even/split-even.css +0 -85
  39. package/dist/static/img/logos/logoipsum-212.svg +0 -12
  40. package/dist/static/img/logos/logoipsum-217.svg +0 -4
  41. package/dist/static/img/logos/logoipsum-239.svg +0 -16
  42. package/dist/static/img/logos/logoipsum-244.svg +0 -19
  43. package/dist/static/img/logos/logoipsum-250.svg +0 -21
  44. package/dist/static/img/logos/logoipsum-286.svg +0 -20
  45. /package/dist/{BlogHeadProps-f5855e93.d.ts → BlogHeadProps-c04a5ed8.d.ts} +0 -0
  46. /package/dist/{BlogTeaserProps-d62a0a9a.d.ts → BlogTeaserProps-f5855e93.d.ts} +0 -0
  47. /package/dist/{ImageStoryProps-00ddee3a.d.ts → ImageStoryProps-e853e1e7.d.ts} +0 -0
@@ -3,8 +3,8 @@
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 { SectionProps } from "./SectionProps-00ddee3a.js";
7
- import { BlogTeaserProps } from "./BlogTeaserProps-d62a0a9a.js";
6
+ import { SectionProps } from "./SectionProps-7caa223c.js";
7
+ import { BlogTeaserProps } from "./BlogTeaserProps-f5855e93.js";
8
8
  import { CtaProps } from "./CtaProps-babe4ee6.js";
9
9
  import { SeoProps } from "./SeoProps-f2d6dcaa.js";
10
10
  /**
@@ -3,9 +3,9 @@
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-f5855e93.js";
6
+ import { BlogHeadProps } from "./BlogHeadProps-c04a5ed8.js";
7
7
  import { BlogAsideProps } from "./BlogAsideProps-c760fd2a.js";
8
- import { SectionProps } from "./SectionProps-00ddee3a.js";
8
+ import { SectionProps } from "./SectionProps-7caa223c.js";
9
9
  import { CtaProps } from "./CtaProps-babe4ee6.js";
10
10
  import { SeoProps } from "./SeoProps-f2d6dcaa.js";
11
11
  /**
@@ -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 { SectionProps } from "./SectionProps-00ddee3a.js";
6
+ import { SectionProps } from "./SectionProps-7caa223c.js";
7
7
  import { SeoProps } from "./SeoProps-f2d6dcaa.js";
8
8
  /**
9
9
  * Collection of sections (with their contents) to render on the page
@@ -10,7 +10,7 @@ import { FeaturesProps } from "./FeaturesProps-a9041d97.js";
10
10
  import { GalleryProps } from "./GalleryProps-76e7de44.js";
11
11
  import { HeroProps } from "./HeroProps-40f6c7f5.js";
12
12
  import { HtmlProps } from "./HtmlProps-9d091769.js";
13
- import { ImageStoryProps } from "./ImageStoryProps-00ddee3a.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,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import { BlogHeadProps } from "../../BlogHeadProps-f5855e93.js";
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>>;
@@ -1242,12 +1242,12 @@
1242
1242
  "title": "URL",
1243
1243
  "description": "The URL of the logo image",
1244
1244
  "examples": [
1245
- "img/logos/logoipsum-212.svg",
1246
- "img/logos/logoipsum-217.svg",
1247
- "img/logos/logoipsum-239.svg",
1248
- "img/logos/logoipsum-244.svg",
1249
- "img/logos/logoipsum-250.svg",
1250
- "img/logos/logoipsum-286.svg"
1245
+ "img/logos/logoipsum-344.svg",
1246
+ "img/logos/logoipsum-347.svg",
1247
+ "img/logos/logoipsum-352.svg",
1248
+ "img/logos/logoipsum-356.svg",
1249
+ "img/logos/logoipsum-358.svg",
1250
+ "img/logos/logoipsum-369.svg"
1251
1251
  ]
1252
1252
  },
1253
1253
  "alt": {
@@ -2215,12 +2215,12 @@
2215
2215
  "title": "URL",
2216
2216
  "description": "The URL of the logo image",
2217
2217
  "examples": [
2218
- "img/logos/logoipsum-212.svg",
2219
- "img/logos/logoipsum-217.svg",
2220
- "img/logos/logoipsum-239.svg",
2221
- "img/logos/logoipsum-244.svg",
2222
- "img/logos/logoipsum-250.svg",
2223
- "img/logos/logoipsum-286.svg"
2218
+ "img/logos/logoipsum-344.svg",
2219
+ "img/logos/logoipsum-347.svg",
2220
+ "img/logos/logoipsum-352.svg",
2221
+ "img/logos/logoipsum-356.svg",
2222
+ "img/logos/logoipsum-358.svg",
2223
+ "img/logos/logoipsum-369.svg"
2224
2224
  ]
2225
2225
  },
2226
2226
  "alt": {
@@ -1,4 +1,4 @@
1
- import { BlogOverviewProps } from "../../BlogOverviewProps-7caa223c.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 };
@@ -1526,12 +1526,12 @@
1526
1526
  "title": "URL",
1527
1527
  "description": "The URL of the logo image",
1528
1528
  "examples": [
1529
- "img/logos/logoipsum-212.svg",
1530
- "img/logos/logoipsum-217.svg",
1531
- "img/logos/logoipsum-239.svg",
1532
- "img/logos/logoipsum-244.svg",
1533
- "img/logos/logoipsum-250.svg",
1534
- "img/logos/logoipsum-286.svg"
1529
+ "img/logos/logoipsum-344.svg",
1530
+ "img/logos/logoipsum-347.svg",
1531
+ "img/logos/logoipsum-352.svg",
1532
+ "img/logos/logoipsum-356.svg",
1533
+ "img/logos/logoipsum-358.svg",
1534
+ "img/logos/logoipsum-369.svg"
1535
1535
  ]
1536
1536
  },
1537
1537
  "alt": {
@@ -2499,12 +2499,12 @@
2499
2499
  "title": "URL",
2500
2500
  "description": "The URL of the logo image",
2501
2501
  "examples": [
2502
- "img/logos/logoipsum-212.svg",
2503
- "img/logos/logoipsum-217.svg",
2504
- "img/logos/logoipsum-239.svg",
2505
- "img/logos/logoipsum-244.svg",
2506
- "img/logos/logoipsum-250.svg",
2507
- "img/logos/logoipsum-286.svg"
2502
+ "img/logos/logoipsum-344.svg",
2503
+ "img/logos/logoipsum-347.svg",
2504
+ "img/logos/logoipsum-352.svg",
2505
+ "img/logos/logoipsum-356.svg",
2506
+ "img/logos/logoipsum-358.svg",
2507
+ "img/logos/logoipsum-369.svg"
2508
2508
  ]
2509
2509
  },
2510
2510
  "alt": {
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { HTMLAttributes } from "react";
3
- import { BlogTeaserProps } from "../../BlogTeaserProps-d62a0a9a.js";
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>>;
@@ -18,23 +18,23 @@
18
18
  --dsa-headline_h2__subheadline--font: var(--ks-font-copy-m);
19
19
  --dsa-headline_h2--space-after_large: var(--ks-spacing-stack-l);
20
20
  --dsa-headline_h2--space-after_small: var(--ks-spacing-stack-m);
21
- --dsa-headline_h2--space-after_minimum: var(--ks-spacing-stack-s);
21
+ --dsa-headline_h2--space-after_minimum: 0;
22
22
  --dsa-headline_h3--font: var(--ks-font-display-l);
23
23
  --dsa-headline_h3__subheadline--font: var(--ks-font-copy-m);
24
24
  --dsa-headline_h3--space-after_large: var(--ks-spacing-stack-m);
25
25
  --dsa-headline_h3--space-after_small: var(--ks-spacing-stack-s);
26
- --dsa-headline_h3--space-after_minimum: var(--ks-spacing-stack-xs);
26
+ --dsa-headline_h3--space-after_minimum: 0;
27
27
  --dsa-headline_h4--font: var(--ks-font-display-m);
28
28
  --dsa-headline_h4__subheadline--font: var(--ks-font-copy-s);
29
29
  --dsa-headline_h4--space-after_large: var(--ks-spacing-stack-m);
30
30
  --dsa-headline_h4--space-after_small: var(--ks-spacing-stack-s);
31
- --dsa-headline_h4--space-after_minimum: var(--ks-spacing-stack-xs);
31
+ --dsa-headline_h4--space-after_minimum: 0;
32
32
  --dsa-headline_p--font: var(--ks-font-copy-m);
33
33
  --dsa-headline__subheadline_p--font: var(--ks-font-copy-s);
34
34
  --dsa-headline_p__subheadline--font: var(--ks-font-copy-s);
35
35
  --dsa-headline_p--space-after_large: var(--ks-spacing-stack-xs);
36
36
  --dsa-headline_p--space-after_small: var(--ks-spacing-xxs);
37
- --dsa-headline_p--space-after_minimum: none;
37
+ --dsa-headline_p--space-after_minimum: 0;
38
38
  }
39
39
  @media (min-width: 48em) {
40
40
  :root, [ks-inverted], [ks-theme] {
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { HTMLAttributes } from "react";
3
- import { ImageStoryProps } from "../../ImageStoryProps-00ddee3a.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>>;
@@ -30,7 +30,7 @@ interface SettingsProps {
30
30
  iconSprite?: IconSprite;
31
31
  }
32
32
  export * from "../../BlogPostProps-c760fd2a.js";
33
- export * from "../../BlogOverviewProps-7caa223c.js";
34
- export * from "../../PageProps-7caa223c.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";
@@ -8,8 +8,8 @@
8
8
  --dsa-logos__tagline--font: var(--dsa-headline_h3--font);
9
9
  --dsa-logos__tagline--font-weight: var(--dsa-headline--font-weight);
10
10
  --dsa-logos__tagline--color: var(--dsa-headline--color);
11
- --dsa-logos__grid--gap-horizontal: var(--ks-spacing-inline-l);
12
- --dsa-logos__grid--gap-vertical: var(--ks-spacing-stack-s);
11
+ --dsa-logos__grid--gap-horizontal: var(--ks-spacing-xxl);
12
+ --dsa-logos__grid--gap-vertical: var(--ks-spacing-stack-m);
13
13
  --dsa-logos__grid_mobile--cols: 2;
14
14
  --dsa-logos__grid_tablet--cols: 3;
15
15
  }
@@ -28,12 +28,12 @@
28
28
  "title": "URL",
29
29
  "description": "The URL of the logo image",
30
30
  "examples": [
31
- "img/logos/logoipsum-212.svg",
32
- "img/logos/logoipsum-217.svg",
33
- "img/logos/logoipsum-239.svg",
34
- "img/logos/logoipsum-244.svg",
35
- "img/logos/logoipsum-250.svg",
36
- "img/logos/logoipsum-286.svg"
31
+ "img/logos/logoipsum-344.svg",
32
+ "img/logos/logoipsum-347.svg",
33
+ "img/logos/logoipsum-352.svg",
34
+ "img/logos/logoipsum-356.svg",
35
+ "img/logos/logoipsum-358.svg",
36
+ "img/logos/logoipsum-369.svg"
37
37
  ]
38
38
  },
39
39
  "alt": {
@@ -26,12 +26,12 @@
26
26
  "title": "URL",
27
27
  "description": "The URL of the logo image",
28
28
  "examples": [
29
- "img/logos/logoipsum-212.svg",
30
- "img/logos/logoipsum-217.svg",
31
- "img/logos/logoipsum-239.svg",
32
- "img/logos/logoipsum-244.svg",
33
- "img/logos/logoipsum-250.svg",
34
- "img/logos/logoipsum-286.svg"
29
+ "img/logos/logoipsum-344.svg",
30
+ "img/logos/logoipsum-347.svg",
31
+ "img/logos/logoipsum-352.svg",
32
+ "img/logos/logoipsum-356.svg",
33
+ "img/logos/logoipsum-358.svg",
34
+ "img/logos/logoipsum-369.svg"
35
35
  ]
36
36
  },
37
37
  "alt": {
@@ -1,4 +1,4 @@
1
- import { PageProps } from "../../PageProps-7caa223c.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 };
@@ -1242,12 +1242,12 @@
1242
1242
  "title": "URL",
1243
1243
  "description": "The URL of the logo image",
1244
1244
  "examples": [
1245
- "img/logos/logoipsum-212.svg",
1246
- "img/logos/logoipsum-217.svg",
1247
- "img/logos/logoipsum-239.svg",
1248
- "img/logos/logoipsum-244.svg",
1249
- "img/logos/logoipsum-250.svg",
1250
- "img/logos/logoipsum-286.svg"
1245
+ "img/logos/logoipsum-344.svg",
1246
+ "img/logos/logoipsum-347.svg",
1247
+ "img/logos/logoipsum-352.svg",
1248
+ "img/logos/logoipsum-356.svg",
1249
+ "img/logos/logoipsum-358.svg",
1250
+ "img/logos/logoipsum-369.svg"
1251
1251
  ]
1252
1252
  },
1253
1253
  "alt": {
@@ -2215,12 +2215,12 @@
2215
2215
  "title": "URL",
2216
2216
  "description": "The URL of the logo image",
2217
2217
  "examples": [
2218
- "img/logos/logoipsum-212.svg",
2219
- "img/logos/logoipsum-217.svg",
2220
- "img/logos/logoipsum-239.svg",
2221
- "img/logos/logoipsum-244.svg",
2222
- "img/logos/logoipsum-250.svg",
2223
- "img/logos/logoipsum-286.svg"
2218
+ "img/logos/logoipsum-344.svg",
2219
+ "img/logos/logoipsum-347.svg",
2220
+ "img/logos/logoipsum-352.svg",
2221
+ "img/logos/logoipsum-356.svg",
2222
+ "img/logos/logoipsum-358.svg",
2223
+ "img/logos/logoipsum-369.svg"
2224
2224
  ]
2225
2225
  },
2226
2226
  "alt": {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 30 Jun 2025 12:04:58 GMT
3
+ * Generated on Tue, 01 Jul 2025 10:51:34 GMT
4
4
  */
5
5
  :root, [ks-theme] {
6
6
  --ks-background-color-accent-base: var(--ks-color-fg-to-bg-9-base);