@kickstartds/ds-agency-premium 1.6.70 → 1.6.71--canary.45.1756.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/{BlogAsideProps-d9decb7c.d.ts → BlogAsideProps-c760fd2a.d.ts} +5 -5
- package/dist/{BlogAuthorProps-88a11566.d.ts → BlogAuthorProps-fb0241df.d.ts} +7 -2
- package/dist/{BlogOverviewProps-9f207f1c.d.ts → BlogOverviewProps-7caa223c.d.ts} +3 -3
- package/dist/{BlogPostProps-d9decb7c.d.ts → BlogPostProps-c760fd2a.d.ts} +4 -4
- package/dist/{ButtonProps-03ff6d21.d.ts → ButtonProps-00ddee3a.d.ts} +4 -4
- package/dist/{CtaProps-93230a76.d.ts → CtaProps-babe4ee6.d.ts} +21 -11
- package/dist/EventAppointmentProps-443cd1ce.d.ts +38 -0
- package/dist/EventDetailProps-42a7eebe.d.ts +387 -0
- package/dist/EventLatestTeaserProps-fc9d3281.d.ts +58 -0
- package/dist/EventLocationProps-871bc198.d.ts +41 -0
- package/dist/{FeaturesProps-e58616a5.d.ts → FeaturesProps-a9041d97.d.ts} +9 -4
- package/dist/{FooterProps-171a3067.d.ts → FooterProps-a0a104ca.d.ts} +2 -2
- package/dist/{HeaderProps-e22382f1.d.ts → HeaderProps-72763967.d.ts} +2 -2
- package/dist/{HeroProps-f704d270.d.ts → HeroProps-40f6c7f5.d.ts} +9 -4
- package/dist/{ImageStoryProps-e853e1e7.d.ts → ImageStoryProps-00ddee3a.d.ts} +1 -1
- package/dist/MosaicProps-d52c7151.d.ts +4 -4
- package/dist/{PageProps-aa29c554.d.ts → PageProps-7caa223c.d.ts} +1 -1
- package/dist/{SectionProps-1cfcf6e8.d.ts → SectionProps-00ddee3a.d.ts} +15 -10
- package/dist/{SliderProps-93230a76.d.ts → SliderProps-babe4ee6.d.ts} +4 -4
- package/dist/{StatProps-79109ad0.d.ts → StatProps-12a3eae0.d.ts} +1 -1
- package/dist/StatsProps-bf5ef578.d.ts +1 -1
- package/dist/{TeaserCardProps-b9c28e78.d.ts → TeaserCardProps-994cb119.d.ts} +4 -4
- package/dist/{VideoCurtainProps-6c625a69.d.ts → VideoCurtainProps-a2c0cc7f.d.ts} +5 -5
- package/dist/components/blog-aside/blog-aside.schema.dereffed.json +16 -8
- package/dist/components/blog-aside/blog-aside.schema.json +4 -4
- package/dist/components/blog-aside/index.d.ts +1 -1
- package/dist/components/blog-aside/index.js +1 -1
- package/dist/components/blog-author/blog-author.schema.dereffed.json +12 -4
- package/dist/components/blog-author/index.d.ts +1 -1
- package/dist/components/blog-head/index.d.ts +1 -1
- package/dist/components/blog-overview/blog-overview.schema.dereffed.json +182 -89
- package/dist/components/blog-overview/index.d.ts +1 -1
- package/dist/components/blog-post/blog-post.schema.dereffed.json +198 -97
- package/dist/components/blog-post/index.d.ts +1 -1
- package/dist/components/blog-teaser/index.d.ts +1 -1
- package/dist/components/blog-teaser/index.js +5 -7
- package/dist/components/breadcrumb/breadcrumb.css +32 -0
- package/dist/components/breadcrumb/breadcrumb.schema.dereffed.json +34 -0
- package/dist/components/breadcrumb/breadcrumb.schema.json +27 -0
- package/dist/components/breadcrumb/index.d.ts +28 -0
- package/dist/components/breadcrumb/index.js +17 -0
- package/dist/components/button/button.css +2 -2
- package/dist/components/button/button.schema.dereffed.json +3 -3
- package/dist/components/button/button.schema.json +3 -3
- package/dist/components/button/index.d.ts +1 -1
- package/dist/components/button/index.js +1 -1
- package/dist/components/button-group/button-group.schema.dereffed.json +3 -3
- package/dist/components/button-group/index.d.ts +1 -1
- package/dist/components/contact/contact.schema.dereffed.json +13 -5
- package/dist/components/contact/contact.schema.json +11 -5
- package/dist/components/contact/index.d.ts +6 -1
- package/dist/components/contact/index.js +1 -1
- package/dist/components/cta/cta.css +44 -56
- package/dist/components/cta/cta.schema.dereffed.json +28 -11
- package/dist/components/cta/cta.schema.json +23 -10
- package/dist/components/cta/index.d.ts +1 -1
- package/dist/components/cta/index.js +25 -26
- package/dist/components/downloads/downloads.css +153 -0
- package/dist/components/downloads/downloads.schema.dereffed.json +55 -0
- package/dist/components/downloads/downloads.schema.json +44 -0
- package/dist/components/downloads/index.d.ts +41 -0
- package/dist/components/downloads/index.js +18 -0
- package/dist/components/event-appointment/event-appointment.css +62 -0
- package/dist/components/event-appointment/event-appointment.schema.dereffed.json +56 -0
- package/dist/components/event-appointment/event-appointment.schema.json +47 -0
- package/dist/components/event-appointment/index.d.ts +7 -0
- package/dist/components/event-appointment/index.js +14 -0
- package/dist/components/event-detail/event-detail.schema.dereffed.json +287 -0
- package/dist/components/event-detail/event-detail.schema.json +74 -0
- package/dist/components/event-detail/index.d.ts +5 -0
- package/dist/components/event-detail/index.js +36 -0
- package/dist/components/event-header/event-header.css +6 -0
- package/dist/components/event-header/event-header.schema.dereffed.json +38 -0
- package/dist/components/event-header/event-header.schema.json +34 -0
- package/dist/components/event-header/index.d.ts +35 -0
- package/dist/components/event-header/index.js +20 -0
- package/dist/components/event-latest/event-latest.css +5 -0
- package/dist/components/event-latest/event-latest.schema.dereffed.json +142 -0
- package/dist/components/event-latest/event-latest.schema.json +46 -0
- package/dist/components/event-latest/index.d.ts +30 -0
- package/dist/components/event-latest/index.js +19 -0
- package/dist/components/event-latest-teaser/event-latest-teaser.css +128 -0
- package/dist/components/event-latest-teaser/event-latest-teaser.schema.dereffed.json +97 -0
- package/dist/components/event-latest-teaser/event-latest-teaser.schema.json +73 -0
- package/dist/components/event-latest-teaser/index.d.ts +8 -0
- package/dist/components/event-latest-teaser/index.js +18 -0
- package/dist/components/event-location/event-location.css +71 -0
- package/dist/components/event-location/event-location.schema.dereffed.json +126 -0
- package/dist/components/event-location/event-location.schema.json +61 -0
- package/dist/components/event-location/index.d.ts +7 -0
- package/dist/components/event-location/index.js +18 -0
- package/dist/components/feature/feature.schema.dereffed.json +13 -3
- package/dist/components/feature/feature.schema.json +11 -3
- package/dist/components/feature/index.d.ts +8 -3
- package/dist/components/feature/index.js +2 -3
- package/dist/components/features/features.css +15 -35
- package/dist/components/features/features.schema.dereffed.json +13 -3
- package/dist/components/features/features.schema.json +5 -2
- package/dist/components/features/index.d.ts +1 -1
- package/dist/components/features/index.js +2 -2
- package/dist/components/footer/footer.css +1 -1
- package/dist/components/footer/footer.schema.dereffed.json +12 -12
- package/dist/components/footer/index.d.ts +1 -1
- package/dist/components/footer/index.js +1 -1
- package/dist/components/gallery/gallery.schema.dereffed.json +2 -1
- package/dist/components/gallery/gallery.schema.json +2 -1
- package/dist/components/gallery/index.js +1 -1
- package/dist/components/header/header.css +47 -9
- package/dist/components/header/header.schema.dereffed.json +12 -12
- package/dist/components/header/index.d.ts +1 -1
- package/dist/components/header/index.js +5 -5
- package/dist/components/headline/headline.css +2 -2
- package/dist/components/hero/hero.css +61 -25
- package/dist/components/hero/hero.schema.dereffed.json +9 -3
- package/dist/components/hero/hero.schema.json +8 -2
- package/dist/components/hero/index.d.ts +1 -1
- package/dist/components/hero/index.js +39 -39
- package/dist/components/image-story/image-story.css +5 -2
- package/dist/components/image-story/image-story.schema.dereffed.json +3 -3
- package/dist/components/image-story/index.d.ts +1 -1
- package/dist/components/index/index.d.ts +6 -5
- package/dist/components/logos/index.js +1 -1
- package/dist/components/mosaic/index.js +1 -1
- package/dist/components/mosaic/mosaic.css +1 -1
- package/dist/components/mosaic/mosaic.schema.dereffed.json +3 -3
- package/dist/components/nav-dropdown/index.d.ts +1 -1
- package/dist/components/nav-dropdown/index.js +2 -2
- package/dist/components/nav-dropdown/nav-dropdown.css +12 -3
- package/dist/components/nav-dropdown/nav-dropdown.schema.dereffed.json +1 -1
- package/dist/components/nav-flyout/index.d.ts +2 -2
- package/dist/components/nav-flyout/index.js +6 -8
- package/dist/components/nav-flyout/nav-flyout.css +29 -15
- package/dist/components/nav-flyout/nav-flyout.schema.dereffed.json +12 -12
- package/dist/components/nav-main/index.d.ts +5 -5
- package/dist/components/nav-main/index.js +0 -2
- package/dist/components/nav-main/nav-main.schema.dereffed.json +15 -15
- package/dist/components/nav-main/nav-main.schema.json +14 -14
- package/dist/components/nav-toggle/index.js +1 -1
- package/dist/components/nav-topbar/index.d.ts +2 -2
- package/dist/components/nav-topbar/index.js +2 -2
- package/dist/components/nav-topbar/nav-topbar.css +15 -2
- package/dist/components/nav-topbar/nav-topbar.schema.dereffed.json +12 -12
- package/dist/components/page/index.d.ts +1 -1
- package/dist/components/page/page.schema.dereffed.json +154 -78
- package/dist/components/page-wrapper/index.js +42 -0
- package/dist/components/page-wrapper/tokens.css +427 -731
- package/dist/components/pagination/index.d.ts +47 -0
- package/dist/components/pagination/index.js +52 -0
- package/dist/components/pagination/pagination.css +66 -0
- package/dist/components/pagination/pagination.schema.dereffed.json +64 -0
- package/dist/components/pagination/pagination.schema.json +57 -0
- package/dist/components/presets.json +863 -267
- package/dist/components/section/index.d.ts +1 -1
- package/dist/components/section/index.js +11 -3
- package/dist/components/section/section.css +38 -58
- package/dist/components/section/section.schema.dereffed.json +154 -78
- package/dist/components/section/section.schema.json +8 -10
- package/dist/components/settings/settings.schema.dereffed.json +24 -24
- package/dist/components/slider/index.d.ts +1 -1
- package/dist/components/slider/slider.schema.dereffed.json +61 -28
- package/dist/components/split/split.css +2 -2
- package/dist/components/split-even/index.d.ts +42 -0
- package/dist/components/split-even/index.js +7 -0
- package/dist/components/split-even/split-even.css +85 -0
- package/dist/components/split-even/split-even.schema.dereffed.json +62 -0
- package/dist/components/split-even/split-even.schema.json +43 -0
- package/dist/components/stat/index.d.ts +1 -1
- package/dist/components/stat/index.js +3 -12
- package/dist/components/stat/stat.schema.dereffed.json +5 -6
- package/dist/components/stat/stat.schema.json +2 -2
- package/dist/components/stats/stats.schema.dereffed.json +5 -6
- package/dist/components/teaser-card/index.d.ts +1 -1
- package/dist/components/teaser-card/index.js +9 -9
- package/dist/components/teaser-card/teaser-card.css +67 -47
- package/dist/components/teaser-card/teaser-card.schema.dereffed.json +4 -4
- package/dist/components/teaser-card/teaser-card.schema.json +4 -4
- package/dist/components/testimonials/index.d.ts +1 -1
- package/dist/components/tile/tile.schema.dereffed.json +3 -3
- package/dist/components/tile/tile.schema.json +2 -2
- package/dist/components/video-curtain/index.d.ts +1 -1
- package/dist/components/video-curtain/index.js +12 -4
- package/dist/components/video-curtain/video-curtain.css +52 -29
- package/dist/components/video-curtain/video-curtain.schema.dereffed.json +6 -4
- package/dist/components/video-curtain/video-curtain.schema.json +3 -3
- package/dist/global.css +283 -59
- package/dist/static/fonts/systemics/Montserrat-Bold.woff2 +0 -0
- package/dist/static/fonts/systemics/Montserrat-Light.woff2 +0 -0
- package/dist/static/fonts/systemics/Montserrat-Medium.woff2 +0 -0
- package/dist/static/fonts/systemics/Montserrat-Regular.woff2 +0 -0
- package/dist/static/fonts/systemics/Montserrat-SemiBold.woff2 +0 -0
- package/dist/static/img/about/angled-image.png +0 -0
- package/dist/static/img/about/cta.png +0 -0
- package/dist/static/img/about/cutout.png +0 -0
- package/dist/static/img/about/disclaimer.png +0 -0
- package/dist/static/img/about/purpose.png +0 -0
- package/dist/static/img/about/spoiler.png +0 -0
- package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-01.svg +72 -0
- package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-02.svg +112 -0
- package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-03.svg +197 -0
- package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-04.svg +76 -0
- package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-05.svg +82 -0
- package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-06.svg +219 -0
- package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-07.svg +85 -0
- package/dist/static/img/screenshots/blog-blog-aside--default.png +0 -0
- package/dist/static/img/screenshots/blog-blog-author--default.png +0 -0
- package/dist/static/img/screenshots/blog-blog-head--default.png +0 -0
- package/dist/static/img/screenshots/blog-blog-teaser--default.png +0 -0
- package/dist/static/img/screenshots/components-contact--wide-image.png +0 -0
- package/dist/static/img/screenshots/components-cta--align-bottom.png +0 -0
- package/dist/static/img/screenshots/components-cta--angled-image.png +0 -0
- package/dist/static/img/screenshots/components-cta--banner.png +0 -0
- package/dist/static/img/screenshots/components-cta--colored-banner.png +0 -0
- package/dist/static/img/screenshots/components-cta--contact-banner.png +0 -0
- package/dist/static/img/screenshots/components-cta--highlighted.png +0 -0
- package/dist/static/img/screenshots/components-cta--left-aligned.png +0 -0
- package/dist/static/img/screenshots/components-cta--product-advertisement.png +0 -0
- package/dist/static/img/screenshots/components-cta--split-banner.png +0 -0
- package/dist/static/img/screenshots/components-faq--dropdown-list.png +0 -0
- package/dist/static/img/screenshots/components-faq--single-dropdown.png +0 -0
- package/dist/static/img/screenshots/components-features--icon-beside-with-link-in-text.png +0 -0
- package/dist/static/img/screenshots/components-features--icon-centered.png +0 -0
- package/dist/static/img/screenshots/components-features--icon-intext-with-link.png +0 -0
- package/dist/static/img/screenshots/components-features--list-view.png +0 -0
- package/dist/static/img/screenshots/components-features--stack-with-button.png +0 -0
- package/dist/static/img/screenshots/components-headline--h-1.png +0 -0
- package/dist/static/img/screenshots/components-headline--h-2.png +0 -0
- package/dist/static/img/screenshots/components-headline--h-3.png +0 -0
- package/dist/static/img/screenshots/components-headline--h-4.png +0 -0
- package/dist/static/img/screenshots/components-headline--order-swapped.png +0 -0
- package/dist/static/img/screenshots/components-headline--with-markdown.png +0 -0
- package/dist/static/img/screenshots/components-headline--with-subheadline.png +0 -0
- package/dist/static/img/screenshots/components-hero--text-box-on-full-screen.png +0 -0
- package/dist/static/img/screenshots/components-hero--text-on-image-with-overlay.png +0 -0
- package/dist/static/img/screenshots/components-image--custom-aspect-ratio.png +0 -0
- package/dist/static/img/screenshots/components-image--preset-size.png +0 -0
- package/dist/static/img/screenshots/components-image--responsive-image.png +0 -0
- package/dist/static/img/screenshots/components-logos--centered-with-button.png +0 -0
- package/dist/static/img/screenshots/components-logos--left-aligned-with-text-link.png +0 -0
- package/dist/static/img/screenshots/components-stats--count-up-with-description.png +0 -0
- package/dist/static/img/screenshots/components-stats--count-up-with-icons.png +0 -0
- package/dist/static/img/screenshots/components-testimonials--alternating-layout.png +0 -0
- package/dist/static/img/screenshots/components-testimonials--list-layout.png +0 -0
- package/dist/static/img/screenshots/components-testimonials--simple.png +0 -0
- package/dist/static/img/screenshots/components-testimonials--slider-layout.png +0 -0
- package/dist/static/img/screenshots/components-testimonials--with-rating.png +0 -0
- package/dist/static/img/screenshots/components-testimonials--with-title.png +0 -0
- package/dist/static/img/screenshots/form-select-field--default.png +0 -0
- package/dist/static/img/screenshots/form-text-area--default.png +0 -0
- package/dist/static/img/screenshots/form-text-field--default.png +0 -0
- package/dist/static/img/screenshots/layout-divider--accent.png +0 -0
- package/dist/static/img/screenshots/layout-footer--footer.png +0 -0
- package/dist/static/img/screenshots/layout-header--header.png +0 -0
- package/dist/static/img/screenshots/layout-section--accent-background.png +0 -0
- package/dist/static/img/screenshots/layout-section--bold-background.png +0 -0
- package/dist/static/img/screenshots/layout-section--cards.png +0 -0
- package/dist/static/img/screenshots/layout-section--colorful-gradient.png +0 -0
- package/dist/static/img/screenshots/layout-section--flex-layout.png +0 -0
- package/dist/static/img/screenshots/layout-section--inverted.png +0 -0
- package/dist/static/img/screenshots/layout-section--list-layout.png +0 -0
- package/dist/static/img/screenshots/layout-section--slider.png +0 -0
- package/dist/static/img/screenshots/layout-section--spotlight.png +0 -0
- package/dist/static/img/screenshots/layout-section--stagelights.png +0 -0
- package/dist/static/img/screenshots/layout-section--tile-layout.png +0 -0
- package/dist/static/img/screenshots/layout-section--with-buttons.png +0 -0
- package/dist/static/img/screenshots/layout-slider--with-arrows.png +0 -0
- package/dist/static/img/screenshots/layout-slider--with-autoplay.png +0 -0
- package/dist/static/img/screenshots/layout-slider--with-nav.png +0 -0
- package/dist/static/img/screenshots/layout-slider--with-teased-neighbours.png +0 -0
- package/dist/static/img/screenshots/{page-archetypes-blog-overview--blog-overview.png → pages-archetypes--blog-overview.png} +0 -0
- package/dist/static/img/screenshots/pages-archetypes--blog-post.png +0 -0
- package/dist/static/img/screenshots/pages-archetypes--content.png +0 -0
- package/dist/static/img/screenshots/pages-archetypes--overview.png +0 -0
- package/dist/static/img/screenshots/pages-archetypes--start.png +0 -0
- package/dist/static/logo-dark.svg +13 -0
- package/dist/static/logo-dsa-inverted.svg +26 -0
- package/dist/static/logo-dsa.svg +26 -0
- package/dist/static/logo-inverted.svg +12 -25
- package/dist/static/logo.svg +12 -25
- package/dist/tokens/IconSprite.js +42 -0
- package/dist/tokens/icon-sprite.html +16 -0
- package/dist/tokens/themes.css +4 -4
- package/dist/tokens/tokens.css +427 -731
- package/dist/tokens/tokens.js +628 -730
- package/package.json +1 -1
- package/dist/static/img/screenshots/components-html--html.png +0 -0
- package/dist/static/img/screenshots/components-html--with-consent.png +0 -0
- package/dist/static/img/screenshots/components-html--with-script.png +0 -0
- package/dist/static/img/screenshots/layout-section--background-image.png +0 -0
- package/dist/static/img/screenshots/page-archetypes-blog-post--blog-post.png +0 -0
- package/dist/static/img/screenshots/page-archetypes-landingpage--landingpage.png +0 -0
- package/dist/static/img/screenshots/page-archetypes-overview--overview.png +0 -0
- package/dist/static/img/screenshots/page-archetypes-showcase--showcase.png +0 -0
- /package/dist/{BlogHeadProps-c04a5ed8.d.ts → BlogHeadProps-f5855e93.d.ts} +0 -0
- /package/dist/{BlogTeaserProps-f5855e93.d.ts → BlogTeaserProps-d62a0a9a.d.ts} +0 -0
|
@@ -0,0 +1,287 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$id": "http://schema.mydesignsystem.com/cms/event-detail.schema.json",
|
|
4
|
+
"title": "Event Detail",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"properties": {
|
|
7
|
+
"title": {
|
|
8
|
+
"title": "Event Title",
|
|
9
|
+
"description": "Title of the event",
|
|
10
|
+
"type": "string"
|
|
11
|
+
},
|
|
12
|
+
"categories": {
|
|
13
|
+
"title": "Categories",
|
|
14
|
+
"description": "Categories to which the event belongs",
|
|
15
|
+
"type": "array",
|
|
16
|
+
"items": {
|
|
17
|
+
"type": "object",
|
|
18
|
+
"properties": {
|
|
19
|
+
"label": {
|
|
20
|
+
"type": "string",
|
|
21
|
+
"title": "Label",
|
|
22
|
+
"description": "Label of the category",
|
|
23
|
+
"examples": [
|
|
24
|
+
"Web Development",
|
|
25
|
+
"Design",
|
|
26
|
+
"Marketing"
|
|
27
|
+
]
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
"additionalProperties": false
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
"intro": {
|
|
34
|
+
"title": "Intro",
|
|
35
|
+
"description": "Short intro text for the event",
|
|
36
|
+
"type": "string"
|
|
37
|
+
},
|
|
38
|
+
"locations": {
|
|
39
|
+
"title": "Locations",
|
|
40
|
+
"description": "List of locations with attendable appointments",
|
|
41
|
+
"type": "array",
|
|
42
|
+
"items": {
|
|
43
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
44
|
+
"$id": "http://schema.mydesignsystem.com/event-location.schema.json",
|
|
45
|
+
"title": "Event Location",
|
|
46
|
+
"type": "object",
|
|
47
|
+
"properties": {
|
|
48
|
+
"dates": {
|
|
49
|
+
"title": "Dates",
|
|
50
|
+
"description": "List of dates of the event",
|
|
51
|
+
"type": "array",
|
|
52
|
+
"items": {
|
|
53
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
54
|
+
"$id": "http://schema.mydesignsystem.com/event-appointment.schema.json",
|
|
55
|
+
"title": "Event Appointment",
|
|
56
|
+
"type": "object",
|
|
57
|
+
"properties": {
|
|
58
|
+
"date": {
|
|
59
|
+
"title": "Date",
|
|
60
|
+
"description": "Date of the appointment",
|
|
61
|
+
"type": "string",
|
|
62
|
+
"format": "date",
|
|
63
|
+
"examples": [
|
|
64
|
+
"2025-09-18"
|
|
65
|
+
]
|
|
66
|
+
},
|
|
67
|
+
"time": {
|
|
68
|
+
"title": "Time",
|
|
69
|
+
"description": "Time of the appointment",
|
|
70
|
+
"type": "string",
|
|
71
|
+
"examples": [
|
|
72
|
+
"09:00 – 17:00"
|
|
73
|
+
]
|
|
74
|
+
},
|
|
75
|
+
"label": {
|
|
76
|
+
"title": "CTA Label",
|
|
77
|
+
"description": "Label for the call to action button",
|
|
78
|
+
"type": "string",
|
|
79
|
+
"examples": [
|
|
80
|
+
"Register"
|
|
81
|
+
]
|
|
82
|
+
},
|
|
83
|
+
"url": {
|
|
84
|
+
"title": "URL",
|
|
85
|
+
"description": "URL for the call to action button",
|
|
86
|
+
"type": "string",
|
|
87
|
+
"format": "uri",
|
|
88
|
+
"default": "#"
|
|
89
|
+
},
|
|
90
|
+
"newTab": {
|
|
91
|
+
"title": "Open in New Tab",
|
|
92
|
+
"description": "Whether the link should open in a new tab",
|
|
93
|
+
"type": "boolean",
|
|
94
|
+
"default": true
|
|
95
|
+
},
|
|
96
|
+
"ariaLabel": {
|
|
97
|
+
"title": "Aria Label",
|
|
98
|
+
"description": "Aria label for the link",
|
|
99
|
+
"type": "string",
|
|
100
|
+
"default": "Event Appointment"
|
|
101
|
+
},
|
|
102
|
+
"type": {
|
|
103
|
+
"const": "event-appointment"
|
|
104
|
+
}
|
|
105
|
+
},
|
|
106
|
+
"additionalProperties": false
|
|
107
|
+
}
|
|
108
|
+
},
|
|
109
|
+
"locationName": {
|
|
110
|
+
"title": "Location Name",
|
|
111
|
+
"description": "Name of the event location",
|
|
112
|
+
"type": "string",
|
|
113
|
+
"examples": [
|
|
114
|
+
"Berlin Congress Center"
|
|
115
|
+
]
|
|
116
|
+
},
|
|
117
|
+
"displayMode": {
|
|
118
|
+
"title": "Display Mode",
|
|
119
|
+
"description": "Spacious is recommended for 1-2 appointments, Compact for more than 2.",
|
|
120
|
+
"type": "string",
|
|
121
|
+
"enum": [
|
|
122
|
+
"spacious",
|
|
123
|
+
"compact"
|
|
124
|
+
],
|
|
125
|
+
"default": "spacious"
|
|
126
|
+
},
|
|
127
|
+
"address": {
|
|
128
|
+
"title": "Address",
|
|
129
|
+
"description": "Address of the appointment",
|
|
130
|
+
"type": "string",
|
|
131
|
+
"examples": [
|
|
132
|
+
"Berlin Congress Center<br />Alexanderplatz 1<br />10178 Berlin"
|
|
133
|
+
]
|
|
134
|
+
},
|
|
135
|
+
"links": {
|
|
136
|
+
"title": "Links",
|
|
137
|
+
"description": "Links related to the event location",
|
|
138
|
+
"type": "array",
|
|
139
|
+
"items": {
|
|
140
|
+
"type": "object",
|
|
141
|
+
"properties": {
|
|
142
|
+
"url": {
|
|
143
|
+
"type": "string",
|
|
144
|
+
"format": "uri"
|
|
145
|
+
},
|
|
146
|
+
"label": {
|
|
147
|
+
"type": "string"
|
|
148
|
+
},
|
|
149
|
+
"newTab": {
|
|
150
|
+
"type": "boolean",
|
|
151
|
+
"default": true,
|
|
152
|
+
"description": "Open link in a new tab"
|
|
153
|
+
}
|
|
154
|
+
},
|
|
155
|
+
"required": [
|
|
156
|
+
"url",
|
|
157
|
+
"label"
|
|
158
|
+
],
|
|
159
|
+
"additionalProperties": false
|
|
160
|
+
}
|
|
161
|
+
},
|
|
162
|
+
"type": {
|
|
163
|
+
"const": "event-location"
|
|
164
|
+
}
|
|
165
|
+
},
|
|
166
|
+
"additionalProperties": false
|
|
167
|
+
}
|
|
168
|
+
},
|
|
169
|
+
"downloads": {
|
|
170
|
+
"type": "array",
|
|
171
|
+
"items": {
|
|
172
|
+
"type": "object",
|
|
173
|
+
"properties": {
|
|
174
|
+
"name": {
|
|
175
|
+
"type": "string",
|
|
176
|
+
"description": "The name of the file"
|
|
177
|
+
},
|
|
178
|
+
"description": {
|
|
179
|
+
"type": "string",
|
|
180
|
+
"description": "A brief description of the file"
|
|
181
|
+
},
|
|
182
|
+
"previewImage": {
|
|
183
|
+
"type": "string",
|
|
184
|
+
"format": "uri",
|
|
185
|
+
"description": "A URL to an image that previews the file."
|
|
186
|
+
},
|
|
187
|
+
"url": {
|
|
188
|
+
"type": "string",
|
|
189
|
+
"format": "uri",
|
|
190
|
+
"description": "The URL to download the file from."
|
|
191
|
+
},
|
|
192
|
+
"size": {
|
|
193
|
+
"type": [
|
|
194
|
+
"string"
|
|
195
|
+
],
|
|
196
|
+
"description": "The size of the download file"
|
|
197
|
+
},
|
|
198
|
+
"format": {
|
|
199
|
+
"type": [
|
|
200
|
+
"string"
|
|
201
|
+
],
|
|
202
|
+
"description": "The format of the download file"
|
|
203
|
+
}
|
|
204
|
+
},
|
|
205
|
+
"required": [
|
|
206
|
+
"name",
|
|
207
|
+
"url"
|
|
208
|
+
],
|
|
209
|
+
"additionalProperties": false
|
|
210
|
+
}
|
|
211
|
+
},
|
|
212
|
+
"description": {
|
|
213
|
+
"title": "Description",
|
|
214
|
+
"description": "Description of the event",
|
|
215
|
+
"type": "string",
|
|
216
|
+
"format": "markdown"
|
|
217
|
+
},
|
|
218
|
+
"images": {
|
|
219
|
+
"type": "array",
|
|
220
|
+
"title": "Images",
|
|
221
|
+
"description": "The images to display in the gallery",
|
|
222
|
+
"items": {
|
|
223
|
+
"type": "object",
|
|
224
|
+
"properties": {
|
|
225
|
+
"src": {
|
|
226
|
+
"type": "string",
|
|
227
|
+
"title": "src",
|
|
228
|
+
"format": "image",
|
|
229
|
+
"description": "The source of the image",
|
|
230
|
+
"examples": [
|
|
231
|
+
"https://example.com/image1.jpg"
|
|
232
|
+
]
|
|
233
|
+
},
|
|
234
|
+
"alt": {
|
|
235
|
+
"type": "string",
|
|
236
|
+
"title": "Alt text",
|
|
237
|
+
"description": "Alt text of the image",
|
|
238
|
+
"examples": [
|
|
239
|
+
"https://example.com/image1.jpg"
|
|
240
|
+
]
|
|
241
|
+
},
|
|
242
|
+
"caption": {
|
|
243
|
+
"type": "string",
|
|
244
|
+
"format": "markdown",
|
|
245
|
+
"title": "Caption",
|
|
246
|
+
"description": "The caption of the image",
|
|
247
|
+
"examples": [
|
|
248
|
+
"Caption Image"
|
|
249
|
+
]
|
|
250
|
+
}
|
|
251
|
+
},
|
|
252
|
+
"additionalProperties": false,
|
|
253
|
+
"required": [
|
|
254
|
+
"src"
|
|
255
|
+
]
|
|
256
|
+
},
|
|
257
|
+
"minItems": 1,
|
|
258
|
+
"maxItems": 10
|
|
259
|
+
},
|
|
260
|
+
"button": {
|
|
261
|
+
"title": "Button",
|
|
262
|
+
"description": "Button at the bottom of the event detail",
|
|
263
|
+
"type": "object",
|
|
264
|
+
"properties": {
|
|
265
|
+
"label": {
|
|
266
|
+
"type": "string",
|
|
267
|
+
"title": "Label",
|
|
268
|
+
"description": "Label of the button",
|
|
269
|
+
"examples": [
|
|
270
|
+
"See all Events"
|
|
271
|
+
]
|
|
272
|
+
},
|
|
273
|
+
"url": {
|
|
274
|
+
"type": "string",
|
|
275
|
+
"title": "Url",
|
|
276
|
+
"description": "URL the button links to",
|
|
277
|
+
"format": "uri"
|
|
278
|
+
}
|
|
279
|
+
},
|
|
280
|
+
"additionalProperties": false
|
|
281
|
+
},
|
|
282
|
+
"type": {
|
|
283
|
+
"const": "event-detail"
|
|
284
|
+
}
|
|
285
|
+
},
|
|
286
|
+
"additionalProperties": false
|
|
287
|
+
}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$id": "http://schema.mydesignsystem.com/cms/event-detail.schema.json",
|
|
4
|
+
"title": "Event Detail",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"properties": {
|
|
7
|
+
"title": {
|
|
8
|
+
"title": "Event Title",
|
|
9
|
+
"description": "Title of the event",
|
|
10
|
+
"type": "string"
|
|
11
|
+
},
|
|
12
|
+
"categories": {
|
|
13
|
+
"title": "Categories",
|
|
14
|
+
"description": "Categories to which the event belongs",
|
|
15
|
+
"type": "array",
|
|
16
|
+
"items": {
|
|
17
|
+
"type": "object",
|
|
18
|
+
"properties": {
|
|
19
|
+
"label": {
|
|
20
|
+
"type": "string",
|
|
21
|
+
"title": "Label",
|
|
22
|
+
"description": "Label of the category",
|
|
23
|
+
"examples": ["Web Development", "Design", "Marketing"]
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
"intro": {
|
|
29
|
+
"title": "Intro",
|
|
30
|
+
"description": "Short intro text for the event",
|
|
31
|
+
"type": "string"
|
|
32
|
+
},
|
|
33
|
+
"locations": {
|
|
34
|
+
"title": "Locations",
|
|
35
|
+
"description": "List of locations with attendable appointments",
|
|
36
|
+
"type": "array",
|
|
37
|
+
"items": {
|
|
38
|
+
"$ref": "http://schema.mydesignsystem.com/event-location.schema.json"
|
|
39
|
+
}
|
|
40
|
+
},
|
|
41
|
+
"downloads": {
|
|
42
|
+
"$ref": "http://schema.mydesignsystem.com/downloads.schema.json#/properties/downloads"
|
|
43
|
+
},
|
|
44
|
+
"description": {
|
|
45
|
+
"title": "Description",
|
|
46
|
+
"description": "Description of the event",
|
|
47
|
+
"type": "string",
|
|
48
|
+
"format": "markdown"
|
|
49
|
+
},
|
|
50
|
+
"images": {
|
|
51
|
+
"$ref": "http://schema.mydesignsystem.com/gallery.schema.json#/properties/images"
|
|
52
|
+
},
|
|
53
|
+
"button": {
|
|
54
|
+
"title": "Button",
|
|
55
|
+
"description": "Button at the bottom of the event detail",
|
|
56
|
+
"type": "object",
|
|
57
|
+
"properties": {
|
|
58
|
+
"label": {
|
|
59
|
+
"type": "string",
|
|
60
|
+
"title": "Label",
|
|
61
|
+
"description": "Label of the button",
|
|
62
|
+
"examples": ["See all Events"]
|
|
63
|
+
},
|
|
64
|
+
"url": {
|
|
65
|
+
"type": "string",
|
|
66
|
+
"title": "Url",
|
|
67
|
+
"description": "URL the button links to",
|
|
68
|
+
"format": "uri"
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
},
|
|
73
|
+
"additionalProperties": false
|
|
74
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { jsxs, Fragment, jsx } from 'react/jsx-runtime';
|
|
2
|
+
import { RichText } from '@kickstartds/base/lib/rich-text';
|
|
3
|
+
import { EventLocation } from '../event-location/index.js';
|
|
4
|
+
import { Section } from '../section/index.js';
|
|
5
|
+
import { EventHeader } from '../event-header/index.js';
|
|
6
|
+
import { Gallery } from '../gallery/index.js';
|
|
7
|
+
import { Downloads } from '../downloads/index.js';
|
|
8
|
+
import { Headline } from '../headline/index.js';
|
|
9
|
+
import 'react';
|
|
10
|
+
import 'classnames';
|
|
11
|
+
import '@kickstartds/base/lib/icon';
|
|
12
|
+
import '../event-appointment/index.js';
|
|
13
|
+
import '@kickstartds/core/lib/container';
|
|
14
|
+
import '@kickstartds/core/lib/react';
|
|
15
|
+
import '@kickstartds/base/lib/section';
|
|
16
|
+
import '../section/js/Section.client.js';
|
|
17
|
+
import '@kickstartds/core/lib/component';
|
|
18
|
+
import '../text/index.js';
|
|
19
|
+
import '@kickstartds/base/lib/tag-label';
|
|
20
|
+
import '@kickstartds/base/lib/text-media';
|
|
21
|
+
import '@kickstartds/base/lib/picture';
|
|
22
|
+
import 'markdown-to-jsx';
|
|
23
|
+
import '@kickstartds/base/lib/headline';
|
|
24
|
+
|
|
25
|
+
const EventDetail = ({ title, categories, locations, description, intro, images, downloads, }) => (jsxs(Fragment, { children: [jsx(Section, { width: "narrow", spaceAfter: "none", children: jsx(EventHeader, { title: title, categories: categories, intro: intro }) }), locations && locations.length > 0 && (jsxs(Section, { width: "default", content: { mode: "list", gutter: "none" }, children: [jsx(Headline, { text: "Locations", level: "h3", style: "h3", className: "dsa-event__locations-headline" }), locations.map((appointment, index) => (jsx(EventLocation, { ...appointment }, index)))] })), description && (jsx(Section, { width: "narrow", spaceBefore: "none", children: jsx(RichText, { className: "dsa-event__description", text: description }) })), jsx(Section, { spaceBefore: "none", children: jsx(Gallery, { images: images, aspectRatio: "wide", layout: "smallTiles", lightbox: true }) }), downloads && downloads.length > 0 && (jsxs(Section, { width: "narrow", spaceBefore: "none", content: {
|
|
26
|
+
mode: "list",
|
|
27
|
+
gutter: "none",
|
|
28
|
+
}, spaceAfter: "none", children: [jsx(Headline, { text: "Downloads", level: "h3", style: "h3" }), jsx(Downloads, { downloads: downloads })] })), jsx(Section, { width: "narrow", buttons: [
|
|
29
|
+
{
|
|
30
|
+
label: "See all Events",
|
|
31
|
+
url: "/#",
|
|
32
|
+
},
|
|
33
|
+
] })] }));
|
|
34
|
+
EventDetail.displayName = "EventDetail";
|
|
35
|
+
|
|
36
|
+
export { EventDetail };
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$id": "http://schema.mydesignsystem.com/event-header.schema.json",
|
|
4
|
+
"title": "Event Header",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"properties": {
|
|
7
|
+
"title": {
|
|
8
|
+
"title": "Title",
|
|
9
|
+
"description": "Title of the event",
|
|
10
|
+
"type": "string"
|
|
11
|
+
},
|
|
12
|
+
"categories": {
|
|
13
|
+
"title": "Categories",
|
|
14
|
+
"description": "Categories associated with the event",
|
|
15
|
+
"type": "array",
|
|
16
|
+
"items": {
|
|
17
|
+
"type": "object",
|
|
18
|
+
"properties": {
|
|
19
|
+
"label": {
|
|
20
|
+
"title": "Label",
|
|
21
|
+
"description": "Label of the category",
|
|
22
|
+
"type": "string"
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
"additionalProperties": false
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
"intro": {
|
|
29
|
+
"title": "Intro",
|
|
30
|
+
"description": "Introductory text for the event",
|
|
31
|
+
"type": "string"
|
|
32
|
+
},
|
|
33
|
+
"type": {
|
|
34
|
+
"const": "event-header"
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
"additionalProperties": false
|
|
38
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$id": "http://schema.mydesignsystem.com/event-header.schema.json",
|
|
4
|
+
"title": "Event Header",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"properties": {
|
|
7
|
+
"title": {
|
|
8
|
+
"title": "Title",
|
|
9
|
+
"description": "Title of the event",
|
|
10
|
+
"type": "string"
|
|
11
|
+
},
|
|
12
|
+
"categories": {
|
|
13
|
+
"title": "Categories",
|
|
14
|
+
"description": "Categories associated with the event",
|
|
15
|
+
"type": "array",
|
|
16
|
+
"items": {
|
|
17
|
+
"type": "object",
|
|
18
|
+
"properties": {
|
|
19
|
+
"label": {
|
|
20
|
+
"title": "Label",
|
|
21
|
+
"description": "Label of the category",
|
|
22
|
+
"type": "string"
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
"intro": {
|
|
28
|
+
"title": "Intro",
|
|
29
|
+
"description": "Introductory text for the event",
|
|
30
|
+
"type": "string"
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
"additionalProperties": false
|
|
34
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
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
|
+
* Title of the event
|
|
10
|
+
*/
|
|
11
|
+
type Title = string;
|
|
12
|
+
/**
|
|
13
|
+
* Label of the category
|
|
14
|
+
*/
|
|
15
|
+
type Label = string;
|
|
16
|
+
/**
|
|
17
|
+
* Categories associated with the event
|
|
18
|
+
*/
|
|
19
|
+
type Categories = {
|
|
20
|
+
label?: Label;
|
|
21
|
+
}[];
|
|
22
|
+
/**
|
|
23
|
+
* Introductory text for the event
|
|
24
|
+
*/
|
|
25
|
+
type Intro = string;
|
|
26
|
+
interface EventHeaderProps {
|
|
27
|
+
title?: Title;
|
|
28
|
+
categories?: Categories;
|
|
29
|
+
intro?: Intro;
|
|
30
|
+
}
|
|
31
|
+
declare const EventHeaderContextDefault: import("react").ForwardRefExoticComponent<EventHeaderProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
32
|
+
declare const EventHeaderContext: import("react").Context<import("react").ForwardRefExoticComponent<EventHeaderProps & import("react").RefAttributes<HTMLDivElement>>>;
|
|
33
|
+
declare const EventHeader: import("react").ForwardRefExoticComponent<EventHeaderProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
34
|
+
export type { EventHeaderProps };
|
|
35
|
+
export { EventHeaderContextDefault, EventHeaderContext, EventHeader };
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import "./event-header.css";
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
import { forwardRef, createContext, useContext } from 'react';
|
|
4
|
+
import { Headline } from '../headline/index.js';
|
|
5
|
+
import { Text } from '../text/index.js';
|
|
6
|
+
import { TagLabel } from '@kickstartds/base/lib/tag-label';
|
|
7
|
+
import 'classnames';
|
|
8
|
+
import 'markdown-to-jsx';
|
|
9
|
+
import '@kickstartds/base/lib/headline';
|
|
10
|
+
import '@kickstartds/base/lib/rich-text';
|
|
11
|
+
|
|
12
|
+
const EventHeaderContextDefault = forwardRef(({ title, categories, intro }, ref) => (jsxs("div", { className: "dsa-event-header", ref: ref, children: [categories && categories.length > 0 && (jsx("div", { className: "dsa-event-header__categories", children: categories.map((category, index) => (jsx(TagLabel, { className: "dsa-event__category", label: category?.label }, index))) })), jsx(Headline, { text: title, level: "h1" }), intro && jsx(Text, { highlightText: true, text: intro })] })));
|
|
13
|
+
const EventHeaderContext = createContext(EventHeaderContextDefault);
|
|
14
|
+
const EventHeader = forwardRef((props, ref) => {
|
|
15
|
+
const Component = useContext(EventHeaderContext);
|
|
16
|
+
return jsx(Component, { ...props, ref: ref });
|
|
17
|
+
});
|
|
18
|
+
EventHeader.displayName = "EventHeader";
|
|
19
|
+
|
|
20
|
+
export { EventHeader, EventHeaderContext, EventHeaderContextDefault };
|