@kickstartds/ds-agency-premium 1.6.70 → 1.6.71--canary.45.1758.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 +2 -2
- package/dist/{BlogPostProps-d9decb7c.d.ts → BlogPostProps-c760fd2a.d.ts} +3 -3
- 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 +1 -1
- package/dist/MosaicProps-d52c7151.d.ts +4 -4
- package/dist/PageProps-aa29c554.d.ts +1 -1
- package/dist/{SectionProps-1cfcf6e8.d.ts → SectionProps-7caa223c.d.ts} +14 -9
- 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-overview/blog-overview.schema.dereffed.json +194 -101
- package/dist/components/blog-post/blog-post.schema.dereffed.json +210 -109
- package/dist/components/blog-post/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 +6 -6
- 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/index/index.d.ts +4 -3
- package/dist/components/logos/index.js +1 -1
- package/dist/components/logos/logos.css +2 -2
- package/dist/components/logos/logos.schema.dereffed.json +6 -6
- package/dist/components/logos/logos.schema.json +6 -6
- 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/page.schema.dereffed.json +166 -90
- 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 +1160 -301
- 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 +166 -90
- 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 +67 -34
- package/dist/components/split/split.css +2 -2
- package/dist/components/split-even/index.d.ts +1 -0
- package/dist/components/split-even/index.js +1 -0
- package/dist/components/split-even/split-even.schema.dereffed.json +5890 -0
- package/dist/components/split-even/split-even.schema.json +164 -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/logos/logoipsum-344.svg +174 -0
- package/dist/static/img/logos/logoipsum-347.svg +52 -0
- package/dist/static/img/logos/logoipsum-352.svg +22 -0
- package/dist/static/img/logos/logoipsum-356.svg +20 -0
- package/dist/static/img/logos/logoipsum-358.svg +29 -0
- package/dist/static/img/logos/logoipsum-369.svg +20 -0
- package/dist/static/img/logos/logoipsum-373.svg +17 -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/logos/logoipsum-212.svg +0 -12
- package/dist/static/img/logos/logoipsum-217.svg +0 -4
- package/dist/static/img/logos/logoipsum-239.svg +0 -16
- package/dist/static/img/logos/logoipsum-244.svg +0 -19
- package/dist/static/img/logos/logoipsum-250.svg +0 -21
- package/dist/static/img/logos/logoipsum-286.svg +0 -20
- 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
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was automatically generated by json-schema-to-typescript.
|
|
3
|
+
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
4
|
+
* and run json-schema-to-typescript to regenerate this file.
|
|
5
|
+
*/
|
|
6
|
+
import { EventAppointmentProps } from "./EventAppointmentProps-443cd1ce.js";
|
|
7
|
+
/**
|
|
8
|
+
* List of dates of the event
|
|
9
|
+
*/
|
|
10
|
+
type Dates = EventAppointmentProps[];
|
|
11
|
+
/**
|
|
12
|
+
* Name of the event location
|
|
13
|
+
*/
|
|
14
|
+
type LocationName = string;
|
|
15
|
+
/**
|
|
16
|
+
* Spacious is recommended for 1-2 appointments, Compact for more than 2.
|
|
17
|
+
*/
|
|
18
|
+
type DisplayMode = "spacious" | "compact";
|
|
19
|
+
/**
|
|
20
|
+
* Address of the appointment
|
|
21
|
+
*/
|
|
22
|
+
type Address = string;
|
|
23
|
+
/**
|
|
24
|
+
* Links related to the event location
|
|
25
|
+
*/
|
|
26
|
+
type Links = {
|
|
27
|
+
url: string;
|
|
28
|
+
label: string;
|
|
29
|
+
/**
|
|
30
|
+
* Open link in a new tab
|
|
31
|
+
*/
|
|
32
|
+
newTab?: boolean;
|
|
33
|
+
}[];
|
|
34
|
+
interface EventLocationProps {
|
|
35
|
+
dates?: Dates;
|
|
36
|
+
locationName?: LocationName;
|
|
37
|
+
displayMode?: DisplayMode;
|
|
38
|
+
address?: Address;
|
|
39
|
+
links?: Links;
|
|
40
|
+
}
|
|
41
|
+
export { Dates, LocationName, DisplayMode, Address, Links, EventLocationProps };
|
|
@@ -31,13 +31,17 @@ type Title = string;
|
|
|
31
31
|
*/
|
|
32
32
|
type Text = string;
|
|
33
33
|
/**
|
|
34
|
-
* The CTA
|
|
34
|
+
* The CTA url
|
|
35
35
|
*/
|
|
36
|
-
type
|
|
36
|
+
type CallToActionUrl = string;
|
|
37
37
|
/**
|
|
38
38
|
* The text label displayed on the link
|
|
39
39
|
*/
|
|
40
40
|
type LinkLabel = string;
|
|
41
|
+
/**
|
|
42
|
+
* Icon for the link style of the cta
|
|
43
|
+
*/
|
|
44
|
+
type Icon1 = string;
|
|
41
45
|
/**
|
|
42
46
|
* Component used to display a set of features
|
|
43
47
|
*/
|
|
@@ -55,8 +59,9 @@ interface Feature {
|
|
|
55
59
|
title?: Title;
|
|
56
60
|
text?: Text;
|
|
57
61
|
cta?: {
|
|
58
|
-
|
|
62
|
+
url?: CallToActionUrl;
|
|
59
63
|
label?: LinkLabel;
|
|
64
|
+
icon?: Icon1;
|
|
60
65
|
};
|
|
61
66
|
}
|
|
62
|
-
export { Layout, CTAToggle, Features, Icon, Title, Text,
|
|
67
|
+
export { Layout, CTAToggle, Features, Icon, Title, Text, CallToActionUrl, LinkLabel, Icon1, FeaturesProps, Feature };
|
|
@@ -36,11 +36,11 @@ interface FooterProps {
|
|
|
36
36
|
byline?: Byline;
|
|
37
37
|
inverted?: Inverted;
|
|
38
38
|
navItems?: {
|
|
39
|
-
|
|
39
|
+
url: string;
|
|
40
40
|
label: string;
|
|
41
41
|
active?: boolean;
|
|
42
42
|
items?: {
|
|
43
|
-
|
|
43
|
+
url?: string;
|
|
44
44
|
label?: string;
|
|
45
45
|
active?: boolean;
|
|
46
46
|
}[];
|
|
@@ -49,11 +49,11 @@ interface HeaderProps {
|
|
|
49
49
|
floating?: Floating;
|
|
50
50
|
inverted?: Inverted;
|
|
51
51
|
navItems?: {
|
|
52
|
-
|
|
52
|
+
url: string;
|
|
53
53
|
label: string;
|
|
54
54
|
active?: boolean;
|
|
55
55
|
items?: {
|
|
56
|
-
|
|
56
|
+
url?: string;
|
|
57
57
|
label?: string;
|
|
58
58
|
active?: boolean;
|
|
59
59
|
}[];
|
|
@@ -37,9 +37,9 @@ type Label = string;
|
|
|
37
37
|
*/
|
|
38
38
|
type Icon = string;
|
|
39
39
|
/**
|
|
40
|
-
*
|
|
40
|
+
* The URL to link to when the button is clicked
|
|
41
41
|
*/
|
|
42
|
-
type
|
|
42
|
+
type URL = string;
|
|
43
43
|
/**
|
|
44
44
|
* Enable grid layer
|
|
45
45
|
*/
|
|
@@ -72,6 +72,10 @@ type AltText = string;
|
|
|
72
72
|
* Choose the alginment of the module content
|
|
73
73
|
*/
|
|
74
74
|
type ModuleAligment = "center" | "below" | "left" | "right" | "corner";
|
|
75
|
+
/**
|
|
76
|
+
* Inverted color scheme for the box
|
|
77
|
+
*/
|
|
78
|
+
type Inverted = boolean;
|
|
75
79
|
interface HeroProps {
|
|
76
80
|
headline?: Headline;
|
|
77
81
|
sub?: ModuleSubheadline;
|
|
@@ -84,11 +88,12 @@ interface HeroProps {
|
|
|
84
88
|
overlay?: GridLayer;
|
|
85
89
|
image?: BackgroundImage;
|
|
86
90
|
textPosition?: ModuleAligment;
|
|
91
|
+
inverted?: Inverted;
|
|
87
92
|
}
|
|
88
93
|
interface Button {
|
|
89
94
|
label?: Label;
|
|
90
95
|
icon?: Icon;
|
|
91
|
-
|
|
96
|
+
url?: URL;
|
|
92
97
|
}
|
|
93
98
|
/**
|
|
94
99
|
* Sources of background images for different screen sizes
|
|
@@ -101,4 +106,4 @@ interface BackgroundImage {
|
|
|
101
106
|
indent?: ImageIndent;
|
|
102
107
|
alt?: AltText;
|
|
103
108
|
}
|
|
104
|
-
export { Headline, ModuleSubheadline, ModuleText, HighlightText, ColorNeutral, Height, Textbox, Label, Icon,
|
|
109
|
+
export { Headline, ModuleSubheadline, ModuleText, HighlightText, ColorNeutral, Height, Textbox, Label, Icon, URL, GridLayer, MobileImageSource, TabletImageSource, DesktopImageSource, OptionalSource, ImageIndent, AltText, ModuleAligment, Inverted, HeroProps, Button, BackgroundImage };
|
|
@@ -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 { ButtonProps } from "./ButtonProps-
|
|
6
|
+
import { ButtonProps } from "./ButtonProps-00ddee3a.js";
|
|
7
7
|
/**
|
|
8
8
|
* Headline for the module element
|
|
9
9
|
*/
|
|
@@ -33,9 +33,9 @@ type ButtonToggle = boolean;
|
|
|
33
33
|
*/
|
|
34
34
|
type Label = string;
|
|
35
35
|
/**
|
|
36
|
-
*
|
|
36
|
+
* The URL to link to when the button is clicked
|
|
37
37
|
*/
|
|
38
|
-
type
|
|
38
|
+
type URL = string;
|
|
39
39
|
/**
|
|
40
40
|
* Choose an icon
|
|
41
41
|
*/
|
|
@@ -63,7 +63,7 @@ interface TileProps {
|
|
|
63
63
|
button?: {
|
|
64
64
|
toggle?: ButtonToggle;
|
|
65
65
|
label?: Label;
|
|
66
|
-
|
|
66
|
+
url?: URL;
|
|
67
67
|
icon?: Icon;
|
|
68
68
|
};
|
|
69
69
|
backgroundColor?: BackgroundColor;
|
|
@@ -255,4 +255,4 @@ interface MosaicProps {
|
|
|
255
255
|
largeHeadlines?: LargeHeadlines;
|
|
256
256
|
tile?: Tiles;
|
|
257
257
|
}
|
|
258
|
-
export { Headline, ModuleSubheadline, ModuleText, Source, AltText, ButtonToggle, Label,
|
|
258
|
+
export { Headline, ModuleSubheadline, ModuleText, Source, AltText, ButtonToggle, Label, URL, Icon, BackgroundColor, BackgroundImage, TextColor, TileProps, Layout, LargeHeadlines, Tiles, MosaicProps };
|
|
@@ -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-7caa223c.js";
|
|
7
7
|
import { SeoProps } from "./SeoProps-f2d6dcaa.js";
|
|
8
8
|
/**
|
|
9
9
|
* Collection of sections (with their contents) to render on the page
|
|
@@ -3,24 +3,24 @@
|
|
|
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 { CtaProps } from "./CtaProps-
|
|
6
|
+
import { CtaProps } from "./CtaProps-babe4ee6.js";
|
|
7
7
|
import { DividerProps } from "./DividerProps-2ef31901.js";
|
|
8
8
|
import { FaqProps } from "./FaqProps-ad618cd5.js";
|
|
9
|
-
import { FeaturesProps } from "./FeaturesProps-
|
|
9
|
+
import { FeaturesProps } from "./FeaturesProps-a9041d97.js";
|
|
10
10
|
import { GalleryProps } from "./GalleryProps-76e7de44.js";
|
|
11
|
-
import { HeroProps } from "./HeroProps-
|
|
11
|
+
import { HeroProps } from "./HeroProps-40f6c7f5.js";
|
|
12
12
|
import { HtmlProps } from "./HtmlProps-9d091769.js";
|
|
13
13
|
import { ImageStoryProps } from "./ImageStoryProps-e853e1e7.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";
|
|
17
|
-
import { SliderProps } from "./SliderProps-
|
|
17
|
+
import { SliderProps } from "./SliderProps-babe4ee6.js";
|
|
18
18
|
import { StatsProps } from "./StatsProps-bf5ef578.js";
|
|
19
|
-
import { TeaserCardProps } from "./TeaserCardProps-
|
|
19
|
+
import { TeaserCardProps } from "./TeaserCardProps-994cb119.js";
|
|
20
20
|
import { TestimonialsProps } from "./TestimonialsProps-e344f597.js";
|
|
21
21
|
import { TextProps } from "./TextProps-a23170d2.js";
|
|
22
|
-
import { VideoCurtainProps } from "./VideoCurtainProps-
|
|
23
|
-
import { ButtonProps } from "./ButtonProps-
|
|
22
|
+
import { VideoCurtainProps } from "./VideoCurtainProps-a2c0cc7f.js";
|
|
23
|
+
import { ButtonProps } from "./ButtonProps-00ddee3a.js";
|
|
24
24
|
/**
|
|
25
25
|
* Width of section to use
|
|
26
26
|
*/
|
|
@@ -28,11 +28,15 @@ type Width = "full" | "max" | "wide" | "default" | "narrow";
|
|
|
28
28
|
/**
|
|
29
29
|
* Style of background
|
|
30
30
|
*/
|
|
31
|
-
type Style = "
|
|
31
|
+
type Style = "framed" | "deko" | "colorful";
|
|
32
32
|
/**
|
|
33
33
|
* Color of background
|
|
34
34
|
*/
|
|
35
35
|
type Style1 = "default" | "accent" | "bold";
|
|
36
|
+
/**
|
|
37
|
+
* Color of background
|
|
38
|
+
*/
|
|
39
|
+
type Style2 = "none" | "to-default" | "to-accent" | "to-bold" | "to-inverted";
|
|
36
40
|
/**
|
|
37
41
|
* Background image for the whole section
|
|
38
42
|
*/
|
|
@@ -120,6 +124,7 @@ interface SectionProps {
|
|
|
120
124
|
width?: Width;
|
|
121
125
|
style?: Style;
|
|
122
126
|
backgroundColor?: Style1;
|
|
127
|
+
transition?: Style2;
|
|
123
128
|
backgroundImage?: BackgroundImage;
|
|
124
129
|
spotlight?: Spotlight;
|
|
125
130
|
spaceBefore?: SpaceBefore;
|
|
@@ -145,4 +150,4 @@ interface SectionProps {
|
|
|
145
150
|
components?: Content;
|
|
146
151
|
buttons?: Buttons;
|
|
147
152
|
}
|
|
148
|
-
export { Width, Style, Style1, BackgroundImage, Spotlight, SpaceBefore, SpaceAfter, Inverted, HeaderSpacing, Headline, LargeHeadline, HeadlineWidth, HeadlineTextAlignment, HeadlineAlignment, Subheadline, SwitchHeadlineOrder, ContentWidth, ContentAlignment, Gutter, Mode, TileWidth, Content, Buttons, SectionProps };
|
|
153
|
+
export { Width, Style, Style1, Style2, BackgroundImage, Spotlight, SpaceBefore, SpaceAfter, Inverted, HeaderSpacing, Headline, LargeHeadline, HeadlineWidth, HeadlineTextAlignment, HeadlineAlignment, Subheadline, SwitchHeadlineOrder, ContentWidth, ContentAlignment, Gutter, Mode, TileWidth, Content, Buttons, SectionProps };
|
|
@@ -3,14 +3,14 @@
|
|
|
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 { CtaProps } from "./CtaProps-
|
|
7
|
-
import { FeaturesProps } from "./FeaturesProps-
|
|
6
|
+
import { CtaProps } from "./CtaProps-babe4ee6.js";
|
|
7
|
+
import { FeaturesProps } from "./FeaturesProps-a9041d97.js";
|
|
8
8
|
import { GalleryProps } from "./GalleryProps-76e7de44.js";
|
|
9
|
-
import { HeroProps } from "./HeroProps-
|
|
9
|
+
import { HeroProps } from "./HeroProps-40f6c7f5.js";
|
|
10
10
|
import { ImageTextProps } from "./ImageTextProps-9286cca4.js";
|
|
11
11
|
import { LogosProps } from "./LogosProps-f9474fe2.js";
|
|
12
12
|
import { StatsProps } from "./StatsProps-bf5ef578.js";
|
|
13
|
-
import { TeaserCardProps } from "./TeaserCardProps-
|
|
13
|
+
import { TeaserCardProps } from "./TeaserCardProps-994cb119.js";
|
|
14
14
|
import { TestimonialsProps } from "./TestimonialsProps-e344f597.js";
|
|
15
15
|
import { TextProps } from "./TextProps-a23170d2.js";
|
|
16
16
|
/**
|
|
@@ -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 { StatProps } from "./StatProps-
|
|
6
|
+
import { StatProps } from "./StatProps-12a3eae0.js";
|
|
7
7
|
/**
|
|
8
8
|
* The stats to display with a number upcounter
|
|
9
9
|
*
|
|
@@ -16,9 +16,9 @@ type Text = string;
|
|
|
16
16
|
*/
|
|
17
17
|
type Label = string;
|
|
18
18
|
/**
|
|
19
|
-
*
|
|
19
|
+
* Url that should be linked
|
|
20
20
|
*/
|
|
21
|
-
type
|
|
21
|
+
type Url = string;
|
|
22
22
|
/**
|
|
23
23
|
* Label of the button. Still A11Y relevant when the button is hidden.
|
|
24
24
|
*/
|
|
@@ -46,7 +46,7 @@ interface TeaserCardProps {
|
|
|
46
46
|
* Layout for the Teaser Card
|
|
47
47
|
*/
|
|
48
48
|
layout?: "stack" | "row";
|
|
49
|
-
|
|
49
|
+
url: Url;
|
|
50
50
|
button?: {
|
|
51
51
|
label: Label1;
|
|
52
52
|
chevron?: Icon;
|
|
@@ -58,4 +58,4 @@ interface TeaserCardProps {
|
|
|
58
58
|
*/
|
|
59
59
|
imageRatio?: "wide" | "landscape" | "square" | "unset";
|
|
60
60
|
}
|
|
61
|
-
export { Headline, Text, Label,
|
|
61
|
+
export { Headline, Text, Label, Url, Label1, Icon, DisplayButton, Image, TeaserCardProps };
|
|
@@ -32,9 +32,9 @@ type Label = string;
|
|
|
32
32
|
*/
|
|
33
33
|
type Icon = string;
|
|
34
34
|
/**
|
|
35
|
-
*
|
|
35
|
+
* The URL to link to when the button is clicked
|
|
36
36
|
*/
|
|
37
|
-
type
|
|
37
|
+
type URL = string;
|
|
38
38
|
/**
|
|
39
39
|
* Enable grid layer
|
|
40
40
|
*/
|
|
@@ -54,7 +54,7 @@ type DesktopVideoSource = string;
|
|
|
54
54
|
/**
|
|
55
55
|
* Choose the alginment of the module content
|
|
56
56
|
*/
|
|
57
|
-
type ModuleAligment = "center" | "left" | "right";
|
|
57
|
+
type ModuleAligment = "center" | "bottom" | "left" | "right" | "corner";
|
|
58
58
|
interface VideoCurtainProps {
|
|
59
59
|
headline?: Headline;
|
|
60
60
|
sub?: ModuleSubheadline;
|
|
@@ -69,7 +69,7 @@ interface VideoCurtainProps {
|
|
|
69
69
|
interface Button {
|
|
70
70
|
label?: Label;
|
|
71
71
|
icon?: Icon;
|
|
72
|
-
|
|
72
|
+
url?: URL;
|
|
73
73
|
}
|
|
74
74
|
/**
|
|
75
75
|
* Sources of background videos for different screen sizes
|
|
@@ -79,4 +79,4 @@ interface BackgroundVideo {
|
|
|
79
79
|
srcTablet?: TabletVideoSource;
|
|
80
80
|
srcDesktop?: DesktopVideoSource;
|
|
81
81
|
}
|
|
82
|
-
export { Headline, ModuleSubheadline, ModuleText, HighlightText, ColorNeutral, Label, Icon,
|
|
82
|
+
export { Headline, ModuleSubheadline, ModuleText, HighlightText, ColorNeutral, Label, Icon, URL, GridLayer, MobileVideoSource, TabletVideoSource, DesktopVideoSource, ModuleAligment, VideoCurtainProps, Button, BackgroundVideo };
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"title": "Alt Text",
|
|
46
46
|
"description": "Alt text of the image",
|
|
47
47
|
"examples": [
|
|
48
|
-
"Picture of
|
|
48
|
+
"Picture of Isabella Doe"
|
|
49
49
|
]
|
|
50
50
|
},
|
|
51
51
|
"fullWidth": {
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"label": {
|
|
81
81
|
"type": "string"
|
|
82
82
|
},
|
|
83
|
-
"
|
|
83
|
+
"url": {
|
|
84
84
|
"type": "string",
|
|
85
85
|
"format": "uri"
|
|
86
86
|
},
|
|
@@ -89,6 +89,14 @@
|
|
|
89
89
|
"description": "Open link in new Tab",
|
|
90
90
|
"type": "boolean",
|
|
91
91
|
"default": false
|
|
92
|
+
},
|
|
93
|
+
"ariaLabel": {
|
|
94
|
+
"title": "Aria Label",
|
|
95
|
+
"description": "Aria label for the link",
|
|
96
|
+
"type": "string",
|
|
97
|
+
"examples": [
|
|
98
|
+
"Link to Isabella Doe's social media profile"
|
|
99
|
+
]
|
|
92
100
|
}
|
|
93
101
|
},
|
|
94
102
|
"additionalProperties": false
|
|
@@ -98,12 +106,12 @@
|
|
|
98
106
|
{
|
|
99
107
|
"icon": "phone",
|
|
100
108
|
"label": "0228 / 688 966 20",
|
|
101
|
-
"
|
|
109
|
+
"url": "tel:+4922868896620"
|
|
102
110
|
},
|
|
103
111
|
{
|
|
104
112
|
"icon": "email",
|
|
105
113
|
"label": "mail@example.com",
|
|
106
|
-
"
|
|
114
|
+
"url": "mailto:mail@example.com"
|
|
107
115
|
}
|
|
108
116
|
]
|
|
109
117
|
]
|
|
@@ -134,9 +142,9 @@
|
|
|
134
142
|
"facebook"
|
|
135
143
|
]
|
|
136
144
|
},
|
|
137
|
-
"
|
|
138
|
-
"title": "
|
|
139
|
-
"description": "The
|
|
145
|
+
"url": {
|
|
146
|
+
"title": "URL",
|
|
147
|
+
"description": "The url for the social link",
|
|
140
148
|
"type": "string",
|
|
141
149
|
"format": "uri",
|
|
142
150
|
"examples": [
|
|
@@ -155,7 +163,7 @@
|
|
|
155
163
|
"additionalProperties": false,
|
|
156
164
|
"required": [
|
|
157
165
|
"icon",
|
|
158
|
-
"
|
|
166
|
+
"url",
|
|
159
167
|
"title"
|
|
160
168
|
]
|
|
161
169
|
}
|
|
@@ -22,9 +22,9 @@
|
|
|
22
22
|
"format": "icon",
|
|
23
23
|
"examples": ["twitter", "facebook"]
|
|
24
24
|
},
|
|
25
|
-
"
|
|
26
|
-
"title": "
|
|
27
|
-
"description": "The
|
|
25
|
+
"url": {
|
|
26
|
+
"title": "URL",
|
|
27
|
+
"description": "The url for the social link",
|
|
28
28
|
"type": "string",
|
|
29
29
|
"format": "uri",
|
|
30
30
|
"examples": [
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
}
|
|
40
40
|
},
|
|
41
41
|
"additionalProperties": false,
|
|
42
|
-
"required": ["icon", "
|
|
42
|
+
"required": ["icon", "url", "title"]
|
|
43
43
|
}
|
|
44
44
|
},
|
|
45
45
|
"readingTime": {
|
|
@@ -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-c760fd2a.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>>;
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"title": "Alt Text",
|
|
39
39
|
"description": "Alt text of the image",
|
|
40
40
|
"examples": [
|
|
41
|
-
"Picture of
|
|
41
|
+
"Picture of Isabella Doe"
|
|
42
42
|
]
|
|
43
43
|
},
|
|
44
44
|
"fullWidth": {
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"label": {
|
|
74
74
|
"type": "string"
|
|
75
75
|
},
|
|
76
|
-
"
|
|
76
|
+
"url": {
|
|
77
77
|
"type": "string",
|
|
78
78
|
"format": "uri"
|
|
79
79
|
},
|
|
@@ -82,6 +82,14 @@
|
|
|
82
82
|
"description": "Open link in new Tab",
|
|
83
83
|
"type": "boolean",
|
|
84
84
|
"default": false
|
|
85
|
+
},
|
|
86
|
+
"ariaLabel": {
|
|
87
|
+
"title": "Aria Label",
|
|
88
|
+
"description": "Aria label for the link",
|
|
89
|
+
"type": "string",
|
|
90
|
+
"examples": [
|
|
91
|
+
"Link to Isabella Doe's social media profile"
|
|
92
|
+
]
|
|
85
93
|
}
|
|
86
94
|
},
|
|
87
95
|
"additionalProperties": false
|
|
@@ -91,12 +99,12 @@
|
|
|
91
99
|
{
|
|
92
100
|
"icon": "phone",
|
|
93
101
|
"label": "0228 / 688 966 20",
|
|
94
|
-
"
|
|
102
|
+
"url": "tel:+4922868896620"
|
|
95
103
|
},
|
|
96
104
|
{
|
|
97
105
|
"icon": "email",
|
|
98
106
|
"label": "mail@example.com",
|
|
99
|
-
"
|
|
107
|
+
"url": "mailto:mail@example.com"
|
|
100
108
|
}
|
|
101
109
|
]
|
|
102
110
|
]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { HTMLAttributes } from "react";
|
|
3
|
-
import { BlogAuthorProps } from "../../BlogAuthorProps-
|
|
3
|
+
import { BlogAuthorProps } from "../../BlogAuthorProps-fb0241df.js";
|
|
4
4
|
declare const BlogAuthorContextDefault: import("react").ForwardRefExoticComponent<BlogAuthorProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
|
5
5
|
declare const BlogAuthorContext: import("react").Context<import("react").ForwardRefExoticComponent<BlogAuthorProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>>;
|
|
6
6
|
declare const BlogAuthor: import("react").ForwardRefExoticComponent<BlogAuthorProps & import("react").RefAttributes<HTMLDivElement>>;
|