@kickstartds/ds-agency-premium 1.6.54 → 1.6.56

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-1cfcf6e8.js";
7
7
  import { BlogTeaserProps } from "./BlogTeaserProps-f5855e93.js";
8
8
  import { CtaProps } from "./CtaProps-93230a76.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-1cfcf6e8.js";
9
9
  import { CtaProps } from "./CtaProps-93230a76.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-1cfcf6e8.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-e58616a5.js";
10
10
  import { GalleryProps } from "./GalleryProps-76e7de44.js";
11
11
  import { HeroProps } from "./HeroProps-f704d270.js";
12
12
  import { HtmlProps } from "./HtmlProps-8e95ed81.js";
13
- import { ImageStoryProps } from "./ImageStoryProps-03ff6d21.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-1cfcf6e8.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-d9decb7c.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 };
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { HTMLAttributes } from "react";
3
- import { ImageStoryProps } from "../../ImageStoryProps-03ff6d21.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,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-1cfcf6e8.js";
34
- export * from "../../PageProps-1cfcf6e8.js";
32
+ export * from "../../BlogPostProps-6b3cff22.js";
33
+ export * from "../../BlogOverviewProps-9f207f1c.js";
34
+ export * from "../../PageProps-aa29c554.js";
35
35
  export { IconSprite, SettingsProps };
@@ -1,4 +1,4 @@
1
- import { PageProps } from "../../PageProps-1cfcf6e8.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 };
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 06 Jan 2025 10:08:49 GMT
3
+ * Generated on Mon, 06 Jan 2025 12:54:51 GMT
4
4
  */
