@kickstartds/ds-agency-premium 1.6.72--canary.43.2486.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-9f207f1c.d.ts +1 -1
- package/dist/{BlogPostProps-c760fd2a.d.ts → BlogPostProps-6b3cff22.d.ts} +1 -1
- package/dist/PageProps-aa29c554.d.ts +1 -1
- package/dist/{SectionProps-7cac90e5.d.ts → SectionProps-6a826e52.d.ts} +2 -2
- package/dist/components/blog-post/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/index/index.d.ts +1 -1
- package/dist/components/logos/logos.css +6 -8
- package/dist/components/nav-dropdown/nav-dropdown.css +3 -5
- 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/section/index.d.ts +1 -1
- 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/{SplitEvenProps-7cac90e5.d.ts → SplitEvenProps-789f8508.d.ts} +0 -0
- /package/dist/{SplitWeightedProps-7cac90e5.d.ts → SplitWeightedProps-789f8508.d.ts} +0 -0
|
@@ -79,12 +79,12 @@
|
|
|
79
79
|
var(--dsa-text-color-on-primary)
|
|
80
80
|
);
|
|
81
81
|
}
|
|
82
|
-
.dsa-pagination__placeholder span {
|
|
83
|
-
transform: translateY(-0.15em);
|
|
84
|
-
}
|
|
85
82
|
.dsa-pagination__placeholder {
|
|
86
83
|
line-height: 0.25;
|
|
87
84
|
}
|
|
85
|
+
.dsa-pagination__placeholder span {
|
|
86
|
+
transform: translateY(-0.15em);
|
|
87
|
+
}
|
|
88
88
|
.dsa-pagination__pages {
|
|
89
89
|
display: contents;
|
|
90
90
|
}
|
|
@@ -28,10 +28,6 @@
|
|
|
28
28
|
--g-link--color-hover: var(--ks-color-fg-alpha-2);
|
|
29
29
|
width: fit-content;
|
|
30
30
|
font: var(--ks-font-interface-s);
|
|
31
|
-
max-width: 100%;
|
|
32
|
-
overflow-wrap: break-word;
|
|
33
|
-
word-break: break-word;
|
|
34
|
-
box-sizing: border-box;
|
|
35
31
|
}
|
|
36
32
|
.dsa-search-result strong,
|
|
37
33
|
.dsa-search-result mark {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { HTMLAttributes, FC, PropsWithChildren } from "react";
|
|
3
|
-
import { SectionProps } from "../../SectionProps-
|
|
3
|
+
import { SectionProps } from "../../SectionProps-6a826e52.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>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { HTMLAttributes } from "react";
|
|
3
|
-
import { SplitEvenProps as SplitEvenComponentProps } from "../../SplitEvenProps-
|
|
3
|
+
import { SplitEvenProps as SplitEvenComponentProps } from "../../SplitEvenProps-789f8508.js";
|
|
4
4
|
interface ComponentProps {
|
|
5
5
|
firstComponents?: React.ReactNode;
|
|
6
6
|
secondComponents?: React.ReactNode;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { HTMLAttributes } from "react";
|
|
3
|
-
import { SplitWeightedProps as SplitWeightedComponentProps } from "../../SplitWeightedProps-
|
|
3
|
+
import { SplitWeightedProps as SplitWeightedComponentProps } from "../../SplitWeightedProps-789f8508.js";
|
|
4
4
|
interface ComponentProps {
|
|
5
5
|
main?: React.ReactNode;
|
|
6
6
|
aside?: React.ReactNode;
|
|
@@ -9,7 +9,6 @@
|
|
|
9
9
|
--dsa-stats__number--background: var(--dsa-typo--highlight);
|
|
10
10
|
--dsa-stats__topic__font: var(--ks-font-interface-xl);
|
|
11
11
|
--dsa-stats__topic--color: var(--ks-text-color-display);
|
|
12
|
-
--dsa-stats__topic__font-weight: var(--dsa-topic--font-weight);
|
|
13
12
|
--dsa-stats__copy--font: var(--ks-font-copy-s);
|
|
14
13
|
--dsa-stats__copy--color: var(--ks-text-color-default);
|
|
15
14
|
}
|
|
@@ -51,7 +50,6 @@
|
|
|
51
50
|
.dsa-stats .c-count-up__topic {
|
|
52
51
|
color: var(--dsa-stats__topic--color, var(--ks-text-color-display));
|
|
53
52
|
font: var(--dsa-stats__topic__font, var(--ks-font-interface-xl));
|
|
54
|
-
font-weight: var(--dsa-stats__topic__font-weight, var(--dsa-topic--font-weight));
|
|
55
53
|
text-align: center;
|
|
56
54
|
}
|
|
57
55
|
.dsa-stats .c-count-up__text {
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
--dsa-teaser-card--border-color: var(--ks-border-color-card-interactive);
|
|
10
10
|
--dsa-teaser-card--border-color_hover: var(--ks-border-color-card-interactive-hover);
|
|
11
11
|
--dsa-teaser-card--border-radius: var(--ks-border-radius-card) var(--ks-border-radius-card)
|
|
12
|
-
var(--ks-border-radius-card) calc(var(--ks-border-radius-card) *
|
|
12
|
+
var(--ks-border-radius-card) calc(var(--ks-border-radius-card) * 3);
|
|
13
13
|
--dsa-teaser-card--shadow: none;
|
|
14
14
|
--dsa-teaser-card--shadow_hover: none;
|
|
15
15
|
--dsa-teaser-card__image--transform_hover: scale(1.05);
|
|
@@ -143,7 +143,6 @@
|
|
|
143
143
|
}
|
|
144
144
|
.dsa-teaser-card .c-teaser__link .dsa-button {
|
|
145
145
|
font: var(--dsa-teaser-card__button--font, var(--dsa-button_medium--font));
|
|
146
|
-
font-weight: var(--dsa-button--font-weight);
|
|
147
146
|
padding: var(--dsa-teaser-card__button--padding, var(--dsa-button--padding));
|
|
148
147
|
}
|
|
149
148
|
@container teaser-card (min-width: 640px) {
|
|
@@ -21,6 +21,7 @@
|
|
|
21
21
|
--dsa-testimonials__byline--font-weight: var(--ks-font-weight-regular);
|
|
22
22
|
--dsa-testimonials__byline--color: var(--ks-text-color-copy);
|
|
23
23
|
--dsa-testimonials__image--max-width: 40%;
|
|
24
|
+
--dsa-testimonials__list--gap: var(--ks-spacing-stack-xl);
|
|
24
25
|
}
|
|
25
26
|
@container quote (min-width: 640px) {
|
|
26
27
|
.dsa-testimonials {
|
|
@@ -32,9 +33,6 @@
|
|
|
32
33
|
--dsa-testimonials--padding-left: var(--ks-spacing-inline-xl);
|
|
33
34
|
}
|
|
34
35
|
}
|
|
35
|
-
.dsa-testimonials {
|
|
36
|
-
--dsa-testimonials__list--gap: var(--ks-spacing-stack-xl);
|
|
37
|
-
}
|
|
38
36
|
|
|
39
37
|
.dsa-testimonials .c-quote {
|
|
40
38
|
--c-quote_text--font: var(--dsa-testimonials__quote--font, var(--ks-font-copy-l));
|