@kickstartds/ds-agency-premium 1.6.71--canary.1954.71f9342.0 → 1.6.71--canary.1957.4f76715.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 +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/index/index.d.ts +1 -1
- package/dist/components/page-wrapper/tokens.css +3 -3
- package/dist/components/section/section.css +1 -1
- package/dist/components/teaser-card/teaser-card.css +1 -1
- package/dist/tokens/themes.css +4 -4
- package/dist/tokens/tokens.css +3 -3
- package/dist/tokens/tokens.js +3 -3
- package/package.json +1 -1
- /package/dist/{BlogPostProps-c760fd2a.d.ts → BlogPostProps-6b3cff22.d.ts} +0 -0
- /package/dist/{BlogTeaserProps-d62a0a9a.d.ts → BlogTeaserProps-f5855e93.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-2fd5dbde.js";
|
|
7
|
-
import { BlogTeaserProps } from "./BlogTeaserProps-
|
|
7
|
+
import { BlogTeaserProps } from "./BlogTeaserProps-f5855e93.js";
|
|
8
8
|
import { CtaProps } from "./CtaProps-789f8508.js";
|
|
9
9
|
import { SeoProps } from "./SeoProps-f2d6dcaa.js";
|
|
10
10
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BlogPostProps } from "../../BlogPostProps-
|
|
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 { BlogTeaserProps } from "../../BlogTeaserProps-
|
|
3
|
+
import { BlogTeaserProps } from "../../BlogTeaserProps-f5855e93.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>>;
|
|
@@ -29,7 +29,7 @@ interface SettingsProps {
|
|
|
29
29
|
seo: SeoProps;
|
|
30
30
|
iconSprite?: IconSprite;
|
|
31
31
|
}
|
|
32
|
-
export * from "../../BlogPostProps-
|
|
32
|
+
export * from "../../BlogPostProps-6b3cff22.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 Fri, 01 Aug 2025
|
|
3
|
+
* Generated on Fri, 01 Aug 2025 05:43:14 GMT
|
|
4
4
|
*/
|
|
5
5
|
:root, [ks-theme] {
|
|
6
6
|
--ks-background-color-accent-base: var(--ks-color-fg-to-bg-9-base);
|
|
@@ -732,7 +732,7 @@
|
|
|
732
732
|
--ks-spacing-inset-stretch-m: var(--ks-spacing-l) var(--ks-spacing-m);
|
|
733
733
|
--ks-spacing-inset-stretch-l: var(--ks-spacing-xl) var(--ks-spacing-l);
|
|
734
734
|
--ks-spacing-inset-stretch-xl: var(--ks-spacing-xxl) var(--ks-spacing-xl);
|
|
735
|
-
--ks-text-color-default-base: var(--ks-color-fg-alpha-
|
|
735
|
+
--ks-text-color-default-base: var(--ks-color-fg-alpha-3-base);
|
|
736
736
|
--ks-text-color-default-interactive-base: var(--ks-color-link-base);
|
|
737
737
|
--ks-text-color-default-interactive-hover-base: var(--ks-color-link-alpha-4-base);
|
|
738
738
|
--ks-text-color-default-interactive-active-base: var(--ks-color-link-base);
|
|
@@ -742,7 +742,7 @@
|
|
|
742
742
|
--ks-text-color-default-inverted-interactive-hover-base: var(--ks-color-link-inverted-alpha-4-base);
|
|
743
743
|
--ks-text-color-default-inverted-interactive-active-base: var(--ks-color-link-inverted-base);
|
|
744
744
|
--ks-text-color-default-inverted-interactive-selected-base: var(--ks-color-link-inverted-base);
|
|
745
|
-
--ks-text-color-copy-base: var(--ks-color-fg-alpha-
|
|
745
|
+
--ks-text-color-copy-base: var(--ks-color-fg-alpha-3-base);
|
|
746
746
|
--ks-text-color-copy-interactive-base: var(--ks-color-link-base);
|
|
747
747
|
--ks-text-color-copy-interactive-hover-base: var(--ks-color-link-to-fg-2-base);
|
|
748
748
|
--ks-text-color-copy-interactive-active-base: var(--ks-color-link-to-fg-3-base);
|
|
@@ -177,7 +177,7 @@
|
|
|
177
177
|
width: 100%;
|
|
178
178
|
height: 100%;
|
|
179
179
|
z-index: 0;
|
|
180
|
-
background: radial-gradient(100% 100% at 50% 50%, var(--ks-color-bg), var(--ks-color-bg-to-fg-1));
|
|
180
|
+
background: linear-gradient(180deg, var(--ks-color-fg-alpha-9) 0%, transparent 10px), linear-gradient(180deg, transparent calc(100% - 10px), var(--ks-color-fg-alpha-9) 100%), radial-gradient(100% 100% at 50% 50%, var(--ks-color-bg), var(--ks-color-bg-to-fg-1));
|
|
181
181
|
}
|
|
182
182
|
.l-section.dsa-section--spotlight {
|
|
183
183
|
position: relative;
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
--dsa-teaser-card__topic--font-weight: var(--dsa-topic--font-weight);
|
|
28
28
|
--dsa-teaser-card__copy--font: var(--ks-font-copy-s);
|
|
29
29
|
--dsa-teaser-card__copy--color: var(--ks-text-color-default);
|
|
30
|
-
--dsa-teaser-card__copy--margin-top: 0.
|
|
30
|
+
--dsa-teaser-card__copy--margin-top: 0.85em;
|
|
31
31
|
--dsa-teaser-card__button--font: var(--ks-font-interface-s);
|
|
32
32
|
}
|
|
33
33
|
@container teaser-card (min-width: 400px) {
|
package/dist/tokens/themes.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Fri, 01 Aug 2025
|
|
3
|
+
* Generated on Fri, 01 Aug 2025 05:43:16 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, 01 Aug 2025
|
|
2730
|
+
* Generated on Fri, 01 Aug 2025 05:43:20 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, 01 Aug 2025
|
|
5461
|
+
* Generated on Fri, 01 Aug 2025 05:43:18 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, 01 Aug 2025
|
|
8462
|
+
* Generated on Fri, 01 Aug 2025 05:43:22 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 Fri, 01 Aug 2025
|
|
3
|
+
* Generated on Fri, 01 Aug 2025 05:43:14 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root, [ks-theme] {
|
|
@@ -733,7 +733,7 @@
|
|
|
733
733
|
--ks-spacing-inset-stretch-m: var(--ks-spacing-l) var(--ks-spacing-m);
|
|
734
734
|
--ks-spacing-inset-stretch-l: var(--ks-spacing-xl) var(--ks-spacing-l);
|
|
735
735
|
--ks-spacing-inset-stretch-xl: var(--ks-spacing-xxl) var(--ks-spacing-xl);
|
|
736
|
-
--ks-text-color-default-base: var(--ks-color-fg-alpha-
|
|
736
|
+
--ks-text-color-default-base: var(--ks-color-fg-alpha-3-base);
|
|
737
737
|
--ks-text-color-default-interactive-base: var(--ks-color-link-base);
|
|
738
738
|
--ks-text-color-default-interactive-hover-base: var(--ks-color-link-alpha-4-base);
|
|
739
739
|
--ks-text-color-default-interactive-active-base: var(--ks-color-link-base);
|
|
@@ -743,7 +743,7 @@
|
|
|
743
743
|
--ks-text-color-default-inverted-interactive-hover-base: var(--ks-color-link-inverted-alpha-4-base);
|
|
744
744
|
--ks-text-color-default-inverted-interactive-active-base: var(--ks-color-link-inverted-base);
|
|
745
745
|
--ks-text-color-default-inverted-interactive-selected-base: var(--ks-color-link-inverted-base);
|
|
746
|
-
--ks-text-color-copy-base: var(--ks-color-fg-alpha-
|
|
746
|
+
--ks-text-color-copy-base: var(--ks-color-fg-alpha-3-base);
|
|
747
747
|
--ks-text-color-copy-interactive-base: var(--ks-color-link-base);
|
|
748
748
|
--ks-text-color-copy-interactive-hover-base: var(--ks-color-link-to-fg-2-base);
|
|
749
749
|
--ks-text-color-copy-interactive-active-base: var(--ks-color-link-to-fg-3-base);
|
package/dist/tokens/tokens.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Fri, 01 Aug 2025
|
|
3
|
+
* Generated on Fri, 01 Aug 2025 05:43:14 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const KsBackgroundColorAccentBase = "#f2f2f2";
|
|
@@ -737,7 +737,7 @@ export const KsSpacingInsetStretchS = "0.875rem 0.6364rem";
|
|
|
737
737
|
export const KsSpacingInsetStretchM = "1.2031rem 0.875rem";
|
|
738
738
|
export const KsSpacingInsetStretchL = "1.6543rem 1.2031rem";
|
|
739
739
|
export const KsSpacingInsetStretchXl = "2.2747rem 1.6543rem";
|
|
740
|
-
export const KsTextColorDefaultBase = "rgba(0, 0, 0, 0.
|
|
740
|
+
export const KsTextColorDefaultBase = "rgba(0, 0, 0, 0.76)";
|
|
741
741
|
export const KsTextColorDefaultInteractiveBase = "#c3002f";
|
|
742
742
|
export const KsTextColorDefaultInteractiveHoverBase = "rgba(195, 0, 47, 0.63)";
|
|
743
743
|
export const KsTextColorDefaultInteractiveActiveBase = "#c3002f";
|
|
@@ -747,7 +747,7 @@ export const KsTextColorDefaultInvertedInteractiveBase = "#c3002f";
|
|
|
747
747
|
export const KsTextColorDefaultInvertedInteractiveHoverBase = "rgba(195, 0, 47, 0.63)";
|
|
748
748
|
export const KsTextColorDefaultInvertedInteractiveActiveBase = "#c3002f";
|
|
749
749
|
export const KsTextColorDefaultInvertedInteractiveSelectedBase = "#c3002f";
|
|
750
|
-
export const KsTextColorCopyBase = "rgba(0, 0, 0, 0.
|
|
750
|
+
export const KsTextColorCopyBase = "rgba(0, 0, 0, 0.76)";
|
|
751
751
|
export const KsTextColorCopyInteractiveBase = "#c3002f";
|
|
752
752
|
export const KsTextColorCopyInteractiveHoverBase = "#aa0029";
|
|
753
753
|
export const KsTextColorCopyInteractiveActiveBase = "#940024";
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|