@kickstartds/ds-agency-premium 1.6.68--canary.1578.da53ae0.0 → 1.6.68--canary.1582.f41577e.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.
@@ -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-03ff6d21.js";
6
+ import { SectionProps } from "./SectionProps-a1b289ca.js";
7
7
  import { BlogTeaserProps } from "./BlogTeaserProps-f5855e93.js";
8
8
  import { CtaProps } from "./CtaProps-8a0dba0d.js";
9
9
  import { SeoProps } from "./SeoProps-f2d6dcaa.js";
@@ -5,7 +5,7 @@
5
5
  */
6
6
  import { BlogHeadProps } from "./BlogHeadProps-c04a5ed8.js";
7
7
  import { BlogAsideProps } from "./BlogAsideProps-d9decb7c.js";
8
- import { SectionProps } from "./SectionProps-03ff6d21.js";
8
+ import { SectionProps } from "./SectionProps-a1b289ca.js";
9
9
  import { CtaProps } from "./CtaProps-8a0dba0d.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-03ff6d21.js";
6
+ import { SectionProps } from "./SectionProps-a1b289ca.js";
7
7
  import { SeoProps } from "./SeoProps-f2d6dcaa.js";
8
8
  /**
9
9
  * Collection of sections (with their contents) to render on the page
@@ -28,7 +28,7 @@ type Width = "full" | "max" | "wide" | "default" | "narrow";
28
28
  /**
29
29
  * Style of background
30
30
  */
31
- type Style = "framed" | "eye-candy" | "colorful" | "accentTransition" | "boldTransition";
31
+ type Style = "framed" | "deko" | "colorful" | "accentTransition" | "boldTransition";
32
32
  /**
33
33
  * Color of background
34
34
  */
@@ -38,7 +38,7 @@
38
38
  "description": "Style of background",
39
39
  "enum": [
40
40
  "framed",
41
- "eye-candy",
41
+ "deko",
42
42
  "colorful",
43
43
  "accentTransition",
44
44
  "boldTransition"
@@ -1,4 +1,4 @@
1
- import { BlogOverviewProps } from "../../BlogOverviewProps-be148b48.js";
1
+ import { BlogOverviewProps } from "../../BlogOverviewProps-a1b289ca.js";
2
2
  import { FC, PropsWithChildren } from "react";
3
3
  declare const BlogOverview: FC<PropsWithChildren<BlogOverviewProps>>;
4
4
  export type { BlogOverviewProps };
@@ -314,7 +314,7 @@
314
314
  "description": "Style of background",
315
315
  "enum": [
316
316
  "framed",
317
- "eye-candy",
317
+ "deko",
318
318
  "colorful",
319
319
  "accentTransition",
320
320
  "boldTransition"
@@ -1,4 +1,4 @@
1
- import { BlogPostProps } from "../../BlogPostProps-d9decb7c.js";
1
+ import { BlogPostProps } from "../../BlogPostProps-a1b289ca.js";
2
2
  import { FC, PropsWithChildren } from "react";
3
3
  declare const BlogPost: FC<PropsWithChildren<BlogPostProps>>;
4
4
  export type { BlogPostProps };
@@ -29,7 +29,7 @@ interface SettingsProps {
29
29
  seo: SeoProps;
30
30
  iconSprite?: IconSprite;
31
31
  }
32
- export * from "../../BlogPostProps-d9decb7c.js";
33
- export * from "../../BlogOverviewProps-be148b48.js";
34
- export * from "../../PageProps-be148b48.js";
32
+ export * from "../../BlogPostProps-a1b289ca.js";
33
+ export * from "../../BlogOverviewProps-a1b289ca.js";
34
+ export * from "../../PageProps-a1b289ca.js";
35
35
  export { IconSprite, SettingsProps };
@@ -1,4 +1,4 @@
1
- import { PageProps } from "../../PageProps-be148b48.js";
1
+ import { PageProps } from "../../PageProps-a1b289ca.js";
2
2
  import { FC, PropsWithChildren } from "react";
3
3
  declare const Page: FC<PropsWithChildren<PageProps>>;
4
4
  export type { PageProps };
@@ -38,7 +38,7 @@
38
38
  "description": "Style of background",
39
39
  "enum": [
40
40
  "framed",
41
- "eye-candy",
41
+ "deko",
42
42
  "colorful",
43
43
  "accentTransition",
44
44
  "boldTransition"
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 09 May 2025 11:29:45 GMT
3
+ * Generated on Mon, 12 May 2025 08:12:25 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-03ff6d21.js";
3
+ import { SectionProps } from "../../SectionProps-a1b289ca.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>>;
@@ -151,6 +151,9 @@
151
151
  .l-section.dsa-section-style--bold-transition {
152
152
  background-image: var(--dsa-section_bold-transition--background-image, linear-gradient(180deg, transparent 0%, var(--ks-background-color-bold) 100%));
153
153
  }
154
+ .l-section.dsa-section-style--colorful {
155
+ background-image: var(--dsa-section_colorful--background-image, linear-gradient(145deg, var(--ks-color-primary) 70%, var(--ks-color-secondary) 100%));
156
+ }
154
157
  .l-section.dsa-section--spotlight {
155
158
  position: relative;
156
159
  }
@@ -24,7 +24,7 @@
24
24
  "description": "Style of background",
25
25
  "enum": [
26
26
  "framed",
27
- "eye-candy",
27
+ "deko",
28
28
  "colorful",
29
29
  "accentTransition",
30
30
  "boldTransition"
@@ -18,7 +18,7 @@
18
18
  "description": "Style of background",
19
19
  "enum": [
20
20
  "framed",
21
- "eye-candy",
21
+ "deko",
22
22
  "colorful",
23
23
  "accentTransition",
24
24
  "boldTransition"
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 09 May 2025 11:29:47 GMT
3
+ * Generated on Mon, 12 May 2025 08:12:28 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, 09 May 2025 11:29:51 GMT
2730
+ * Generated on Mon, 12 May 2025 08:12:32 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, 09 May 2025 11:29:49 GMT
5461
+ * Generated on Mon, 12 May 2025 08:12:30 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, 09 May 2025 11:29:53 GMT
8462
+ * Generated on Mon, 12 May 2025 08:12:35 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, 09 May 2025 11:29:45 GMT
3
+ * Generated on Mon, 12 May 2025 08:12:25 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, 09 May 2025 11:29:45 GMT
3
+ * Generated on Mon, 12 May 2025 08:12:25 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.68--canary.1578.da53ae0.0",
3
+ "version": "1.6.68--canary.1582.f41577e.0",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/kickstartDS/ds-agency-premium#readme",
6
6
  "bugs": {