@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
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
"title": "Alt Text",
|
|
134
134
|
"description": "Alt text of the image",
|
|
135
135
|
"examples": [
|
|
136
|
-
"Picture of
|
|
136
|
+
"Picture of Isabella Doe"
|
|
137
137
|
]
|
|
138
138
|
},
|
|
139
139
|
"fullWidth": {
|
|
@@ -168,7 +168,7 @@
|
|
|
168
168
|
"label": {
|
|
169
169
|
"type": "string"
|
|
170
170
|
},
|
|
171
|
-
"
|
|
171
|
+
"url": {
|
|
172
172
|
"type": "string",
|
|
173
173
|
"format": "uri"
|
|
174
174
|
},
|
|
@@ -177,6 +177,14 @@
|
|
|
177
177
|
"description": "Open link in new Tab",
|
|
178
178
|
"type": "boolean",
|
|
179
179
|
"default": false
|
|
180
|
+
},
|
|
181
|
+
"ariaLabel": {
|
|
182
|
+
"title": "Aria Label",
|
|
183
|
+
"description": "Aria label for the link",
|
|
184
|
+
"type": "string",
|
|
185
|
+
"examples": [
|
|
186
|
+
"Link to Isabella Doe's social media profile"
|
|
187
|
+
]
|
|
180
188
|
}
|
|
181
189
|
},
|
|
182
190
|
"additionalProperties": false
|
|
@@ -186,12 +194,12 @@
|
|
|
186
194
|
{
|
|
187
195
|
"icon": "phone",
|
|
188
196
|
"label": "0228 / 688 966 20",
|
|
189
|
-
"
|
|
197
|
+
"url": "tel:+4922868896620"
|
|
190
198
|
},
|
|
191
199
|
{
|
|
192
200
|
"icon": "email",
|
|
193
201
|
"label": "mail@example.com",
|
|
194
|
-
"
|
|
202
|
+
"url": "mailto:mail@example.com"
|
|
195
203
|
}
|
|
196
204
|
]
|
|
197
205
|
]
|
|
@@ -222,9 +230,9 @@
|
|
|
222
230
|
"facebook"
|
|
223
231
|
]
|
|
224
232
|
},
|
|
225
|
-
"
|
|
226
|
-
"title": "
|
|
227
|
-
"description": "The
|
|
233
|
+
"url": {
|
|
234
|
+
"title": "URL",
|
|
235
|
+
"description": "The url for the social link",
|
|
228
236
|
"type": "string",
|
|
229
237
|
"format": "uri",
|
|
230
238
|
"examples": [
|
|
@@ -243,7 +251,7 @@
|
|
|
243
251
|
"additionalProperties": false,
|
|
244
252
|
"required": [
|
|
245
253
|
"icon",
|
|
246
|
-
"
|
|
254
|
+
"url",
|
|
247
255
|
"title"
|
|
248
256
|
]
|
|
249
257
|
}
|
|
@@ -313,15 +321,10 @@
|
|
|
313
321
|
"title": "Style",
|
|
314
322
|
"description": "Style of background",
|
|
315
323
|
"enum": [
|
|
316
|
-
"
|
|
317
|
-
"
|
|
318
|
-
"
|
|
319
|
-
|
|
320
|
-
"boldTransition",
|
|
321
|
-
"symmetricGlow",
|
|
322
|
-
"anchorGlow"
|
|
323
|
-
],
|
|
324
|
-
"default": "default"
|
|
324
|
+
"framed",
|
|
325
|
+
"deko",
|
|
326
|
+
"colorful"
|
|
327
|
+
]
|
|
325
328
|
},
|
|
326
329
|
"backgroundColor": {
|
|
327
330
|
"type": "string",
|
|
@@ -334,6 +337,19 @@
|
|
|
334
337
|
],
|
|
335
338
|
"default": "default"
|
|
336
339
|
},
|
|
340
|
+
"transition": {
|
|
341
|
+
"type": "string",
|
|
342
|
+
"title": "Style",
|
|
343
|
+
"description": "Color of background",
|
|
344
|
+
"enum": [
|
|
345
|
+
"none",
|
|
346
|
+
"to-default",
|
|
347
|
+
"to-accent",
|
|
348
|
+
"to-bold",
|
|
349
|
+
"to-inverted"
|
|
350
|
+
],
|
|
351
|
+
"default": "default"
|
|
352
|
+
},
|
|
337
353
|
"backgroundImage": {
|
|
338
354
|
"title": "Background image",
|
|
339
355
|
"description": "Background image for the whole section",
|
|
@@ -558,12 +574,6 @@
|
|
|
558
574
|
"default": false,
|
|
559
575
|
"type": "boolean"
|
|
560
576
|
},
|
|
561
|
-
"fullWidth": {
|
|
562
|
-
"title": "Width",
|
|
563
|
-
"description": "Set the width of the content to the full width of the element",
|
|
564
|
-
"type": "boolean",
|
|
565
|
-
"default": false
|
|
566
|
-
},
|
|
567
577
|
"buttons": {
|
|
568
578
|
"type": "array",
|
|
569
579
|
"items": {
|
|
@@ -584,10 +594,10 @@
|
|
|
584
594
|
"title": "Icon",
|
|
585
595
|
"description": "Choose an icon"
|
|
586
596
|
},
|
|
587
|
-
"
|
|
597
|
+
"url": {
|
|
588
598
|
"type": "string",
|
|
589
|
-
"title": "
|
|
590
|
-
"description": "
|
|
599
|
+
"title": "URL",
|
|
600
|
+
"description": "The URL to link to when the button is clicked",
|
|
591
601
|
"format": "uri"
|
|
592
602
|
}
|
|
593
603
|
},
|
|
@@ -627,6 +637,17 @@
|
|
|
627
637
|
"title": "Alt text",
|
|
628
638
|
"description": "Image description",
|
|
629
639
|
"type": "string"
|
|
640
|
+
},
|
|
641
|
+
"align": {
|
|
642
|
+
"title": "Vertical alignment of the image",
|
|
643
|
+
"description": "Select a vertical alignment for the image",
|
|
644
|
+
"type": "string",
|
|
645
|
+
"enum": [
|
|
646
|
+
"center",
|
|
647
|
+
"top",
|
|
648
|
+
"bottom"
|
|
649
|
+
],
|
|
650
|
+
"default": "center"
|
|
630
651
|
}
|
|
631
652
|
},
|
|
632
653
|
"additionalProperties": false
|
|
@@ -661,9 +682,9 @@
|
|
|
661
682
|
"type": "string",
|
|
662
683
|
"default": "left"
|
|
663
684
|
},
|
|
664
|
-
"
|
|
685
|
+
"align": {
|
|
665
686
|
"title": "Vertical alignment of the content",
|
|
666
|
-
"description": "Select a vertical alignment for the
|
|
687
|
+
"description": "Select a vertical alignment for the content",
|
|
667
688
|
"type": "string",
|
|
668
689
|
"enum": [
|
|
669
690
|
"center",
|
|
@@ -672,6 +693,18 @@
|
|
|
672
693
|
],
|
|
673
694
|
"default": "center"
|
|
674
695
|
},
|
|
696
|
+
"padding": {
|
|
697
|
+
"title": "Padding",
|
|
698
|
+
"description": "Toggle padding of the content",
|
|
699
|
+
"type": "boolean",
|
|
700
|
+
"default": false
|
|
701
|
+
},
|
|
702
|
+
"inverted": {
|
|
703
|
+
"title": "Inverted",
|
|
704
|
+
"description": "Toggle inversion of the component",
|
|
705
|
+
"type": "boolean",
|
|
706
|
+
"default": false
|
|
707
|
+
},
|
|
675
708
|
"type": {
|
|
676
709
|
"const": "cta"
|
|
677
710
|
}
|
|
@@ -848,10 +881,10 @@
|
|
|
848
881
|
"cta": {
|
|
849
882
|
"type": "object",
|
|
850
883
|
"properties": {
|
|
851
|
-
"
|
|
884
|
+
"url": {
|
|
852
885
|
"type": "string",
|
|
853
|
-
"title": "Call to Action
|
|
854
|
-
"description": "The CTA
|
|
886
|
+
"title": "Call to Action url",
|
|
887
|
+
"description": "The CTA url",
|
|
855
888
|
"default": "#",
|
|
856
889
|
"format": "uri"
|
|
857
890
|
},
|
|
@@ -863,6 +896,16 @@
|
|
|
863
896
|
"examples": [
|
|
864
897
|
"See all our partners"
|
|
865
898
|
]
|
|
899
|
+
},
|
|
900
|
+
"icon": {
|
|
901
|
+
"type": "string",
|
|
902
|
+
"format": "icon",
|
|
903
|
+
"title": "Icon",
|
|
904
|
+
"description": "Icon for the link style of the cta",
|
|
905
|
+
"examples": [
|
|
906
|
+
"arrow-right"
|
|
907
|
+
],
|
|
908
|
+
"default": "arrow-right"
|
|
866
909
|
}
|
|
867
910
|
},
|
|
868
911
|
"additionalProperties": false
|
|
@@ -936,7 +979,8 @@
|
|
|
936
979
|
"stack",
|
|
937
980
|
"smallTiles",
|
|
938
981
|
"largeTiles"
|
|
939
|
-
]
|
|
982
|
+
],
|
|
983
|
+
"default": "smallTiles"
|
|
940
984
|
},
|
|
941
985
|
"aspectRatio": {
|
|
942
986
|
"type": "string",
|
|
@@ -1038,10 +1082,10 @@
|
|
|
1038
1082
|
"title": "Icon",
|
|
1039
1083
|
"description": "Choose an icon"
|
|
1040
1084
|
},
|
|
1041
|
-
"
|
|
1085
|
+
"url": {
|
|
1042
1086
|
"type": "string",
|
|
1043
|
-
"title": "
|
|
1044
|
-
"description": "
|
|
1087
|
+
"title": "URL",
|
|
1088
|
+
"description": "The URL to link to when the button is clicked",
|
|
1045
1089
|
"format": "uri"
|
|
1046
1090
|
}
|
|
1047
1091
|
},
|
|
@@ -1130,6 +1174,12 @@
|
|
|
1130
1174
|
"type": "string",
|
|
1131
1175
|
"default": "bottom"
|
|
1132
1176
|
},
|
|
1177
|
+
"inverted": {
|
|
1178
|
+
"type": "boolean",
|
|
1179
|
+
"title": "Inverted",
|
|
1180
|
+
"description": "Inverted color scheme for the box",
|
|
1181
|
+
"default": false
|
|
1182
|
+
},
|
|
1133
1183
|
"type": {
|
|
1134
1184
|
"const": "hero"
|
|
1135
1185
|
}
|
|
@@ -1268,10 +1318,10 @@
|
|
|
1268
1318
|
"Book a meeting"
|
|
1269
1319
|
]
|
|
1270
1320
|
},
|
|
1271
|
-
"
|
|
1321
|
+
"url": {
|
|
1272
1322
|
"type": "string",
|
|
1273
|
-
"title": "
|
|
1274
|
-
"description": "
|
|
1323
|
+
"title": "URL",
|
|
1324
|
+
"description": "The URL to link to when the button is clicked",
|
|
1275
1325
|
"format": "uri"
|
|
1276
1326
|
},
|
|
1277
1327
|
"variant": {
|
|
@@ -1668,10 +1718,10 @@
|
|
|
1668
1718
|
"Book a meeting"
|
|
1669
1719
|
]
|
|
1670
1720
|
},
|
|
1671
|
-
"
|
|
1721
|
+
"url": {
|
|
1672
1722
|
"type": "string",
|
|
1673
|
-
"title": "
|
|
1674
|
-
"description": "
|
|
1723
|
+
"title": "URL",
|
|
1724
|
+
"description": "The URL to link to when the button is clicked",
|
|
1675
1725
|
"format": "uri"
|
|
1676
1726
|
},
|
|
1677
1727
|
"icon": {
|
|
@@ -1820,12 +1870,6 @@
|
|
|
1820
1870
|
"default": false,
|
|
1821
1871
|
"type": "boolean"
|
|
1822
1872
|
},
|
|
1823
|
-
"fullWidth": {
|
|
1824
|
-
"title": "Width",
|
|
1825
|
-
"description": "Set the width of the content to the full width of the element",
|
|
1826
|
-
"type": "boolean",
|
|
1827
|
-
"default": false
|
|
1828
|
-
},
|
|
1829
1873
|
"buttons": {
|
|
1830
1874
|
"type": "array",
|
|
1831
1875
|
"items": {
|
|
@@ -1846,10 +1890,10 @@
|
|
|
1846
1890
|
"title": "Icon",
|
|
1847
1891
|
"description": "Choose an icon"
|
|
1848
1892
|
},
|
|
1849
|
-
"
|
|
1893
|
+
"url": {
|
|
1850
1894
|
"type": "string",
|
|
1851
|
-
"title": "
|
|
1852
|
-
"description": "
|
|
1895
|
+
"title": "URL",
|
|
1896
|
+
"description": "The URL to link to when the button is clicked",
|
|
1853
1897
|
"format": "uri"
|
|
1854
1898
|
}
|
|
1855
1899
|
},
|
|
@@ -1889,6 +1933,17 @@
|
|
|
1889
1933
|
"title": "Alt text",
|
|
1890
1934
|
"description": "Image description",
|
|
1891
1935
|
"type": "string"
|
|
1936
|
+
},
|
|
1937
|
+
"align": {
|
|
1938
|
+
"title": "Vertical alignment of the image",
|
|
1939
|
+
"description": "Select a vertical alignment for the image",
|
|
1940
|
+
"type": "string",
|
|
1941
|
+
"enum": [
|
|
1942
|
+
"center",
|
|
1943
|
+
"top",
|
|
1944
|
+
"bottom"
|
|
1945
|
+
],
|
|
1946
|
+
"default": "center"
|
|
1892
1947
|
}
|
|
1893
1948
|
},
|
|
1894
1949
|
"additionalProperties": false
|
|
@@ -1923,9 +1978,9 @@
|
|
|
1923
1978
|
"type": "string",
|
|
1924
1979
|
"default": "left"
|
|
1925
1980
|
},
|
|
1926
|
-
"
|
|
1981
|
+
"align": {
|
|
1927
1982
|
"title": "Vertical alignment of the content",
|
|
1928
|
-
"description": "Select a vertical alignment for the
|
|
1983
|
+
"description": "Select a vertical alignment for the content",
|
|
1929
1984
|
"type": "string",
|
|
1930
1985
|
"enum": [
|
|
1931
1986
|
"center",
|
|
@@ -1934,6 +1989,18 @@
|
|
|
1934
1989
|
],
|
|
1935
1990
|
"default": "center"
|
|
1936
1991
|
},
|
|
1992
|
+
"padding": {
|
|
1993
|
+
"title": "Padding",
|
|
1994
|
+
"description": "Toggle padding of the content",
|
|
1995
|
+
"type": "boolean",
|
|
1996
|
+
"default": false
|
|
1997
|
+
},
|
|
1998
|
+
"inverted": {
|
|
1999
|
+
"title": "Inverted",
|
|
2000
|
+
"description": "Toggle inversion of the component",
|
|
2001
|
+
"type": "boolean",
|
|
2002
|
+
"default": false
|
|
2003
|
+
},
|
|
1937
2004
|
"type": {
|
|
1938
2005
|
"const": "cta"
|
|
1939
2006
|
}
|
|
@@ -2027,10 +2094,10 @@
|
|
|
2027
2094
|
"cta": {
|
|
2028
2095
|
"type": "object",
|
|
2029
2096
|
"properties": {
|
|
2030
|
-
"
|
|
2097
|
+
"url": {
|
|
2031
2098
|
"type": "string",
|
|
2032
|
-
"title": "Call to Action
|
|
2033
|
-
"description": "The CTA
|
|
2099
|
+
"title": "Call to Action url",
|
|
2100
|
+
"description": "The CTA url",
|
|
2034
2101
|
"default": "#",
|
|
2035
2102
|
"format": "uri"
|
|
2036
2103
|
},
|
|
@@ -2042,6 +2109,16 @@
|
|
|
2042
2109
|
"examples": [
|
|
2043
2110
|
"See all our partners"
|
|
2044
2111
|
]
|
|
2112
|
+
},
|
|
2113
|
+
"icon": {
|
|
2114
|
+
"type": "string",
|
|
2115
|
+
"format": "icon",
|
|
2116
|
+
"title": "Icon",
|
|
2117
|
+
"description": "Icon for the link style of the cta",
|
|
2118
|
+
"examples": [
|
|
2119
|
+
"arrow-right"
|
|
2120
|
+
],
|
|
2121
|
+
"default": "arrow-right"
|
|
2045
2122
|
}
|
|
2046
2123
|
},
|
|
2047
2124
|
"additionalProperties": false
|
|
@@ -2115,7 +2192,8 @@
|
|
|
2115
2192
|
"stack",
|
|
2116
2193
|
"smallTiles",
|
|
2117
2194
|
"largeTiles"
|
|
2118
|
-
]
|
|
2195
|
+
],
|
|
2196
|
+
"default": "smallTiles"
|
|
2119
2197
|
},
|
|
2120
2198
|
"aspectRatio": {
|
|
2121
2199
|
"type": "string",
|
|
@@ -2217,10 +2295,10 @@
|
|
|
2217
2295
|
"title": "Icon",
|
|
2218
2296
|
"description": "Choose an icon"
|
|
2219
2297
|
},
|
|
2220
|
-
"
|
|
2298
|
+
"url": {
|
|
2221
2299
|
"type": "string",
|
|
2222
|
-
"title": "
|
|
2223
|
-
"description": "
|
|
2300
|
+
"title": "URL",
|
|
2301
|
+
"description": "The URL to link to when the button is clicked",
|
|
2224
2302
|
"format": "uri"
|
|
2225
2303
|
}
|
|
2226
2304
|
},
|
|
@@ -2309,6 +2387,12 @@
|
|
|
2309
2387
|
"type": "string",
|
|
2310
2388
|
"default": "bottom"
|
|
2311
2389
|
},
|
|
2390
|
+
"inverted": {
|
|
2391
|
+
"type": "boolean",
|
|
2392
|
+
"title": "Inverted",
|
|
2393
|
+
"description": "Inverted color scheme for the box",
|
|
2394
|
+
"default": false
|
|
2395
|
+
},
|
|
2312
2396
|
"type": {
|
|
2313
2397
|
"const": "hero"
|
|
2314
2398
|
}
|
|
@@ -2540,13 +2624,12 @@
|
|
|
2540
2624
|
"number": {
|
|
2541
2625
|
"title": "Number",
|
|
2542
2626
|
"description": "The number of the stat",
|
|
2543
|
-
"type": "
|
|
2627
|
+
"type": "integer",
|
|
2544
2628
|
"examples": [
|
|
2545
|
-
|
|
2546
|
-
|
|
2547
|
-
|
|
2548
|
-
|
|
2549
|
-
"bis zu 100"
|
|
2629
|
+
1,
|
|
2630
|
+
2,
|
|
2631
|
+
3,
|
|
2632
|
+
4
|
|
2550
2633
|
]
|
|
2551
2634
|
},
|
|
2552
2635
|
"description": {
|
|
@@ -2651,10 +2734,10 @@
|
|
|
2651
2734
|
"description": "Layout for the Teaser Card",
|
|
2652
2735
|
"default": "stack"
|
|
2653
2736
|
},
|
|
2654
|
-
"
|
|
2737
|
+
"url": {
|
|
2655
2738
|
"type": "string",
|
|
2656
|
-
"title": "
|
|
2657
|
-
"description": "
|
|
2739
|
+
"title": "Url",
|
|
2740
|
+
"description": "Url that should be linked",
|
|
2658
2741
|
"format": "uri"
|
|
2659
2742
|
},
|
|
2660
2743
|
"button": {
|
|
@@ -2707,7 +2790,7 @@
|
|
|
2707
2790
|
"additionalProperties": false,
|
|
2708
2791
|
"required": [
|
|
2709
2792
|
"topic",
|
|
2710
|
-
"
|
|
2793
|
+
"url"
|
|
2711
2794
|
]
|
|
2712
2795
|
},
|
|
2713
2796
|
{
|
|
@@ -2900,13 +2983,12 @@
|
|
|
2900
2983
|
"number": {
|
|
2901
2984
|
"title": "Number",
|
|
2902
2985
|
"description": "The number of the stat",
|
|
2903
|
-
"type": "
|
|
2986
|
+
"type": "integer",
|
|
2904
2987
|
"examples": [
|
|
2905
|
-
|
|
2906
|
-
|
|
2907
|
-
|
|
2908
|
-
|
|
2909
|
-
"bis zu 100"
|
|
2988
|
+
1,
|
|
2989
|
+
2,
|
|
2990
|
+
3,
|
|
2991
|
+
4
|
|
2910
2992
|
]
|
|
2911
2993
|
},
|
|
2912
2994
|
"description": {
|
|
@@ -3011,10 +3093,10 @@
|
|
|
3011
3093
|
"description": "Layout for the Teaser Card",
|
|
3012
3094
|
"default": "stack"
|
|
3013
3095
|
},
|
|
3014
|
-
"
|
|
3096
|
+
"url": {
|
|
3015
3097
|
"type": "string",
|
|
3016
|
-
"title": "
|
|
3017
|
-
"description": "
|
|
3098
|
+
"title": "Url",
|
|
3099
|
+
"description": "Url that should be linked",
|
|
3018
3100
|
"format": "uri"
|
|
3019
3101
|
},
|
|
3020
3102
|
"button": {
|
|
@@ -3067,7 +3149,7 @@
|
|
|
3067
3149
|
"additionalProperties": false,
|
|
3068
3150
|
"required": [
|
|
3069
3151
|
"topic",
|
|
3070
|
-
"
|
|
3152
|
+
"url"
|
|
3071
3153
|
]
|
|
3072
3154
|
},
|
|
3073
3155
|
{
|
|
@@ -3279,10 +3361,10 @@
|
|
|
3279
3361
|
"title": "Icon",
|
|
3280
3362
|
"description": "Choose an icon"
|
|
3281
3363
|
},
|
|
3282
|
-
"
|
|
3364
|
+
"url": {
|
|
3283
3365
|
"type": "string",
|
|
3284
|
-
"title": "
|
|
3285
|
-
"description": "
|
|
3366
|
+
"title": "URL",
|
|
3367
|
+
"description": "The URL to link to when the button is clicked",
|
|
3286
3368
|
"format": "uri"
|
|
3287
3369
|
}
|
|
3288
3370
|
},
|
|
@@ -3338,8 +3420,10 @@
|
|
|
3338
3420
|
"description": "Choose the alginment of the module content",
|
|
3339
3421
|
"enum": [
|
|
3340
3422
|
"center",
|
|
3423
|
+
"bottom",
|
|
3341
3424
|
"left",
|
|
3342
|
-
"right"
|
|
3425
|
+
"right",
|
|
3426
|
+
"corner"
|
|
3343
3427
|
],
|
|
3344
3428
|
"type": "string",
|
|
3345
3429
|
"default": "bottom"
|
|
@@ -3372,10 +3456,10 @@
|
|
|
3372
3456
|
"Book a meeting"
|
|
3373
3457
|
]
|
|
3374
3458
|
},
|
|
3375
|
-
"
|
|
3459
|
+
"url": {
|
|
3376
3460
|
"type": "string",
|
|
3377
|
-
"title": "
|
|
3378
|
-
"description": "
|
|
3461
|
+
"title": "URL",
|
|
3462
|
+
"description": "The URL to link to when the button is clicked",
|
|
3379
3463
|
"format": "uri"
|
|
3380
3464
|
},
|
|
3381
3465
|
"variant": {
|
|
@@ -3472,12 +3556,6 @@
|
|
|
3472
3556
|
"default": false,
|
|
3473
3557
|
"type": "boolean"
|
|
3474
3558
|
},
|
|
3475
|
-
"fullWidth": {
|
|
3476
|
-
"title": "Width",
|
|
3477
|
-
"description": "Set the width of the content to the full width of the element",
|
|
3478
|
-
"type": "boolean",
|
|
3479
|
-
"default": false
|
|
3480
|
-
},
|
|
3481
3559
|
"buttons": {
|
|
3482
3560
|
"type": "array",
|
|
3483
3561
|
"items": {
|
|
@@ -3498,10 +3576,10 @@
|
|
|
3498
3576
|
"title": "Icon",
|
|
3499
3577
|
"description": "Choose an icon"
|
|
3500
3578
|
},
|
|
3501
|
-
"
|
|
3579
|
+
"url": {
|
|
3502
3580
|
"type": "string",
|
|
3503
|
-
"title": "
|
|
3504
|
-
"description": "
|
|
3581
|
+
"title": "URL",
|
|
3582
|
+
"description": "The URL to link to when the button is clicked",
|
|
3505
3583
|
"format": "uri"
|
|
3506
3584
|
}
|
|
3507
3585
|
},
|
|
@@ -3541,6 +3619,17 @@
|
|
|
3541
3619
|
"title": "Alt text",
|
|
3542
3620
|
"description": "Image description",
|
|
3543
3621
|
"type": "string"
|
|
3622
|
+
},
|
|
3623
|
+
"align": {
|
|
3624
|
+
"title": "Vertical alignment of the image",
|
|
3625
|
+
"description": "Select a vertical alignment for the image",
|
|
3626
|
+
"type": "string",
|
|
3627
|
+
"enum": [
|
|
3628
|
+
"center",
|
|
3629
|
+
"top",
|
|
3630
|
+
"bottom"
|
|
3631
|
+
],
|
|
3632
|
+
"default": "center"
|
|
3544
3633
|
}
|
|
3545
3634
|
},
|
|
3546
3635
|
"additionalProperties": false
|
|
@@ -3575,9 +3664,9 @@
|
|
|
3575
3664
|
"type": "string",
|
|
3576
3665
|
"default": "left"
|
|
3577
3666
|
},
|
|
3578
|
-
"
|
|
3667
|
+
"align": {
|
|
3579
3668
|
"title": "Vertical alignment of the content",
|
|
3580
|
-
"description": "Select a vertical alignment for the
|
|
3669
|
+
"description": "Select a vertical alignment for the content",
|
|
3581
3670
|
"type": "string",
|
|
3582
3671
|
"enum": [
|
|
3583
3672
|
"center",
|
|
@@ -3586,6 +3675,18 @@
|
|
|
3586
3675
|
],
|
|
3587
3676
|
"default": "center"
|
|
3588
3677
|
},
|
|
3678
|
+
"padding": {
|
|
3679
|
+
"title": "Padding",
|
|
3680
|
+
"description": "Toggle padding of the content",
|
|
3681
|
+
"type": "boolean",
|
|
3682
|
+
"default": false
|
|
3683
|
+
},
|
|
3684
|
+
"inverted": {
|
|
3685
|
+
"title": "Inverted",
|
|
3686
|
+
"description": "Toggle inversion of the component",
|
|
3687
|
+
"type": "boolean",
|
|
3688
|
+
"default": false
|
|
3689
|
+
},
|
|
3589
3690
|
"type": {
|
|
3590
3691
|
"const": "cta"
|
|
3591
3692
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BlogPostProps } from "../../BlogPostProps-
|
|
1
|
+
import { BlogPostProps } from "../../BlogPostProps-c760fd2a.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>>;
|
|
@@ -27,13 +27,11 @@ const BlogTeaserContextDefault = forwardRef(({ date, tags = [], headline, teaser
|
|
|
27
27
|
}
|
|
28
28
|
: undefined,
|
|
29
29
|
items: teaserMetaItems,
|
|
30
|
-
}, link:
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
}
|
|
36
|
-
: undefined, title: headline, body: teaserText, categories: tags.map((tag) => {
|
|
30
|
+
}, link: {
|
|
31
|
+
//@ts-expect-error
|
|
32
|
+
url: link.url,
|
|
33
|
+
label: link?.text || "Read article",
|
|
34
|
+
}, title: headline, body: teaserText, categories: tags.map((tag) => {
|
|
37
35
|
return { label: tag.entry };
|
|
38
36
|
}), ref: ref }) }));
|
|
39
37
|
});
|