@kickstartds/ds-agency-premium 1.6.71--canary.45.1849.0 → 1.6.71--canary.45.1857.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/components/blog-post/index.d.ts +1 -1
- package/dist/components/business-card/business-card.css +100 -23
- package/dist/components/business-card/business-card.schema.dereffed.json +6 -0
- package/dist/components/business-card/business-card.schema.json +6 -0
- package/dist/components/business-card/index.d.ts +5 -0
- package/dist/components/business-card/index.js +2 -2
- package/dist/components/content-nav/content-nav.css +14 -4
- package/dist/components/content-nav/index.js +2 -2
- package/dist/components/event-registration/event-registration.css +0 -3
- package/dist/components/index/index.d.ts +2 -2
- package/dist/components/page/index.d.ts +1 -1
- package/dist/components/page-wrapper/tokens.css +2 -2
- package/dist/components/presets.json +126 -48
- 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/{BlogPostProps-c760fd2a.d.ts → BlogPostProps-c04a5ed8.d.ts} +0 -0
- /package/dist/{PageProps-21d04028.d.ts → PageProps-aa29c554.d.ts} +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BlogPostProps } from "../../BlogPostProps-
|
|
1
|
+
import { BlogPostProps } from "../../BlogPostProps-c04a5ed8.js";
|
|
2
2
|
import { FC, PropsWithChildren } from "react";
|
|
3
3
|
declare const BlogPost: FC<PropsWithChildren<BlogPostProps>>;
|
|
4
4
|
export type { BlogPostProps };
|
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
.l-container--business-card {
|
|
2
|
+
/* stylelint-disable-next-line property-no-unknown */
|
|
3
|
+
container-name: business-card;
|
|
4
|
+
}
|
|
5
|
+
|
|
1
6
|
.dsa-business-card {
|
|
2
7
|
--dsa-business-card--border-radius: var(--ks-border-radius-card);
|
|
3
8
|
--dsa-business-card--padding: var(--ks-spacing-inset-m);
|
|
@@ -10,60 +15,125 @@
|
|
|
10
15
|
--dsa-business-card__topic--color: var(--dsa-topic--color);
|
|
11
16
|
--dsa-business-card__topic--margin-top: var(--ks-spacing-stack-m);
|
|
12
17
|
--dsa-business-card__logo--max-width: var(--dsa-tile--width_small);
|
|
13
|
-
--dsa-business-
|
|
14
|
-
--dsa-business-
|
|
15
|
-
--dsa-business-
|
|
16
|
-
--dsa-business-card__avatar--border-radius: var(--ks-border-radius-
|
|
18
|
+
--dsa-business-card__address--gap: var(--ks-spacing-stack-l) var(--ks-spacing-inline-xl);
|
|
19
|
+
--dsa-business-card__infos--font: var(--ks-font-interface-m);
|
|
20
|
+
--dsa-business-card__infos--color: var(--ks-text-color-copy);
|
|
21
|
+
--dsa-business-card__avatar--border-radius: var(--ks-border-radius-control);
|
|
17
22
|
--dsa-business-card__avatar--size: calc(var(--dsa-tile--width_smallest) / 2);
|
|
18
|
-
--dsa-business-card__contact--gap: var(--ks-spacing-xxs);
|
|
23
|
+
--dsa-business-card__contact-items--gap: var(--ks-spacing-xxs);
|
|
24
|
+
--dsa-business-card__contact--gap: var(--ks-spacing-stack-s) var(--ks-spacing-inline-s);
|
|
19
25
|
--dsa-business-card__contact--icon-size: 1.25em;
|
|
20
26
|
--dsa-business-card__contact--font: var(--ks-font-interface-m);
|
|
21
27
|
--dsa-business-card__contact--font-weight: var(--ks-font-weight-semi-bold);
|
|
22
28
|
--dsa-business-card__contact--color: var(--ks-text-color-interface-interactive);
|
|
23
29
|
--dsa-business-card__contact--color_hover: var(--ks-text-color-interface-interactive-hover);
|
|
24
30
|
}
|
|
31
|
+
@container business-card (min-width: 640px) {
|
|
32
|
+
.dsa-business-card {
|
|
33
|
+
--dsa-business-card--padding: var(--ks-spacing-inset-xl);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.l-container--business-card {
|
|
38
|
+
/* stylelint-disable-next-line property-no-unknown */
|
|
39
|
+
container-name: business-card;
|
|
40
|
+
}
|
|
25
41
|
|
|
26
42
|
.dsa-business-card {
|
|
27
|
-
max-width: var(--dsa-tile--width_medium);
|
|
28
|
-
margin: auto;
|
|
29
|
-
margin-top: 30px;
|
|
30
43
|
border-radius: var(--dsa-business-card--border-radius, var(--ks-border-radius-card));
|
|
31
|
-
padding: var(--dsa-business-card--padding, var(--ks-spacing-inset-
|
|
44
|
+
padding: var(--dsa-business-card--padding, var(--ks-spacing-inset-xl));
|
|
32
45
|
display: flex;
|
|
33
|
-
flex-direction: column;
|
|
34
46
|
gap: var(--dsa-business-card--gap, var(--ks-spacing-stack-l));
|
|
35
|
-
|
|
47
|
+
justify-content: center;
|
|
48
|
+
flex-direction: column;
|
|
36
49
|
background-color: var(--dsa-business-card--background-color, var(--ks-background-color-card));
|
|
50
|
+
align-items: flex-start;
|
|
51
|
+
}
|
|
52
|
+
@container business-card (min-width: 640px) {
|
|
53
|
+
.dsa-business-card {
|
|
54
|
+
flex-direction: row;
|
|
55
|
+
align-items: stretch;
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
.dsa-business-card--centered {
|
|
59
|
+
text-align: center;
|
|
60
|
+
align-items: center;
|
|
61
|
+
}
|
|
62
|
+
.dsa-business-card--centered .dsa-business-card__infos,
|
|
63
|
+
.dsa-business-card--centered .dsa-business-card__content {
|
|
64
|
+
align-items: center;
|
|
65
|
+
text-align: center;
|
|
66
|
+
}
|
|
67
|
+
.dsa-business-card--centered .dsa-business-card__contact {
|
|
68
|
+
justify-content: center;
|
|
69
|
+
}
|
|
70
|
+
.dsa-business-card__content {
|
|
71
|
+
display: flex;
|
|
72
|
+
flex-direction: column;
|
|
73
|
+
align-items: flex-start;
|
|
74
|
+
gap: var(--dsa-business-card--gap, var(--ks-spacing-stack-l));
|
|
75
|
+
flex-grow: 1;
|
|
76
|
+
}
|
|
77
|
+
@container business-card (min-width: 640px) {
|
|
78
|
+
.dsa-business-card__content {
|
|
79
|
+
flex-basis: var(--dsa-tile--width_medium);
|
|
80
|
+
}
|
|
37
81
|
}
|
|
38
82
|
.dsa-business-card__topic {
|
|
39
83
|
font: var(--dsa-business-card__topic--font, var(--dsa-topic--font));
|
|
40
84
|
color: var(--dsa-business-card__topic--color, var(--dsa-topic--color));
|
|
41
85
|
font-weight: var(--dsa-business-card__topic--font-weight, var(--dsa-topic--font-weight));
|
|
42
|
-
|
|
86
|
+
}
|
|
87
|
+
.dsa-business-card__image {
|
|
88
|
+
flex-grow: 1;
|
|
43
89
|
}
|
|
44
90
|
.dsa-business-card__image img {
|
|
91
|
+
width: 100%;
|
|
45
92
|
aspect-ratio: var(--dsa-business-card__image--aspect-ratio, 16/9);
|
|
46
93
|
object-fit: cover;
|
|
47
94
|
border-radius: var(--dsa-business-card__image--border-radius, var(--ks-border-radius-card));
|
|
48
95
|
}
|
|
96
|
+
@container business-card (min-width: 640px) {
|
|
97
|
+
.dsa-business-card__image img {
|
|
98
|
+
aspect-ratio: unset;
|
|
99
|
+
width: 100%;
|
|
100
|
+
height: 100%;
|
|
101
|
+
max-height: 60vh;
|
|
102
|
+
object-fit: cover;
|
|
103
|
+
}
|
|
104
|
+
}
|
|
49
105
|
.dsa-business-card__logo {
|
|
50
|
-
flex-grow: 1;
|
|
51
106
|
max-width: var(--dsa-business-card__logo--max-width, var(--dsa-tile--width_small));
|
|
52
107
|
width: 100%;
|
|
53
108
|
}
|
|
54
109
|
.dsa-business-card__logo img {
|
|
55
110
|
width: 100%;
|
|
56
111
|
}
|
|
112
|
+
.dsa-business-card__address {
|
|
113
|
+
display: flex;
|
|
114
|
+
gap: var(--dsa-business-card__address--gap, var(--ks-spacing-stack-s));
|
|
115
|
+
justify-content: flex-start;
|
|
116
|
+
flex-wrap: wrap;
|
|
117
|
+
}
|
|
118
|
+
.dsa-business-card__address--centered {
|
|
119
|
+
text-align: left;
|
|
120
|
+
justify-content: center;
|
|
121
|
+
}
|
|
122
|
+
.dsa-business-card__address--centered .dsa-business-card__address {
|
|
123
|
+
text-align: left;
|
|
124
|
+
flex-basis: var(--dsa-tile--width_medium);
|
|
125
|
+
}
|
|
126
|
+
.dsa-business-card__address--centered .dsa-business-card__infos {
|
|
127
|
+
flex-basis: var(--dsa-tile--width_medium);
|
|
128
|
+
}
|
|
57
129
|
.dsa-business-card__infos {
|
|
130
|
+
font: var(--dsa-business-card__infos--font, var(--ks-font-interface-m));
|
|
131
|
+
color: var(--dsa-business-card__infos--color, var(--ks-text-color-interface));
|
|
132
|
+
flex-grow: 1;
|
|
133
|
+
max-width: var(--dsa-tile--width_small);
|
|
58
134
|
display: flex;
|
|
59
135
|
flex-direction: column;
|
|
60
|
-
gap: var(--
|
|
61
|
-
align-items: center;
|
|
62
|
-
}
|
|
63
|
-
.dsa-business-card__address {
|
|
64
|
-
font: var(--dsa-business-card__address--font, var(--ks-font-interface-m));
|
|
65
|
-
color: var(--dsa-business-card__address--color, var(--ks-text-color-interface));
|
|
66
|
-
text-align: center;
|
|
136
|
+
gap: var(--ks-spacing-stack-xs);
|
|
67
137
|
}
|
|
68
138
|
.dsa-business-card__avatar {
|
|
69
139
|
width: var(--dsa-business-card__avatar--size, 6em);
|
|
@@ -74,10 +144,16 @@
|
|
|
74
144
|
}
|
|
75
145
|
.dsa-business-card__contact {
|
|
76
146
|
display: flex;
|
|
77
|
-
flex-direction: column;
|
|
78
|
-
align-items: center;
|
|
79
147
|
gap: var(--dsa-business-card__contact--gap, var(--ks-spacing-xxs));
|
|
80
|
-
|
|
148
|
+
flex-wrap: wrap;
|
|
149
|
+
justify-content: flex-start;
|
|
150
|
+
}
|
|
151
|
+
.dsa-business-card__contact-items {
|
|
152
|
+
flex-basis: 100px;
|
|
153
|
+
display: flex;
|
|
154
|
+
flex-direction: column;
|
|
155
|
+
align-items: flex-start;
|
|
156
|
+
gap: var(--dsa-business-card__contact-items--gap, var(--ks-spacing-xxs));
|
|
81
157
|
}
|
|
82
158
|
.dsa-business-card__contact-item {
|
|
83
159
|
display: flex;
|
|
@@ -98,6 +174,7 @@
|
|
|
98
174
|
gap: var(--ks-spacing-stack-s);
|
|
99
175
|
flex-wrap: wrap;
|
|
100
176
|
justify-content: center;
|
|
177
|
+
margin-bottom: var(--ks-spacing-inset-xs);
|
|
101
178
|
}
|
|
102
179
|
.dsa-business-card__buttons .c-button {
|
|
103
180
|
width: fit-content;
|
|
@@ -4,6 +4,12 @@
|
|
|
4
4
|
"title": "Business Card",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
|
+
"centered": {
|
|
8
|
+
"type": "boolean",
|
|
9
|
+
"title": "Centered",
|
|
10
|
+
"description": "Whether the business card content is centered.",
|
|
11
|
+
"default": false
|
|
12
|
+
},
|
|
7
13
|
"image": {
|
|
8
14
|
"type": "object",
|
|
9
15
|
"title": "Background Image",
|
|
@@ -4,6 +4,12 @@
|
|
|
4
4
|
"title": "Business Card",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
|
+
"centered": {
|
|
8
|
+
"type": "boolean",
|
|
9
|
+
"title": "Centered",
|
|
10
|
+
"description": "Whether the business card content is centered.",
|
|
11
|
+
"default": false
|
|
12
|
+
},
|
|
7
13
|
"image": {
|
|
8
14
|
"type": "object",
|
|
9
15
|
"title": "Background Image",
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
6
6
|
* and run json-schema-to-typescript to regenerate this file.
|
|
7
7
|
*/
|
|
8
|
+
/**
|
|
9
|
+
* Whether the business card content is centered.
|
|
10
|
+
*/
|
|
11
|
+
type Centered = boolean;
|
|
8
12
|
/**
|
|
9
13
|
* A headline or main topic for the business card, such as a job title or department.
|
|
10
14
|
*/
|
|
@@ -44,6 +48,7 @@ type Buttons = {
|
|
|
44
48
|
url: string;
|
|
45
49
|
}[];
|
|
46
50
|
interface BusinessCardProps {
|
|
51
|
+
centered?: Centered;
|
|
47
52
|
image?: BackgroundImage;
|
|
48
53
|
logo?: CompanyLogo;
|
|
49
54
|
topic?: Topic;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import "./business-card.css";
|
|
2
2
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
3
|
+
import classnames from 'classnames';
|
|
3
4
|
import { forwardRef, createContext, useContext } from 'react';
|
|
4
5
|
import { Icon } from '@kickstartds/base/lib/icon';
|
|
5
6
|
import { Picture } from '@kickstartds/base/lib/picture';
|
|
@@ -7,10 +8,9 @@ import Markdown from 'markdown-to-jsx';
|
|
|
7
8
|
import { Button } from '../button/index.js';
|
|
8
9
|
import { Link } from '@kickstartds/base/lib/link';
|
|
9
10
|
import { Container } from '@kickstartds/core/lib/container';
|
|
10
|
-
import 'classnames';
|
|
11
11
|
import '@kickstartds/base/lib/button';
|
|
12
12
|
|
|
13
|
-
const BusinessCardContextDefault = forwardRef(({ image, logo, topic, address, avatar, contact, buttons }, ref) => (jsx(Container, { name: "business-card", children: jsxs("div", { className: "dsa-business-card", ref: ref, children: [image && (jsx("div", { className: "dsa-business-card__image", children: jsx(Picture, { src: image.src, alt: image.alt }) })), 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: "dsa-business-card__infos", children: [topic && (jsx("div", { className: "dsa-business-card__topic", children: jsx("span", { children: topic }) })), jsx(Markdown, { className: "dsa-business-
|
|
13
|
+
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))) }))] })] }) })));
|
|
14
14
|
const BusinessCardContext = createContext(BusinessCardContextDefault);
|
|
15
15
|
const BusinessCard = forwardRef((props, ref) => {
|
|
16
16
|
const Component = useContext(BusinessCardContext);
|
|
@@ -1,15 +1,16 @@
|
|
|
1
1
|
.dsa-content-nav {
|
|
2
2
|
--dsa-content-nav--padding: var(--ks-spacing-inset-m);
|
|
3
3
|
--dsa-content-nav--background-color: var(--ks-background-color-card);
|
|
4
|
+
--dsa-content-nav--gap: var(--ks-spacing-stack-m);
|
|
4
5
|
--dsa-content-nav__topic--font: var(--dsa-topic--font);
|
|
5
6
|
--dsa-content-nav__topic--font-weight: var(--dsa-topic--font-weight);
|
|
6
7
|
--dsa-content-nav__topic--color: var(--dsa-topic--color);
|
|
7
|
-
--dsa-content-nav__topic--margin-top: var(--ks-spacing-stack-m);
|
|
8
8
|
--dsa-content-nav__image--aspect-ratio: 16 / 9;
|
|
9
9
|
--dsa-content-nav__image--border-radius: var(--ks-border-radius-card);
|
|
10
10
|
--dsa-content-nav__links--gap: var(--ks-spacing-stack-xs);
|
|
11
11
|
--dsa-content-nav__link--color: var(--ks-text-color-interface-interactive);
|
|
12
12
|
--dsa-content-nav__link--color_hover: var(--ks-text-color-interface-interactive-hover);
|
|
13
|
+
--dsa-content-nav__link--icon-size: 1.25em;
|
|
13
14
|
--dsa-content-nav__toggle-more--font: var(--ks-font-interface-m);
|
|
14
15
|
--dsa-content-nav__toggle-more--color: var(--dsa-link--color);
|
|
15
16
|
--dsa-content-nav__toggle-more--margin-top: var(--ks-spacing-stack-xs);
|
|
@@ -19,14 +20,17 @@
|
|
|
19
20
|
border-radius: var(--ks-border-radius-card);
|
|
20
21
|
padding: var(--dsa-content-nav--padding, var(--ks-spacing-inset-m));
|
|
21
22
|
display: flex;
|
|
22
|
-
flex-
|
|
23
|
+
flex-wrap: wrap;
|
|
23
24
|
background-color: var(--dsa-content-nav--background-color, var(--ks-background-color-card));
|
|
25
|
+
gap: var(--dsa-content-nav--gap, var(--ks-spacing-stack-m));
|
|
24
26
|
}
|
|
25
27
|
.dsa-content-nav__topic {
|
|
26
28
|
font: var(--dsa-content-nav__topic--font, var(--dsa-topic--font));
|
|
27
29
|
color: var(--dsa-content-nav__topic--color, var(--dsa-topic--color));
|
|
28
30
|
font-weight: var(--dsa-content-nav__topic--font-weight, var(--dsa-topic--font-weight));
|
|
29
|
-
|
|
31
|
+
}
|
|
32
|
+
.dsa-content-nav__image {
|
|
33
|
+
flex-basis: var(--dsa-content-nav__image--width, var(--dsa-tile--width_largest));
|
|
30
34
|
}
|
|
31
35
|
.dsa-content-nav__image img {
|
|
32
36
|
aspect-ratio: var(--dsa-content-nav__image--aspect-ratio, 16/9);
|
|
@@ -49,6 +53,12 @@
|
|
|
49
53
|
--g-link--color-hover: var(--dsa-content-nav__link--color_hover, var(--ks-text-color-interface-interactive-hover));
|
|
50
54
|
font: var(--ks-font-interface-m);
|
|
51
55
|
width: fit-content;
|
|
56
|
+
display: flex;
|
|
57
|
+
align-items: center;
|
|
58
|
+
}
|
|
59
|
+
.dsa-content-nav__link .icon {
|
|
60
|
+
width: var(--dsa-content-nav__link--icon-size, 1.25em);
|
|
61
|
+
height: var(--dsa-content-nav__link--icon-size, 1.25em);
|
|
52
62
|
}
|
|
53
63
|
.dsa-content-nav__link--active {
|
|
54
64
|
font-weight: var(--ks-font-weight-bold);
|
|
@@ -75,7 +85,7 @@
|
|
|
75
85
|
.dsa-content-nav__more[open] .dsa-content-nav__toggle-label--less {
|
|
76
86
|
display: block;
|
|
77
87
|
}
|
|
78
|
-
.dsa-content-nav__more[open] .icon {
|
|
88
|
+
.dsa-content-nav__more[open] .dsa-content-nav__toggle-more .icon {
|
|
79
89
|
transform: rotate(180deg);
|
|
80
90
|
}
|
|
81
91
|
.dsa-content-nav__toggle-more {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import "./content-nav.css";
|
|
2
|
-
import { jsxs, jsx
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
3
|
import { forwardRef, createContext, useContext } from 'react';
|
|
4
4
|
import { Icon } from '@kickstartds/base/lib/icon';
|
|
5
5
|
|
|
6
|
-
const ContentNavContextDefault = forwardRef(({ image, links, topic, initiallyShown }, ref) => (jsxs("div", { className: "dsa-content-nav", ref: ref, children: [image && (jsx("div", { className: "dsa-content-nav__image", children: jsx("img", { src: image.src, alt: image.alt }) })), topic && (jsx("div", { className: "dsa-content-nav__topic", children: jsx("span", { children: topic }) })),
|
|
6
|
+
const ContentNavContextDefault = forwardRef(({ image, links, topic, initiallyShown }, ref) => (jsxs("div", { className: "dsa-content-nav", ref: ref, children: [image && image?.src && (jsx("div", { className: "dsa-content-nav__image", children: jsx("img", { src: image.src, alt: image.alt }) })), jsxs("div", { className: "dsa-content-nav__content", children: [topic && (jsx("div", { className: "dsa-content-nav__topic", children: jsx("span", { children: topic }) })), jsx("div", { className: "dsa-content-nav__links dsa-content-nav__links--initial", children: links.slice(0, initiallyShown).map((link, index) => (jsxs("a", { href: link.url, className: "dsa-content-nav__link", children: [link.label, jsx(Icon, { icon: "chevron-right" })] }, index))) }), links.length > initiallyShown && (jsxs("details", { className: "dsa-content-nav__more", children: [jsxs("summary", { className: "dsa-content-nav__toggle-more", children: [jsx("span", { className: "dsa-content-nav__toggle-label--more", children: "Show more" }), jsx("span", { className: "dsa-content-nav__toggle-label--less", children: "Show less" }), jsx(Icon, { "aria-hidden": true, icon: "chevron-down" })] }), jsx("div", { className: "dsa-content-nav__more-content", children: jsx("div", { className: "dsa-content-nav__links dsa-content-nav__links--more", children: links.slice(initiallyShown).map((link, index) => (jsxs("a", { href: link.url, className: "dsa-content-nav__link", children: [link.label, jsx(Icon, { icon: "chevron-right" })] }, index))) }) })] }))] })] })));
|
|
7
7
|
const ContentNavContext = createContext(ContentNavContextDefault);
|
|
8
8
|
const ContentNav = forwardRef((props, ref) => {
|
|
9
9
|
const Component = useContext(ContentNavContext);
|
|
@@ -29,8 +29,8 @@ interface SettingsProps {
|
|
|
29
29
|
seo: SeoProps;
|
|
30
30
|
iconSprite?: IconSprite;
|
|
31
31
|
}
|
|
32
|
-
export * from "../../BlogPostProps-
|
|
32
|
+
export * from "../../BlogPostProps-c04a5ed8.js";
|
|
33
33
|
export * from "../../BlogOverviewProps-d62a0a9a.js";
|
|
34
|
-
export * from "../../PageProps-
|
|
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
|
|
3
|
+
* Generated on Mon, 28 Jul 2025 10:38:25 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);
|
|
@@ -137,8 +137,8 @@
|
|
|
137
137
|
"screenshot": "img/screenshots/blog-blog-teaser--default.png"
|
|
138
138
|
},
|
|
139
139
|
{
|
|
140
|
-
"id": "
|
|
141
|
-
"group": "
|
|
140
|
+
"id": "corporate-breadcrumb--default",
|
|
141
|
+
"group": "Corporate/Breadcrumb",
|
|
142
142
|
"name": "Default",
|
|
143
143
|
"code": "<Breadcrumb\n pages={[\n {\n label: 'Page 1',\n url: 'https://example.com/page1'\n },\n {\n label: 'Page 2',\n url: 'https://example.com/page2'\n },\n {\n label: 'Page 3',\n url: 'https://example.com/page3'\n }\n ]}\n />",
|
|
144
144
|
"args": {
|
|
@@ -157,14 +157,15 @@
|
|
|
157
157
|
}
|
|
158
158
|
]
|
|
159
159
|
},
|
|
160
|
-
"screenshot": "img/screenshots/
|
|
160
|
+
"screenshot": "img/screenshots/corporate-breadcrumb--default.png"
|
|
161
161
|
},
|
|
162
162
|
{
|
|
163
|
-
"id": "
|
|
164
|
-
"group": "
|
|
163
|
+
"id": "corporate-business-card--default",
|
|
164
|
+
"group": "Corporate / Business Card",
|
|
165
165
|
"name": "Default",
|
|
166
166
|
"code": "<BusinessCard\n address=\"1234 Business Lane<br />Suite 567 <br />Business City, BC 12345\"\n avatar={{\n alt: 'Emily Johnson',\n src: 'img/people/contact-person.png'\n }}\n buttons={[\n {\n label: 'Market Insights',\n url: '#'\n }\n ]}\n contact={[\n {\n icon: 'phone',\n label: '+1 234 567 890',\n url: 'tel:+1234567890'\n },\n {\n icon: 'email',\n label: 'emily@example.com',\n url: 'mailto:emily@example.com'\n },\n {\n icon: 'linkedin',\n label: 'Emily Johnson',\n url: '#'\n }\n ]}\n image={{\n alt: 'A group of people collaborating in an office setting',\n src: 'img/full-shot-different-people-working-together.png'\n }}\n logo={{\n alt: 'Business Logo',\n src: 'logo.svg',\n url: '#'\n }}\n topic=\"Industry Intelligence\"\n/>",
|
|
167
167
|
"args": {
|
|
168
|
+
"centered": false,
|
|
168
169
|
"image": {
|
|
169
170
|
"src": "img/full-shot-different-people-working-together.png",
|
|
170
171
|
"alt": "A group of people collaborating in an office setting"
|
|
@@ -204,7 +205,99 @@
|
|
|
204
205
|
}
|
|
205
206
|
]
|
|
206
207
|
},
|
|
207
|
-
"screenshot": "img/screenshots/
|
|
208
|
+
"screenshot": "img/screenshots/corporate-business-card--default.png"
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"id": "corporate-business-card--centered",
|
|
212
|
+
"group": "Corporate / Business Card",
|
|
213
|
+
"name": "Centered",
|
|
214
|
+
"code": "<BusinessCard\n address=\"1234 Business Lane<br />Suite 567 <br />Business City, BC 12345\"\n avatar={{\n alt: 'Emily Johnson',\n src: 'img/people/contact-person.png'\n }}\n buttons={[\n {\n label: 'Market Insights',\n url: '#'\n }\n ]}\n centered\n contact={[\n {\n icon: 'phone',\n label: '+1 234 567 890',\n url: 'tel:+1234567890'\n },\n {\n icon: 'email',\n label: 'emily@example.com',\n url: 'mailto:emily@example.com'\n },\n {\n icon: 'linkedin',\n label: 'Emily Johnson',\n url: '#'\n }\n ]}\n image={{\n alt: 'A group of people collaborating in an office setting',\n src: 'img/full-shot-different-people-working-together.png'\n }}\n logo={{\n alt: 'Business Logo',\n src: 'logo.svg',\n url: '#'\n }}\n topic=\"Industry Intelligence\"\n/>",
|
|
215
|
+
"args": {
|
|
216
|
+
"centered": true,
|
|
217
|
+
"image": {
|
|
218
|
+
"src": "img/full-shot-different-people-working-together.png",
|
|
219
|
+
"alt": "A group of people collaborating in an office setting"
|
|
220
|
+
},
|
|
221
|
+
"logo": {
|
|
222
|
+
"src": "logo.svg",
|
|
223
|
+
"alt": "Business Logo",
|
|
224
|
+
"url": "#"
|
|
225
|
+
},
|
|
226
|
+
"topic": "Industry Intelligence",
|
|
227
|
+
"address": "1234 Business Lane<br />Suite 567 <br />Business City, BC 12345",
|
|
228
|
+
"avatar": {
|
|
229
|
+
"src": "img/people/contact-person.png",
|
|
230
|
+
"alt": "Emily Johnson"
|
|
231
|
+
},
|
|
232
|
+
"contact": [
|
|
233
|
+
{
|
|
234
|
+
"icon": "phone",
|
|
235
|
+
"label": "+1 234 567 890",
|
|
236
|
+
"url": "tel:+1234567890"
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
"icon": "email",
|
|
240
|
+
"label": "emily@example.com",
|
|
241
|
+
"url": "mailto:emily@example.com"
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
"icon": "linkedin",
|
|
245
|
+
"label": "Emily Johnson",
|
|
246
|
+
"url": "#"
|
|
247
|
+
}
|
|
248
|
+
],
|
|
249
|
+
"buttons": [
|
|
250
|
+
{
|
|
251
|
+
"label": "Market Insights",
|
|
252
|
+
"url": "#"
|
|
253
|
+
}
|
|
254
|
+
]
|
|
255
|
+
},
|
|
256
|
+
"screenshot": "img/screenshots/corporate-business-card--centered.png"
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
"id": "corporate-business-card--without-image",
|
|
260
|
+
"group": "Corporate / Business Card",
|
|
261
|
+
"name": "WithoutImage",
|
|
262
|
+
"code": "<BusinessCard\n address=\"1234 Business Lane<br />Suite 567 <br />Business City, BC 12345\"\n avatar={{\n alt: 'Emily Johnson',\n src: 'img/people/contact-person.png'\n }}\n buttons={[\n {\n label: 'Market Insights',\n url: '#'\n }\n ]}\n contact={[\n {\n icon: 'phone',\n label: '+1 234 567 890',\n url: 'tel:+1234567890'\n },\n {\n icon: 'email',\n label: 'emily@example.com',\n url: 'mailto:emily@example.com'\n },\n {\n icon: 'linkedin',\n label: 'Emily Johnson',\n url: '#'\n }\n ]}\n logo={{\n alt: 'Business Logo',\n src: 'logo.svg',\n url: '#'\n }}\n topic=\"Industry Intelligence\"\n/>",
|
|
263
|
+
"args": {
|
|
264
|
+
"centered": false,
|
|
265
|
+
"logo": {
|
|
266
|
+
"src": "logo.svg",
|
|
267
|
+
"alt": "Business Logo",
|
|
268
|
+
"url": "#"
|
|
269
|
+
},
|
|
270
|
+
"topic": "Industry Intelligence",
|
|
271
|
+
"address": "1234 Business Lane<br />Suite 567 <br />Business City, BC 12345",
|
|
272
|
+
"avatar": {
|
|
273
|
+
"src": "img/people/contact-person.png",
|
|
274
|
+
"alt": "Emily Johnson"
|
|
275
|
+
},
|
|
276
|
+
"contact": [
|
|
277
|
+
{
|
|
278
|
+
"icon": "phone",
|
|
279
|
+
"label": "+1 234 567 890",
|
|
280
|
+
"url": "tel:+1234567890"
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
"icon": "email",
|
|
284
|
+
"label": "emily@example.com",
|
|
285
|
+
"url": "mailto:emily@example.com"
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
"icon": "linkedin",
|
|
289
|
+
"label": "Emily Johnson",
|
|
290
|
+
"url": "#"
|
|
291
|
+
}
|
|
292
|
+
],
|
|
293
|
+
"buttons": [
|
|
294
|
+
{
|
|
295
|
+
"label": "Market Insights",
|
|
296
|
+
"url": "#"
|
|
297
|
+
}
|
|
298
|
+
]
|
|
299
|
+
},
|
|
300
|
+
"screenshot": "img/screenshots/corporate-business-card--without-image.png"
|
|
208
301
|
},
|
|
209
302
|
{
|
|
210
303
|
"id": "components-button--primary-button",
|
|
@@ -1397,8 +1490,8 @@
|
|
|
1397
1490
|
"screenshot": "img/screenshots/components-contact--full-image-width.png"
|
|
1398
1491
|
},
|
|
1399
1492
|
{
|
|
1400
|
-
"id": "
|
|
1401
|
-
"group": "
|
|
1493
|
+
"id": "corporate-content-nav--default",
|
|
1494
|
+
"group": "Corporate / Content Nav",
|
|
1402
1495
|
"name": "Default",
|
|
1403
1496
|
"code": "<ContentNav\n image={{\n alt: 'A group of people collaborating in an office setting',\n src: 'img/full-shot-different-people-working-together.png'\n }}\n initiallyShown={4}\n links={[\n {\n label: 'Market Insights',\n url: '#'\n },\n {\n label: 'Industry Trends',\n url: '#'\n },\n {\n label: 'Competitor Analysis',\n url: '#'\n },\n {\n label: 'Customer Feedback',\n url: '#'\n },\n {\n label: 'Sales Data',\n url: '#'\n },\n {\n label: 'Product Development',\n url: '#'\n },\n {\n label: 'Supply Chain Management',\n url: '#'\n },\n {\n label: 'Financial Performance',\n url: '#'\n },\n {\n label: 'Regulatory Compliance',\n url: '#'\n }\n ]}\n topic=\"Industry Intelligence\"\n/>",
|
|
1404
1497
|
"args": {
|
|
@@ -1447,7 +1540,7 @@
|
|
|
1447
1540
|
}
|
|
1448
1541
|
]
|
|
1449
1542
|
},
|
|
1450
|
-
"screenshot": "img/screenshots/
|
|
1543
|
+
"screenshot": "img/screenshots/corporate-content-nav--default.png"
|
|
1451
1544
|
},
|
|
1452
1545
|
{
|
|
1453
1546
|
"id": "components-cta--banner",
|
|
@@ -1804,8 +1897,8 @@
|
|
|
1804
1897
|
"screenshot": "img/screenshots/layout-divider--default.png"
|
|
1805
1898
|
},
|
|
1806
1899
|
{
|
|
1807
|
-
"id": "
|
|
1808
|
-
"group": "
|
|
1900
|
+
"id": "corporate-downloads--technical-details-only",
|
|
1901
|
+
"group": "Corporate/Downloads",
|
|
1809
1902
|
"name": "TechnicalDetailsOnly",
|
|
1810
1903
|
"code": "<Downloads\n downloads={[\n {\n format: 'PDF',\n name: 'Product Brochure',\n previewImage: 'img/offset-image.png',\n size: '2.5 MB',\n url: '#'\n },\n {\n format: 'PDF',\n name: 'Company Brochure',\n previewImage: 'img/kickstartDS/CMS-Starter producthunt-slide-01.svg',\n size: '3.2 MB',\n url: '#'\n },\n {\n format: 'DOC',\n name: 'User Guide',\n size: '20 KB',\n url: '#'\n },\n {\n format: 'TXT',\n name: 'Technical Specifications',\n size: '12 KB',\n url: '#'\n }\n ]}\n />",
|
|
1811
1904
|
"args": {
|
|
@@ -1838,11 +1931,11 @@
|
|
|
1838
1931
|
}
|
|
1839
1932
|
]
|
|
1840
1933
|
},
|
|
1841
|
-
"screenshot": "img/screenshots/
|
|
1934
|
+
"screenshot": "img/screenshots/corporate-downloads--technical-details-only.png"
|
|
1842
1935
|
},
|
|
1843
1936
|
{
|
|
1844
|
-
"id": "
|
|
1845
|
-
"group": "
|
|
1937
|
+
"id": "corporate-downloads--description-only",
|
|
1938
|
+
"group": "Corporate/Downloads",
|
|
1846
1939
|
"name": "DescriptionOnly",
|
|
1847
1940
|
"code": "<Downloads\n downloads={[\n {\n description: 'Detailed product information and specifications. Recommended for all users.',\n name: 'Product Brochure',\n previewImage: 'img/offset-image.png'\n },\n {\n description: 'In-depth technical details and requirements. Recommended for technical users.',\n name: 'Technical Specifications',\n previewImage: 'img/kickstartDS/CMS-Starter producthunt-slide-01.svg'\n },\n {\n description: 'Comprehensive guide to using our product.',\n name: 'User Guide',\n previewImage: 'img/about/cta.png'\n },\n {\n description: 'Overview of our company and services.',\n name: 'Company Brochure',\n previewImage: 'img/view-modern-office.jpg'\n }\n ]}\n />",
|
|
1848
1941
|
"args": {
|
|
@@ -1869,11 +1962,11 @@
|
|
|
1869
1962
|
}
|
|
1870
1963
|
]
|
|
1871
1964
|
},
|
|
1872
|
-
"screenshot": "img/screenshots/
|
|
1965
|
+
"screenshot": "img/screenshots/corporate-downloads--description-only.png"
|
|
1873
1966
|
},
|
|
1874
1967
|
{
|
|
1875
|
-
"id": "
|
|
1876
|
-
"group": "
|
|
1968
|
+
"id": "corporate-downloads--complete",
|
|
1969
|
+
"group": "Corporate/Downloads",
|
|
1877
1970
|
"name": "Complete",
|
|
1878
1971
|
"code": "<Downloads\n downloads={[\n {\n description: 'Detailed product information and specifications. Recommended for all users.',\n format: 'PDF',\n name: 'Product Brochure',\n previewImage: 'img/offset-image.png',\n size: '2.5 MB'\n },\n {\n description: 'Overview of our company and services.',\n format: 'PDF',\n name: 'Company Brochure',\n previewImage: 'img/kickstartDS/CMS-Starter producthunt-slide-01.svg',\n size: '3.2 MB'\n },\n {\n description: 'Comprehensive guide to using our product.',\n format: 'DOC',\n name: 'User Guide',\n size: '20 KB'\n },\n {\n description: 'In-depth technical details and requirements. Recommended for technical users.',\n format: 'TXT',\n name: 'Technical Specifications',\n size: '12 KB'\n }\n ]}\n />",
|
|
1879
1972
|
"args": {
|
|
@@ -1906,11 +1999,11 @@
|
|
|
1906
1999
|
}
|
|
1907
2000
|
]
|
|
1908
2001
|
},
|
|
1909
|
-
"screenshot": "img/screenshots/
|
|
2002
|
+
"screenshot": "img/screenshots/corporate-downloads--complete.png"
|
|
1910
2003
|
},
|
|
1911
2004
|
{
|
|
1912
|
-
"id": "
|
|
1913
|
-
"group": "
|
|
2005
|
+
"id": "corporate-downloads--mixed",
|
|
2006
|
+
"group": "Corporate/Downloads",
|
|
1914
2007
|
"name": "Mixed",
|
|
1915
2008
|
"code": "<Downloads\n downloads={[\n {\n description: 'Detailed product information and specifications. Recommended for all users.',\n format: 'PDF',\n name: 'Product Brochure',\n previewImage: 'img/offset-image.png',\n size: '2.5 MB'\n },\n {\n format: 'PDF',\n name: 'User Guide',\n previewImage: 'img/about/cta.png',\n size: '1.2 MB'\n },\n {\n name: 'Company Brochure',\n previewImage: 'img/kickstartDS/CMS-Starter producthunt-slide-01.svg'\n },\n {\n description: 'In-depth technical details and requirements.',\n name: 'Technical Specifications'\n }\n ]}\n />",
|
|
1916
2009
|
"args": {
|
|
@@ -1938,22 +2031,7 @@
|
|
|
1938
2031
|
}
|
|
1939
2032
|
]
|
|
1940
2033
|
},
|
|
1941
|
-
"screenshot": "img/screenshots/
|
|
1942
|
-
},
|
|
1943
|
-
{
|
|
1944
|
-
"id": "event-event-appointment--default",
|
|
1945
|
-
"group": "Event/ Event Appointment",
|
|
1946
|
-
"name": "Default",
|
|
1947
|
-
"code": "<EventAppointment\n ariaLabel=\"Register for the event on 18th September 2025 from 09:00 to 17:00\"\n date=\"18.09.2025\"\n label=\"Register\"\n newTab\n time=\"09:00 – 17:00\"\n url=\"#\"\n/>",
|
|
1948
|
-
"args": {
|
|
1949
|
-
"date": "18.09.2025",
|
|
1950
|
-
"time": "09:00 – 17:00",
|
|
1951
|
-
"label": "Register",
|
|
1952
|
-
"url": "#",
|
|
1953
|
-
"newTab": true,
|
|
1954
|
-
"ariaLabel": "Register for the event on 18th September 2025 from 09:00 to 17:00"
|
|
1955
|
-
},
|
|
1956
|
-
"screenshot": "img/screenshots/event-event-appointment--default.png"
|
|
2034
|
+
"screenshot": "img/screenshots/corporate-downloads--mixed.png"
|
|
1957
2035
|
},
|
|
1958
2036
|
{
|
|
1959
2037
|
"id": "event-event-filter--default",
|
|
@@ -3541,8 +3619,8 @@
|
|
|
3541
3619
|
"screenshot": "img/screenshots/components-mosaic--colorful-text-with-illustrations.png"
|
|
3542
3620
|
},
|
|
3543
3621
|
{
|
|
3544
|
-
"id": "
|
|
3545
|
-
"group": "
|
|
3622
|
+
"id": "corporate-pagination--default",
|
|
3623
|
+
"group": "Corporate/Pagination",
|
|
3546
3624
|
"name": "Default",
|
|
3547
3625
|
"code": "<Pagination\n ariaLabels={{\n goToPage: 'Go to page',\n nextPage: 'Go to next page',\n previousPage: 'Go to previous page',\n skipToFirstPage: 'Skip to first page',\n skipToLastPage: 'Skip to last page'\n }}\n pages={[\n {\n active: false,\n url: 'https://example.com/page1'\n },\n {\n active: false,\n url: 'https://example.com/page2'\n },\n {\n active: false,\n url: 'https://example.com/page3'\n },\n {\n active: false,\n url: 'https://example.com/page4'\n },\n {\n active: false,\n url: 'https://example.com/page5'\n },\n {\n active: true,\n url: 'https://example.com/page6'\n },\n {\n active: false,\n url: 'https://example.com/page7'\n },\n {\n active: false,\n url: 'https://example.com/page8'\n },\n {\n active: false,\n url: 'https://example.com/page9'\n },\n {\n active: false,\n url: 'https://example.com/page10'\n },\n {\n url: 'https://example.com/page11'\n },\n {\n url: 'https://example.com/page12'\n }\n ]}\n/>",
|
|
3548
3626
|
"args": {
|
|
@@ -3602,11 +3680,11 @@
|
|
|
3602
3680
|
}
|
|
3603
3681
|
]
|
|
3604
3682
|
},
|
|
3605
|
-
"screenshot": "img/screenshots/
|
|
3683
|
+
"screenshot": "img/screenshots/corporate-pagination--default.png"
|
|
3606
3684
|
},
|
|
3607
3685
|
{
|
|
3608
|
-
"id": "
|
|
3609
|
-
"group": "
|
|
3686
|
+
"id": "corporate-search-bar--default",
|
|
3687
|
+
"group": "Corporate / Search Bar",
|
|
3610
3688
|
"name": "Default",
|
|
3611
3689
|
"code": "<SearchBar\n alternativeResult=\"AI Conference\"\n alternativeText=\"Did you mean\"\n buttonText=\"Search\"\n hint=\"Press <kbd>Enter</kbd> to search\"\n placeholder=\"Search...\"\n/>",
|
|
3612
3690
|
"args": {
|
|
@@ -3616,11 +3694,11 @@
|
|
|
3616
3694
|
"alternativeText": "Did you mean",
|
|
3617
3695
|
"alternativeResult": "AI Conference"
|
|
3618
3696
|
},
|
|
3619
|
-
"screenshot": "img/screenshots/
|
|
3697
|
+
"screenshot": "img/screenshots/corporate-search-bar--default.png"
|
|
3620
3698
|
},
|
|
3621
3699
|
{
|
|
3622
|
-
"id": "
|
|
3623
|
-
"group": "
|
|
3700
|
+
"id": "corporate-search-filter--default",
|
|
3701
|
+
"group": "Corporate / Search Filter",
|
|
3624
3702
|
"name": "Default",
|
|
3625
3703
|
"code": "<SearchFilter\n categories={[\n {\n amount: '10',\n title: 'Pages',\n url: '#'\n },\n {\n amount: '5',\n title: 'News',\n url: '#'\n },\n {\n amount: '8',\n title: 'Blog Posts',\n url: '#'\n }\n ]}\n title=\"Search by category\"\n/>",
|
|
3626
3704
|
"args": {
|
|
@@ -3643,11 +3721,11 @@
|
|
|
3643
3721
|
}
|
|
3644
3722
|
]
|
|
3645
3723
|
},
|
|
3646
|
-
"screenshot": "img/screenshots/
|
|
3724
|
+
"screenshot": "img/screenshots/corporate-search-filter--default.png"
|
|
3647
3725
|
},
|
|
3648
3726
|
{
|
|
3649
|
-
"id": "
|
|
3650
|
-
"group": "
|
|
3727
|
+
"id": "corporate-search-result--default",
|
|
3728
|
+
"group": "Corporate / Search Result",
|
|
3651
3729
|
"name": "Default",
|
|
3652
3730
|
"code": "<SearchResult\n ariaLabel=\"Search Result: AI Conference 2023\"\n link={{\n label: 'Read more',\n url: 'https://www.example.com/ai-conference-2023'\n }}\n showLink\n text=\"Join us for the annual **AI Conference** brings together experts from around the world\n[...] register now for the **AI Conference** to secure your spot\n[...] highlights from last year’s **AI Conference** included keynote speeches on machine learning\n[...] find out more about the **AI Conference** agenda and speakers\"\n title=\"AI Conference 2023\"\n url=\"https://www.example.com/ai-conference-2023\"\n/>",
|
|
3653
3731
|
"args": {
|
|
@@ -3661,7 +3739,7 @@
|
|
|
3661
3739
|
"label": "Read more"
|
|
3662
3740
|
}
|
|
3663
3741
|
},
|
|
3664
|
-
"screenshot": "img/screenshots/
|
|
3742
|
+
"screenshot": "img/screenshots/corporate-search-result--default.png"
|
|
3665
3743
|
},
|
|
3666
3744
|
{
|
|
3667
3745
|
"id": "layout-section--dynamic-layout",
|
package/dist/tokens/themes.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Mon, 28 Jul 2025 10:38:28 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
|
|
2730
|
+
* Generated on Mon, 28 Jul 2025 10:38:33 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
|
|
5461
|
+
* Generated on Mon, 28 Jul 2025 10:38:31 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
|
|
8462
|
+
* Generated on Mon, 28 Jul 2025 10:38:36 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
|
|
3
|
+
* Generated on Mon, 28 Jul 2025 10:38:25 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);
|
package/dist/tokens/tokens.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Mon, 28 Jul 2025 10:38:26 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const KsBackgroundColorAccentBase = "#f3f3f4";
|
|
@@ -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(6, 8, 31, 0.
|
|
740
|
+
export const KsTextColorDefaultBase = "rgba(6, 8, 31, 0.76)";
|
|
741
741
|
export const KsTextColorDefaultInteractiveBase = "#3065c0";
|
|
742
742
|
export const KsTextColorDefaultInteractiveHoverBase = "rgba(48, 101, 192, 0.63)";
|
|
743
743
|
export const KsTextColorDefaultInteractiveActiveBase = "#3065c0";
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|