@kickstartds/ds-agency-premium 1.6.71--canary.45.1764.0 → 1.6.71--canary.45.1768.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.
@@ -4,7 +4,7 @@
4
4
  * and run json-schema-to-typescript to regenerate this file.
5
5
  */
6
6
  import { BlogHeadProps } from "./BlogHeadProps-c04a5ed8.js";
7
- import { BlogAsideProps } from "./BlogAsideProps-c760fd2a.js";
7
+ import { BlogAsideProps } from "./BlogAsideProps-fb0241df.js";
8
8
  import { SectionProps } from "./SectionProps-7caa223c.js";
9
9
  import { CtaProps } from "./CtaProps-babe4ee6.js";
10
10
  import { SeoProps } from "./SeoProps-f2d6dcaa.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-40f6c7f5.js";
12
12
  import { HtmlProps } from "./HtmlProps-9d091769.js";
13
- import { ImageStoryProps } from "./ImageStoryProps-e853e1e7.js";
13
+ import { ImageStoryProps } from "./ImageStoryProps-00ddee3a.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,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { HTMLAttributes } from "react";
3
- import { BlogAsideProps } from "../../BlogAsideProps-c760fd2a.js";
3
+ import { BlogAsideProps } from "../../BlogAsideProps-fb0241df.js";
4
4
  declare const BlogAsideContextDefault: import("react").ForwardRefExoticComponent<BlogAsideProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
5
5
  declare const BlogAsideContext: import("react").Context<import("react").ForwardRefExoticComponent<BlogAsideProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>>;
6
6
  declare const BlogAside: import("react").ForwardRefExoticComponent<BlogAsideProps & import("react").RefAttributes<HTMLDivElement>>;
@@ -1,4 +1,4 @@
1
- import { BlogOverviewProps } from "../../BlogOverviewProps-9f207f1c.js";
1
+ import { BlogOverviewProps } from "../../BlogOverviewProps-7caa223c.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-6b3cff22.js";
1
+ import { BlogPostProps } from "../../BlogPostProps-7caa223c.js";
2
2
  import { FC, PropsWithChildren } from "react";
3
3
  declare const BlogPost: FC<PropsWithChildren<BlogPostProps>>;
4
4
  export type { BlogPostProps };
@@ -30,7 +30,7 @@ import '@kickstartds/base/lib/button';
30
30
  import '../button-group/index.js';
31
31
  import '@kickstartds/base/lib/button-group';
32
32
 
