@kickstartds/ds-agency-premium 1.6.71--canary.2145.ce29468.0 → 1.6.71--canary.2149.2ee9adb.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.
- package/dist/{BlogOverviewProps-9f207f1c.d.ts → BlogOverviewProps-d62a0a9a.d.ts} +1 -1
- package/dist/{BlogPostProps-6b3cff22.d.ts → BlogPostProps-c760fd2a.d.ts} +1 -1
- package/dist/components/blog-head/index.d.ts +1 -1
- package/dist/components/blog-overview/index.d.ts +1 -1
- package/dist/components/blog-post/index.d.ts +1 -1
- package/dist/components/blog-teaser/index.d.ts +1 -1
- package/dist/components/headline/headline.css +1 -1
- package/dist/components/index/index.d.ts +2 -2
- package/dist/components/page-wrapper/tokens.css +2 -2
- package/dist/components/teaser-card/teaser-card.css +4 -3
- package/dist/global.css +1 -1
- package/dist/tokens/themes.css +4 -4
- package/dist/tokens/tokens.css +2 -2
- package/dist/tokens/tokens.js +2 -2
- package/package.json +1 -1
- /package/dist/{BlogHeadProps-c04a5ed8.d.ts → BlogHeadProps-f5855e93.d.ts} +0 -0
- /package/dist/{BlogTeaserProps-f5855e93.d.ts → BlogTeaserProps-d62a0a9a.d.ts} +0 -0
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* and run json-schema-to-typescript to regenerate this file.
|
|
5
5
|
*/
|
|
6
6
|
import { SectionProps } from "./SectionProps-d60aba86.js";
|
|
7
|
-
import { BlogTeaserProps } from "./BlogTeaserProps-
|
|
7
|
+
import { BlogTeaserProps } from "./BlogTeaserProps-d62a0a9a.js";
|
|
8
8
|
import { CtaProps } from "./CtaProps-789f8508.js";
|
|
9
9
|
import { SeoProps } from "./SeoProps-f2d6dcaa.js";
|
|
10
10
|
/**
|
|
@@ -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 { BlogHeadProps } from "./BlogHeadProps-
|
|
6
|
+
import { BlogHeadProps } from "./BlogHeadProps-f5855e93.js";
|
|
7
7
|
import { BlogAsideProps } from "./BlogAsideProps-c760fd2a.js";
|
|
8
8
|
import { SectionProps } from "./SectionProps-d60aba86.js";
|
|
9
9
|
import { CtaProps } from "./CtaProps-789f8508.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { BlogHeadProps } from "../../BlogHeadProps-
|
|
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-
|
|
1
|
+
import { BlogOverviewProps } from "../../BlogOverviewProps-d62a0a9a.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-
|
|
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-
|
|
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>>;
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
--dsa-headline--space-after_small: var(--ks-spacing-stack-m);
|
|
8
8
|
--dsa-headline--space-after_minimum: var(--ks-spacing-stack-s);
|
|
9
9
|
--dsa-headline--higlight-background: var(--dsa-typo--highlight);
|
|
10
|
-
--dsa-headline__subheadline--color: var(--ks-text-color-
|
|
10
|
+
--dsa-headline__subheadline--color: var(--ks-text-color-default);
|
|
11
11
|
--dsa-headline__subheadline--font-weight: var(--ks-font-weight-bold);
|
|
12
12
|
--dsa-headline__subheadline--text-transform: none;
|
|
13
13
|
--dsa-headline__subheadline--letter-spacing: none;
|
|
@@ -29,8 +29,8 @@ interface SettingsProps {
|
|
|
29
29
|
seo: SeoProps;
|
|
30
30
|
iconSprite?: IconSprite;
|
|
31
31
|
}
|
|
32
|
-
export * from "../../BlogPostProps-
|
|
33
|
-
export * from "../../BlogOverviewProps-
|
|
32
|
+
export * from "../../BlogPostProps-c760fd2a.js";
|
|
33
|
+
export * from "../../BlogOverviewProps-d62a0a9a.js";
|
|
34
34
|
export * from "../../PageProps-aa29c554.js";
|
|
35
35
|
export { IconSprite, SettingsProps };
|
|
36
36
|
export * from "../../EventDetailProps-42a7eebe.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Thu, 14 Aug 2025 08:
|
|
3
|
+
* Generated on Thu, 14 Aug 2025 08:29:13 GMT
|
|
4
4
|
*/
|
|
5
5
|
:root, [ks-theme] {
|
|
6
6
|
--ks-background-color-accent-base: var(--ks-color-fg-to-bg-9-base);
|
|
@@ -204,7 +204,7 @@
|
|
|
204
204
|
--ks-border-width-default: 1px;
|
|
205
205
|
--ks-border-width-emphasized: 2px;
|
|
206
206
|
--ks-border-radius-control: 8px;
|
|
207
|
-
--ks-border-radius-card:
|
|
207
|
+
--ks-border-radius-card: 32px;
|
|
208
208
|
--ks-border-radius-surface: 32px;
|
|
209
209
|
--ks-border-radius-pill: 999px;
|
|
210
210
|
--ks-border-radius-circle: 50%;
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
--dsa-teaser-card__label--border-radius: var(--ks-border-radius-pill);
|
|
24
24
|
--dsa-teaser-card__label--border: 1px solid var(--ks-border-color-interface);
|
|
25
25
|
--dsa-teaser-card__button--font: var(--ks-font-interface-m);
|
|
26
|
-
--dsa-teaser-card--padding: var(--ks-spacing-inset-m);
|
|
26
|
+
--dsa-teaser-card--padding: var(--ks-spacing-inset-stretch-m);
|
|
27
27
|
--dsa-teaser-card__topic--font: var(--ks-font-display-m);
|
|
28
28
|
--dsa-teaser-card__topic--font-weight: var(--dsa-topic--font-weight);
|
|
29
29
|
--dsa-teaser-card__copy--font: var(--ks-font-copy-s);
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
}
|
|
34
34
|
@container teaser-card (min-width: 400px) {
|
|
35
35
|
.dsa-teaser-card {
|
|
36
|
-
--dsa-teaser-card--padding: var(--ks-spacing-inset-l);
|
|
36
|
+
--dsa-teaser-card--padding: var(--ks-spacing-inset-stretch-l);
|
|
37
37
|
--dsa-teaser-card__topic--font: var(--ks-font-display-l);
|
|
38
38
|
--dsa-teaser-card__copy--font: var(--ks-font-copy-m);
|
|
39
39
|
--dsa-teaser-card__button--font: var(--ks-font-interface-m);
|
|
@@ -43,12 +43,13 @@
|
|
|
43
43
|
.dsa-teaser-card {
|
|
44
44
|
--dsa-teaser-card__topic--font: var(--ks-font-display-s);
|
|
45
45
|
--dsa-teaser-card__copy--font: var(--ks-font-copy-s);
|
|
46
|
-
--dsa-teaser-card--padding: var(--ks-spacing-inset-m);
|
|
46
|
+
--dsa-teaser-card--padding: var(--ks-spacing-inset-stretch-m);
|
|
47
47
|
--dsa-teaser-card__button--font: var(--ks-font-interface-s);
|
|
48
48
|
}
|
|
49
49
|
@container teaser-card (min-width: 400px) {
|
|
50
50
|
.dsa-teaser-card {
|
|
51
51
|
--dsa-teaser-card__copy--font: var(--ks-font-copy-m);
|
|
52
|
+
--dsa-teaser-card--padding: var(--ks-spacing-inset-stretch-l);
|
|
52
53
|
--dsa-teaser-card__topic--font: var(--ks-font-display-m);
|
|
53
54
|
--dsa-teaser-card__button--font: var(--ks-font-interface-m);
|
|
54
55
|
}
|
package/dist/global.css
CHANGED
|
@@ -351,7 +351,7 @@ h3 {
|
|
|
351
351
|
[ks-inverted=true] {
|
|
352
352
|
--spacing-base: 18px;
|
|
353
353
|
--spacing-shrink-factor: 0.65;
|
|
354
|
-
--spacing-grow-factor: 1.
|
|
354
|
+
--spacing-grow-factor: 1.35;
|
|
355
355
|
--spacing-bp-factor: 1.0135;
|
|
356
356
|
--spacing-xxs-bp-factor: calc(1 * var(--spacing-bp-factor));
|
|
357
357
|
--spacing-xs-bp-factor: calc(var(--spacing-xxs-bp-factor) * var(--spacing-bp-factor));
|
package/dist/tokens/themes.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Thu, 14 Aug 2025 08:
|
|
3
|
+
* Generated on Thu, 14 Aug 2025 08:29:15 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 Thu, 14 Aug 2025 08:
|
|
2730
|
+
* Generated on Thu, 14 Aug 2025 08:29:19 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 Thu, 14 Aug 2025 08:17
|
|
5461
|
+
* Generated on Thu, 14 Aug 2025 08:29:17 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 Thu, 14 Aug 2025 08:
|
|
8462
|
+
* Generated on Thu, 14 Aug 2025 08:29:21 GMT
|
|
8463
8463
|
*/
|
|
8464
8464
|
:root [ks-theme=telekom] {
|
|
8465
8465
|
--ks-background-color-accent-base: var(--ks-color-primary-to-bg-8-base);
|
package/dist/tokens/tokens.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Thu, 14 Aug 2025 08:
|
|
3
|
+
* Generated on Thu, 14 Aug 2025 08:29:13 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root, [ks-theme] {
|
|
@@ -205,7 +205,7 @@
|
|
|
205
205
|
--ks-border-width-default: 1px;
|
|
206
206
|
--ks-border-width-emphasized: 2px;
|
|
207
207
|
--ks-border-radius-control: 8px;
|
|
208
|
-
--ks-border-radius-card:
|
|
208
|
+
--ks-border-radius-card: 32px;
|
|
209
209
|
--ks-border-radius-surface: 32px;
|
|
210
210
|
--ks-border-radius-pill: 999px;
|
|
211
211
|
--ks-border-radius-circle: 50%;
|
package/dist/tokens/tokens.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Thu, 14 Aug 2025 08:
|
|
3
|
+
* Generated on Thu, 14 Aug 2025 08:29:14 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const KsBackgroundColorAccentBase = "#f5f5f5";
|
|
@@ -204,7 +204,7 @@ export const KsBorderColorNegativeInvertedTranslucentBase = "rgba(255, 26, 87, 0
|
|
|
204
204
|
export const KsBorderWidthDefault = "1px";
|
|
205
205
|
export const KsBorderWidthEmphasized = "2px";
|
|
206
206
|
export const KsBorderRadiusControl = "8px";
|
|
207
|
-
export const KsBorderRadiusCard = "
|
|
207
|
+
export const KsBorderRadiusCard = "32px";
|
|
208
208
|
export const KsBorderRadiusSurface = "32px";
|
|
209
209
|
export const KsBorderRadiusPill = "999px";
|
|
210
210
|
export const KsBorderRadiusCircle = "50%";
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|