@kickstartds/ds-agency-premium 1.6.68--canary.45.1713.0 → 1.6.68--canary.45.1719.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-d62a0a9a.d.ts → BlogOverviewProps-9f207f1c.d.ts} +2 -2
- package/dist/{BlogPostProps-c760fd2a.d.ts → BlogPostProps-6b3cff22.d.ts} +1 -1
- package/dist/{EventListAppointmentProps-eee8b4ec.d.ts → EventAppointmentProps-443cd1ce.d.ts} +2 -2
- package/dist/{EventDetailProps-52321b9e.d.ts → EventDetailProps-42a7eebe.d.ts} +2 -2
- package/dist/{EventTeaserProps-e00ea659.d.ts → EventLatestTeaserProps-fc9d3281.d.ts} +2 -2
- package/dist/{EventListLocationProps-f9d48acc.d.ts → EventLocationProps-dd4aeaa9.d.ts} +4 -4
- package/dist/PageProps-aa29c554.d.ts +1 -1
- package/dist/{SectionProps-00ddee3a.d.ts → SectionProps-7caa223c.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/{event-list-appointment/event-list-appointment.css → event-appointment/event-appointment.css} +9 -9
- package/dist/components/{event-list-appointment/event-list-appointment.schema.dereffed.json → event-appointment/event-appointment.schema.dereffed.json} +3 -3
- package/dist/components/{event-list-appointment/event-list-appointment.schema.json → event-appointment/event-appointment.schema.json} +2 -2
- package/dist/components/event-appointment/index.d.ts +7 -0
- package/dist/components/event-appointment/index.js +14 -0
- package/dist/components/event-detail/event-detail.schema.dereffed.json +6 -6
- package/dist/components/event-detail/event-detail.schema.json +1 -1
- package/dist/components/event-detail/index.d.ts +1 -1
- package/dist/components/event-detail/index.js +3 -3
- package/dist/components/event-latest/event-latest.css +5 -0
- package/dist/components/event-latest/event-latest.schema.dereffed.json +3 -50
- package/dist/components/event-latest/event-latest.schema.json +2 -38
- package/dist/components/event-latest/index.d.ts +3 -29
- package/dist/components/event-latest/index.js +7 -3
- package/dist/components/event-latest-teaser/event-latest-teaser.css +128 -0
- package/dist/components/{event-teaser/event-teaser.schema.dereffed.json → event-latest-teaser/event-latest-teaser.schema.dereffed.json} +3 -3
- package/dist/components/{event-teaser/event-teaser.schema.json → event-latest-teaser/event-latest-teaser.schema.json} +2 -2
- package/dist/components/event-latest-teaser/index.d.ts +8 -0
- package/dist/components/event-latest-teaser/index.js +18 -0
- package/dist/components/{event-list-location/event-list-location.css → event-location/event-location.css} +16 -16
- package/dist/components/{event-list-location/event-list-location.schema.dereffed.json → event-location/event-location.schema.dereffed.json} +6 -6
- package/dist/components/{event-list-location/event-list-location.schema.json → event-location/event-location.schema.json} +3 -3
- package/dist/components/event-location/index.d.ts +7 -0
- package/dist/components/event-location/index.js +16 -0
- package/dist/components/image-story/index.d.ts +1 -1
- package/dist/components/index/index.d.ts +3 -3
- package/dist/components/page-wrapper/tokens.css +1 -1
- package/dist/components/presets.json +83 -75
- package/dist/components/section/index.d.ts +1 -1
- package/dist/global.css +1 -1
- package/dist/tokens/themes.css +4 -4
- package/dist/tokens/tokens.css +1 -1
- package/dist/tokens/tokens.js +1 -1
- package/package.json +1 -1
- package/dist/components/event-list-appointment/index.d.ts +0 -7
- package/dist/components/event-list-appointment/index.js +0 -14
- package/dist/components/event-list-location/index.d.ts +0 -7
- package/dist/components/event-list-location/index.js +0 -16
- package/dist/components/event-teaser/event-teaser.css +0 -82
- package/dist/components/event-teaser/index.d.ts +0 -8
- package/dist/components/event-teaser/index.js +0 -17
- /package/dist/{BlogTeaserProps-d62a0a9a.d.ts → BlogTeaserProps-f5855e93.d.ts} +0 -0
- /package/dist/{ImageStoryProps-00ddee3a.d.ts → ImageStoryProps-e853e1e7.d.ts} +0 -0
package/dist/tokens/themes.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Wed, 25 Jun 2025
|
|
3
|
+
* Generated on Wed, 25 Jun 2025 14:11:27 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, 25 Jun 2025
|
|
2730
|
+
* Generated on Wed, 25 Jun 2025 14:11:31 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, 25 Jun 2025
|
|
5461
|
+
* Generated on Wed, 25 Jun 2025 14:11:29 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, 25 Jun 2025
|
|
8462
|
+
* Generated on Wed, 25 Jun 2025 14:11:33 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
package/dist/tokens/tokens.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { EventListAppointmentProps } from "../../EventListAppointmentProps-eee8b4ec.js";
|
|
3
|
-
declare const EventListAppointmentContextDefault: import("react").ForwardRefExoticComponent<EventListAppointmentProps & import("react").RefAttributes<HTMLAnchorElement>>;
|
|
4
|
-
declare const EventListAppointmentContext: import("react").Context<import("react").ForwardRefExoticComponent<EventListAppointmentProps & import("react").RefAttributes<HTMLAnchorElement>>>;
|
|
5
|
-
declare const EventListAppointment: import("react").ForwardRefExoticComponent<EventListAppointmentProps & import("react").RefAttributes<HTMLAnchorElement>>;
|
|
6
|
-
export type { EventListAppointmentProps };
|
|
7
|
-
export { EventListAppointmentContextDefault, EventListAppointmentContext, EventListAppointment };
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import "./event-list-appointment.css";
|
|
2
|
-
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
-
import { forwardRef, createContext, useContext } from 'react';
|
|
4
|
-
import { Icon } from '@kickstartds/base/lib/icon';
|
|
5
|
-
|
|
6
|
-
const EventListAppointmentContextDefault = forwardRef(({ date, time, label, url, newTab, ariaLabel }, ref) => (jsxs("a", { className: "dsa-event-list-appointment", target: newTab ? "_blank" : "_self", "aria-label": ariaLabel, href: url, ref: ref, children: [jsxs("span", { className: "dsa-event-list-appointment__infos", children: [date && (jsxs("span", { className: "dsa-event-list-appointment__info", children: [jsx(Icon, { className: "dsa-event-list-appointment__icon", "aria-hidden": true, icon: "date" }), date] })), time && (jsxs("span", { className: "dsa-event-list-appointment__info", children: [jsx(Icon, { className: "dsa-event-list-appointment__icon", "aria-hidden": true, icon: "time" }), time] }))] }), jsxs("span", { className: "dsa-event-list-appointment__label", children: [label, jsx(Icon, { icon: "chevron-right" })] })] })));
|
|
7
|
-
const EventListAppointmentContext = createContext(EventListAppointmentContextDefault);
|
|
8
|
-
const EventListAppointment = forwardRef((props, ref) => {
|
|
9
|
-
const Component = useContext(EventListAppointmentContext);
|
|
10
|
-
return jsx(Component, { ...props, ref: ref });
|
|
11
|
-
});
|
|
12
|
-
EventListAppointment.displayName = "EventListAppointment";
|
|
13
|
-
|
|
14
|
-
export { EventListAppointment, EventListAppointmentContext, EventListAppointmentContextDefault };
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { EventListLocationProps } from "../../EventListLocationProps-f9d48acc.js";
|
|
3
|
-
declare const EventListLocationContextDefault: import("react").ForwardRefExoticComponent<EventListLocationProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
4
|
-
declare const EventListLocationContext: import("react").Context<import("react").ForwardRefExoticComponent<EventListLocationProps & import("react").RefAttributes<HTMLDivElement>>>;
|
|
5
|
-
declare const EventListLocation: import("react").ForwardRefExoticComponent<EventListLocationProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
6
|
-
export type { EventListLocationProps };
|
|
7
|
-
export { EventListLocationContextDefault, EventListLocationContext, EventListLocation };
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import "./event-list-location.css";
|
|
2
|
-
import { forwardRef, createElement, createContext, useContext } from 'react';
|
|
3
|
-
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
4
|
-
import { RichText } from '@kickstartds/base/lib/rich-text';
|
|
5
|
-
import { Icon } from '@kickstartds/base/lib/icon';
|
|
6
|
-
import { EventListAppointment } from '../event-list-appointment/index.js';
|
|
7
|
-
|
|
8
|
-
const EventListLocationContextDefault = forwardRef(({ locationName, address, dates, links, ...rest }, ref) => (jsxs("div", { className: "dsa-event-list-location", ...rest, ref: ref, children: [address && (jsx("div", { className: "dsa-event-list-location__row", children: jsxs("div", { className: "dsa-event-list-location__item ", children: [jsx(Icon, { className: "dsa-event-list-location__icon", icon: "map-pin", "aria-hidden": true }), jsxs("div", { className: "dsa-event-list-location__content", children: [jsx("span", { className: "sr-only", children: "Address:" }), jsxs("address", { className: "dsa-event-list-location__address", children: [locationName && (jsx("span", { className: "dsa-event-list-location__name", children: locationName })), address && jsx(RichText, { text: address })] }), links && links.length > 0 && (jsx("div", { className: "dsa-event-list-location__links", children: links.map((link, index) => (jsx("a", { href: link.url, target: link.newTab ? "_blank" : "_self", className: "dsa-event-list-location__link", children: link.label }, index))) }))] })] }) })), dates && dates.length > 0 && (jsxs("div", { className: "dsa-event-list-location__appointments", children: [jsx("span", { className: "sr-only", children: "Appointments:" }), dates.map((item, index) => (createElement(EventListAppointment, { ...item, key: index })))] }))] })));
|
|
9
|
-
const EventListLocationContext = createContext(EventListLocationContextDefault);
|
|
10
|
-
const EventListLocation = forwardRef((props, ref) => {
|
|
11
|
-
const Component = useContext(EventListLocationContext);
|
|
12
|
-
return jsx(Component, { ...props, ref: ref });
|
|
13
|
-
});
|
|
14
|
-
EventListLocation.displayName = "EventListLocation";
|
|
15
|
-
|
|
16
|
-
export { EventListLocation, EventListLocationContext, EventListLocationContextDefault };
|
|
@@ -1,82 +0,0 @@
|
|
|
1
|
-
.dsa-event-teaser {
|
|
2
|
-
--g-link--border-radius: var(--ks-border-radius-surface);
|
|
3
|
-
display: flex;
|
|
4
|
-
align-items: center;
|
|
5
|
-
gap: var(--ks-spacing-inline-m);
|
|
6
|
-
padding: var(--ks-spacing-inset-s);
|
|
7
|
-
border: var(--ks-border-width-default) solid var(--ks-border-color-card-interactive);
|
|
8
|
-
}
|
|
9
|
-
.dsa-event-teaser:hover {
|
|
10
|
-
border-color: var(--ks-border-color-card-interactive-hover);
|
|
11
|
-
}
|
|
12
|
-
.dsa-event-teaser__calendar {
|
|
13
|
-
align-self: start;
|
|
14
|
-
position: relative;
|
|
15
|
-
container-type: inline-size;
|
|
16
|
-
background-color: var(--ks-background-color-primary);
|
|
17
|
-
color: var(--ks-color-fg-inverted);
|
|
18
|
-
border-radius: var(--ks-border-radius-control);
|
|
19
|
-
display: flex;
|
|
20
|
-
flex-direction: column;
|
|
21
|
-
align-items: center;
|
|
22
|
-
justify-content: center;
|
|
23
|
-
padding: var(--ks-spacing-inset-stretch-xs);
|
|
24
|
-
flex-shrink: 0;
|
|
25
|
-
width: calc(var(--ks-spacing-l) * 3);
|
|
26
|
-
height: calc(var(--ks-spacing-l) * 3);
|
|
27
|
-
}
|
|
28
|
-
.dsa-event-teaser__content {
|
|
29
|
-
display: flex;
|
|
30
|
-
flex-direction: column;
|
|
31
|
-
gap: var(--ks-spacing-stack-xs);
|
|
32
|
-
flex-grow: 1;
|
|
33
|
-
}
|
|
34
|
-
.dsa-event-teaser__title {
|
|
35
|
-
font: var(--ks-font-display-m);
|
|
36
|
-
font-weight: var(--ks-font-weight-semi-bold);
|
|
37
|
-
color: var(--ks-text-color-display);
|
|
38
|
-
}
|
|
39
|
-
.dsa-event-teaser__month, .dsa-event-teaser__day {
|
|
40
|
-
font-weight: var(--ks-font-weight-semi-bold);
|
|
41
|
-
font-family: var(--ks-font-family-display);
|
|
42
|
-
}
|
|
43
|
-
.dsa-event-teaser__day {
|
|
44
|
-
font-size: 50cqw;
|
|
45
|
-
}
|
|
46
|
-
.dsa-event-teaser__month {
|
|
47
|
-
font-size: 25cqw;
|
|
48
|
-
}
|
|
49
|
-
.dsa-event-teaser__infos {
|
|
50
|
-
display: flex;
|
|
51
|
-
flex-wrap: wrap;
|
|
52
|
-
gap: var(--ks-spacing-xxs) var(--ks-spacing-inline-s);
|
|
53
|
-
}
|
|
54
|
-
.dsa-event-teaser__info {
|
|
55
|
-
display: flex;
|
|
56
|
-
gap: var(--ks-spacing-xxs);
|
|
57
|
-
font: var(--ks-font-interface-s);
|
|
58
|
-
align-items: center;
|
|
59
|
-
color: var(--ks-text-color-interface);
|
|
60
|
-
}
|
|
61
|
-
.dsa-event-teaser__info .icon {
|
|
62
|
-
width: calc(var(--ks-font-size-interface-s) * var(--ks-line-height-interface-s));
|
|
63
|
-
height: calc(var(--ks-font-size-interface-s) * var(--ks-line-height-interface-s));
|
|
64
|
-
color: var(--ks-text-color-primary);
|
|
65
|
-
flex-shrink: 0;
|
|
66
|
-
flex-grow: 1;
|
|
67
|
-
}
|
|
68
|
-
.dsa-event-teaser__cta {
|
|
69
|
-
font: var(--ks-font-interface-s);
|
|
70
|
-
font-weight: var(--ks-font-weight-semi-bold);
|
|
71
|
-
color: var(--ks-text-color-primary);
|
|
72
|
-
display: flex;
|
|
73
|
-
align-items: center;
|
|
74
|
-
text-wrap: nowrap;
|
|
75
|
-
}
|
|
76
|
-
.dsa-event-teaser__cta .icon {
|
|
77
|
-
width: calc(var(--ks-font-size-interface-s) * var(--ks-line-height-interface-s));
|
|
78
|
-
height: calc(var(--ks-font-size-interface-s) * var(--ks-line-height-interface-s));
|
|
79
|
-
color: var(--ks-text-color-primary);
|
|
80
|
-
flex-shrink: 0;
|
|
81
|
-
flex-grow: 1;
|
|
82
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { HTMLAttributes } from "react";
|
|
3
|
-
import { EventTeaserProps } from "../../EventTeaserProps-e00ea659.js";
|
|
4
|
-
declare const EventTeaserContextDefault: import("react").ForwardRefExoticComponent<EventTeaserProps & HTMLAttributes<HTMLAnchorElement> & import("react").RefAttributes<HTMLAnchorElement>>;
|
|
5
|
-
declare const EventTeaserContext: import("react").Context<import("react").ForwardRefExoticComponent<EventTeaserProps & HTMLAttributes<HTMLAnchorElement> & import("react").RefAttributes<HTMLAnchorElement>>>;
|
|
6
|
-
declare const EventTeaser: import("react").ForwardRefExoticComponent<EventTeaserProps & HTMLAttributes<HTMLAnchorElement> & import("react").RefAttributes<HTMLAnchorElement>>;
|
|
7
|
-
export type { EventTeaserProps };
|
|
8
|
-
export { EventTeaserContextDefault, EventTeaserContext, EventTeaser };
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import "./event-teaser.css";
|
|
2
|
-
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
-
import classnames from 'classnames';
|
|
4
|
-
import { forwardRef, createContext, useContext } from 'react';
|
|
5
|
-
import { Icon } from '@kickstartds/base/lib/icon';
|
|
6
|
-
|
|
7
|
-
const EventTeaserContextDefault = forwardRef(({ date, title, cta, calendar, url, location, ariaLabel, className, ...rest }, ref) => {
|
|
8
|
-
return (jsxs("a", { className: classnames(className, "dsa-event-teaser"), ...rest, href: url, ref: ref, "aria-label": ariaLabel, children: [jsxs("span", { className: "dsa-event-teaser__calendar", children: [jsx("span", { className: "dsa-event-teaser__day", children: calendar.day }), jsx("span", { className: "dsa-event-teaser__month", children: calendar.month })] }), jsxs("span", { className: "dsa-event-teaser__content", children: [jsx("span", { className: "dsa-event-teaser__title", children: title }), jsxs("span", { className: "dsa-event-teaser__infos", children: [jsxs("span", { className: "dsa-event-teaser__info", children: [jsx(Icon, { "aria-hidden": true, icon: "date" }), date] }), jsxs("span", { className: "dsa-event-teaser__info", children: [jsx(Icon, { "aria-hidden": true, icon: "map-pin" }), location] })] })] }), jsxs("span", { className: "dsa-event-teaser__cta", children: [jsx("span", { children: cta }), jsx(Icon, { "aria-hidden": true, icon: "chevron-right" })] })] }));
|
|
9
|
-
});
|
|
10
|
-
const EventTeaserContext = createContext(EventTeaserContextDefault);
|
|
11
|
-
const EventTeaser = forwardRef((props, ref) => {
|
|
12
|
-
const Component = useContext(EventTeaserContext);
|
|
13
|
-
return jsx(Component, { ...props, ref: ref });
|
|
14
|
-
});
|
|
15
|
-
EventTeaser.displayName = "EventTeaser";
|
|
16
|
-
|
|
17
|
-
export { EventTeaser, EventTeaserContext, EventTeaserContextDefault };
|
|
File without changes
|
|
File without changes
|