@kickstartds/ds-agency-premium 1.6.72--canary.43.2482.0 → 1.6.72--canary.54.2488.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-6a826e52.d.ts → BlogOverviewProps-9f207f1c.d.ts} +1 -1
- package/dist/{BlogPostProps-6a826e52.d.ts → BlogPostProps-6b3cff22.d.ts} +1 -1
- package/dist/SectionProps-6a826e52.d.ts +4 -4
- package/dist/{SplitEvenProps-d62a0a9a.d.ts → SplitEvenProps-789f8508.d.ts} +2 -2
- package/dist/{SplitWeightedProps-d62a0a9a.d.ts → SplitWeightedProps-789f8508.d.ts} +2 -2
- 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/business-card/business-card.css +5 -7
- package/dist/components/business-card/index.js +1 -1
- package/dist/components/button/button.css +1 -6
- package/dist/components/content-nav/content-nav.css +0 -2
- package/dist/components/cookie-consent/cookie-consent.css +10 -14
- package/dist/components/event-latest-teaser/event-latest-teaser.css +2 -2
- package/dist/components/event-list-teaser/event-list-teaser.css +2 -2
- package/dist/components/event-location/event-location.css +3 -3
- package/dist/components/hero/hero.css +28 -34
- package/dist/components/image-story/index.d.ts +1 -1
- package/dist/components/index/index.d.ts +3 -3
- package/dist/components/logos/logos.css +6 -8
- package/dist/components/nav-dropdown/nav-dropdown.css +3 -5
- package/dist/components/page/index.d.ts +1 -1
- package/dist/components/page-wrapper/index.js +1 -0
- package/dist/components/page-wrapper/tokens.css +2479 -0
- package/dist/components/pagination/pagination.css +3 -3
- package/dist/components/search-result/search-result.css +0 -4
- package/dist/components/split-even/index.d.ts +1 -1
- package/dist/components/split-weighted/index.d.ts +1 -1
- package/dist/components/stats/stats.css +0 -2
- package/dist/components/teaser-card/teaser-card.css +1 -2
- package/dist/components/testimonials/testimonials.css +1 -3
- package/dist/global.css +226 -4255
- package/dist/tokens/themes.css +20 -20
- package/dist/tokens/tokens.css +1 -1
- package/dist/tokens/tokens.js +1 -1
- package/package.json +2 -3
- package/dist/static/img/bg-color-swatch.png +0 -0
- /package/dist/{BlogHeadProps-f5855e93.d.ts → BlogHeadProps-c04a5ed8.d.ts} +0 -0
- /package/dist/{BlogTeaserProps-d62a0a9a.d.ts → BlogTeaserProps-f5855e93.d.ts} +0 -0
- /package/dist/{ImageStoryProps-4e2b2ecf.d.ts → ImageStoryProps-e853e1e7.d.ts} +0 -0
- /package/dist/{PageProps-6a826e52.d.ts → PageProps-aa29c554.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-6a826e52.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
|
/**
|
|
@@ -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-c04a5ed8.js";
|
|
7
7
|
import { BlogAsideProps } from "./BlogAsideProps-c760fd2a.js";
|
|
8
8
|
import { SectionProps } from "./SectionProps-6a826e52.js";
|
|
9
9
|
import { CtaProps } from "./CtaProps-789f8508.js";
|
|
@@ -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 { BlogTeaserProps } from "./BlogTeaserProps-
|
|
6
|
+
import { BlogTeaserProps } from "./BlogTeaserProps-f5855e93.js";
|
|
7
7
|
import { BusinessCardProps } from "./BusinessCardProps-e10e7b62.js";
|
|
8
8
|
import { ContactProps } from "./ContactProps-7cac90e5.js";
|
|
9
9
|
import { ContentNavProps } from "./ContentNavProps-0e282a9f.js";
|
|
@@ -17,13 +17,13 @@ import { FeaturesProps } from "./FeaturesProps-a9041d97.js";
|
|
|
17
17
|
import { GalleryProps } from "./GalleryProps-76e7de44.js";
|
|
18
18
|
import { HeroProps } from "./HeroProps-fec6b267.js";
|
|
19
19
|
import { HtmlProps } from "./HtmlProps-9d091769.js";
|
|
20
|
-
import { ImageStoryProps } from "./ImageStoryProps-
|
|
20
|
+
import { ImageStoryProps } from "./ImageStoryProps-e853e1e7.js";
|
|
21
21
|
import { ImageTextProps } from "./ImageTextProps-9286cca4.js";
|
|
22
22
|
import { LogosProps } from "./LogosProps-d4677d2c.js";
|
|
23
23
|
import { MosaicProps } from "./MosaicProps-d52c7151.js";
|
|
24
24
|
import { SliderProps } from "./SliderProps-789f8508.js";
|
|
25
|
-
import { SplitEvenProps } from "./SplitEvenProps-
|
|
26
|
-
import { SplitWeightedProps } from "./SplitWeightedProps-
|
|
25
|
+
import { SplitEvenProps } from "./SplitEvenProps-789f8508.js";
|
|
26
|
+
import { SplitWeightedProps } from "./SplitWeightedProps-789f8508.js";
|
|
27
27
|
import { StatsProps } from "./StatsProps-bf5ef578.js";
|
|
28
28
|
import { TeaserCardProps } from "./TeaserCardProps-d069476f.js";
|
|
29
29
|
import { TestimonialsProps } from "./TestimonialsProps-e344f597.js";
|
|
@@ -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 { BlogTeaserProps } from "./BlogTeaserProps-
|
|
6
|
+
import { BlogTeaserProps } from "./BlogTeaserProps-f5855e93.js";
|
|
7
7
|
import { BusinessCardProps } from "./BusinessCardProps-e10e7b62.js";
|
|
8
8
|
import { ContactProps } from "./ContactProps-7cac90e5.js";
|
|
9
9
|
import { ContentNavProps } from "./ContentNavProps-0e282a9f.js";
|
|
@@ -17,7 +17,7 @@ import { FeaturesProps } from "./FeaturesProps-a9041d97.js";
|
|
|
17
17
|
import { GalleryProps } from "./GalleryProps-76e7de44.js";
|
|
18
18
|
import { HeroProps } from "./HeroProps-fec6b267.js";
|
|
19
19
|
import { HtmlProps } from "./HtmlProps-9d091769.js";
|
|
20
|
-
import { ImageStoryProps } from "./ImageStoryProps-
|
|
20
|
+
import { ImageStoryProps } from "./ImageStoryProps-e853e1e7.js";
|
|
21
21
|
import { ImageTextProps } from "./ImageTextProps-9286cca4.js";
|
|
22
22
|
import { LogosProps } from "./LogosProps-d4677d2c.js";
|
|
23
23
|
import { MosaicProps } from "./MosaicProps-d52c7151.js";
|
|
@@ -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 { BlogTeaserProps } from "./BlogTeaserProps-
|
|
6
|
+
import { BlogTeaserProps } from "./BlogTeaserProps-f5855e93.js";
|
|
7
7
|
import { BusinessCardProps } from "./BusinessCardProps-e10e7b62.js";
|
|
8
8
|
import { ContactProps } from "./ContactProps-7cac90e5.js";
|
|
9
9
|
import { ContentNavProps } from "./ContentNavProps-0e282a9f.js";
|
|
@@ -17,7 +17,7 @@ import { FeaturesProps } from "./FeaturesProps-a9041d97.js";
|
|
|
17
17
|
import { GalleryProps } from "./GalleryProps-76e7de44.js";
|
|
18
18
|
import { HeroProps } from "./HeroProps-fec6b267.js";
|
|
19
19
|
import { HtmlProps } from "./HtmlProps-9d091769.js";
|
|
20
|
-
import { ImageStoryProps } from "./ImageStoryProps-
|
|
20
|
+
import { ImageStoryProps } from "./ImageStoryProps-e853e1e7.js";
|
|
21
21
|
import { ImageTextProps } from "./ImageTextProps-9286cca4.js";
|
|
22
22
|
import { LogosProps } from "./LogosProps-d4677d2c.js";
|
|
23
23
|
import { MosaicProps } from "./MosaicProps-d52c7151.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { BlogHeadProps } from "../../BlogHeadProps-
|
|
2
|
+
import { BlogHeadProps } from "../../BlogHeadProps-c04a5ed8.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-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-
|
|
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>>;
|
|
@@ -8,13 +8,6 @@
|
|
|
8
8
|
--dsa-business-card--padding: var(--ks-spacing-inset-m);
|
|
9
9
|
--dsa-business-card--background-color: var(--ks-background-color-card);
|
|
10
10
|
--dsa-business-card--gap: var(--ks-spacing-stack-l);
|
|
11
|
-
}
|
|
12
|
-
@container business-card (min-width: 640px) {
|
|
13
|
-
.dsa-business-card {
|
|
14
|
-
--dsa-business-card--padding: var(--ks-spacing-inset-xl);
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
.dsa-business-card {
|
|
18
11
|
--dsa-business-card__image--aspect-ratio: 16 / 9;
|
|
19
12
|
--dsa-business-card__image--border-radius: var(--ks-border-radius-card);
|
|
20
13
|
--dsa-business-card__topic--font: var(--dsa-topic--font);
|
|
@@ -35,6 +28,11 @@
|
|
|
35
28
|
--dsa-business-card__contact--color: var(--ks-text-color-interface-interactive);
|
|
36
29
|
--dsa-business-card__contact--color_hover: var(--ks-text-color-interface-interactive-hover);
|
|
37
30
|
}
|
|
31
|
+
@container business-card (min-width: 640px) {
|
|
32
|
+
.dsa-business-card {
|
|
33
|
+
--dsa-business-card--padding: var(--ks-spacing-inset-xl);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
38
36
|
|
|
39
37
|
.l-container--business-card {
|
|
40
38
|
/* stylelint-disable-next-line property-no-unknown */
|
|
@@ -20,7 +20,7 @@ const defaults = {
|
|
|
20
20
|
"buttons": []
|
|
21
21
|
};
|
|
22
22
|
|
|
23
|
-
const BusinessCardContextDefault = forwardRef(({ centered, image, logo, topic, address, avatar, contact, buttons }, ref) => (jsx(Container, { name: "business-card", children: jsxs("div", { className: classnames("dsa-business-card", centered && "dsa-business-card--centered"), ref: ref, children: [image
|
|
23
|
+
const BusinessCardContextDefault = forwardRef(({ centered, image, logo, topic, address, avatar, contact, buttons }, ref) => (jsx(Container, { name: "business-card", children: jsxs("div", { className: classnames("dsa-business-card", centered && "dsa-business-card--centered"), ref: ref, children: [image && (jsx("div", { className: "dsa-business-card__image", children: jsx(Picture, { src: image.src, alt: image.alt }) })), jsxs("div", { className: "dsa-business-card__content", children: [logo && (jsx(Fragment, { children: logo.url ? (jsx(Link, { href: logo.url, className: "dsa-business-card__logo dsa-business-card__logo-link", children: jsx(Picture, { src: logo.src, alt: logo.alt }) })) : (jsx(Picture, { className: "dsa-business-card__logo", src: logo.src, alt: logo.alt })) })), jsxs("address", { className: classnames("dsa-business-card__address", centered && "dsa-business-card__address--centered"), children: [jsxs("div", { className: "dsa-business-card__infos", children: [topic && (jsx("div", { className: "dsa-business-card__topic", children: jsx("span", { children: topic }) })), jsx(Markdown, { className: "dsa-business-card__location", children: address })] }), jsxs("div", { className: "dsa-business-card__contact", children: [avatar && (jsx(Picture, { className: "dsa-business-card__avatar", src: avatar?.src, alt: avatar?.alt })), contact && (jsx("div", { className: "dsa-business-card__contact-items", children: contact.map((item, index) => (jsx(Fragment, { children: jsxs(Link, { href: item?.url, className: "dsa-business-card__contact-item", children: [item?.icon && jsx(Icon, { icon: item?.icon }), jsx("span", { children: item.label })] }, index) }))) }))] })] }), buttons && buttons.length > 0 && (jsx("div", { className: "dsa-business-card__buttons", children: buttons.map((button, index) => (jsx(Button, { label: button.label, url: button.url, className: "dsa-business-card__button", variant: "primary" }, index))) }))] })] }) })));
|
|
24
24
|
const BusinessCardContext = createContext(BusinessCardContextDefault);
|
|
25
25
|
const BusinessCard = forwardRef((props, ref) => {
|
|
26
26
|
const Component = useContext(BusinessCardContext);
|
|
@@ -35,9 +35,7 @@
|
|
|
35
35
|
--c-button--font-weight: var(--dsa-button--font-weight, var(--ks-font-weight-semi-bold));
|
|
36
36
|
--c-button--border-width: var(--dsa-button--border-width, var(--ks-border-width-default));
|
|
37
37
|
text-transform: var(--dsa-button--text-transform);
|
|
38
|
-
|
|
39
|
-
.dsa-button.c-button .icon {
|
|
40
|
-
margin-left: var(--ks-spacing-xxs);
|
|
38
|
+
transition-property: box-shadow, transform, background-color, color, border;
|
|
41
39
|
}
|
|
42
40
|
.dsa-button.c-button.c-button--small {
|
|
43
41
|
--c-button--font: var(--dsa-button_small--font, var(--ks-font-interface-s));
|
|
@@ -122,9 +120,6 @@
|
|
|
122
120
|
--c-button--background-color-active: var(--dsa-button_terciary--background-color_active, none);
|
|
123
121
|
--c-button--background-color-selected: var(--dsa-button_terciary--background-color_selected, none);
|
|
124
122
|
}
|
|
125
|
-
.dsa-button.c-button {
|
|
126
|
-
transition-property: box-shadow, transform, background-color, color, border;
|
|
127
|
-
}
|
|
128
123
|
.dsa-button.c-button:disabled {
|
|
129
124
|
pointer-events: none;
|
|
130
125
|
}
|
|
@@ -12,7 +12,6 @@
|
|
|
12
12
|
--dsa-content-nav__link--color_hover: var(--ks-text-color-interface-interactive-hover);
|
|
13
13
|
--dsa-content-nav__link--icon-size: 1.25em;
|
|
14
14
|
--dsa-content-nav__toggle-more--font: var(--ks-font-interface-m);
|
|
15
|
-
--dsa-content-nav__toggle-more--font-weight: var(--dsa-link--font-weight);
|
|
16
15
|
--dsa-content-nav__toggle-more--color: var(--dsa-link--color);
|
|
17
16
|
--dsa-content-nav__toggle-more--margin-top: var(--ks-spacing-stack-xs);
|
|
18
17
|
}
|
|
@@ -95,7 +94,6 @@
|
|
|
95
94
|
color: var(--dsa-content-nav__toggle-more--color, var(--dsa-link--color));
|
|
96
95
|
cursor: pointer;
|
|
97
96
|
font: var(--dsa-content-nav__toggle-more--font, var(--ks-font-interface-m));
|
|
98
|
-
font-weight: var(--dsa-content-nav__toggle-more--font-weight, var(--dsa-link--font-weight));
|
|
99
97
|
display: flex;
|
|
100
98
|
align-items: center;
|
|
101
99
|
gap: calc(var(--ks-spacing-xxs) * 0.25);
|
|
@@ -26,13 +26,6 @@
|
|
|
26
26
|
--dsa-cookie-consent-dialogue--background-color: var(--ks-background-color-default);
|
|
27
27
|
--dsa-cookie-consent-dialogue--max-width: var(--dsa-tile--width_largest);
|
|
28
28
|
--dsa-cookie-consent-dialogue--max-height: 100%;
|
|
29
|
-
}
|
|
30
|
-
@media (min-width: 48em) {
|
|
31
|
-
.dsa-cookie-consent {
|
|
32
|
-
--dsa-cookie-consent-dialogue--max-height: 90vh;
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
.dsa-cookie-consent {
|
|
36
29
|
--dsa-cookie-consent-dialogue--spacing-vertical: var(--ks-spacing-inset-s);
|
|
37
30
|
--dsa-cookie-consent-dialogue--spacing-horizontal: var(--ks-spacing-inset-s);
|
|
38
31
|
--dsa-cookie-consent-dialogue__block--padding-vertical: var(--ks-spacing-inset-m);
|
|
@@ -42,8 +35,8 @@
|
|
|
42
35
|
--dsa-cookie-consent-dialogue__close--padding: var(--ks-spacing-inset-xs);
|
|
43
36
|
--dsa-cookie-consent-dialogue__close--color: var(--ks-text-color-interface-interactive);
|
|
44
37
|
--dsa-cookie-consent-dialogue__close--color_hover: var(--ks-text-color-interface-interactive);
|
|
45
|
-
--dsa-cookie-consent-dialogue__close--background-color: transparent;
|
|
46
38
|
--dsa-cookie-consent-dialogue__close--background-color_hover: var(--ks-color-fg-alpha-8);
|
|
39
|
+
--dsa-cookie-consent-dialogue__close--background-color: transparent;
|
|
47
40
|
--dsa-cookie-consent-dialogue__description--border-bottom: 1px solid var(--ks-border-color-interface);
|
|
48
41
|
--dsa-cookie-consent-dialogue__description--font: var(--ks-font-interface-s);
|
|
49
42
|
--dsa-cookie-consent-dialogue__description--color: var(--ks-text-color-interface);
|
|
@@ -57,6 +50,11 @@
|
|
|
57
50
|
--dsa-cookie-consent-dialogue__buttons--gap: var(--ks-spacing-stack-xs) var(--ks-spacing-inline-s);
|
|
58
51
|
--dsa-cookie-consent-overlay--background-color: var(--dsa-overlay--background-color);
|
|
59
52
|
}
|
|
53
|
+
@media (min-width: 48em) {
|
|
54
|
+
.dsa-cookie-consent {
|
|
55
|
+
--dsa-cookie-consent-dialogue--max-height: 90vh;
|
|
56
|
+
}
|
|
57
|
+
}
|
|
60
58
|
|
|
61
59
|
.dsa-cookie-consent-notice {
|
|
62
60
|
display: flex;
|
|
@@ -77,6 +75,7 @@
|
|
|
77
75
|
@media (min-width: 48em) {
|
|
78
76
|
.dsa-cookie-consent-notice--card {
|
|
79
77
|
border: var(--dsa-cookie-consent-notice_card--border, var(--ks-border-color-card) solid var(--ks-border-width-default));
|
|
78
|
+
border-radius: var(--dsa-cookie-consent-notice_card--border-radius, var(--ks-border-radius-card));
|
|
80
79
|
max-width: var(--dsa-cookie-consent-notice_card--max-width, var(--dsa-tile--width_large));
|
|
81
80
|
bottom: var(--dsa-cookie-consent-notice_card--bottom, var(--ks-spacing-m));
|
|
82
81
|
left: var(--dsa-cookie-consent-notice_card--left, var(--ks-spacing-m));
|
|
@@ -167,9 +166,9 @@
|
|
|
167
166
|
justify-content: space-between;
|
|
168
167
|
gap: var(--dsa-cookie-consent-dialogue__header--gap, var(--ks-spacing-inline-m));
|
|
169
168
|
}
|
|
170
|
-
.dsa-cookie-consent-dialogue__close
|
|
169
|
+
.dsa-cookie-consent-dialogue__close {
|
|
171
170
|
--dsa-button--padding: var(--dsa-cookie-consent-dialogue__close--padding, var(--ks-spacing-inset-xs));
|
|
172
|
-
|
|
171
|
+
margin: calc(var(--dsa-cookie-consent-dialogue__close--padding, var(--ks-spacing-inset-xs)) * -1);
|
|
173
172
|
--dsa-button_secondary--color: var(
|
|
174
173
|
--dsa-cookie-consent-dialogue__close--color,
|
|
175
174
|
var(--ks-text-color-interface-interactive)
|
|
@@ -182,11 +181,8 @@
|
|
|
182
181
|
--dsa-cookie-consent-dialogue__close--background-color_hover,
|
|
183
182
|
var(--ks-color-fg-alpha-8)
|
|
184
183
|
);
|
|
185
|
-
margin: calc(var(--dsa-cookie-consent-dialogue__close--padding, var(--ks-spacing-inset-xs)) * -1);
|
|
186
184
|
border-radius: var(--ks-border-radius-circle);
|
|
187
|
-
|
|
188
|
-
.dsa-cookie-consent-dialogue__close.dsa-button .icon {
|
|
189
|
-
margin-left: 0;
|
|
185
|
+
background-color: var(--dsa-cookie-consent-dialogue__close--background-color, transparent);
|
|
190
186
|
}
|
|
191
187
|
.dsa-cookie-consent-dialogue__form {
|
|
192
188
|
flex: 1;
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
align-self: start;
|
|
38
38
|
position: relative;
|
|
39
39
|
background-color: var(--ks-background-color-primary);
|
|
40
|
-
color: var(--
|
|
40
|
+
color: var(--ks-color-fg-inverted);
|
|
41
41
|
border-radius: var(--ks-border-radius-control);
|
|
42
42
|
display: flex;
|
|
43
43
|
align-items: flex-end;
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
.dsa-event-latest-teaser__cta {
|
|
114
114
|
font: var(--ks-font-interface-s);
|
|
115
115
|
font-weight: var(--ks-font-weight-semi-bold);
|
|
116
|
-
color: var(--
|
|
116
|
+
color: var(--ks-text-color-primary);
|
|
117
117
|
display: flex;
|
|
118
118
|
align-items: center;
|
|
119
119
|
text-wrap: nowrap;
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
gap: var(--ks-spacing-stack-s);
|
|
33
33
|
flex-basis: var(--dsa-tile--width_small);
|
|
34
34
|
flex-grow: 10;
|
|
35
|
-
flex-shrink:
|
|
35
|
+
flex-shrink: 0;
|
|
36
36
|
}
|
|
37
37
|
.dsa-event-list-teaser__image {
|
|
38
38
|
flex-basis: var(--dsa-tile--width_small);
|
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
.dsa-event-list-teaser__cta {
|
|
125
125
|
font: var(--ks-font-interface-s);
|
|
126
126
|
font-weight: var(--ks-font-weight-semi-bold);
|
|
127
|
-
color: var(--
|
|
127
|
+
color: var(--ks-text-color-primary);
|
|
128
128
|
display: flex;
|
|
129
129
|
align-items: center;
|
|
130
130
|
text-wrap: nowrap;
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
justify-content: space-between;
|
|
16
16
|
gap: var(--ks-spacing-stack-s) var(--ks-spacing-inline-m);
|
|
17
17
|
background-color: var(--ks-background-color-accent);
|
|
18
|
-
padding: var(--ks-spacing-inset-
|
|
18
|
+
padding: var(--ks-spacing-inset-m);
|
|
19
19
|
border-radius: var(--ks-border-radius-surface);
|
|
20
20
|
--dsa-event-location__info--flex-basis: 280px;
|
|
21
21
|
--dsa-event-location__appointments--min-width: 12em;
|
|
@@ -60,9 +60,9 @@
|
|
|
60
60
|
.dsa-event-location__appointments {
|
|
61
61
|
display: grid;
|
|
62
62
|
justify-content: flex-end;
|
|
63
|
-
gap: var(--ks-spacing-s);
|
|
63
|
+
gap: var(--ks-spacing-stack-s);
|
|
64
64
|
flex-grow: 100;
|
|
65
|
-
flex-shrink:
|
|
65
|
+
flex-shrink: 0;
|
|
66
66
|
grid-template-columns: repeat(auto-fill, minmax(min(var(--dsa-event-location__appointments--min-width, 12em), 100%), 1fr));
|
|
67
67
|
font: var(--ks-font-interface-s);
|
|
68
68
|
}
|
|
@@ -8,36 +8,6 @@
|
|
|
8
8
|
[ks-inverted=false] .dsa-hero {
|
|
9
9
|
--dsa-hero--min-height: 18rem;
|
|
10
10
|
--dsa-hero--min-height_small: 12rem;
|
|
11
|
-
}
|
|
12
|
-
@container hero (min-width: 640px) {
|
|
13
|
-
:root .dsa-hero,
|
|
14
|
-
[ks-inverted=true] .dsa-hero,
|
|
15
|
-
[ks-inverted=false] .dsa-hero {
|
|
16
|
-
--dsa-hero--min-height: 24rem;
|
|
17
|
-
--dsa-hero--min-height_small: 14rem;
|
|
18
|
-
--dsa-hero__textbox--max-width: 50vw;
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
@container hero (min-width: 960px) {
|
|
22
|
-
:root .dsa-hero,
|
|
23
|
-
[ks-inverted=true] .dsa-hero,
|
|
24
|
-
[ks-inverted=false] .dsa-hero {
|
|
25
|
-
--dsa-hero--min-height: 32rem;
|
|
26
|
-
--dsa-hero--min-height_small: 16rem;
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
@container hero (min-width: 1024px) {
|
|
30
|
-
:root .dsa-hero,
|
|
31
|
-
[ks-inverted=true] .dsa-hero,
|
|
32
|
-
[ks-inverted=false] .dsa-hero {
|
|
33
|
-
--dsa-hero--min-height: 36rem;
|
|
34
|
-
--dsa-hero--min-height_small: 20rem;
|
|
35
|
-
--dsa-hero__textbox--max-width: var(--dsa-content--width_narrow);
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
:root .dsa-hero,
|
|
39
|
-
[ks-inverted=true] .dsa-hero,
|
|
40
|
-
[ks-inverted=false] .dsa-hero {
|
|
41
11
|
--dsa-hero__headline--color: var(--dsa-headline--color);
|
|
42
12
|
--dsa-hero__subheadline--color: var(--dsa-headline__subheadline--color);
|
|
43
13
|
--dsa-hero_color-neutral__headline--color: var(--ks-text-color-default);
|
|
@@ -51,7 +21,7 @@
|
|
|
51
21
|
--dsa-hero__textbox--box-shadow: none;
|
|
52
22
|
--dsa-hero__textbox--border-radius: var(--ks-border-radius-card);
|
|
53
23
|
--dsa-hero__textbox--max-width: var(--dsa-content--width_narrow);
|
|
54
|
-
--dsa-hero__textbox--padding: var(--ks-spacing-inset-
|
|
24
|
+
--dsa-hero__textbox--padding: var(--ks-spacing-inset-squish-xl);
|
|
55
25
|
--dsa-hero_below__textbox--padding: var(--dsa-content--vertical-spacing);
|
|
56
26
|
--dsa-hero_offset__textbox--padding: var(--dsa-content--vertical-spacing);
|
|
57
27
|
--dsa-hero__skip-button--shadow: var(--dsa-overlay-text--shadow);
|
|
@@ -86,6 +56,32 @@
|
|
|
86
56
|
);
|
|
87
57
|
--dsa-hero_below__textbox--max-width: var(--dsa-content--width_default);
|
|
88
58
|
}
|
|
59
|
+
@container hero (min-width: 640px) {
|
|
60
|
+
:root .dsa-hero,
|
|
61
|
+
[ks-inverted=true] .dsa-hero,
|
|
62
|
+
[ks-inverted=false] .dsa-hero {
|
|
63
|
+
--dsa-hero--min-height: 24rem;
|
|
64
|
+
--dsa-hero--min-height_small: 14rem;
|
|
65
|
+
--dsa-hero__textbox--max-width: 50vw;
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
@container hero (min-width: 960px) {
|
|
69
|
+
:root .dsa-hero,
|
|
70
|
+
[ks-inverted=true] .dsa-hero,
|
|
71
|
+
[ks-inverted=false] .dsa-hero {
|
|
72
|
+
--dsa-hero--min-height: 32rem;
|
|
73
|
+
--dsa-hero--min-height_small: 16rem;
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
@container hero (min-width: 1024px) {
|
|
77
|
+
:root .dsa-hero,
|
|
78
|
+
[ks-inverted=true] .dsa-hero,
|
|
79
|
+
[ks-inverted=false] .dsa-hero {
|
|
80
|
+
--dsa-hero--min-height: 36rem;
|
|
81
|
+
--dsa-hero--min-height_small: 20rem;
|
|
82
|
+
--dsa-hero__textbox--max-width: var(--dsa-content--width_narrow);
|
|
83
|
+
}
|
|
84
|
+
}
|
|
89
85
|
|
|
90
86
|
.l-container--hero {
|
|
91
87
|
/* stylelint-disable-next-line property-no-unknown */
|
|
@@ -96,6 +92,7 @@
|
|
|
96
92
|
--c-visual_overlay--background-size: 100%;
|
|
97
93
|
--c-visual--min-height: var(--dsa-hero--min-height);
|
|
98
94
|
--c-visual_overlay--background: transparent;
|
|
95
|
+
min-height: var(--dsa-hero--min-height);
|
|
99
96
|
}
|
|
100
97
|
.c-visual.dsa-hero .c-visual__box {
|
|
101
98
|
--c-visual_box--background: var(
|
|
@@ -115,9 +112,6 @@
|
|
|
115
112
|
--dsa-hero__headline--color: var(--dsa-hero_color-neutral__copy--color, var(--ks-text-color-default));
|
|
116
113
|
--dsa-hero__subheadline--color: var(--dsa-hero_color-neutral__copy--color, var(--ks-text-color-default));
|
|
117
114
|
}
|
|
118
|
-
.c-visual.dsa-hero {
|
|
119
|
-
min-height: var(--dsa-hero--min-height);
|
|
120
|
-
}
|
|
121
115
|
.c-visual.dsa-hero.c-visual--small {
|
|
122
116
|
--dsa-hero--min-height: var(--dsa-hero--min-height_small);
|
|
123
117
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { HTMLAttributes } from "react";
|
|
3
|
-
import { ImageStoryProps } from "../../ImageStoryProps-
|
|
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,8 +29,8 @@ interface SettingsProps {
|
|
|
29
29
|
seo: SeoProps;
|
|
30
30
|
iconSprite?: IconSprite;
|
|
31
31
|
}
|
|
32
|
-
export * from "../../BlogPostProps-
|
|
33
|
-
export * from "../../BlogOverviewProps-
|
|
34
|
-
export * from "../../PageProps-
|
|
32
|
+
export * from "../../BlogPostProps-6b3cff22.js";
|
|
33
|
+
export * from "../../BlogOverviewProps-9f207f1c.js";
|
|
34
|
+
export * from "../../PageProps-aa29c554.js";
|
|
35
35
|
export { IconSprite, SettingsProps };
|
|
36
36
|
export * from "../../EventDetailProps-42a7eebe.js";
|
|
@@ -14,15 +14,15 @@
|
|
|
14
14
|
--dsa-logos__grid_tablet--cols: 3;
|
|
15
15
|
}
|
|
16
16
|
|
|
17
|
-
.dsa-logos .c-logo-tiles {
|
|
18
|
-
--c-logo-tiles--cols: var(--dsa-logo-tiles--cols);
|
|
19
|
-
--c-logo-tiles--gutter: var(--dsa-logos__grid--gap-horizontal);
|
|
20
|
-
}
|
|
21
17
|
.dsa-logos {
|
|
22
18
|
display: flex;
|
|
23
19
|
flex-direction: column;
|
|
24
20
|
gap: var(--dsa-logos-gap, var(--ks-spacing-stack-m));
|
|
25
21
|
}
|
|
22
|
+
.dsa-logos .c-logo-tiles {
|
|
23
|
+
--c-logo-tiles--cols: var(--dsa-logo-tiles--cols);
|
|
24
|
+
--c-logo-tiles--gutter: var(--dsa-logos__grid--gap-horizontal);
|
|
25
|
+
}
|
|
26
26
|
.dsa-logos__tagline {
|
|
27
27
|
font: var(--dsa-logos__tagline--font, var(--ks-font-display-m));
|
|
28
28
|
font-weight: var(--dsa-logos__tagline--font-weight, var(--dsa-headline--font-weight));
|
|
@@ -58,6 +58,8 @@
|
|
|
58
58
|
}
|
|
59
59
|
.dsa-logos .dsa-logo-tiles {
|
|
60
60
|
--dsa-logo-tiles--cols: var(--dsa-logos__grid_mobile--cols, 2);
|
|
61
|
+
gap: var(--dsa-logos__grid--gap-vertical) var(--dsa-logos__grid--gap-horizontal);
|
|
62
|
+
margin: 0;
|
|
61
63
|
}
|
|
62
64
|
@container logo-tiles (min-width: 420px) {
|
|
63
65
|
.dsa-logos .dsa-logo-tiles {
|
|
@@ -90,10 +92,6 @@
|
|
|
90
92
|
--dsa-logo-tiles--cols: 8;
|
|
91
93
|
}
|
|
92
94
|
}
|
|
93
|
-
.dsa-logos .dsa-logo-tiles {
|
|
94
|
-
gap: var(--dsa-logos__grid--gap-vertical) var(--dsa-logos__grid--gap-horizontal);
|
|
95
|
-
margin: 0;
|
|
96
|
-
}
|
|
97
95
|
.dsa-logos .dsa-logo-tiles .c-logo-tiles__col {
|
|
98
96
|
margin: 0;
|
|
99
97
|
aspect-ratio: 16/9;
|
|
@@ -1,11 +1,6 @@
|
|
|
1
1
|
.dsa-nav-dropdown {
|
|
2
2
|
--dsa-nav-dropdown--padding: var(--ks-spacing-xxs) var(--ks-spacing-xxs) var(--ks-spacing-m) var(--ks-spacing-xxs);
|
|
3
3
|
--dsa-nav-dropdown--background: var(--ks-background-color-default);
|
|
4
|
-
}
|
|
5
|
-
.dsa-nav-dropdown[ks-inverted=true] {
|
|
6
|
-
--dsa-nav-dropdown--background: var(--ks-color-fg-inverted);
|
|
7
|
-
}
|
|
8
|
-
.dsa-nav-dropdown {
|
|
9
4
|
--dsa-nav-dropdown--border-radius: var(--ks-border-radius-card);
|
|
10
5
|
--dsa-nav-dropdown--box-shadow: var(--ks-box-shadow-card);
|
|
11
6
|
--dsa-nav-dropdown--border: 1px solid var(--ks-border-color-card);
|
|
@@ -23,6 +18,9 @@
|
|
|
23
18
|
--dsa-nav-dropdown__label--padding: 0.45em 0.75em;
|
|
24
19
|
--dsa-nav-dropdown__label_dimmed--opacity: 1;
|
|
25
20
|
}
|
|
21
|
+
.dsa-nav-dropdown[ks-inverted=true] {
|
|
22
|
+
--dsa-nav-dropdown--background: var(--ks-color-fg-inverted);
|
|
23
|
+
}
|
|
26
24
|
|
|
27
25
|
.dsa-nav-dropdown {
|
|
28
26
|
--g-link--text-decoration: none;
|