@kickstartds/ds-agency-premium 1.6.44--canary.39.1363.0 → 1.6.44--canary.39.1368.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.
@@ -1,4 +1,4 @@
1
- import { BlogPostProps } from "../../BlogPostProps-6b3cff22.js";
1
+ import { BlogPostProps } from "../../BlogPostProps-d9decb7c.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-6b3cff22.js";
32
+ export * from "../../BlogPostProps-d9decb7c.js";
33
33
  export * from "../../BlogOverviewProps-9f207f1c.js";
34
34
  export * from "../../PageProps-aa29c554.js";
35
35
  export { IconSprite, SettingsProps };
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 11 Dec 2024 09:16:09 GMT
3
+ * Generated on Wed, 11 Dec 2024 09:56:43 GMT
4
4
  */
5
5
  :root, [ks-theme] {
6
6
  --ks-background-color-accent-base: var(--ks-color-primary-to-bg-8-base);
@@ -11,16 +11,16 @@
11
11
  --dsa-section--space_small: calc(var(--ks-spacing-xxl) / 2);
12
12
  --dsa-section__tile--width_smallest: 14rem;
13
13
  --dsa-section__tile--width_default: 18rem;
14
- --dsa-section__tile--width_medium: var(--dsa-content-width_narrow);
15
- --dsa-section__tile--width_large: var(--dsa-content-width_default);
16
- --dsa-section__tile--width_largest: var(--dsa-content-width_wide);
14
+ --dsa-section__tile--width_medium: var(--dsa-content--width_narrow);
15
+ --dsa-section__tile--width_large: var(--dsa-content--width_default);
16
+ --dsa-section__tile--width_largest: var(--dsa-content--width_wide);
17
17
  --dsa-section--gutter_small: var(--ks-spacing-xs);
18
18
  --dsa-section--gutter_default: var(--ks-spacing-m);
19
19
  --dsa-section--gutter_large: var(--ks-spacing-xl);
20
20
  --dsa-section__buttons--space-before: var(--ks-spacing-stack-m);
21
- --dsa-section__content--width_narrow: var(--dsa-content-width_narrow);
22
- --dsa-section__content--width_default: var(--dsa-content-width_default);
23
- --dsa-section__content--width_wide: var(--dsa-content-width_wide);
21
+ --dsa-section__content--width_narrow: var(--dsa-content--width_narrow);
22
+ --dsa-section__content--width_default: var(--dsa-content--width_default);
23
+ --dsa-section__content--width_wide: var(--dsa-content--width_wide);
24
24
  --dsa-section__content--width_max: 100vw;
25
25
  --dsa-section__content--width_full: 100vw;
26
26
  --dsa-section__content--padding: var(--dsa-content--spacing);
@@ -28,7 +28,6 @@
28
28
  --dsa-section--background-color_accent: var(--ks-background-color-accent);
29
29
  --dsa-section--background-color_bold: var(--ks-background-color-bold);
30
30
  --dsa-section__slider-arrow--color: var(--ks-text-color-interface-interactive);
31
- --dsa-section__slider-arrow--background-color: transparent;
32
31
  --dsa-section__slider-arrow--size: 2rem;
33
32
  --dsa-section__slider-arrow--padding: 0.5em;
34
33
  --dsa-section__slider-arrow--opacity: 0.6;
@@ -85,18 +84,17 @@
85
84
  --l-section_col--min-width: var(--dsa-section__col--min-width, var(--l-section_tile-width--default));
86
85
  --l-section_col--max-width: var(--dsa-section__col--max-width, 1fr);
87
86
  --l-section_col--repeat: var(--dsa-section__col--repeat, auto-fit);
88
- --l-section--content-width: var(--dsa-section__content--width, var(--l-section--container-width));
89
- --l-section--content-width-narrow: var(--dsa-section__content--width_narrow, var(--dsa-content-width_narrow));
90
- --l-section--content-width-default: var(--dsa-section__content--width_default, var(--dsa-content-width_default));
91
- --l-section--content-width-wide: var(--dsa-section__content--width_wide, var(--dsa-content-width_wide));
92
- --l-section--content-width-max: var(--dsa-section__content--width_max, var(--dsa-content-width_max));
93
- --l-section--content-width-full: var(--dsa-section__content--width_full, var(--dsa-content-width_full));
87
+ --l-section--content-width-narrow: var(--dsa-section__content--width_narrow, var(--dsa-content--width_narrow));
88
+ --l-section--content-width-default: var(--dsa-section__content--width_default, var(--dsa-content--width_default));
89
+ --l-section--content-width-wide: var(--dsa-section__content--width_wide, var(--dsa-content--width_wide));
90
+ --l-section--content-width-max: var(--dsa-section__content--width_max, var(--dsa-content--width_max));
91
+ --l-section--content-width-full: var(--dsa-section__content--width_full, var(--dsa-content--width_full));
94
92
  --l-section--content-padding: var(--dsa-section__content--padding, var(--ks-spacing-m));
95
93
  --l-section_tile-width--smallest: var(--dsa-section__tile--width_smallest, 14rem);
96
94
  --l-section_tile-width--default: var(--dsa-section__tile--width_default, 18rem);
97
- --l-section_tile-width--medium: var(--dsa-section__tile--width_medium, var(--dsa-content-width_narrow));
98
- --l-section_tile-width--large: var(--dsa-section__tile--width_large, var(--dsa-content-width_default));
99
- --l-section_tile-width--largest: var(--dsa-section__tile--width_largest, var(--dsa-content-width_wide));
95
+ --l-section_tile-width--medium: var(--dsa-section__tile--width_medium, var(--dsa-content--width_narrow));
96
+ --l-section_tile-width--large: var(--dsa-section__tile--width_large, var(--dsa-content--width_default));
97
+ --l-section_tile-width--largest: var(--dsa-section__tile--width_largest, var(--dsa-content--width_wide));
100
98
  --l-section--gutter: var(--dsa-section--gutter_default);
101
99
  --dsa-section--gutter_none: 0;
102
100
  --l-section--gutter-small: var(--dsa-section--gutter_small, var(--ks-spacing-xs));
@@ -111,9 +109,12 @@
111
109
  --l-section_slider-arrow--background: var(--dsa-section__slider-arrow--background, transparent);
112
110
  --l-section--space-default: var(--dsa-section--space_default, var(--ks-spacing-xxl));
113
111
  --l-section--space-small: var(--dsa-section--space_small, calc(var(--l-section--space-default) / 2));
112
+ }
113
+
114
+ .l-section.dsa-section {
114
115
  background-image: var(--dsa-section--background-image);
115
- position: relative;
116
116
  background-color: var(--dsa-section--background-color_default, var(--ks-color-bg));
117
+ position: relative;
117
118
  }
118
119
  .l-section.dsa-section.l-section--gutter-large {
119
120
  --l-section--gutter: var(--dsa-section--gutter_large);
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 11 Dec 2024 09:16:11 GMT
3
+ * Generated on Wed, 11 Dec 2024 09:56:46 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, 11 Dec 2024 09:16:15 GMT
2730
+ * Generated on Wed, 11 Dec 2024 09:56:50 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, 11 Dec 2024 09:16:13 GMT
5461
+ * Generated on Wed, 11 Dec 2024 09:56:48 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, 11 Dec 2024 09:16:17 GMT
8462
+ * Generated on Wed, 11 Dec 2024 09:56:52 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, 11 Dec 2024 09:16:09 GMT
3
+ * Generated on Wed, 11 Dec 2024 09:56:43 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, 11 Dec 2024 09:16:09 GMT
3
+ * Generated on Wed, 11 Dec 2024 09:56:44 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.44--canary.39.1363.0",
3
+ "version": "1.6.44--canary.39.1368.0",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/kickstartDS/ds-agency-premium#readme",
6
6
  "bugs": {