5
5
  :root, [ks-theme] {
6
6
  --ks-background-color-accent-base: var(--ks-color-primary-to-bg-8-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-1cfcf6e8.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>>;
@@ -4,15 +4,15 @@
4
4
  }
5
5
 
6
6
  .dsa-section {
7
- --dsa-section__col--max-width: 1fr;
8
7
  --dsa-section__col--repeat: auto-fit;
8
+ --dsa-section__col--max-width: 1fr;
9
+ --dsa-section__col--min-width_smallest: var(--dsa-tile--width_smallest);
10
+ --dsa-section__col--min-width_small: var(--dsa-tile--width_small);
11
+ --dsa-section__col--min-width_medium: var(--dsa-tile--width_medium);
12
+ --dsa-section__col--min-width_large: var(--dsa-tile--width_large);
13
+ --dsa-section__col--min-width_largest: var(--dsa-tile--width_largest);
9
14
  --dsa-section--space_default: var(--ks-spacing-xxl);
10
15
  --dsa-section--space_small: calc(var(--ks-spacing-xxl) / 2);
11
- --dsa-section__tile--width_smallest: var(--dsa-tile--width_smallest);
12
- --dsa-section__tile--width_small: var(--dsa-tile--width_small);
13
- --dsa-section__tile--width_medium: var(--dsa-tile--width_medium);
14
- --dsa-section__tile--width_large: var(--dsa-tile--width_large);
15
- --dsa-section__tile--width_largest: var(--dsa-tile--width_largest);
16
16
  --dsa-section--gutter_small: var(--ks-spacing-s);
17
17
  --dsa-section--gutter_default: var(--ks-spacing-m);
18
18
  --dsa-section--gutter_large: var(--ks-spacing-l);
@@ -180,11 +180,11 @@
180
180
  background-image: radial-gradient(var(--dsa-section__spotlight--size) circle at var(--dsa-section__spotlight--left) var(--dsa-section__spotlight--top), var(--dsa-section__spotlight--color) 0%, var(--dsa-section__spotlight--color) calc(100% - var(--dsa-section__spotlight--blur)), transparent 100%, transparent 100%);
181
181
  }
182
182
  .l-section.dsa-section .l-section__content {
183
- --l-section_tile-width--smallest: var(--dsa-section__tile--width_smallest, var(--dsa-tile--width_smallest));
184
- --l-section_tile-width--default: var(--dsa-section__tile--width_small, var(--dsa-tile--width_small));
185
- --l-section_tile-width--medium: var(--dsa-section__tile--width_medium, var(--dsa-tile--width_medium));
186
- --l-section_tile-width--large: var(--dsa-section__tile--width_large, var(--dsa-tile--width_large));
187
- --l-section_tile-width--largest: var(--dsa-section__tile--width_largest, var(--dsa-tile--width_largest));
183
+ --l-section_tile-width--smallest: var(--dsa-section__col--min-width_smallest, var(--dsa-tile--width_smallest));
184
+ --l-section_tile-width--default: var(--dsa-section__col--min-width_small, var(--dsa-tile--width_small));
185
+ --l-section_tile-width--medium: var(--dsa-section__col--min-width_medium, var(--dsa-tile--width_medium));
186
+ --l-section_tile-width--large: var(--dsa-section__col--min-width_large, var(--dsa-tile--width_large));
187
+ --l-section_tile-width--largest: var(--dsa-section__col--min-width_largest, var(--dsa-tile--width_largest));
188
188
  --l-section_buttons--space-before: var(--dsa-section__buttons--space-before, var(--l-section--gutter));
189
189
  }
190
190
  .l-section.dsa-section .l-section__content--slider {
package/dist/global.css CHANGED
@@ -310,11 +310,11 @@ h3 {
310
310
  --dsa-content--width_wide: calc(var(--ks-font-size-copy-m) * 64);
311
311
  --dsa-content--width_max: 100vw;
312
312
  --dsa-content--width_full: 100vw;
313
- --dsa-tile--width_smallest: calc(var(--ks-font-size-copy-m) * 12);
314
- --dsa-tile--width_small: calc(var(--ks-font-size-copy-m) * 20);
315
- --dsa-tile--width_medium: calc(var(--ks-font-size-copy-m) * 28);
316
- --dsa-tile--width_large: calc(var(--ks-font-size-copy-m) * 38);
317
- --dsa-tile--width_largest: calc(var(--ks-font-size-copy-m) * 50);
313
+ --dsa-tile--width_smallest: calc(var(--ks-font-size-copy-m) * 10);
314
+ --dsa-tile--width_small: calc(var(--ks-font-size-copy-m) * 14);
315
+ --dsa-tile--width_medium: calc(var(--ks-font-size-copy-m) * 20);
316
+ --dsa-tile--width_large: calc(var(--ks-font-size-copy-m) * 28);
317
+ --dsa-tile--width_largest: calc(var(--ks-font-size-copy-m) * 38);
318
318
  --dsa-logo--height: 2.25rem;
319
319
  --dsa-header--height: calc(var(--dsa-logo--height) + var(--ks-spacing-stack-m) + var(--ks-spacing-stack-m));
320
320
  }
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 06 Jan 2025 10:08:51 GMT
3
+ * Generated on Mon, 06 Jan 2025 12:54:53 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 Mon, 06 Jan 2025 10:08:55 GMT
2730
+ * Generated on Mon, 06 Jan 2025 12:54:57 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 Mon, 06 Jan 2025 10:08:53 GMT
5461
+ * Generated on Mon, 06 Jan 2025 12:54:55 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 Mon, 06 Jan 2025 10:08:57 GMT
8462
+ * Generated on Mon, 06 Jan 2025 12:54:59 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 Mon, 06 Jan 2025 10:08:49 GMT
3
+ * Generated on Mon, 06 Jan 2025 12:54:51 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 Mon, 06 Jan 2025 10:08:49 GMT
3
+ * Generated on Mon, 06 Jan 2025 12:54:52 GMT
4
4
  */
5
5
 
6
6
  export const KsBackgroundColorAccentBase = "#230a2b";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kickstartds/ds-agency-premium",
3
- "version": "1.6.54",
3
+ "version": "1.6.56",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/kickstartDS/ds-agency-premium#readme",
6
6
  "bugs": {