33
- const BlogPost = ({ head, content, aside, cta, children, }) => (jsxs(Fragment, { children: [jsx(Section, { width: "wide", children: jsx(SplitWeighted, { sticky: true, mainLayout: {
33
+ const BlogPost = ({ head, content, aside, cta, children, }) => (jsxs(Fragment, { children: [jsx(Section, { width: "wide", children: jsx(SplitWeighted, { sticky: true, horizontalGutter: "large", mainLayout: {
34
34
  minWidth: "narrow",
35
35
  }, main: jsxs(Fragment, { children: [head && jsx(BlogHead, { ...head }), content ? jsx(Text, { text: content }) : children] }), context: aside && jsx(BlogAside, { ...aside }) }) }), cta && (jsx(Fragment, { children: jsx(Section, { backgroundColor: "accent", content: { mode: "list" }, children: jsx(Cta, { ...cta }) }) }))] }));
36
36
  BlogPost.displayName = "BlogPost";
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { HTMLAttributes } from "react";
3
- import { ImageStoryProps } from "../../ImageStoryProps-e853e1e7.js";
3
+ import { ImageStoryProps } from "../../ImageStoryProps-00ddee3a.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-6b3cff22.js";
33
- export * from "../../BlogOverviewProps-9f207f1c.js";
34
- export * from "../../PageProps-aa29c554.js";
32
+ export * from "../../BlogPostProps-7caa223c.js";
33
+ export * from "../../BlogOverviewProps-7caa223c.js";
34
+ export * from "../../PageProps-7caa223c.js";
35
35
  export { IconSprite, SettingsProps };
36
36
  export * from "../../EventDetailProps-42a7eebe.js";
@@ -1,4 +1,4 @@
1
- import { PageProps } from "../../PageProps-aa29c554.js";
1
+ import { PageProps } from "../../PageProps-7caa223c.js";
2
2
  import { FC, PropsWithChildren } from "react";
3
3
  declare const Page: FC<PropsWithChildren<PageProps>>;
4
4
  export type { PageProps };
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 02 Jul 2025 12:31:15 GMT
3
+ * Generated on Wed, 02 Jul 2025 12:38:34 GMT
4
4
  */
5
5
  :root, [ks-theme] {
6
6
  --ks-background-color-accent-base: var(--ks-color-fg-to-bg-9-base);
@@ -3591,12 +3591,12 @@
3591
3591
  "id": "layout-split-even--text-with-logos",
3592
3592
  "group": "Layout/Split Even",
3593
3593
  "name": "TextWithLogos",
3594
- "code": "<SplitEven\n contentGutter=\"small\"\n contentMinWidth=\"medium\"\n first={<><Cta buttons={[{label: 'Learn more'}]} headline=\"Discover our solutions for Industry 4.0\" text=\"We help companies make their production processes more efficient and future-proof through digitalization, automation, and smart technologies. Rely on our many years of experience in the industrial sector.\n\nRevolutionize your manufacturing with our tailored solutions designed to meet the specific needs of your industry.\"/></>}\n horizontalGutter=\"default\"\n mobileLayout=\"stack\"\n second={<><Logos logo={[{alt: 'Logo 1', src: 'img/logos/logoipsum-344.svg'}, {alt: 'Logo 2', src: 'img/logos/logoipsum-347.svg'}, {alt: 'Logo 3', src: 'img/logos/logoipsum-352.svg'}, {alt: 'Logo 4', src: 'img/logos/logoipsum-356.svg'}, {alt: 'Logo 5', src: 'img/logos/logoipsum-358.svg'}, {alt: 'Logo 6', src: 'img/logos/logoipsum-369.svg'}]} logosPerRow={3}/></>}\n sectionMinWidth=\"wide\"\n verticalAlign=\"center\"\n verticalGutter=\"default\"\n/>",
3594
+ "code": "<SplitEven\n contentGutter=\"small\"\n contentMinWidth=\"medium\"\n first={<><Cta buttons={[{label: 'Learn more'}]} headline=\"Discover our solutions for Industry 4.0\" highlightText text=\"We help companies make their production processes more efficient and future-proof through digitalization, automation, and smart technologies. Rely on our many years of experience in the industrial sector.\n\nRevolutionize your manufacturing with our tailored solutions designed to meet the specific needs of your industry.\"/><Cta buttons={[{label: 'Learn more'}]} headline=\"Discover our solutions for Industry 4.0\" highlightText text=\"We help companies make their production processes more efficient and future-proof through digitalization, automation, and smart technologies. Rely on our many years of experience in the industrial sector.\n\nRevolutionize your manufacturing with our tailored solutions designed to meet the specific needs of your industry.\"/><Cta buttons={[{label: 'Learn more'}]} headline=\"Discover our solutions for Industry 4.0\" highlightText text=\"We help companies make their production processes more efficient and future-proof through digitalization, automation, and smart technologies. Rely on our many years of experience in the industrial sector.\n\nRevolutionize your manufacturing with our tailored solutions designed to meet the specific needs of your industry.\"/><Cta buttons={[{label: 'Learn more'}]} headline=\"Discover our solutions for Industry 4.0\" highlightText text=\"We help companies make their production processes more efficient and future-proof through digitalization, automation, and smart technologies. Rely on our many years of experience in the industrial sector.\n\nRevolutionize your manufacturing with our tailored solutions designed to meet the specific needs of your industry.\"/></>}\n horizontalGutter=\"default\"\n mobileLayout=\"stack\"\n second={<><Logos logo={[{alt: 'Logo 1', src: 'img/logos/logoipsum-344.svg'}, {alt: 'Logo 2', src: 'img/logos/logoipsum-347.svg'}, {alt: 'Logo 3', src: 'img/logos/logoipsum-352.svg'}, {alt: 'Logo 4', src: 'img/logos/logoipsum-356.svg'}, {alt: 'Logo 5', src: 'img/logos/logoipsum-358.svg'}, {alt: 'Logo 6', src: 'img/logos/logoipsum-369.svg'}]} logosPerRow={3}/></>}\n sectionMinWidth=\"wide\"\n verticalAlign=\"sticky\"\n verticalGutter=\"default\"\n/>",
3595
3595
  "args": {
3596
3596
  "contentMinWidth": "medium",
3597
3597
  "contentGutter": "small",
3598
3598
  "mobileLayout": "stack",
3599
- "verticalAlign": "center",
3599
+ "verticalAlign": "sticky",
3600
3600
  "verticalGutter": "default",
3601
3601
  "horizontalGutter": "default",
3602
3602
  "sectionMinWidth": "wide",
@@ -3604,21 +3604,72 @@
3604
3604
  "key": null,
3605
3605
  "ref": null,
3606
3606
  "props": {
3607
- "children": {
3608
- "type": {},
3609
- "key": null,
3610
- "ref": null,
3611
- "props": {
3612
- "headline": "Discover our solutions for Industry 4.0",
3613
- "text": "We help companies make their production processes more efficient and future-proof through digitalization, automation, and smart technologies. Rely on our many years of experience in the industrial sector.\n\nRevolutionize your manufacturing with our tailored solutions designed to meet the specific needs of your industry.",
3614
- "buttons": [
3615
- {
3616
- "label": "Learn more"
3617
- }
3618
- ]
3607
+ "children": [
3608
+ {
3609
+ "type": {},
3610
+ "key": null,
3611
+ "ref": null,
3612
+ "props": {
3613
+ "highlightText": true,
3614
+ "headline": "Discover our solutions for Industry 4.0",
3615
+ "text": "We help companies make their production processes more efficient and future-proof through digitalization, automation, and smart technologies. Rely on our many years of experience in the industrial sector.\n\nRevolutionize your manufacturing with our tailored solutions designed to meet the specific needs of your industry.",
3616
+ "buttons": [
3617
+ {
3618
+ "label": "Learn more"
3619
+ }
3620
+ ]
3621
+ },
3622
+ "_owner": null
3619
3623
  },
3620
- "_owner": null
3621
- }
3624
+ {
3625
+ "type": {},
3626
+ "key": null,
3627
+ "ref": null,
3628
+ "props": {
3629
+ "highlightText": true,
3630
+ "headline": "Discover our solutions for Industry 4.0",
3631
+ "text": "We help companies make their production processes more efficient and future-proof through digitalization, automation, and smart technologies. Rely on our many years of experience in the industrial sector.\n\nRevolutionize your manufacturing with our tailored solutions designed to meet the specific needs of your industry.",
3632
+ "buttons": [
3633
+ {
3634
+ "label": "Learn more"
3635
+ }
3636
+ ]
3637
+ },
3638
+ "_owner": null
3639
+ },
3640
+ {
3641
+ "type": {},
3642
+ "key": null,
3643
+ "ref": null,
3644
+ "props": {
3645
+ "highlightText": true,
3646
+ "headline": "Discover our solutions for Industry 4.0",
3647
+ "text": "We help companies make their production processes more efficient and future-proof through digitalization, automation, and smart technologies. Rely on our many years of experience in the industrial sector.\n\nRevolutionize your manufacturing with our tailored solutions designed to meet the specific needs of your industry.",
3648
+ "buttons": [
3649
+ {
3650
+ "label": "Learn more"
3651
+ }
3652
+ ]
3653
+ },
3654
+ "_owner": null
3655
+ },
3656
+ {
3657
+ "type": {},
3658
+ "key": null,
3659
+ "ref": null,
3660
+ "props": {
3661
+ "highlightText": true,
3662
+ "headline": "Discover our solutions for Industry 4.0",
3663
+ "text": "We help companies make their production processes more efficient and future-proof through digitalization, automation, and smart technologies. Rely on our many years of experience in the industrial sector.\n\nRevolutionize your manufacturing with our tailored solutions designed to meet the specific needs of your industry.",
3664
+ "buttons": [
3665
+ {
3666
+ "label": "Learn more"
3667
+ }
3668
+ ]
3669
+ },
3670
+ "_owner": null
3671
+ }
3672
+ ]
3622
3673
  },
3623
3674
  "_owner": null
3624
3675
  },
@@ -13,7 +13,7 @@ import { FeaturesProps } from "../../FeaturesProps-a9041d97.js";
13
13
  import { GalleryProps } from "../../GalleryProps-76e7de44.js";
14
14
  import { HeroProps } from "../../HeroProps-40f6c7f5.js";
15
15
  import { HtmlProps } from "../../HtmlProps-9d091769.js";
16
- import { ImageStoryProps } from "../../ImageStoryProps-e853e1e7.js";
16
+ import { ImageStoryProps } from "../../ImageStoryProps-00ddee3a.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";
@@ -38,7 +38,7 @@ type MobileLayout = "stack" | "stackReverse";
38
38
  /**
39
39
  * Aligns the content vertically within the sections
40
40
  */
41
- type VerticalAlignment = "top" | "center" | "bottom";
41
+ type VerticalAlignment = "top" | "center" | "bottom" | "sticky";
42
42
  /**
43
43
  * Sets the vertical space between the content of the split layout
44
44
  */
@@ -2,6 +2,6 @@ import "./split-even.css";
2
2
  import { jsxs, jsx } from 'react/jsx-runtime';
3
3
  import classnames from 'classnames';
4
4
 
5
- const SplitEven = ({ mobileLayout = "stack", contentMinWidth = "medium", verticalAlign = "top", horizontalGutter = "default", verticalGutter = "default", contentGutter = "default", first, second, }) => (jsxs("div", { className: classnames("l-split-even", mobileLayout === "stackReverse" && "l-split-even--mobile_stack-reverse", horizontalGutter && `l-split-even--h-gutter-${horizontalGutter}`, verticalGutter && `l-split-even--v-gutter-${verticalGutter}`, contentMinWidth && `l-split-even--width-${contentMinWidth}`, verticalAlign && `l-split-even--align-${verticalAlign}`), children: [jsx("div", { className: classnames("l-split-even__content l-split-even__content--first", contentGutter && `l-split-even__content--gutter-${contentGutter}`), children: first }), jsx("div", { className: classnames("l-split-even__content l-split-even__content--second", contentGutter && `l-split-even__content--gutter-${contentGutter}`), children: second })] }));
5
+ const SplitEven = ({ mobileLayout = "stack", contentMinWidth = "medium", verticalAlign = "top", horizontalGutter = "default", verticalGutter = "default", contentGutter = "default", first, second, }) => (jsxs("div", { className: classnames("l-split-even", mobileLayout === "stackReverse" && "l-split-even--mobile_stack-reverse", horizontalGutter && `l-split-even--h-gutter-${horizontalGutter}`, verticalGutter && `l-split-even--v-gutter-${verticalGutter}`, contentMinWidth && `l-split-even--width-${contentMinWidth}`, verticalAlign && `l-split-even--align-${verticalAlign}`), children: [jsx("div", { className: classnames("l-split-even__content l-split-even__content--first", contentGutter && `l-split-even__content--gutter-${contentGutter}`), children: verticalAlign === "sticky" ? (jsx("div", { className: "l-split-even__sticky-container", children: first })) : (first) }), jsx("div", { className: classnames("l-split-even__content l-split-even__content--second", contentGutter && `l-split-even__content--gutter-${contentGutter}`), children: verticalAlign === "sticky" ? (jsx("div", { className: "l-split-even__sticky-container", children: second })) : (second) })] }));
6
6
 
7
7
  export { SplitEven };
@@ -1,4 +1,5 @@
1
1
  .l-split-even {
2
+ --dsa-split-even--sticky-margin: var(--ks-spacing-stack-xl);
2
3
  --dsa-split-even--v-gutter_default: var(--ks-spacing-stack-m);
3
4
  --dsa-split-even--v-gutter_small: var(--ks-spacing-stack-l);
4
5
  --dsa-split-even--v-gutter_large: var(--dsa-content--vertical-spacing);
@@ -65,6 +66,14 @@
65
66
  .l-split-even--align-bottom {
66
67
  align-items: flex-end;
67
68
  }
69
+ .l-split-even--align-sticky {
70
+ position: relative;
71
+ }
72
+ .l-split-even--align-sticky .l-split-even__sticky-container {
73
+ position: sticky;
74
+ top: var(--dsa-split-even--sticky-margin, var(--ks-spacing-stack-xl));
75
+ height: fit-content;
76
+ }
68
77
  .l-split-even--mobile_stack-reverse {
69
78
  flex-wrap: wrap-reverse;
70
79
  }
@@ -44,7 +44,8 @@
44
44
  "enum": [
45
45
  "top",
46
46
  "center",
47
- "bottom"
47
+ "bottom",
48
+ "sticky"
48
49
  ],
49
50
  "default": "top"
50
51
  },
@@ -29,7 +29,7 @@
29
29
  "title": "Vertical Alignment",
30
30
  "type": "string",
31
31
  "description": "Aligns the content vertically within the sections",
32
- "enum": ["top", "center", "bottom"],
32
+ "enum": ["top", "center", "bottom", "sticky"],
33
33
  "default": "top"
34
34
  },
35
35
  "verticalGutter": {
@@ -13,7 +13,7 @@ import { FeaturesProps } from "../../FeaturesProps-a9041d97.js";
13
13
  import { GalleryProps } from "../../GalleryProps-76e7de44.js";
14
14
  import { HeroProps } from "../../HeroProps-40f6c7f5.js";
15
15
  import { HtmlProps } from "../../HtmlProps-9d091769.js";
16
- import { ImageStoryProps } from "../../ImageStoryProps-e853e1e7.js";
16
+ import { ImageStoryProps } from "../../ImageStoryProps-00ddee3a.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";
@@ -1,5 +1,5 @@
1
1
  .l-split-weighted {
2
- --dsa-split-weighted--sticky-margin: var(--ks-spacing-stack-l);
2
+ --dsa-split-weighted--sticky-margin: var(--ks-spacing-stack-xl);
3
3
  --dsa-split-weighted--v-gutter_default: var(--ks-spacing-stack-m);
4
4
  --dsa-split-weighted--v-gutter_small: var(--ks-spacing-stack-l);
5
5
  --dsa-split-weighted--v-gutter_large: var(--dsa-content--vertical-spacing);
@@ -32,7 +32,7 @@
32
32
  }
33
33
  .l-split-weighted--sticky .l-split-weighted__sticky-container {
34
34
  position: sticky;
35
- top: var(--dsa-split-weighted--sticky-margin, var(--ks-spacing-stack-l));
35
+ top: var(--dsa-split-weighted--sticky-margin, var(--ks-spacing-stack-xl));
36
36
  height: fit-content;
37
37
  }
38
38
  .l-split-weighted--desktop-context-first {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 02 Jul 2025 12:31:18 GMT
3
+ * Generated on Wed, 02 Jul 2025 12:38:36 GMT
4
4
  */
5
5
  :root [ks-theme=business] {
6
6
  --ks-background-color-accent-base: var(--ks-color-primary-to-bg-8-base);
@@ -2727,7 +2727,7 @@
2727
2727
  }
2728
2728
  /**
2729
2729
  * Do not edit directly
2730
- * Generated on Wed, 02 Jul 2025 12:31:22 GMT
2730
+ * Generated on Wed, 02 Jul 2025 12:38:41 GMT
2731
2731
  */
2732
2732
  :root [ks-theme=google] {
2733
2733
  --ks-background-color-accent-base: var(--ks-color-primary-to-bg-8-base);
@@ -5458,7 +5458,7 @@
5458
5458
  }
5459
5459
  /**
5460
5460
  * Do not edit directly
5461
- * Generated on Wed, 02 Jul 2025 12:31:20 GMT
5461
+ * Generated on Wed, 02 Jul 2025 12:38:39 GMT
5462
5462
  */
5463
5463
  :root [ks-theme=ngo] {
5464
5464
  --ks-background-color-accent-base: var(--ks-color-primary-to-bg-8-base);
@@ -8459,7 +8459,7 @@
8459
8459
  }
8460
8460
  /**
8461
8461
  * Do not edit directly
8462
- * Generated on Wed, 02 Jul 2025 12:31:24 GMT
8462
+ * Generated on Wed, 02 Jul 2025 12:38:43 GMT
8463
8463
  */
8464
8464
  :root [ks-theme=telekom] {
8465
8465
  --ks-background-color-accent-base: var(--ks-color-primary-to-bg-8-base);
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 02 Jul 2025 12:31:15 GMT
3
+ * Generated on Wed, 02 Jul 2025 12:38:34 GMT
4
4
  */
5
5
 
6
6
  :root, [ks-theme] {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 02 Jul 2025 12:31:16 GMT
3
+ * Generated on Wed, 02 Jul 2025 12:38:34 GMT
4
4
  */
5
5
 
6
6
  export const KsBackgroundColorAccentBase = "#f3f3f4";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kickstartds/ds-agency-premium",
3
- "version": "1.6.71--canary.45.1764.0",
3
+ "version": "1.6.71--canary.45.1768.0",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/kickstartDS/ds-agency-premium#readme",
6
6
  "bugs": {