@kickstartds/ds-agency-premium 1.6.71--canary.45.1846.0 → 1.6.71--canary.45.1855.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 → BlogOverviewProps-d62a0a9a.d.ts} +2 -2
- package/dist/{BlogPostProps-6b3cff22.d.ts → BlogPostProps-c04a5ed8.d.ts} +2 -2
- package/dist/PageProps-aa29c554.d.ts +1 -1
- package/dist/{SectionProps-21d04028.d.ts → SectionProps-00ddee3a.d.ts} +1 -1
- package/dist/components/blog-aside/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 +181 -0
- package/dist/components/business-card/business-card.schema.dereffed.json +144 -0
- package/dist/components/business-card/business-card.schema.json +126 -0
- package/dist/components/business-card/index.d.ts +107 -0
- package/dist/components/business-card/index.js +21 -0
- 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/image-story/index.d.ts +1 -1
- package/dist/components/index/index.d.ts +2 -2
- package/dist/components/page-wrapper/tokens.css +2 -2
- package/dist/components/presets.json +170 -45
- 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/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/{BlogAsideProps-c760fd2a.d.ts → BlogAsideProps-fb0241df.d.ts} +0 -0
- /package/dist/{BlogTeaserProps-f5855e93.d.ts → BlogTeaserProps-d62a0a9a.d.ts} +0 -0
- /package/dist/{ImageStoryProps-e853e1e7.d.ts → ImageStoryProps-00ddee3a.d.ts} +0 -0
|
@@ -3,8 +3,8 @@
|
|
|
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 { SectionProps } from "./SectionProps-
|
|
7
|
-
import { BlogTeaserProps } from "./BlogTeaserProps-
|
|
6
|
+
import { SectionProps } from "./SectionProps-00ddee3a.js";
|
|
7
|
+
import { BlogTeaserProps } from "./BlogTeaserProps-d62a0a9a.js";
|
|
8
8
|
import { CtaProps } from "./CtaProps-babe4ee6.js";
|
|
9
9
|
import { SeoProps } from "./SeoProps-f2d6dcaa.js";
|
|
10
10
|
/**
|
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
* and run json-schema-to-typescript to regenerate this file.
|
|
5
5
|
*/
|
|
6
6
|
import { BlogHeadProps } from "./BlogHeadProps-c04a5ed8.js";
|
|
7
|
-
import { BlogAsideProps } from "./BlogAsideProps-
|
|
8
|
-
import { SectionProps } from "./SectionProps-
|
|
7
|
+
import { BlogAsideProps } from "./BlogAsideProps-fb0241df.js";
|
|
8
|
+
import { SectionProps } from "./SectionProps-00ddee3a.js";
|
|
9
9
|
import { CtaProps } from "./CtaProps-babe4ee6.js";
|
|
10
10
|
import { SeoProps } from "./SeoProps-f2d6dcaa.js";
|
|
11
11
|
/**
|
|
@@ -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 { SectionProps } from "./SectionProps-
|
|
6
|
+
import { SectionProps } from "./SectionProps-00ddee3a.js";
|
|
7
7
|
import { SeoProps } from "./SeoProps-f2d6dcaa.js";
|
|
8
8
|
/**
|
|
9
9
|
* Collection of sections (with their contents) to render on the page
|
|
@@ -10,7 +10,7 @@ import { FeaturesProps } from "./FeaturesProps-a9041d97.js";
|
|
|
10
10
|
import { GalleryProps } from "./GalleryProps-76e7de44.js";
|
|
11
11
|
import { HeroProps } from "./HeroProps-40f6c7f5.js";
|
|
12
12
|
import { HtmlProps } from "./HtmlProps-9d091769.js";
|
|
13
|
-
import { ImageStoryProps } from "./ImageStoryProps-
|
|
13
|
+
import { ImageStoryProps } from "./ImageStoryProps-00ddee3a.js";
|
|
14
14
|
import { ImageTextProps } from "./ImageTextProps-9286cca4.js";
|
|
15
15
|
import { LogosProps } from "./LogosProps-f9474fe2.js";
|
|
16
16
|
import { MosaicProps } from "./MosaicProps-d52c7151.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { HTMLAttributes } from "react";
|
|
3
|
-
import { BlogAsideProps } from "../../BlogAsideProps-
|
|
3
|
+
import { BlogAsideProps } from "../../BlogAsideProps-fb0241df.js";
|
|
4
4
|
declare const BlogAsideContextDefault: import("react").ForwardRefExoticComponent<BlogAsideProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
|
5
5
|
declare const BlogAsideContext: import("react").Context<import("react").ForwardRefExoticComponent<BlogAsideProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>>;
|
|
6
6
|
declare const BlogAside: import("react").ForwardRefExoticComponent<BlogAsideProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BlogOverviewProps } from "../../BlogOverviewProps-
|
|
1
|
+
import { BlogOverviewProps } from "../../BlogOverviewProps-d62a0a9a.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-c04a5ed8.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-d62a0a9a.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>>;
|
|
@@ -0,0 +1,181 @@
|
|
|
1
|
+
.l-container--business-card {
|
|
2
|
+
/* stylelint-disable-next-line property-no-unknown */
|
|
3
|
+
container-name: business-card;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.dsa-business-card {
|
|
7
|
+
--dsa-business-card--border-radius: var(--ks-border-radius-card);
|
|
8
|
+
--dsa-business-card--padding: var(--ks-spacing-inset-m);
|
|
9
|
+
--dsa-business-card--background-color: var(--ks-background-color-card);
|
|
10
|
+
--dsa-business-card--gap: var(--ks-spacing-stack-l);
|
|
11
|
+
--dsa-business-card__image--aspect-ratio: 16 / 9;
|
|
12
|
+
--dsa-business-card__image--border-radius: var(--ks-border-radius-card);
|
|
13
|
+
--dsa-business-card__topic--font: var(--dsa-topic--font);
|
|
14
|
+
--dsa-business-card__topic--font-weight: var(--dsa-topic--font-weight);
|
|
15
|
+
--dsa-business-card__topic--color: var(--dsa-topic--color);
|
|
16
|
+
--dsa-business-card__topic--margin-top: var(--ks-spacing-stack-m);
|
|
17
|
+
--dsa-business-card__logo--max-width: var(--dsa-tile--width_small);
|
|
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);
|
|
22
|
+
--dsa-business-card__avatar--size: calc(var(--dsa-tile--width_smallest) / 2);
|
|
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);
|
|
25
|
+
--dsa-business-card__contact--icon-size: 1.25em;
|
|
26
|
+
--dsa-business-card__contact--font: var(--ks-font-interface-m);
|
|
27
|
+
--dsa-business-card__contact--font-weight: var(--ks-font-weight-semi-bold);
|
|
28
|
+
--dsa-business-card__contact--color: var(--ks-text-color-interface-interactive);
|
|
29
|
+
--dsa-business-card__contact--color_hover: var(--ks-text-color-interface-interactive-hover);
|
|
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
|
+
}
|
|
41
|
+
|
|
42
|
+
.dsa-business-card {
|
|
43
|
+
border-radius: var(--dsa-business-card--border-radius, var(--ks-border-radius-card));
|
|
44
|
+
padding: var(--dsa-business-card--padding, var(--ks-spacing-inset-xl));
|
|
45
|
+
display: flex;
|
|
46
|
+
gap: var(--dsa-business-card--gap, var(--ks-spacing-stack-l));
|
|
47
|
+
justify-content: center;
|
|
48
|
+
flex-direction: column;
|
|
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
|
+
}
|
|
81
|
+
}
|
|
82
|
+
.dsa-business-card__topic {
|
|
83
|
+
font: var(--dsa-business-card__topic--font, var(--dsa-topic--font));
|
|
84
|
+
color: var(--dsa-business-card__topic--color, var(--dsa-topic--color));
|
|
85
|
+
font-weight: var(--dsa-business-card__topic--font-weight, var(--dsa-topic--font-weight));
|
|
86
|
+
}
|
|
87
|
+
.dsa-business-card__image {
|
|
88
|
+
flex-grow: 1;
|
|
89
|
+
}
|
|
90
|
+
.dsa-business-card__image img {
|
|
91
|
+
width: 100%;
|
|
92
|
+
aspect-ratio: var(--dsa-business-card__image--aspect-ratio, 16/9);
|
|
93
|
+
object-fit: cover;
|
|
94
|
+
border-radius: var(--dsa-business-card__image--border-radius, var(--ks-border-radius-card));
|
|
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
|
+
}
|
|
105
|
+
.dsa-business-card__logo {
|
|
106
|
+
max-width: var(--dsa-business-card__logo--max-width, var(--dsa-tile--width_small));
|
|
107
|
+
width: 100%;
|
|
108
|
+
}
|
|
109
|
+
.dsa-business-card__logo img {
|
|
110
|
+
width: 100%;
|
|
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
|
+
}
|
|
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);
|
|
134
|
+
display: flex;
|
|
135
|
+
flex-direction: column;
|
|
136
|
+
gap: var(--ks-spacing-stack-xs);
|
|
137
|
+
}
|
|
138
|
+
.dsa-business-card__avatar {
|
|
139
|
+
width: var(--dsa-business-card__avatar--size, 6em);
|
|
140
|
+
height: var(--dsa-business-card__avatar--size, 6em);
|
|
141
|
+
aspect-ratio: 1;
|
|
142
|
+
border-radius: var(--dsa-business-card__avatar--border-radius, var(--ks-border-radius-circle));
|
|
143
|
+
object-fit: cover;
|
|
144
|
+
}
|
|
145
|
+
.dsa-business-card__contact {
|
|
146
|
+
display: flex;
|
|
147
|
+
gap: var(--dsa-business-card__contact--gap, var(--ks-spacing-xxs));
|
|
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));
|
|
157
|
+
}
|
|
158
|
+
.dsa-business-card__contact-item {
|
|
159
|
+
display: flex;
|
|
160
|
+
align-items: center;
|
|
161
|
+
font: var(--dsa-business-card__contact--font, var(--ks-font-interface-m));
|
|
162
|
+
--g-link--color: var(--dsa-business-card__contact--color, var(--dsa-link--color));
|
|
163
|
+
--g-link--color-hover: var(--dsa-business-card__contact--color_hover, var(--dsa-link--color_hover));
|
|
164
|
+
--g-link--font-weight: var(--dsa-business-card__contact--font-weight, var(--ks-font-weight-semi-bold));
|
|
165
|
+
text-align: center;
|
|
166
|
+
}
|
|
167
|
+
.dsa-business-card__contact-item .icon {
|
|
168
|
+
width: var(--dsa-business-card__contact--icon-size, 1.25em);
|
|
169
|
+
height: var(--dsa-business-card__contact--icon-size, 1.25em);
|
|
170
|
+
margin-right: 0.35em;
|
|
171
|
+
}
|
|
172
|
+
.dsa-business-card__buttons {
|
|
173
|
+
display: flex;
|
|
174
|
+
gap: var(--ks-spacing-stack-s);
|
|
175
|
+
flex-wrap: wrap;
|
|
176
|
+
justify-content: center;
|
|
177
|
+
margin-bottom: var(--ks-spacing-inset-xs);
|
|
178
|
+
}
|
|
179
|
+
.dsa-business-card__buttons .c-button {
|
|
180
|
+
width: fit-content;
|
|
181
|
+
}
|
|
@@ -0,0 +1,144 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$id": "http://schema.mydesignsystem.com/business-card.schema.json",
|
|
4
|
+
"title": "Business Card",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"properties": {
|
|
7
|
+
"centered": {
|
|
8
|
+
"type": "boolean",
|
|
9
|
+
"title": "Centered",
|
|
10
|
+
"description": "Whether the business card content is centered.",
|
|
11
|
+
"default": false
|
|
12
|
+
},
|
|
13
|
+
"image": {
|
|
14
|
+
"type": "object",
|
|
15
|
+
"title": "Background Image",
|
|
16
|
+
"description": "A background or feature image displayed on the business card.",
|
|
17
|
+
"properties": {
|
|
18
|
+
"src": {
|
|
19
|
+
"type": "string",
|
|
20
|
+
"format": "uri",
|
|
21
|
+
"description": "URL of the background image shown on the business card."
|
|
22
|
+
},
|
|
23
|
+
"alt": {
|
|
24
|
+
"type": "string",
|
|
25
|
+
"description": "Alternative text describing the background image."
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
"required": [
|
|
29
|
+
"src"
|
|
30
|
+
],
|
|
31
|
+
"additionalProperties": false
|
|
32
|
+
},
|
|
33
|
+
"logo": {
|
|
34
|
+
"type": "object",
|
|
35
|
+
"title": "Company Logo",
|
|
36
|
+
"description": "The logo of the company or organization displayed on the business card.",
|
|
37
|
+
"properties": {
|
|
38
|
+
"src": {
|
|
39
|
+
"type": "string",
|
|
40
|
+
"format": "uri",
|
|
41
|
+
"description": "URL of the company or organization logo."
|
|
42
|
+
},
|
|
43
|
+
"alt": {
|
|
44
|
+
"type": "string",
|
|
45
|
+
"description": "Alternative text describing the logo."
|
|
46
|
+
},
|
|
47
|
+
"url": {
|
|
48
|
+
"type": "string",
|
|
49
|
+
"format": "uri",
|
|
50
|
+
"description": "URL to the company's website or landing page."
|
|
51
|
+
}
|
|
52
|
+
},
|
|
53
|
+
"required": [
|
|
54
|
+
"src"
|
|
55
|
+
],
|
|
56
|
+
"additionalProperties": false
|
|
57
|
+
},
|
|
58
|
+
"topic": {
|
|
59
|
+
"type": "string",
|
|
60
|
+
"title": "Topic",
|
|
61
|
+
"description": "A headline or main topic for the business card, such as a job title or department."
|
|
62
|
+
},
|
|
63
|
+
"address": {
|
|
64
|
+
"type": "string",
|
|
65
|
+
"title": "Address",
|
|
66
|
+
"description": "The physical or mailing address displayed on the business card."
|
|
67
|
+
},
|
|
68
|
+
"avatar": {
|
|
69
|
+
"type": "object",
|
|
70
|
+
"title": "Avatar",
|
|
71
|
+
"description": "A profile image or avatar representing the person on the business card.",
|
|
72
|
+
"properties": {
|
|
73
|
+
"src": {
|
|
74
|
+
"type": "string",
|
|
75
|
+
"format": "uri",
|
|
76
|
+
"description": "URL of the person's avatar or profile image."
|
|
77
|
+
},
|
|
78
|
+
"alt": {
|
|
79
|
+
"type": "string",
|
|
80
|
+
"description": "Alternative text describing the avatar."
|
|
81
|
+
}
|
|
82
|
+
},
|
|
83
|
+
"required": [
|
|
84
|
+
"src"
|
|
85
|
+
],
|
|
86
|
+
"additionalProperties": false
|
|
87
|
+
},
|
|
88
|
+
"contact": {
|
|
89
|
+
"type": "array",
|
|
90
|
+
"title": "Contact Information",
|
|
91
|
+
"description": "A list of contact methods for the person or business (e.g., email, phone, website).",
|
|
92
|
+
"items": {
|
|
93
|
+
"type": "object",
|
|
94
|
+
"properties": {
|
|
95
|
+
"label": {
|
|
96
|
+
"type": "string",
|
|
97
|
+
"description": "Label describing the contact method (e.g., 'Email', 'Phone')."
|
|
98
|
+
},
|
|
99
|
+
"icon": {
|
|
100
|
+
"type": "string",
|
|
101
|
+
"description": "Icon name or identifier representing the contact method."
|
|
102
|
+
},
|
|
103
|
+
"url": {
|
|
104
|
+
"type": "string",
|
|
105
|
+
"format": "uri",
|
|
106
|
+
"description": "URL or link for the contact method, if applicable."
|
|
107
|
+
}
|
|
108
|
+
},
|
|
109
|
+
"required": [
|
|
110
|
+
"label"
|
|
111
|
+
],
|
|
112
|
+
"additionalProperties": false
|
|
113
|
+
}
|
|
114
|
+
},
|
|
115
|
+
"buttons": {
|
|
116
|
+
"type": "array",
|
|
117
|
+
"title": "Buttons",
|
|
118
|
+
"description": "A list of action buttons shown on the business card.",
|
|
119
|
+
"items": {
|
|
120
|
+
"type": "object",
|
|
121
|
+
"properties": {
|
|
122
|
+
"label": {
|
|
123
|
+
"type": "string",
|
|
124
|
+
"description": "Text label for the link."
|
|
125
|
+
},
|
|
126
|
+
"url": {
|
|
127
|
+
"type": "string",
|
|
128
|
+
"format": "uri",
|
|
129
|
+
"description": "URL the link points to."
|
|
130
|
+
}
|
|
131
|
+
},
|
|
132
|
+
"required": [
|
|
133
|
+
"label",
|
|
134
|
+
"url"
|
|
135
|
+
],
|
|
136
|
+
"additionalProperties": false
|
|
137
|
+
}
|
|
138
|
+
},
|
|
139
|
+
"type": {
|
|
140
|
+
"const": "business-card"
|
|
141
|
+
}
|
|
142
|
+
},
|
|
143
|
+
"additionalProperties": false
|
|
144
|
+
}
|
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$id": "http://schema.mydesignsystem.com/business-card.schema.json",
|
|
4
|
+
"title": "Business Card",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"properties": {
|
|
7
|
+
"centered": {
|
|
8
|
+
"type": "boolean",
|
|
9
|
+
"title": "Centered",
|
|
10
|
+
"description": "Whether the business card content is centered.",
|
|
11
|
+
"default": false
|
|
12
|
+
},
|
|
13
|
+
"image": {
|
|
14
|
+
"type": "object",
|
|
15
|
+
"title": "Background Image",
|
|
16
|
+
"description": "A background or feature image displayed on the business card.",
|
|
17
|
+
"properties": {
|
|
18
|
+
"src": {
|
|
19
|
+
"type": "string",
|
|
20
|
+
"format": "uri",
|
|
21
|
+
"description": "URL of the background image shown on the business card."
|
|
22
|
+
},
|
|
23
|
+
"alt": {
|
|
24
|
+
"type": "string",
|
|
25
|
+
"description": "Alternative text describing the background image."
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
"required": ["src"]
|
|
29
|
+
},
|
|
30
|
+
"logo": {
|
|
31
|
+
"type": "object",
|
|
32
|
+
"title": "Company Logo",
|
|
33
|
+
"description": "The logo of the company or organization displayed on the business card.",
|
|
34
|
+
"properties": {
|
|
35
|
+
"src": {
|
|
36
|
+
"type": "string",
|
|
37
|
+
"format": "uri",
|
|
38
|
+
"description": "URL of the company or organization logo."
|
|
39
|
+
},
|
|
40
|
+
"alt": {
|
|
41
|
+
"type": "string",
|
|
42
|
+
"description": "Alternative text describing the logo."
|
|
43
|
+
},
|
|
44
|
+
"url": {
|
|
45
|
+
"type": "string",
|
|
46
|
+
"format": "uri",
|
|
47
|
+
"description": "URL to the company's website or landing page."
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
"required": ["src"]
|
|
51
|
+
},
|
|
52
|
+
"topic": {
|
|
53
|
+
"type": "string",
|
|
54
|
+
"title": "Topic",
|
|
55
|
+
"description": "A headline or main topic for the business card, such as a job title or department."
|
|
56
|
+
},
|
|
57
|
+
"address": {
|
|
58
|
+
"type": "string",
|
|
59
|
+
"title": "Address",
|
|
60
|
+
"description": "The physical or mailing address displayed on the business card."
|
|
61
|
+
},
|
|
62
|
+
"avatar": {
|
|
63
|
+
"type": "object",
|
|
64
|
+
"title": "Avatar",
|
|
65
|
+
"description": "A profile image or avatar representing the person on the business card.",
|
|
66
|
+
"properties": {
|
|
67
|
+
"src": {
|
|
68
|
+
"type": "string",
|
|
69
|
+
"format": "uri",
|
|
70
|
+
"description": "URL of the person's avatar or profile image."
|
|
71
|
+
},
|
|
72
|
+
"alt": {
|
|
73
|
+
"type": "string",
|
|
74
|
+
"description": "Alternative text describing the avatar."
|
|
75
|
+
}
|
|
76
|
+
},
|
|
77
|
+
"required": ["src"]
|
|
78
|
+
},
|
|
79
|
+
"contact": {
|
|
80
|
+
"type": "array",
|
|
81
|
+
"title": "Contact Information",
|
|
82
|
+
"description": "A list of contact methods for the person or business (e.g., email, phone, website).",
|
|
83
|
+
"items": {
|
|
84
|
+
"type": "object",
|
|
85
|
+
"properties": {
|
|
86
|
+
"label": {
|
|
87
|
+
"type": "string",
|
|
88
|
+
"description": "Label describing the contact method (e.g., 'Email', 'Phone')."
|
|
89
|
+
},
|
|
90
|
+
"icon": {
|
|
91
|
+
"type": "string",
|
|
92
|
+
"description": "Icon name or identifier representing the contact method."
|
|
93
|
+
},
|
|
94
|
+
"url": {
|
|
95
|
+
"type": "string",
|
|
96
|
+
"format": "uri",
|
|
97
|
+
"description": "URL or link for the contact method, if applicable."
|
|
98
|
+
}
|
|
99
|
+
},
|
|
100
|
+
"required": ["label"]
|
|
101
|
+
}
|
|
102
|
+
},
|
|
103
|
+
"buttons": {
|
|
104
|
+
"type": "array",
|
|
105
|
+
"title": "Buttons",
|
|
106
|
+
"description": "A list of action buttons shown on the business card.",
|
|
107
|
+
"items": {
|
|
108
|
+
"type": "object",
|
|
109
|
+
"properties": {
|
|
110
|
+
"label": {
|
|
111
|
+
"type": "string",
|
|
112
|
+
"description": "Text label for the link."
|
|
113
|
+
},
|
|
114
|
+
"url": {
|
|
115
|
+
"type": "string",
|
|
116
|
+
"format": "uri",
|
|
117
|
+
"description": "URL the link points to."
|
|
118
|
+
}
|
|
119
|
+
},
|
|
120
|
+
"required": ["label", "url"],
|
|
121
|
+
"additionalProperties": false
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
},
|
|
125
|
+
"additionalProperties": false
|
|
126
|
+
}
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* This file was automatically generated by json-schema-to-typescript.
|
|
5
|
+
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
6
|
+
* and run json-schema-to-typescript to regenerate this file.
|
|
7
|
+
*/
|
|
8
|
+
/**
|
|
9
|
+
* Whether the business card content is centered.
|
|
10
|
+
*/
|
|
11
|
+
type Centered = boolean;
|
|
12
|
+
/**
|
|
13
|
+
* A headline or main topic for the business card, such as a job title or department.
|
|
14
|
+
*/
|
|
15
|
+
type Topic = string;
|
|
16
|
+
/**
|
|
17
|
+
* The physical or mailing address displayed on the business card.
|
|
18
|
+
*/
|
|
19
|
+
type Address = string;
|
|
20
|
+
/**
|
|
21
|
+
* A list of contact methods for the person or business (e.g., email, phone, website).
|
|
22
|
+
*/
|
|
23
|
+
type ContactInformation = {
|
|
24
|
+
/**
|
|
25
|
+
* Label describing the contact method (e.g., 'Email', 'Phone').
|
|
26
|
+
*/
|
|
27
|
+
label: string;
|
|
28
|
+
/**
|
|
29
|
+
* Icon name or identifier representing the contact method.
|
|
30
|
+
*/
|
|
31
|
+
icon?: string;
|
|
32
|
+
/**
|
|
33
|
+
* URL or link for the contact method, if applicable.
|
|
34
|
+
*/
|
|
35
|
+
url?: string;
|
|
36
|
+
}[];
|
|
37
|
+
/**
|
|
38
|
+
* A list of action buttons shown on the business card.
|
|
39
|
+
*/
|
|
40
|
+
type Buttons = {
|
|
41
|
+
/**
|
|
42
|
+
* Text label for the link.
|
|
43
|
+
*/
|
|
44
|
+
label: string;
|
|
45
|
+
/**
|
|
46
|
+
* URL the link points to.
|
|
47
|
+
*/
|
|
48
|
+
url: string;
|
|
49
|
+
}[];
|
|
50
|
+
interface BusinessCardProps {
|
|
51
|
+
centered?: Centered;
|
|
52
|
+
image?: BackgroundImage;
|
|
53
|
+
logo?: CompanyLogo;
|
|
54
|
+
topic?: Topic;
|
|
55
|
+
address?: Address;
|
|
56
|
+
avatar?: Avatar;
|
|
57
|
+
contact?: ContactInformation;
|
|
58
|
+
buttons?: Buttons;
|
|
59
|
+
}
|
|
60
|
+
/**
|
|
61
|
+
* A background or feature image displayed on the business card.
|
|
62
|
+
*/
|
|
63
|
+
interface BackgroundImage {
|
|
64
|
+
/**
|
|
65
|
+
* URL of the background image shown on the business card.
|
|
66
|
+
*/
|
|
67
|
+
src: string;
|
|
68
|
+
/**
|
|
69
|
+
* Alternative text describing the background image.
|
|
70
|
+
*/
|
|
71
|
+
alt?: string;
|
|
72
|
+
}
|
|
73
|
+
/**
|
|
74
|
+
* The logo of the company or organization displayed on the business card.
|
|
75
|
+
*/
|
|
76
|
+
interface CompanyLogo {
|
|
77
|
+
/**
|
|
78
|
+
* URL of the company or organization logo.
|
|
79
|
+
*/
|
|
80
|
+
src: string;
|
|
81
|
+
/**
|
|
82
|
+
* Alternative text describing the logo.
|
|
83
|
+
*/
|
|
84
|
+
alt?: string;
|
|
85
|
+
/**
|
|
86
|
+
* URL to the company's website or landing page.
|
|
87
|
+
*/
|
|
88
|
+
url?: string;
|
|
89
|
+
}
|
|
90
|
+
/**
|
|
91
|
+
* A profile image or avatar representing the person on the business card.
|
|
92
|
+
*/
|
|
93
|
+
interface Avatar {
|
|
94
|
+
/**
|
|
95
|
+
* URL of the person's avatar or profile image.
|
|
96
|
+
*/
|
|
97
|
+
src: string;
|
|
98
|
+
/**
|
|
99
|
+
* Alternative text describing the avatar.
|
|
100
|
+
*/
|
|
101
|
+
alt?: string;
|
|
102
|
+
}
|
|
103
|
+
declare const BusinessCardContextDefault: import("react").ForwardRefExoticComponent<BusinessCardProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
104
|
+
declare const BusinessCardContext: import("react").Context<import("react").ForwardRefExoticComponent<BusinessCardProps & import("react").RefAttributes<HTMLDivElement>>>;
|
|
105
|
+
declare const BusinessCard: import("react").ForwardRefExoticComponent<BusinessCardProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
106
|
+
export type { BusinessCardProps };
|
|
107
|
+
export { BusinessCardContextDefault, BusinessCardContext, BusinessCard };
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import "./business-card.css";
|
|
2
|
+
import { jsx, jsxs, Fragment } 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
|
+
import { Picture } from '@kickstartds/base/lib/picture';
|
|
7
|
+
import Markdown from 'markdown-to-jsx';
|
|
8
|
+
import { Button } from '../button/index.js';
|
|
9
|
+
import { Link } from '@kickstartds/base/lib/link';
|
|
10
|
+
import { Container } from '@kickstartds/core/lib/container';
|
|
11
|
+
import '@kickstartds/base/lib/button';
|
|
12
|
+
|
|
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
|
+
const BusinessCardContext = createContext(BusinessCardContextDefault);
|
|
15
|
+
const BusinessCard = forwardRef((props, ref) => {
|
|
16
|
+
const Component = useContext(BusinessCardContext);
|
|
17
|
+
return jsx(Component, { ...props, ref: ref });
|
|
18
|
+
});
|
|
19
|
+
BusinessCard.displayName = "BusinessCard";
|
|
20
|
+
|
|
21
|
+
export { BusinessCard, BusinessCardContext, BusinessCardContextDefault };
|
|
@@ -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);
|
|
@@ -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-00ddee3a.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-
|
|
32
|
+
export * from "../../BlogPostProps-c04a5ed8.js";
|
|
33
|
+
export * from "../../BlogOverviewProps-d62a0a9a.js";
|
|
34
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 Fri, 11 Jul 2025 07:55:51 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,7 +157,147 @@
|
|
|
157
157
|
}
|
|
158
158
|
]
|
|
159
159
|
},
|
|
160
|
-
"screenshot": "img/screenshots/
|
|
160
|
+
"screenshot": "img/screenshots/corporate-breadcrumb--default.png"
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"id": "corporate-business-card--default",
|
|
164
|
+
"group": "Corporate / Business Card",
|
|
165
|
+
"name": "Default",
|
|
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
|
+
"args": {
|
|
168
|
+
"centered": false,
|
|
169
|
+
"image": {
|
|
170
|
+
"src": "img/full-shot-different-people-working-together.png",
|
|
171
|
+
"alt": "A group of people collaborating in an office setting"
|
|
172
|
+
},
|
|
173
|
+
"logo": {
|
|
174
|
+
"src": "logo.svg",
|
|
175
|
+
"alt": "Business Logo",
|
|
176
|
+
"url": "#"
|
|
177
|
+
},
|
|
178
|
+
"topic": "Industry Intelligence",
|
|
179
|
+
"address": "1234 Business Lane<br />Suite 567 <br />Business City, BC 12345",
|
|
180
|
+
"avatar": {
|
|
181
|
+
"src": "img/people/contact-person.png",
|
|
182
|
+
"alt": "Emily Johnson"
|
|
183
|
+
},
|
|
184
|
+
"contact": [
|
|
185
|
+
{
|
|
186
|
+
"icon": "phone",
|
|
187
|
+
"label": "+1 234 567 890",
|
|
188
|
+
"url": "tel:+1234567890"
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"icon": "email",
|
|
192
|
+
"label": "emily@example.com",
|
|
193
|
+
"url": "mailto:emily@example.com"
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"icon": "linkedin",
|
|
197
|
+
"label": "Emily Johnson",
|
|
198
|
+
"url": "#"
|
|
199
|
+
}
|
|
200
|
+
],
|
|
201
|
+
"buttons": [
|
|
202
|
+
{
|
|
203
|
+
"label": "Market Insights",
|
|
204
|
+
"url": "#"
|
|
205
|
+
}
|
|
206
|
+
]
|
|
207
|
+
},
|
|
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"
|
|
161
301
|
},
|
|
162
302
|
{
|
|
163
303
|
"id": "components-button--primary-button",
|
|
@@ -1350,8 +1490,8 @@
|
|
|
1350
1490
|
"screenshot": "img/screenshots/components-contact--full-image-width.png"
|
|
1351
1491
|
},
|
|
1352
1492
|
{
|
|
1353
|
-
"id": "
|
|
1354
|
-
"group": "
|
|
1493
|
+
"id": "corporate-content-nav--default",
|
|
1494
|
+
"group": "Corporate / Content Nav",
|
|
1355
1495
|
"name": "Default",
|
|
1356
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/>",
|
|
1357
1497
|
"args": {
|
|
@@ -1400,7 +1540,7 @@
|
|
|
1400
1540
|
}
|
|
1401
1541
|
]
|
|
1402
1542
|
},
|
|
1403
|
-
"screenshot": "img/screenshots/
|
|
1543
|
+
"screenshot": "img/screenshots/corporate-content-nav--default.png"
|
|
1404
1544
|
},
|
|
1405
1545
|
{
|
|
1406
1546
|
"id": "components-cta--banner",
|
|
@@ -1757,8 +1897,8 @@
|
|
|
1757
1897
|
"screenshot": "img/screenshots/layout-divider--default.png"
|
|
1758
1898
|
},
|
|
1759
1899
|
{
|
|
1760
|
-
"id": "
|
|
1761
|
-
"group": "
|
|
1900
|
+
"id": "corporate-downloads--technical-details-only",
|
|
1901
|
+
"group": "Corporate/Downloads",
|
|
1762
1902
|
"name": "TechnicalDetailsOnly",
|
|
1763
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 />",
|
|
1764
1904
|
"args": {
|
|
@@ -1791,11 +1931,11 @@
|
|
|
1791
1931
|
}
|
|
1792
1932
|
]
|
|
1793
1933
|
},
|
|
1794
|
-
"screenshot": "img/screenshots/
|
|
1934
|
+
"screenshot": "img/screenshots/corporate-downloads--technical-details-only.png"
|
|
1795
1935
|
},
|
|
1796
1936
|
{
|
|
1797
|
-
"id": "
|
|
1798
|
-
"group": "
|
|
1937
|
+
"id": "corporate-downloads--description-only",
|
|
1938
|
+
"group": "Corporate/Downloads",
|
|
1799
1939
|
"name": "DescriptionOnly",
|
|
1800
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 />",
|
|
1801
1941
|
"args": {
|
|
@@ -1822,11 +1962,11 @@
|
|
|
1822
1962
|
}
|
|
1823
1963
|
]
|
|
1824
1964
|
},
|
|
1825
|
-
"screenshot": "img/screenshots/
|
|
1965
|
+
"screenshot": "img/screenshots/corporate-downloads--description-only.png"
|
|
1826
1966
|
},
|
|
1827
1967
|
{
|
|
1828
|
-
"id": "
|
|
1829
|
-
"group": "
|
|
1968
|
+
"id": "corporate-downloads--complete",
|
|
1969
|
+
"group": "Corporate/Downloads",
|
|
1830
1970
|
"name": "Complete",
|
|
1831
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 />",
|
|
1832
1972
|
"args": {
|
|
@@ -1859,11 +1999,11 @@
|
|
|
1859
1999
|
}
|
|
1860
2000
|
]
|
|
1861
2001
|
},
|
|
1862
|
-
"screenshot": "img/screenshots/
|
|
2002
|
+
"screenshot": "img/screenshots/corporate-downloads--complete.png"
|
|
1863
2003
|
},
|
|
1864
2004
|
{
|
|
1865
|
-
"id": "
|
|
1866
|
-
"group": "
|
|
2005
|
+
"id": "corporate-downloads--mixed",
|
|
2006
|
+
"group": "Corporate/Downloads",
|
|
1867
2007
|
"name": "Mixed",
|
|
1868
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 />",
|
|
1869
2009
|
"args": {
|
|
@@ -1891,22 +2031,7 @@
|
|
|
1891
2031
|
}
|
|
1892
2032
|
]
|
|
1893
2033
|
},
|
|
1894
|
-
"screenshot": "img/screenshots/
|
|
1895
|
-
},
|
|
1896
|
-
{
|
|
1897
|
-
"id": "event-event-appointment--default",
|
|
1898
|
-
"group": "Event/ Event Appointment",
|
|
1899
|
-
"name": "Default",
|
|
1900
|
-
"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/>",
|
|
1901
|
-
"args": {
|
|
1902
|
-
"date": "18.09.2025",
|
|
1903
|
-
"time": "09:00 – 17:00",
|
|
1904
|
-
"label": "Register",
|
|
1905
|
-
"url": "#",
|
|
1906
|
-
"newTab": true,
|
|
1907
|
-
"ariaLabel": "Register for the event on 18th September 2025 from 09:00 to 17:00"
|
|
1908
|
-
},
|
|
1909
|
-
"screenshot": "img/screenshots/event-event-appointment--default.png"
|
|
2034
|
+
"screenshot": "img/screenshots/corporate-downloads--mixed.png"
|
|
1910
2035
|
},
|
|
1911
2036
|
{
|
|
1912
2037
|
"id": "event-event-filter--default",
|
|
@@ -3494,8 +3619,8 @@
|
|
|
3494
3619
|
"screenshot": "img/screenshots/components-mosaic--colorful-text-with-illustrations.png"
|
|
3495
3620
|
},
|
|
3496
3621
|
{
|
|
3497
|
-
"id": "
|
|
3498
|
-
"group": "
|
|
3622
|
+
"id": "corporate-pagination--default",
|
|
3623
|
+
"group": "Corporate/Pagination",
|
|
3499
3624
|
"name": "Default",
|
|
3500
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/>",
|
|
3501
3626
|
"args": {
|
|
@@ -3555,11 +3680,11 @@
|
|
|
3555
3680
|
}
|
|
3556
3681
|
]
|
|
3557
3682
|
},
|
|
3558
|
-
"screenshot": "img/screenshots/
|
|
3683
|
+
"screenshot": "img/screenshots/corporate-pagination--default.png"
|
|
3559
3684
|
},
|
|
3560
3685
|
{
|
|
3561
|
-
"id": "
|
|
3562
|
-
"group": "
|
|
3686
|
+
"id": "corporate-search-bar--default",
|
|
3687
|
+
"group": "Corporate / Search Bar",
|
|
3563
3688
|
"name": "Default",
|
|
3564
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/>",
|
|
3565
3690
|
"args": {
|
|
@@ -3569,11 +3694,11 @@
|
|
|
3569
3694
|
"alternativeText": "Did you mean",
|
|
3570
3695
|
"alternativeResult": "AI Conference"
|
|
3571
3696
|
},
|
|
3572
|
-
"screenshot": "img/screenshots/
|
|
3697
|
+
"screenshot": "img/screenshots/corporate-search-bar--default.png"
|
|
3573
3698
|
},
|
|
3574
3699
|
{
|
|
3575
|
-
"id": "
|
|
3576
|
-
"group": "
|
|
3700
|
+
"id": "corporate-search-filter--default",
|
|
3701
|
+
"group": "Corporate / Search Filter",
|
|
3577
3702
|
"name": "Default",
|
|
3578
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/>",
|
|
3579
3704
|
"args": {
|
|
@@ -3596,11 +3721,11 @@
|
|
|
3596
3721
|
}
|
|
3597
3722
|
]
|
|
3598
3723
|
},
|
|
3599
|
-
"screenshot": "img/screenshots/
|
|
3724
|
+
"screenshot": "img/screenshots/corporate-search-filter--default.png"
|
|
3600
3725
|
},
|
|
3601
3726
|
{
|
|
3602
|
-
"id": "
|
|
3603
|
-
"group": "
|
|
3727
|
+
"id": "corporate-search-result--default",
|
|
3728
|
+
"group": "Corporate / Search Result",
|
|
3604
3729
|
"name": "Default",
|
|
3605
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/>",
|
|
3606
3731
|
"args": {
|
|
@@ -3614,7 +3739,7 @@
|
|
|
3614
3739
|
"label": "Read more"
|
|
3615
3740
|
}
|
|
3616
3741
|
},
|
|
3617
|
-
"screenshot": "img/screenshots/
|
|
3742
|
+
"screenshot": "img/screenshots/corporate-search-result--default.png"
|
|
3618
3743
|
},
|
|
3619
3744
|
{
|
|
3620
3745
|
"id": "layout-section--dynamic-layout",
|
|
@@ -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-00ddee3a.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>>;
|
|
@@ -13,7 +13,7 @@ import { FeaturesProps } from "../../FeaturesProps-a9041d97.js";
|
|
|
13
13
|
import { GalleryProps } from "../../GalleryProps-76e7de44.js";
|
|
14
14
|
import { HeroProps } from "../../HeroProps-40f6c7f5.js";
|
|
15
15
|
import { HtmlProps } from "../../HtmlProps-9d091769.js";
|
|
16
|
-
import { ImageStoryProps } from "../../ImageStoryProps-
|
|
16
|
+
import { ImageStoryProps } from "../../ImageStoryProps-00ddee3a.js";
|
|
17
17
|
import { ImageTextProps } from "../../ImageTextProps-9286cca4.js";
|
|
18
18
|
import { LogosProps } from "../../LogosProps-f9474fe2.js";
|
|
19
19
|
import { MosaicProps } from "../../MosaicProps-d52c7151.js";
|
|
@@ -13,7 +13,7 @@ import { FeaturesProps } from "../../FeaturesProps-a9041d97.js";
|
|
|
13
13
|
import { GalleryProps } from "../../GalleryProps-76e7de44.js";
|
|
14
14
|
import { HeroProps } from "../../HeroProps-40f6c7f5.js";
|
|
15
15
|
import { HtmlProps } from "../../HtmlProps-9d091769.js";
|
|
16
|
-
import { ImageStoryProps } from "../../ImageStoryProps-
|
|
16
|
+
import { ImageStoryProps } from "../../ImageStoryProps-00ddee3a.js";
|
|
17
17
|
import { ImageTextProps } from "../../ImageTextProps-9286cca4.js";
|
|
18
18
|
import { LogosProps } from "../../LogosProps-f9474fe2.js";
|
|
19
19
|
import { MosaicProps } from "../../MosaicProps-d52c7151.js";
|
package/dist/tokens/themes.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 11 Jul 2025 07:55:53 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 Fri, 11 Jul 2025 07:55:57 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 Fri, 11 Jul 2025 07:55:55 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 Fri, 11 Jul 2025 07:55:59 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 Fri, 11 Jul 2025 07:55:51 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 Fri, 11 Jul 2025 07:55:51 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
|
|
File without changes
|