@kickstartds/ds-agency-premium 1.6.70--canary.45.1748.0 → 1.6.71--canary.45.1756.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 (25) hide show
  1. package/dist/{BlogOverviewProps-9f207f1c.d.ts → BlogOverviewProps-7caa223c.d.ts} +2 -2
  2. package/dist/{BlogPostProps-6b3cff22.d.ts → BlogPostProps-c760fd2a.d.ts} +2 -2
  3. package/dist/{PageProps-aa29c554.d.ts → PageProps-7caa223c.d.ts} +1 -1
  4. package/dist/{SectionProps-7caa223c.d.ts → SectionProps-00ddee3a.d.ts} +1 -1
  5. package/dist/components/blog-head/index.d.ts +1 -1
  6. package/dist/components/blog-overview/index.d.ts +1 -1
  7. package/dist/components/blog-post/index.d.ts +1 -1
  8. package/dist/components/blog-teaser/index.d.ts +1 -1
  9. package/dist/components/image-story/index.d.ts +1 -1
  10. package/dist/components/index/index.d.ts +3 -3
  11. package/dist/components/page/index.d.ts +1 -1
  12. package/dist/components/page-wrapper/tokens.css +1 -1
  13. package/dist/components/section/index.d.ts +1 -1
  14. package/dist/components/split-even/index.d.ts +42 -0
  15. package/dist/components/split-even/index.js +7 -0
  16. package/dist/components/split-even/split-even.css +85 -0
  17. package/dist/components/split-even/split-even.schema.dereffed.json +62 -0
  18. package/dist/components/split-even/split-even.schema.json +43 -0
  19. package/dist/tokens/themes.css +4 -4
  20. package/dist/tokens/tokens.css +1 -1
  21. package/dist/tokens/tokens.js +1 -1
  22. package/package.json +1 -1
  23. /package/dist/{BlogHeadProps-c04a5ed8.d.ts → BlogHeadProps-f5855e93.d.ts} +0 -0
  24. /package/dist/{BlogTeaserProps-f5855e93.d.ts → BlogTeaserProps-d62a0a9a.d.ts} +0 -0
  25. /package/dist/{ImageStoryProps-e853e1e7.d.ts → ImageStoryProps-00ddee3a.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-7caa223c.js";
7
- import { BlogTeaserProps } from "./BlogTeaserProps-f5855e93.js";
6
+ import { SectionProps } from "./SectionProps-00ddee3a.js";
7
+ import { BlogTeaserProps } from "./BlogTeaserProps-d62a0a9a.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-c04a5ed8.js";
6
+ import { BlogHeadProps } from "./BlogHeadProps-f5855e93.js";
7
7
  import { BlogAsideProps } from "./BlogAsideProps-c760fd2a.js";
8
- import { SectionProps } from "./SectionProps-7caa223c.js";
8
+ import { SectionProps } from "./SectionProps-00ddee3a.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-7caa223c.js";
6
+ import { SectionProps } from "./SectionProps-00ddee3a.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-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,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import { BlogHeadProps } from "../../BlogHeadProps-c04a5ed8.js";
2
+ import { BlogHeadProps } from "../../BlogHeadProps-f5855e93.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>>;
@@ -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-c760fd2a.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-f5855e93.js";
3
+ import { BlogTeaserProps } from "../../BlogTeaserProps-d62a0a9a.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>>;
@@ -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-c760fd2a.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 Fri, 27 Jun 2025 09:42:30 GMT
3
+ * Generated on Mon, 30 Jun 2025 12:04:58 GMT
4
4
  */
5
5
  :root, [ks-theme] {
6
6
  --ks-background-color-accent-base: var(--ks-color-fg-to-bg-9-base);
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { HTMLAttributes, FC, PropsWithChildren } from "react";
3
- import { SectionProps } from "../../SectionProps-7caa223c.js";
3
+ import { SectionProps } from "../../SectionProps-00ddee3a.js";
4
4
  declare const SectionContextDefault: import("react").ForwardRefExoticComponent<SectionProps & Omit<HTMLAttributes<HTMLElement>, "style" | "content"> & import("react").RefAttributes<HTMLDivElement>>;
5
5
  declare const SectionContext: import("react").Context<import("react").ForwardRefExoticComponent<SectionProps & Omit<HTMLAttributes<HTMLElement>, "style" | "content"> & import("react").RefAttributes<HTMLDivElement>>>;
6
6
  declare const Section: import("react").ForwardRefExoticComponent<SectionProps & Omit<HTMLAttributes<HTMLElement>, "style" | "content"> & import("react").RefAttributes<HTMLDivElement>>;
@@ -0,0 +1,42 @@
1
+ /// <reference types="react" />
2
+ import { FC } from "react";
3
+ /* eslint-disable */
4
+ /**
5
+ * This file was automatically generated by json-schema-to-typescript.
6
+ * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
7
+ * and run json-schema-to-typescript to regenerate this file.
8
+ */
9
+ /**
10
+ * Sets the minimum width for each section in the split layout
11
+ */
12
+ type SectionMinimumWidth = "narrow" | "medium" | "wide";
13
+ /**
14
+ * Determines the layout of the sections on mobile devices
15
+ */
16
+ type MobileLayout = "stack" | "stackReverse";
17
+ /**
18
+ * Enable sticky positioning for the sections
19
+ */
20
+ type Sticky = boolean;
21
+ /**
22
+ * Aligns the content vertically within the sections
23
+ */
24
+ type VerticalAlignment = "top" | "center" | "bottom";
25
+ /**
26
+ * The space between the two sections
27
+ */
28
+ type Gutter = "large" | "default" | "small" | "none";
29
+ interface SplitEvenProps {
30
+ sectionMinWidth?: SectionMinimumWidth;
31
+ mobileLayout?: MobileLayout;
32
+ sticky?: Sticky;
33
+ verticalAlign?: VerticalAlignment;
34
+ gutter?: Gutter;
35
+ }
36
+ interface ComponentProps {
37
+ firstSection?: React.ReactNode;
38
+ secondSection?: React.ReactNode;
39
+ }
40
+ type SplitEvenComponentProps = SplitEvenProps & ComponentProps;
41
+ declare const SplitEven: FC<SplitEvenComponentProps>;
42
+ export { ComponentProps, SplitEvenComponentProps, SplitEven };
@@ -0,0 +1,7 @@
1
+ import "./split-even.css";
2
+ import { jsxs, jsx } from 'react/jsx-runtime';
3
+ import classnames from 'classnames';
4
+
5
+ const SplitEven = ({ mobileLayout = "stack", sectionMinWidth = "medium", verticalAlign = "top", gutter = "default", sticky = false, firstSection, secondSection, }) => (jsxs("div", { className: classnames("l-split-even", mobileLayout === "stackReverse" && "l-split-even--mobile_stack-reverse", gutter && `l-split-even--gutter-${gutter}`, sectionMinWidth && `l-split-even--width-${sectionMinWidth}`, verticalAlign && `l-split-even--align-${verticalAlign}`, `l-split-even--width-${secondSection}`, sticky && "l-split-even--sticky"), children: [jsx("div", { className: "l-split-even__section l-split-even__section--first", children: firstSection }), jsx("div", { className: "l-split-even__section l-split-even__section--second", children: secondSection })] }));
6
+
7
+ export { SplitEven };
@@ -0,0 +1,85 @@
1
+ .l-split-even {
2
+ --dsa-split-even--gutter_small: var(--ks-spacing-stack-s) var(--ks-spacing-inline-s);
3
+ --dsa-split-even--gutter_default: var(--ks-spacing-stack-m) var(--ks-spacing-inline-m);
4
+ --dsa-split-even--gutter_large: var(--ks-spacing-stack-l) var(--ks-spacing-inline-l);
5
+ --dsa-split-even__section--top-offset: var(--ks-spacing-stack-l);
6
+ --dsa-split-even__section--top-margin: var(--ks-spacing-stack-l);
7
+ --dsa-split-even__section--flex-basis_narrow: var(--dsa-tile--width_small);
8
+ --dsa-split-even__section--flex-basis_medium: var(--dsa-tile--width_medium);
9
+ --dsa-split-even__section--flex-basis_wide: var(--dsa-tile--width_large);
10
+ }
11
+
12
+ .l-split-even {
13
+ display: flex;
14
+ flex-wrap: wrap;
15
+ gap: var(--dsa-split-even--gutter);
16
+ }
17
+ .l-split-even--width-narrow {
18
+ --dsa-split-even__section--flex-basis: var(
19
+ --dsa-split-even__section--flex-basis_narrow,
20
+ var(--dsa-tile--width_small)
21
+ );
22
+ }
23
+ .l-split-even--width-medium {
24
+ --dsa-split-even__section--flex-basis: var(
25
+ --dsa-split-even__section--flex-basis_medium,
26
+ var(--dsa-tile--width_medium)
27
+ );
28
+ }
29
+ .l-split-even--width-wide {
30
+ --dsa-split-even__section--flex-basis: var(
31
+ --dsa-split-even__section--flex-basis_wide,
32
+ var(--dsa-tile--width_large)
33
+ );
34
+ }
35
+ .l-split-even--gutter-none {
36
+ --dsa-split-even--gutter: 0;
37
+ }
38
+ .l-split-even--gutter-default {
39
+ --dsa-split-even--gutter: var(
40
+ --dsa-split-even--gutter_default,
41
+ var(--ks-spacing-stack-m) var(--ks-spacing-inline-m)
42
+ );
43
+ }
44
+ .l-split-even--gutter-small {
45
+ --dsa-split-even--gutter: var(
46
+ --dsa-split-even--gutter_small,
47
+ var(--ks-spacing-stack-s) var(--ks-spacing-inline-s)
48
+ );
49
+ }
50
+ .l-split-even--gutter-large {
51
+ --dsa-split-even--gutter: var(
52
+ --dsa-split-even--gutter_large,
53
+ var(--ks-spacing-stack-l) var(--ks-spacing-inline-l)
54
+ );
55
+ }
56
+ .l-split-even--align-top {
57
+ align-items: flex-start;
58
+ }
59
+ .l-split-even--align-center {
60
+ align-items: center;
61
+ }
62
+ .l-split-even--align-bottom {
63
+ align-items: flex-end;
64
+ }
65
+ .l-split-even--sticky {
66
+ position: relative;
67
+ overflow: visible;
68
+ }
69
+ .l-split-even--sticky .l-split-even__section {
70
+ height: fit-content;
71
+ position: sticky;
72
+ top: 0;
73
+ }
74
+ .l-split-even--mobile_stack-reverse {
75
+ flex-wrap: wrap-reverse;
76
+ }
77
+ .l-split-even--mobile_stack-reverse.l-split-even--align-top {
78
+ align-items: flex-end;
79
+ }
80
+ .l-split-even--mobile_stack-reverse.l-split-even--align-bottom {
81
+ align-items: flex-start;
82
+ }
83
+ .l-split-even__section {
84
+ flex: 1 1 var(--dsa-split-even__section--flex-basis);
85
+ }
@@ -0,0 +1,62 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
3
+ "$id": "http://schema.mydesignsystem.com/split-even.schema.json",
4
+ "title": "Split Even",
5
+ "type": "object",
6
+ "properties": {
7
+ "sectionMinWidth": {
8
+ "title": "Section Minimum Width",
9
+ "description": "Sets the minimum width for each section in the split layout",
10
+ "type": "string",
11
+ "enum": [
12
+ "narrow",
13
+ "medium",
14
+ "wide"
15
+ ],
16
+ "default": "medium"
17
+ },
18
+ "mobileLayout": {
19
+ "title": "Mobile Layout",
20
+ "description": "Determines the layout of the sections on mobile devices",
21
+ "type": "string",
22
+ "enum": [
23
+ "stack",
24
+ "stackReverse"
25
+ ],
26
+ "default": "stack"
27
+ },
28
+ "sticky": {
29
+ "title": "Sticky",
30
+ "type": "boolean",
31
+ "description": "Enable sticky positioning for the sections",
32
+ "default": false
33
+ },
34
+ "verticalAlign": {
35
+ "title": "Vertical Alignment",
36
+ "type": "string",
37
+ "description": "Aligns the content vertically within the sections",
38
+ "enum": [
39
+ "top",
40
+ "center",
41
+ "bottom"
42
+ ],
43
+ "default": "top"
44
+ },
45
+ "gutter": {
46
+ "title": "Gutter",
47
+ "type": "string",
48
+ "description": "The space between the two sections",
49
+ "enum": [
50
+ "large",
51
+ "default",
52
+ "small",
53
+ "none"
54
+ ],
55
+ "default": "default"
56
+ },
57
+ "type": {
58
+ "const": "split-even"
59
+ }
60
+ },
61
+ "additionalProperties": false
62
+ }
@@ -0,0 +1,43 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
3
+ "$id": "http://schema.mydesignsystem.com/split-even.schema.json",
4
+ "title": "Split Even",
5
+ "type": "object",
6
+ "properties": {
7
+ "sectionMinWidth": {
8
+ "title": "Section Minimum Width",
9
+ "description": "Sets the minimum width for each section in the split layout",
10
+ "type": "string",
11
+ "enum": ["narrow", "medium", "wide"],
12
+ "default": "medium"
13
+ },
14
+ "mobileLayout": {
15
+ "title": "Mobile Layout",
16
+ "description": "Determines the layout of the sections on mobile devices",
17
+ "type": "string",
18
+ "enum": ["stack", "stackReverse"],
19
+ "default": "stack"
20
+ },
21
+ "sticky": {
22
+ "title": "Sticky",
23
+ "type": "boolean",
24
+ "description": "Enable sticky positioning for the sections",
25
+ "default": false
26
+ },
27
+ "verticalAlign": {
28
+ "title": "Vertical Alignment",
29
+ "type": "string",
30
+ "description": "Aligns the content vertically within the sections",
31
+ "enum": ["top", "center", "bottom"],
32
+ "default": "top"
33
+ },
34
+ "gutter": {
35
+ "title": "Gutter",
36
+ "type": "string",
37
+ "description": "The space between the two sections",
38
+ "enum": ["large", "default", "small", "none"],
39
+ "default": "default"
40
+ }
41
+ },
42
+ "additionalProperties": false
43
+ }
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 27 Jun 2025 09:42:32 GMT
3
+ * Generated on Mon, 30 Jun 2025 12:05:01 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 Fri, 27 Jun 2025 09:42:37 GMT
2730
+ * Generated on Mon, 30 Jun 2025 12:05:04 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 Fri, 27 Jun 2025 09:42:35 GMT
5461
+ * Generated on Mon, 30 Jun 2025 12:05:03 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 Fri, 27 Jun 2025 09:42:40 GMT
8462
+ * Generated on Mon, 30 Jun 2025 12:05:06 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 Fri, 27 Jun 2025 09:42:30 GMT
3
+ * Generated on Mon, 30 Jun 2025 12:04:58 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 Fri, 27 Jun 2025 09:42:30 GMT
3
+ * Generated on Mon, 30 Jun 2025 12:04:59 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.70--canary.45.1748.0",
3
+ "version": "1.6.71--canary.45.1756.0",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/kickstartDS/ds-agency-premium#readme",
6
6
  "bugs": {