@kickstartds/ds-agency-premium 1.6.71 → 1.6.72--canary.43.2476.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-6b3cff22.d.ts +3 -3
- package/dist/BusinessCardProps-e10e7b62.d.ts +101 -0
- package/dist/{ButtonProps-03ff6d21.d.ts → ButtonProps-4e2b2ecf.d.ts} +6 -4
- package/dist/ContactProps-7cac90e5.d.ts +70 -0
- package/dist/ContentNavProps-0e282a9f.d.ts +36 -0
- package/dist/{CtaProps-93230a76.d.ts → CtaProps-789f8508.d.ts} +16 -11
- package/dist/DownloadsProps-a49a977e.d.ts +34 -0
- package/dist/EventAppointmentProps-443cd1ce.d.ts +38 -0
- package/dist/EventDetailProps-42a7eebe.d.ts +387 -0
- package/dist/EventFilterProps-b190eb86.d.ts +73 -0
- package/dist/EventLatestTeaserProps-fc9d3281.d.ts +58 -0
- package/dist/EventListTeaserProps-5cc94436.d.ts +89 -0
- package/dist/EventLocationProps-871bc198.d.ts +41 -0
- package/dist/{FaqProps-ad618cd5.d.ts → FaqProps-78384db5.d.ts} +7 -12
- 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/HeadlineProps-e1305784.d.ts +53 -0
- package/dist/{HeroProps-f704d270.d.ts → HeroProps-fec6b267.d.ts} +15 -5
- package/dist/ImageStoryProps-e853e1e7.d.ts +1 -1
- package/dist/{LogosProps-f9474fe2.d.ts → LogosProps-d4677d2c.d.ts} +1 -23
- package/dist/MosaicProps-d52c7151.d.ts +4 -4
- package/dist/PageProps-aa29c554.d.ts +1 -1
- package/dist/SearchBarProps-26263244.d.ts +29 -0
- package/dist/SearchFilterProps-2fa6419b.d.ts +29 -0
- package/dist/SearchFormProps-3d2c3462.d.ts +30 -0
- package/dist/SearchResultMatchProps-777cd47c.d.ts +23 -0
- package/dist/SearchResultProps-f6f07017.d.ts +44 -0
- package/dist/{SectionProps-1cfcf6e8.d.ts → SectionProps-6a826e52.d.ts} +27 -13
- package/dist/{SliderProps-93230a76.d.ts → SliderProps-789f8508.d.ts} +6 -6
- package/dist/SplitEvenProps-789f8508.d.ts +72 -0
- package/dist/SplitWeightedProps-789f8508.d.ts +102 -0
- package/dist/{TeaserCardProps-b9c28e78.d.ts → TeaserCardProps-d069476f.d.ts} +9 -4
- package/dist/{VideoCurtainProps-6c625a69.d.ts → VideoCurtainProps-a2c0cc7f.d.ts} +5 -5
- package/dist/components/blog-aside/blog-aside.css +4 -4
- package/dist/components/blog-aside/blog-aside.schema.dereffed.json +16 -14
- 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 +9 -4
- package/dist/components/blog-author/blog-author.schema.dereffed.json +12 -7
- package/dist/components/blog-author/index.d.ts +1 -1
- package/dist/components/blog-author/index.js +10 -1
- package/dist/components/blog-head/blog-head.schema.dereffed.json +0 -6
- package/dist/components/blog-head/index.js +6 -1
- package/dist/components/blog-overview/blog-overview.schema.dereffed.json +16751 -1269
- package/dist/components/blog-overview/blog-overview.schema.json +2 -2
- package/dist/components/blog-overview/index.js +1 -0
- package/dist/components/blog-post/blog-post.schema.dereffed.json +16911 -1415
- package/dist/components/blog-post/blog-post.schema.json +2 -2
- package/dist/components/blog-post/index.js +5 -2
- package/dist/components/blog-tag/blog-tag.schema.dereffed.json +0 -3
- package/dist/components/blog-teaser/blog-teaser.css +2 -2
- package/dist/components/blog-teaser/blog-teaser.schema.dereffed.json +0 -6
- package/dist/components/blog-teaser/index.js +15 -8
- package/dist/components/breadcrumb/breadcrumb.css +32 -0
- package/dist/components/breadcrumb/breadcrumb.schema.dereffed.json +31 -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 +22 -0
- package/dist/components/business-card/business-card.css +188 -0
- package/dist/components/business-card/business-card.schema.dereffed.json +141 -0
- package/dist/components/business-card/business-card.schema.json +126 -0
- package/dist/components/business-card/index.d.ts +7 -0
- package/dist/components/business-card/index.js +31 -0
- package/dist/components/button/button.css +8 -3
- package/dist/components/button/button.schema.dereffed.json +10 -4
- package/dist/components/button/button.schema.json +8 -3
- package/dist/components/button/index.d.ts +1 -1
- package/dist/components/button/index.js +19 -9
- package/dist/components/button-group/button-group.schema.dereffed.json +12 -9
- package/dist/components/button-group/index.d.ts +4 -4
- package/dist/components/button-group/index.js +11 -2
- package/dist/components/contact/contact.css +11 -17
- package/dist/components/contact/contact.schema.dereffed.json +13 -8
- package/dist/components/contact/contact.schema.json +11 -5
- package/dist/components/contact/index.d.ts +1 -65
- package/dist/components/contact/index.js +11 -2
- package/dist/components/content-nav/content-nav.css +124 -0
- package/dist/components/content-nav/content-nav.schema.dereffed.json +58 -0
- package/dist/components/content-nav/content-nav.schema.json +52 -0
- package/dist/components/content-nav/index.d.ts +7 -0
- package/dist/components/content-nav/index.js +21 -0
- package/dist/components/cookie-consent/C15t.client.d.ts +5 -0
- package/dist/components/cookie-consent/C15t.client.js +123 -0
- package/dist/components/cookie-consent/CookieConsent.client.d.ts +29 -0
- package/dist/components/cookie-consent/CookieConsent.client.js +84 -0
- package/dist/components/cookie-consent/cookie-consent.css +259 -0
- package/dist/components/cookie-consent/cookie-consent.schema.dereffed.json +256 -0
- package/dist/components/cookie-consent/cookie-consent.schema.json +224 -0
- package/dist/components/cookie-consent/index.d.ts +143 -0
- package/dist/components/cookie-consent/index.js +26 -0
- package/dist/components/cta/cta.css +48 -71
- package/dist/components/cta/cta.schema.dereffed.json +21 -13
- package/dist/components/cta/cta.schema.json +17 -10
- package/dist/components/cta/index.d.ts +1 -1
- package/dist/components/cta/index.js +44 -27
- package/dist/components/divider/divider.schema.dereffed.json +0 -3
- package/dist/components/divider/index.js +6 -1
- package/dist/components/downloads/downloads.css +158 -0
- package/dist/components/downloads/downloads.schema.dereffed.json +52 -0
- package/dist/components/downloads/downloads.schema.json +44 -0
- package/dist/components/downloads/index.d.ts +8 -0
- package/dist/components/downloads/index.js +23 -0
- package/dist/components/event-appointment/event-appointment.css +63 -0
- package/dist/components/event-appointment/event-appointment.schema.dereffed.json +53 -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 +21 -0
- package/dist/components/event-detail/event-detail.schema.dereffed.json +278 -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 +37 -0
- package/dist/components/event-filter/event-filter.css +31 -0
- package/dist/components/event-filter/event-filter.schema.dereffed.json +115 -0
- package/dist/components/event-filter/event-filter.schema.json +107 -0
- package/dist/components/event-filter/index.d.ts +7 -0
- package/dist/components/event-filter/index.js +61 -0
- package/dist/components/event-header/event-header.css +6 -0
- package/dist/components/event-header/event-header.schema.dereffed.json +35 -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 +25 -0
- package/dist/components/event-latest/event-latest.css +5 -0
- package/dist/components/event-latest/event-latest.schema.dereffed.json +136 -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 +24 -0
- package/dist/components/event-latest-teaser/event-latest-teaser.css +131 -0
- package/dist/components/event-latest-teaser/event-latest-teaser.schema.dereffed.json +94 -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 +23 -0
- package/dist/components/event-list/event-list.schema.dereffed.json +275 -0
- package/dist/components/event-list/event-list.schema.json +18 -0
- package/dist/components/event-list/index.d.ts +19 -0
- package/dist/components/event-list/index.js +74 -0
- package/dist/components/event-list-teaser/event-list-teaser.css +143 -0
- package/dist/components/event-list-teaser/event-list-teaser.schema.dereffed.json +148 -0
- package/dist/components/event-list-teaser/event-list-teaser.schema.json +116 -0
- package/dist/components/event-list-teaser/index.d.ts +8 -0
- package/dist/components/event-list-teaser/index.js +28 -0
- package/dist/components/event-location/event-location.css +71 -0
- package/dist/components/event-location/event-location.schema.dereffed.json +120 -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 +25 -0
- package/dist/components/event-login/event-login.css +31 -0
- package/dist/components/event-login/event-login.schema.dereffed.json +122 -0
- package/dist/components/event-login/event-login.schema.json +98 -0
- package/dist/components/event-login/index.d.ts +78 -0
- package/dist/components/event-login/index.js +31 -0
- package/dist/components/event-registration/event-registration.css +88 -0
- package/dist/components/event-registration/event-registration.schema.dereffed.json +171 -0
- package/dist/components/event-registration/event-registration.schema.json +138 -0
- package/dist/components/event-registration/index.d.ts +106 -0
- package/dist/components/event-registration/index.js +36 -0
- package/dist/components/faq/faq.css +1 -1
- package/dist/components/faq/faq.schema.dereffed.json +2 -5
- package/dist/components/faq/faq.schema.json +2 -1
- package/dist/components/faq/index.d.ts +24 -7
- package/dist/components/faq/index.js +7 -2
- package/dist/components/feature/feature.schema.dereffed.json +13 -6
- package/dist/components/feature/feature.schema.json +11 -3
- package/dist/components/feature/index.d.ts +8 -3
- package/dist/components/feature/index.js +16 -4
- package/dist/components/features/features.css +12 -14
- package/dist/components/features/features.schema.dereffed.json +13 -6
- package/dist/components/features/features.schema.json +5 -2
- package/dist/components/features/index.d.ts +1 -1
- package/dist/components/features/index.js +15 -3
- package/dist/components/footer/footer.css +4 -3
- package/dist/components/footer/footer.schema.dereffed.json +12 -15
- package/dist/components/footer/index.d.ts +1 -1
- package/dist/components/footer/index.js +12 -2
- package/dist/components/gallery/gallery.schema.dereffed.json +2 -4
- package/dist/components/gallery/gallery.schema.json +2 -1
- package/dist/components/gallery/index.js +10 -2
- package/dist/components/header/header.css +52 -9
- package/dist/components/header/header.schema.dereffed.json +12 -15
- package/dist/components/header/index.d.ts +1 -1
- package/dist/components/header/index.js +18 -6
- package/dist/components/headline/headline.css +33 -41
- package/dist/components/headline/headline.schema.dereffed.json +0 -3
- package/dist/components/headline/index.d.ts +1 -53
- package/dist/components/headline/index.js +13 -4
- package/dist/components/hero/hero.css +159 -60
- package/dist/components/hero/hero.schema.dereffed.json +19 -8
- package/dist/components/hero/hero.schema.json +24 -4
- package/dist/components/hero/index.d.ts +1 -1
- package/dist/components/hero/index.js +66 -40
- package/dist/components/html/html.schema.dereffed.json +0 -3
- package/dist/components/html/index.js +8 -1
- package/dist/components/image-story/image-story.css +13 -6
- package/dist/components/image-story/image-story.schema.dereffed.json +10 -7
- package/dist/components/image-story/index.js +14 -1
- package/dist/components/image-text/image-text.css +4 -4
- package/dist/components/image-text/image-text.schema.dereffed.json +0 -3
- package/dist/components/image-text/index.js +7 -1
- package/dist/components/index/index.d.ts +3 -2
- package/dist/components/logo/index.js +6 -1
- package/dist/components/logo/logo.schema.dereffed.json +0 -3
- package/dist/components/logos/index.d.ts +1 -1
- package/dist/components/logos/index.js +13 -2
- package/dist/components/logos/logos.css +10 -8
- package/dist/components/logos/logos.schema.dereffed.json +7 -11
- package/dist/components/logos/logos.schema.json +7 -8
- package/dist/components/mosaic/index.js +9 -2
- package/dist/components/mosaic/mosaic.css +5 -7
- package/dist/components/mosaic/mosaic.schema.dereffed.json +3 -9
- 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 +18 -7
- package/dist/components/nav-dropdown/nav-dropdown.schema.dereffed.json +1 -4
- package/dist/components/nav-flyout/index.d.ts +2 -2
- package/dist/components/nav-flyout/index.js +13 -9
- package/dist/components/nav-flyout/nav-flyout.css +29 -15
- package/dist/components/nav-flyout/nav-flyout.schema.dereffed.json +12 -18
- package/dist/components/nav-main/index.d.ts +5 -5
- package/dist/components/nav-main/index.js +11 -3
- package/dist/components/nav-main/nav-main.schema.dereffed.json +15 -21
- 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 +9 -3
- package/dist/components/nav-topbar/nav-topbar.css +17 -4
- package/dist/components/nav-topbar/nav-topbar.schema.dereffed.json +12 -15
- package/dist/components/page/page.schema.dereffed.json +17034 -1542
- package/dist/components/page/page.schema.json +2 -2
- package/dist/components/page-wrapper/index.js +51 -1
- package/dist/components/pagination/index.d.ts +55 -0
- package/dist/components/pagination/index.js +58 -0
- package/dist/components/pagination/pagination.css +90 -0
- package/dist/components/pagination/pagination.schema.dereffed.json +64 -0
- package/dist/components/pagination/pagination.schema.json +60 -0
- package/dist/components/presets.json +2304 -528
- package/dist/components/providers/index.js +1 -0
- package/dist/components/search/index.d.ts +29 -0
- package/dist/components/search/index.js +53 -0
- package/dist/components/search/search.schema.dereffed.json +301 -0
- package/dist/components/search/search.schema.json +24 -0
- package/dist/components/search-bar/index.d.ts +7 -0
- package/dist/components/search-bar/index.js +20 -0
- package/dist/components/search-bar/search-bar.css +33 -0
- package/dist/components/search-bar/search-bar.schema.dereffed.json +45 -0
- package/dist/components/search-bar/search-bar.schema.json +35 -0
- package/dist/components/search-filter/index.d.ts +7 -0
- package/dist/components/search-filter/index.js +20 -0
- package/dist/components/search-filter/search-filter.css +22 -0
- package/dist/components/search-filter/search-filter.schema.dereffed.json +66 -0
- package/dist/components/search-filter/search-filter.schema.json +46 -0
- package/dist/components/search-form/SearchForm.client.d.ts +25 -0
- package/dist/components/search-form/SearchForm.client.js +228 -0
- package/dist/components/search-form/SearchFormPagefind.client.d.ts +5 -0
- package/dist/components/search-form/SearchFormPagefind.client.js +40 -0
- package/dist/components/search-form/index.d.ts +4 -0
- package/dist/components/search-form/index.js +25 -0
- package/dist/components/search-form/search-form.css +10 -0
- package/dist/components/search-form/search-form.schema.dereffed.json +49 -0
- package/dist/components/search-form/search-form.schema.json +38 -0
- package/dist/components/search-modal/RadioEmit.client.d.ts +5 -0
- package/dist/components/search-modal/RadioEmit.client.js +17 -0
- package/dist/components/search-modal/SearchModal.client.d.ts +5 -0
- package/dist/components/search-modal/SearchModal.client.js +31 -0
- package/dist/components/search-modal/index.d.ts +18 -0
- package/dist/components/search-modal/index.js +39 -0
- package/dist/components/search-modal/search-modal.css +27 -0
- package/dist/components/search-modal/search-modal.schema.dereffed.json +70 -0
- package/dist/components/search-modal/search-modal.schema.json +24 -0
- package/dist/components/search-result/index.d.ts +7 -0
- package/dist/components/search-result/index.js +29 -0
- package/dist/components/search-result/search-result.css +76 -0
- package/dist/components/search-result/search-result.schema.dereffed.json +90 -0
- package/dist/components/search-result/search-result.schema.json +52 -0
- package/dist/components/search-result-match/index.d.ts +7 -0
- package/dist/components/search-result-match/index.js +18 -0
- package/dist/components/search-result-match/search-result-match.css +18 -0
- package/dist/components/search-result-match/search-result-match.schema.dereffed.json +33 -0
- package/dist/components/search-result-match/search-result-match.schema.json +31 -0
- package/dist/components/section/index.d.ts +1 -1
- package/dist/components/section/index.js +39 -17
- package/dist/components/section/section.css +45 -58
- package/dist/components/section/section.schema.dereffed.json +17032 -1534
- package/dist/components/section/section.schema.json +37 -11
- package/dist/components/seo/seo.schema.dereffed.json +4 -7
- package/dist/components/seo/seo.schema.json +4 -3
- package/dist/components/settings/settings.schema.dereffed.json +29 -41
- package/dist/components/settings/settings.schema.json +2 -2
- package/dist/components/slider/index.d.ts +4 -2
- package/dist/components/slider/index.js +19 -3
- package/dist/components/slider/slider.css +14 -9
- package/dist/components/slider/slider.schema.dereffed.json +81 -76
- package/dist/components/slider/slider.schema.json +1 -1
- package/dist/components/split-even/index.d.ts +12 -0
- package/dist/components/split-even/index.js +26 -0
- package/dist/components/split-even/split-even.css +103 -0
- package/dist/components/split-even/split-even.schema.dereffed.json +7322 -0
- package/dist/components/split-even/split-even.schema.json +212 -0
- package/dist/components/split-weighted/index.d.ts +12 -0
- package/dist/components/split-weighted/index.js +42 -0
- package/dist/components/split-weighted/split-weighted.css +133 -0
- package/dist/components/split-weighted/split-weighted.schema.dereffed.json +7382 -0
- package/dist/components/split-weighted/split-weighted.schema.json +254 -0
- package/dist/components/stat/index.js +4 -1
- package/dist/components/stat/stat.schema.dereffed.json +0 -3
- package/dist/components/stats/index.js +6 -1
- package/dist/components/stats/stats.css +2 -0
- package/dist/components/stats/stats.schema.dereffed.json +0 -6
- package/dist/components/teaser-card/index.d.ts +1 -1
- package/dist/components/teaser-card/index.js +21 -10
- package/dist/components/teaser-card/teaser-card.css +107 -54
- package/dist/components/teaser-card/teaser-card.schema.dereffed.json +10 -7
- package/dist/components/teaser-card/teaser-card.schema.json +10 -4
- package/dist/components/testimonial/index.js +7 -1
- package/dist/components/testimonial/testimonial.schema.dereffed.json +0 -3
- package/dist/components/testimonials/index.d.ts +1 -1
- package/dist/components/testimonials/index.js +8 -1
- package/dist/components/testimonials/testimonials.css +7 -1
- package/dist/components/testimonials/testimonials.schema.dereffed.json +0 -3
- package/dist/components/text/index.js +8 -1
- package/dist/components/text/text.css +2 -2
- package/dist/components/text/text.schema.dereffed.json +0 -3
- package/dist/components/tile/tile.schema.dereffed.json +3 -6
- 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 +23 -5
- package/dist/components/video-curtain/video-curtain.css +54 -31
- package/dist/components/video-curtain/video-curtain.schema.dereffed.json +7 -8
- package/dist/components/video-curtain/video-curtain.schema.json +4 -4
- package/dist/global.css +4156 -211
- package/dist/helpers-12f48df8.d.ts +6 -0
- package/dist/helpers-12f48df8.js +40 -0
- 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/bg-color-swatch.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/people/author-alex.png +0 -0
- package/dist/static/img/people/author-emily.png +0 -0
- package/dist/static/img/people/author-john.png +0 -0
- package/dist/static/img/people/contact-person.png +0 -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-button--primary-button.png +0 -0
- package/dist/static/img/screenshots/components-button--primary-disabled-button.png +0 -0
- package/dist/static/img/screenshots/components-button--secondary-button.png +0 -0
- package/dist/static/img/screenshots/components-button--tertiary-button.png +0 -0
- package/dist/static/img/screenshots/components-contact--circular-avatar.png +0 -0
- package/dist/static/img/screenshots/components-contact--full-image-width.png +0 -0
- package/dist/static/img/screenshots/components-contact--vertical-image-with-paragraph.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-gallery--free-aspect-ratio.png +0 -0
- package/dist/static/img/screenshots/components-gallery--large-landscape-tiles.png +0 -0
- package/dist/static/img/screenshots/components-gallery--small-squares-with-lightbox.png +0 -0
- package/dist/static/img/screenshots/components-gallery--stack-landscape.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-below-image.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-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/components-image-story--sticky-image-next-to-scrolling-text.png +0 -0
- package/dist/static/img/screenshots/components-image-text--above-layout.png +0 -0
- package/dist/static/img/screenshots/components-image-text--beside-right-layout.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-logos--logo-row.png +0 -0
- package/dist/static/img/screenshots/components-logos--logo-wall.png +0 -0
- package/dist/static/img/screenshots/components-mosaic--colorful-text-with-illustrations.png +0 -0
- package/dist/static/img/screenshots/components-mosaic--colorful-tiles.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-teaser-card--page-navigation.png +0 -0
- package/dist/static/img/screenshots/components-teaser-card--product-tiles.png +0 -0
- package/dist/static/img/screenshots/components-teaser-card--showcase-preview.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/components-text--centered.png +0 -0
- package/dist/static/img/screenshots/components-text--highlight.png +0 -0
- package/dist/static/img/screenshots/components-text--multi-column.png +0 -0
- package/dist/static/img/screenshots/components-text--single-column.png +0 -0
- package/dist/static/img/screenshots/components-video-curtain--atmospheric-video-with-overlay.png +0 -0
- package/dist/static/img/screenshots/components-video-curtain--color-neutral-text.png +0 -0
- package/dist/static/img/screenshots/components-video-curtain--color-neutral-video.png +0 -0
- package/dist/static/img/screenshots/corporate-breadcrumb--default.png +0 -0
- package/dist/static/img/screenshots/corporate-business-card--centered.png +0 -0
- package/dist/static/img/screenshots/corporate-business-card--default.png +0 -0
- package/dist/static/img/screenshots/corporate-business-card--without-image.png +0 -0
- package/dist/static/img/screenshots/corporate-content-nav--default.png +0 -0
- package/dist/static/img/screenshots/corporate-cookie-consent--banner.png +0 -0
- package/dist/static/img/screenshots/corporate-cookie-consent--c-15-t.png +0 -0
- package/dist/static/img/screenshots/corporate-cookie-consent--card.png +0 -0
- package/dist/static/img/screenshots/corporate-downloads--complete.png +0 -0
- package/dist/static/img/screenshots/corporate-downloads--description-only.png +0 -0
- package/dist/static/img/screenshots/corporate-downloads--mixed.png +0 -0
- package/dist/static/img/screenshots/corporate-downloads--technical-details-only.png +0 -0
- package/dist/static/img/screenshots/corporate-pagination--default.png +0 -0
- package/dist/static/img/screenshots/corporate-search-bar--default.png +0 -0
- package/dist/static/img/screenshots/corporate-search-filter--default.png +0 -0
- package/dist/static/img/screenshots/corporate-search-form--pagefind.png +0 -0
- package/dist/static/img/screenshots/corporate-search-modal--pagefind.png +0 -0
- package/dist/static/img/screenshots/corporate-search-result--default.png +0 -0
- package/dist/static/img/screenshots/event-event-filter--default.png +0 -0
- package/dist/static/img/screenshots/event-event-header--default.png +0 -0
- package/dist/static/img/screenshots/event-event-latest--default.png +0 -0
- package/dist/static/img/screenshots/event-event-latest-teaser--default.png +0 -0
- package/dist/static/img/screenshots/event-event-list-teaser--default.png +0 -0
- package/dist/static/img/screenshots/event-event-location--default.png +0 -0
- package/dist/static/img/screenshots/event-event-login--default.png +0 -0
- package/dist/static/img/screenshots/event-event-registration--default.png +0 -0
- package/dist/static/img/screenshots/form-checkbox--default.png +0 -0
- package/dist/static/img/screenshots/form-radio--default.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-divider--default.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--background-image.png +0 -0
- package/dist/static/img/screenshots/layout-section--bold-background.png +0 -0
- package/dist/static/img/screenshots/layout-section--dynamic-layout.png +0 -0
- package/dist/static/img/screenshots/layout-section--framed.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--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/layout-split-even--faq-with-form.png +0 -0
- package/dist/static/img/screenshots/layout-split-even--text-with-logos.png +0 -0
- package/dist/static/img/screenshots/layout-split-weighted--text-with-contact.png +0 -0
- package/dist/static/img/screenshots/layout-split-weighted--text-with-teaser.png +0 -0
- package/dist/static/img/screenshots/page-archetypes-about--about.png +0 -0
- package/dist/static/img/screenshots/page-archetypes-blog-overview--blog-overview.png +0 -0
- package/dist/static/img/screenshots/page-archetypes-blog-post--blog-post.png +0 -0
- package/dist/static/img/screenshots/page-archetypes-event-detail--event-detail.png +0 -0
- package/dist/static/img/screenshots/page-archetypes-event-list--event-list.png +0 -0
- package/dist/static/img/screenshots/page-archetypes-job-detail--job-detail.png +0 -0
- package/dist/static/img/screenshots/page-archetypes-jobs--jobs.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-search--search.png +0 -0
- package/dist/static/img/screenshots/page-archetypes-showcase--showcase.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 +50 -0
- package/dist/tokens/icon-sprite.html +18 -0
- package/dist/tokens/themes.css +20 -20
- package/dist/tokens/tokens.css +448 -752
- package/dist/tokens/tokens.js +673 -774
- package/package.json +18 -6
- package/dist/components/page-wrapper/tokens.css +0 -2783
- package/dist/components/split/index.d.ts +0 -14
- package/dist/components/split/index.js +0 -17
- package/dist/components/split/split.css +0 -53
- package/dist/components/split/split.schema.dereffed.json +0 -29
- package/dist/components/split/split.schema.json +0 -19
- 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/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--spotlight.png +0 -0
- package/dist/static/img/screenshots/layout-section--stagelights.png +0 -0
|
@@ -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
|
}[];
|
|
@@ -0,0 +1,53 @@
|
|
|
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
|
+
/**
|
|
7
|
+
* Text content of headline
|
|
8
|
+
*/
|
|
9
|
+
type Text = string;
|
|
10
|
+
/**
|
|
11
|
+
* Subheadline content
|
|
12
|
+
*/
|
|
13
|
+
type Sub = string;
|
|
14
|
+
/**
|
|
15
|
+
* Switch order of headline and subheadline
|
|
16
|
+
*/
|
|
17
|
+
type SwitchOrder = boolean;
|
|
18
|
+
type SectionAlignment = "left" | "center" | "right";
|
|
19
|
+
/**
|
|
20
|
+
* Level of headline to use
|
|
21
|
+
*/
|
|
22
|
+
type Level = "h1" | "h2" | "h3" | "h4" | "p";
|
|
23
|
+
/**
|
|
24
|
+
* Style of headline to show
|
|
25
|
+
*/
|
|
26
|
+
type Style = "h1" | "h2" | "h3" | "h4" | "p";
|
|
27
|
+
/**
|
|
28
|
+
* Whether to display space after headline
|
|
29
|
+
*/
|
|
30
|
+
type SpaceAfter = "minimum" | "small" | "large";
|
|
31
|
+
/**
|
|
32
|
+
* Set a custom class name
|
|
33
|
+
*/
|
|
34
|
+
type ClassName = string;
|
|
35
|
+
/**
|
|
36
|
+
* Set a custom id attribute
|
|
37
|
+
*/
|
|
38
|
+
type ID = string;
|
|
39
|
+
/**
|
|
40
|
+
* Component used for headlines
|
|
41
|
+
*/
|
|
42
|
+
interface HeadlineProps {
|
|
43
|
+
text: Text;
|
|
44
|
+
sub?: Sub;
|
|
45
|
+
switchOrder?: SwitchOrder;
|
|
46
|
+
align?: SectionAlignment;
|
|
47
|
+
level: Level;
|
|
48
|
+
style?: Style;
|
|
49
|
+
spaceAfter?: SpaceAfter;
|
|
50
|
+
className?: ClassName;
|
|
51
|
+
id?: ID;
|
|
52
|
+
}
|
|
53
|
+
export { Text, Sub, SwitchOrder, SectionAlignment, Level, Style, SpaceAfter, ClassName, ID, HeadlineProps };
|
|
@@ -28,6 +28,10 @@ type Height = "small" | "default" | "fullImage" | "fullScreen";
|
|
|
28
28
|
* Toggle wether you want your text to be displayed within in box
|
|
29
29
|
*/
|
|
30
30
|
type Textbox = boolean;
|
|
31
|
+
/**
|
|
32
|
+
* Invert the text color for better contrast against the background
|
|
33
|
+
*/
|
|
34
|
+
type InvertText = boolean;
|
|
31
35
|
/**
|
|
32
36
|
* Text content to display inside the button
|
|
33
37
|
*/
|
|
@@ -37,9 +41,13 @@ type Label = string;
|
|
|
37
41
|
*/
|
|
38
42
|
type Icon = string;
|
|
39
43
|
/**
|
|
40
|
-
*
|
|
44
|
+
* The URL to link to when the button is clicked
|
|
45
|
+
*/
|
|
46
|
+
type URL = string;
|
|
47
|
+
/**
|
|
48
|
+
* Add a skip button to the hero module
|
|
41
49
|
*/
|
|
42
|
-
type
|
|
50
|
+
type SkipButton = boolean;
|
|
43
51
|
/**
|
|
44
52
|
* Enable grid layer
|
|
45
53
|
*/
|
|
@@ -71,7 +79,7 @@ type AltText = string;
|
|
|
71
79
|
/**
|
|
72
80
|
* Choose the alginment of the module content
|
|
73
81
|
*/
|
|
74
|
-
type ModuleAligment = "center" | "below" | "left" | "right" | "corner";
|
|
82
|
+
type ModuleAligment = "center" | "below" | "offset" | "left" | "right" | "corner" | "bottom";
|
|
75
83
|
interface HeroProps {
|
|
76
84
|
headline?: Headline;
|
|
77
85
|
sub?: ModuleSubheadline;
|
|
@@ -80,7 +88,9 @@ interface HeroProps {
|
|
|
80
88
|
colorNeutral?: ColorNeutral;
|
|
81
89
|
height?: Height;
|
|
82
90
|
textbox?: Textbox;
|
|
91
|
+
invertText?: InvertText;
|
|
83
92
|
buttons?: Button[];
|
|
93
|
+
skipButton?: SkipButton;
|
|
84
94
|
overlay?: GridLayer;
|
|
85
95
|
image?: BackgroundImage;
|
|
86
96
|
textPosition?: ModuleAligment;
|
|
@@ -88,7 +98,7 @@ interface HeroProps {
|
|
|
88
98
|
interface Button {
|
|
89
99
|
label?: Label;
|
|
90
100
|
icon?: Icon;
|
|
91
|
-
|
|
101
|
+
url?: URL;
|
|
92
102
|
}
|
|
93
103
|
/**
|
|
94
104
|
* Sources of background images for different screen sizes
|
|
@@ -101,4 +111,4 @@ interface BackgroundImage {
|
|
|
101
111
|
indent?: ImageIndent;
|
|
102
112
|
alt?: AltText;
|
|
103
113
|
}
|
|
104
|
-
export { Headline, ModuleSubheadline, ModuleText, HighlightText, ColorNeutral, Height, Textbox, Label, Icon,
|
|
114
|
+
export { Headline, ModuleSubheadline, ModuleText, HighlightText, ColorNeutral, Height, Textbox, InvertText, Label, Icon, URL, SkipButton, GridLayer, MobileImageSource, TabletImageSource, DesktopImageSource, OptionalSource, ImageIndent, AltText, ModuleAligment, 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-4e2b2ecf.js";
|
|
7
7
|
/**
|
|
8
8
|
* Headline for the module element
|
|
9
9
|
*/
|
|
@@ -11,30 +11,8 @@ type LogoTagline = string;
|
|
|
11
11
|
* The logos to display
|
|
12
12
|
*
|
|
13
13
|
* @minItems 1
|
|
14
|
-
* @maxItems 20
|
|
15
14
|
*/
|
|
16
|
-
type Logos = [Logo
|
|
17
|
-
Logo,
|
|
18
|
-
Logo,
|
|
19
|
-
Logo,
|
|
20
|
-
Logo,
|
|
21
|
-
Logo,
|
|
22
|
-
Logo,
|
|
23
|
-
Logo,
|
|
24
|
-
Logo,
|
|
25
|
-
Logo,
|
|
26
|
-
Logo,
|
|
27
|
-
Logo,
|
|
28
|
-
Logo,
|
|
29
|
-
Logo,
|
|
30
|
-
Logo,
|
|
31
|
-
Logo,
|
|
32
|
-
Logo,
|
|
33
|
-
Logo,
|
|
34
|
-
Logo,
|
|
35
|
-
Logo,
|
|
36
|
-
Logo
|
|
37
|
-
];
|
|
15
|
+
type Logos = [Logo, ...Logo[]];
|
|
38
16
|
/**
|
|
39
17
|
* The URL of the logo image
|
|
40
18
|
*/
|
|
@@ -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-6a826e52.js";
|
|
7
7
|
import { SeoProps } from "./SeoProps-f2d6dcaa.js";
|
|
8
8
|
/**
|
|
9
9
|
* Collection of sections (with their contents) to render on the page
|
|
@@ -0,0 +1,29 @@
|
|
|
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
|
+
/**
|
|
7
|
+
* Placeholder text for the search input field.
|
|
8
|
+
*/
|
|
9
|
+
type Placeholder = string;
|
|
10
|
+
interface SearchBarProps {
|
|
11
|
+
placeholder?: Placeholder;
|
|
12
|
+
/**
|
|
13
|
+
* Text displayed on the search button.
|
|
14
|
+
*/
|
|
15
|
+
buttonText?: string;
|
|
16
|
+
/**
|
|
17
|
+
* Additional information or instructions related to the search functionality.
|
|
18
|
+
*/
|
|
19
|
+
hint?: string;
|
|
20
|
+
/**
|
|
21
|
+
* Text to display when offering alternative results.
|
|
22
|
+
*/
|
|
23
|
+
alternativeText?: string;
|
|
24
|
+
/**
|
|
25
|
+
* The alternative result to display when offering suggestions.
|
|
26
|
+
*/
|
|
27
|
+
alternativeResult?: string;
|
|
28
|
+
}
|
|
29
|
+
export { Placeholder, SearchBarProps };
|
|
@@ -0,0 +1,29 @@
|
|
|
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
|
+
interface SearchFilterProps {
|
|
7
|
+
/**
|
|
8
|
+
* The title of the search filter.
|
|
9
|
+
*/
|
|
10
|
+
title?: string;
|
|
11
|
+
/**
|
|
12
|
+
* The categories to filter by.
|
|
13
|
+
*/
|
|
14
|
+
categories?: {
|
|
15
|
+
/**
|
|
16
|
+
* The name of the category.
|
|
17
|
+
*/
|
|
18
|
+
title?: string;
|
|
19
|
+
/**
|
|
20
|
+
* The number of items in the category.
|
|
21
|
+
*/
|
|
22
|
+
amount?: string;
|
|
23
|
+
/**
|
|
24
|
+
* The URL to filter by this category.
|
|
25
|
+
*/
|
|
26
|
+
url?: string;
|
|
27
|
+
}[];
|
|
28
|
+
}
|
|
29
|
+
export { SearchFilterProps };
|
|
@@ -0,0 +1,30 @@
|
|
|
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
|
+
/**
|
|
7
|
+
* Whether to display the link to the search result.
|
|
8
|
+
*/
|
|
9
|
+
type ShowLink = boolean;
|
|
10
|
+
/**
|
|
11
|
+
* The reserved space of the image row.
|
|
12
|
+
*/
|
|
13
|
+
type ImageRowSize = "none" | "small" | "large";
|
|
14
|
+
interface SearchFormProps {
|
|
15
|
+
/**
|
|
16
|
+
* ks-component attribute
|
|
17
|
+
*/
|
|
18
|
+
component?: string;
|
|
19
|
+
result?: {
|
|
20
|
+
/**
|
|
21
|
+
* Max number of subresults of a single search result
|
|
22
|
+
*/
|
|
23
|
+
maxSubresults?: number;
|
|
24
|
+
showLink?: ShowLink;
|
|
25
|
+
imageColSize?: ImageRowSize;
|
|
26
|
+
};
|
|
27
|
+
resultPerPage?: number;
|
|
28
|
+
moreButtonLabel?: string;
|
|
29
|
+
}
|
|
30
|
+
export { ShowLink, ImageRowSize, SearchFormProps };
|
|
@@ -0,0 +1,23 @@
|
|
|
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
|
+
/**
|
|
7
|
+
* The title of the match.
|
|
8
|
+
*/
|
|
9
|
+
type Title = string;
|
|
10
|
+
/**
|
|
11
|
+
* The main content or description of the search result.
|
|
12
|
+
*/
|
|
13
|
+
type Text = string;
|
|
14
|
+
/**
|
|
15
|
+
* A URL linking to the specific match or more information.
|
|
16
|
+
*/
|
|
17
|
+
type URL = string;
|
|
18
|
+
interface SearchResultMatchProps {
|
|
19
|
+
title?: Title;
|
|
20
|
+
snippet?: Text;
|
|
21
|
+
url?: URL;
|
|
22
|
+
}
|
|
23
|
+
export { Title, Text, URL, SearchResultMatchProps };
|
|
@@ -0,0 +1,44 @@
|
|
|
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 { SearchResultMatchProps } from "./SearchResultMatchProps-777cd47c.js";
|
|
7
|
+
/**
|
|
8
|
+
* A URL linking to the search result or more information.
|
|
9
|
+
*/
|
|
10
|
+
type URL = string;
|
|
11
|
+
/**
|
|
12
|
+
* The title of the search result.
|
|
13
|
+
*/
|
|
14
|
+
type Title = string;
|
|
15
|
+
/**
|
|
16
|
+
* The reserved space of the image row.
|
|
17
|
+
*/
|
|
18
|
+
type ImageRowSize = "none" | "small" | "large";
|
|
19
|
+
/**
|
|
20
|
+
* A URL to an image preview for the search result.
|
|
21
|
+
*/
|
|
22
|
+
type PreviewImage = string;
|
|
23
|
+
/**
|
|
24
|
+
* The initial search match or summary of the search result.
|
|
25
|
+
*/
|
|
26
|
+
type InitialMatch = string;
|
|
27
|
+
/**
|
|
28
|
+
* An array of search matches.
|
|
29
|
+
*/
|
|
30
|
+
type Matches = SearchResultMatchProps[];
|
|
31
|
+
/**
|
|
32
|
+
* Whether to display the link to the search result.
|
|
33
|
+
*/
|
|
34
|
+
type ShowLink = boolean;
|
|
35
|
+
interface SearchResultProps {
|
|
36
|
+
url?: URL;
|
|
37
|
+
title?: Title;
|
|
38
|
+
imageColSize?: ImageRowSize;
|
|
39
|
+
previewImage?: PreviewImage;
|
|
40
|
+
initialMatch?: InitialMatch;
|
|
41
|
+
matches?: Matches;
|
|
42
|
+
showLink?: ShowLink;
|
|
43
|
+
}
|
|
44
|
+
export { URL, Title, ImageRowSize, PreviewImage, InitialMatch, Matches, ShowLink, SearchResultProps };
|
|
@@ -3,24 +3,33 @@
|
|
|
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 {
|
|
6
|
+
import { BlogTeaserProps } from "./BlogTeaserProps-f5855e93.js";
|
|
7
|
+
import { BusinessCardProps } from "./BusinessCardProps-e10e7b62.js";
|
|
8
|
+
import { ContactProps } from "./ContactProps-7cac90e5.js";
|
|
9
|
+
import { ContentNavProps } from "./ContentNavProps-0e282a9f.js";
|
|
10
|
+
import { CtaProps } from "./CtaProps-789f8508.js";
|
|
7
11
|
import { DividerProps } from "./DividerProps-2ef31901.js";
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
12
|
+
import { DownloadsProps } from "./DownloadsProps-a49a977e.js";
|
|
13
|
+
import { EventLatestTeaserProps } from "./EventLatestTeaserProps-fc9d3281.js";
|
|
14
|
+
import { EventListTeaserProps } from "./EventListTeaserProps-5cc94436.js";
|
|
15
|
+
import { FaqProps } from "./FaqProps-78384db5.js";
|
|
16
|
+
import { FeaturesProps } from "./FeaturesProps-a9041d97.js";
|
|
10
17
|
import { GalleryProps } from "./GalleryProps-76e7de44.js";
|
|
11
|
-
import { HeroProps } from "./HeroProps-
|
|
18
|
+
import { HeroProps } from "./HeroProps-fec6b267.js";
|
|
12
19
|
import { HtmlProps } from "./HtmlProps-9d091769.js";
|
|
13
20
|
import { ImageStoryProps } from "./ImageStoryProps-e853e1e7.js";
|
|
14
21
|
import { ImageTextProps } from "./ImageTextProps-9286cca4.js";
|
|
15
|
-
import { LogosProps } from "./LogosProps-
|
|
22
|
+
import { LogosProps } from "./LogosProps-d4677d2c.js";
|
|
16
23
|
import { MosaicProps } from "./MosaicProps-d52c7151.js";
|
|
17
|
-
import { SliderProps } from "./SliderProps-
|
|
24
|
+
import { SliderProps } from "./SliderProps-789f8508.js";
|
|
25
|
+
import { SplitEvenProps } from "./SplitEvenProps-789f8508.js";
|
|
26
|
+
import { SplitWeightedProps } from "./SplitWeightedProps-789f8508.js";
|
|
18
27
|
import { StatsProps } from "./StatsProps-bf5ef578.js";
|
|
19
|
-
import { TeaserCardProps } from "./TeaserCardProps-
|
|
28
|
+
import { TeaserCardProps } from "./TeaserCardProps-d069476f.js";
|
|
20
29
|
import { TestimonialsProps } from "./TestimonialsProps-e344f597.js";
|
|
21
30
|
import { TextProps } from "./TextProps-a23170d2.js";
|
|
22
|
-
import { VideoCurtainProps } from "./VideoCurtainProps-
|
|
23
|
-
import { ButtonProps } from "./ButtonProps-
|
|
31
|
+
import { VideoCurtainProps } from "./VideoCurtainProps-a2c0cc7f.js";
|
|
32
|
+
import { ButtonProps } from "./ButtonProps-4e2b2ecf.js";
|
|
24
33
|
/**
|
|
25
34
|
* Width of section to use
|
|
26
35
|
*/
|
|
@@ -28,11 +37,15 @@ type Width = "full" | "max" | "wide" | "default" | "narrow";
|
|
|
28
37
|
/**
|
|
29
38
|
* Style of background
|
|
30
39
|
*/
|
|
31
|
-
type Style = "
|
|
40
|
+
type Style = "default" | "framed" | "deko";
|
|
32
41
|
/**
|
|
33
42
|
* Color of background
|
|
34
43
|
*/
|
|
35
44
|
type Style1 = "default" | "accent" | "bold";
|
|
45
|
+
/**
|
|
46
|
+
* Color of background
|
|
47
|
+
*/
|
|
48
|
+
type Style2 = "none" | "to-default" | "to-accent" | "to-bold" | "to-inverted";
|
|
36
49
|
/**
|
|
37
50
|
* Background image for the whole section
|
|
38
51
|
*/
|
|
@@ -104,11 +117,11 @@ type Mode = "default" | "tile" | "list" | "slider";
|
|
|
104
117
|
/**
|
|
105
118
|
* Set min-width for the tiles in the grid
|
|
106
119
|
*/
|
|
107
|
-
type TileWidth = "smallest" | "default" | "medium" | "large" | "largest";
|
|
120
|
+
type TileWidth = "smallest" | "default" | "medium" | "large" | "largest" | "full";
|
|
108
121
|
/**
|
|
109
122
|
* Allowed components for content
|
|
110
123
|
*/
|
|
111
|
-
type Content = (CtaProps | DividerProps | FaqProps | FeaturesProps | GalleryProps | HeroProps | HtmlProps | ImageStoryProps | ImageTextProps | LogosProps | MosaicProps | SliderProps | StatsProps | TeaserCardProps | TestimonialsProps | TextProps | VideoCurtainProps)[];
|
|
124
|
+
type Content = (BlogTeaserProps | BusinessCardProps | ContactProps | ContentNavProps | CtaProps | DividerProps | DownloadsProps | EventLatestTeaserProps | EventListTeaserProps | FaqProps | FeaturesProps | GalleryProps | HeroProps | HtmlProps | ImageStoryProps | ImageTextProps | LogosProps | MosaicProps | SliderProps | SplitEvenProps | SplitWeightedProps | StatsProps | TeaserCardProps | TestimonialsProps | TextProps | VideoCurtainProps)[];
|
|
112
125
|
/**
|
|
113
126
|
* Buttons of the Button Group
|
|
114
127
|
*/
|
|
@@ -120,6 +133,7 @@ interface SectionProps {
|
|
|
120
133
|
width?: Width;
|
|
121
134
|
style?: Style;
|
|
122
135
|
backgroundColor?: Style1;
|
|
136
|
+
transition?: Style2;
|
|
123
137
|
backgroundImage?: BackgroundImage;
|
|
124
138
|
spotlight?: Spotlight;
|
|
125
139
|
spaceBefore?: SpaceBefore;
|
|
@@ -145,4 +159,4 @@ interface SectionProps {
|
|
|
145
159
|
components?: Content;
|
|
146
160
|
buttons?: Buttons;
|
|
147
161
|
}
|
|
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 };
|
|
162
|
+
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-789f8508.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-fec6b267.js";
|
|
10
10
|
import { ImageTextProps } from "./ImageTextProps-9286cca4.js";
|
|
11
|
-
import { LogosProps } from "./LogosProps-
|
|
11
|
+
import { LogosProps } from "./LogosProps-d4677d2c.js";
|
|
12
12
|
import { StatsProps } from "./StatsProps-bf5ef578.js";
|
|
13
|
-
import { TeaserCardProps } from "./TeaserCardProps-
|
|
13
|
+
import { TeaserCardProps } from "./TeaserCardProps-d069476f.js";
|
|
14
14
|
import { TestimonialsProps } from "./TestimonialsProps-e344f597.js";
|
|
15
15
|
import { TextProps } from "./TextProps-a23170d2.js";
|
|
16
16
|
/**
|
|
@@ -50,7 +50,7 @@ interface SliderProps {
|
|
|
50
50
|
equalHeight?: EqualizeSlidesHeights;
|
|
51
51
|
gap?: Gap;
|
|
52
52
|
arrows?: ShowArrows;
|
|
53
|
-
|
|
53
|
+
variant?: Type;
|
|
54
54
|
className?: Class;
|
|
55
55
|
components?: Content;
|
|
56
56
|
}
|
|
@@ -0,0 +1,72 @@
|
|
|
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 { BlogTeaserProps } from "./BlogTeaserProps-f5855e93.js";
|
|
7
|
+
import { BusinessCardProps } from "./BusinessCardProps-e10e7b62.js";
|
|
8
|
+
import { ContactProps } from "./ContactProps-7cac90e5.js";
|
|
9
|
+
import { ContentNavProps } from "./ContentNavProps-0e282a9f.js";
|
|
10
|
+
import { CtaProps } from "./CtaProps-789f8508.js";
|
|
11
|
+
import { DividerProps } from "./DividerProps-2ef31901.js";
|
|
12
|
+
import { DownloadsProps } from "./DownloadsProps-a49a977e.js";
|
|
13
|
+
import { EventLatestTeaserProps } from "./EventLatestTeaserProps-fc9d3281.js";
|
|
14
|
+
import { EventListTeaserProps } from "./EventListTeaserProps-5cc94436.js";
|
|
15
|
+
import { FaqProps } from "./FaqProps-78384db5.js";
|
|
16
|
+
import { FeaturesProps } from "./FeaturesProps-a9041d97.js";
|
|
17
|
+
import { GalleryProps } from "./GalleryProps-76e7de44.js";
|
|
18
|
+
import { HeroProps } from "./HeroProps-fec6b267.js";
|
|
19
|
+
import { HtmlProps } from "./HtmlProps-9d091769.js";
|
|
20
|
+
import { ImageStoryProps } from "./ImageStoryProps-e853e1e7.js";
|
|
21
|
+
import { ImageTextProps } from "./ImageTextProps-9286cca4.js";
|
|
22
|
+
import { LogosProps } from "./LogosProps-d4677d2c.js";
|
|
23
|
+
import { MosaicProps } from "./MosaicProps-d52c7151.js";
|
|
24
|
+
import { SliderProps } from "./SliderProps-789f8508.js";
|
|
25
|
+
import { StatsProps } from "./StatsProps-bf5ef578.js";
|
|
26
|
+
import { TeaserCardProps } from "./TeaserCardProps-d069476f.js";
|
|
27
|
+
import { TestimonialsProps } from "./TestimonialsProps-e344f597.js";
|
|
28
|
+
import { TextProps } from "./TextProps-a23170d2.js";
|
|
29
|
+
import { VideoCurtainProps } from "./VideoCurtainProps-a2c0cc7f.js";
|
|
30
|
+
/**
|
|
31
|
+
* Sets the minimum width for each half of the split layout
|
|
32
|
+
*/
|
|
33
|
+
type ContentMinimumWidth = "narrow" | "medium" | "wide";
|
|
34
|
+
/**
|
|
35
|
+
* Sets the space between the content inside the two halves of the split layout
|
|
36
|
+
*/
|
|
37
|
+
type ContentGutter = "small" | "default" | "large" | "none";
|
|
38
|
+
/**
|
|
39
|
+
* Reverses the order of the sections on mobile devices
|
|
40
|
+
*/
|
|
41
|
+
type MobileReverse = boolean;
|
|
42
|
+
/**
|
|
43
|
+
* Aligns the content vertically within the sections
|
|
44
|
+
*/
|
|
45
|
+
type VerticalAlignment = "top" | "center" | "bottom" | "sticky";
|
|
46
|
+
/**
|
|
47
|
+
* Sets the vertical space between the content of the split layout
|
|
48
|
+
*/
|
|
49
|
+
type VerticalGutter = "large" | "default" | "small" | "none";
|
|
50
|
+
/**
|
|
51
|
+
* Sets the horizontal space between the content of the split layout
|
|
52
|
+
*/
|
|
53
|
+
type HorizontalGutter = "large" | "default" | "small" | "none";
|
|
54
|
+
/**
|
|
55
|
+
* Allowed components for the first half of the split layout
|
|
56
|
+
*/
|
|
57
|
+
type First = (BlogTeaserProps | BusinessCardProps | ContactProps | ContentNavProps | CtaProps | DividerProps | DownloadsProps | EventLatestTeaserProps | EventListTeaserProps | FaqProps | FeaturesProps | GalleryProps | HeroProps | HtmlProps | ImageStoryProps | ImageTextProps | LogosProps | MosaicProps | SliderProps | StatsProps | TeaserCardProps | TestimonialsProps | TextProps | VideoCurtainProps)[];
|
|
58
|
+
/**
|
|
59
|
+
* Allowed components for the second half of the split layout
|
|
60
|
+
*/
|
|
61
|
+
type Second = (BlogTeaserProps | BusinessCardProps | ContactProps | ContentNavProps | CtaProps | DividerProps | DownloadsProps | EventLatestTeaserProps | EventListTeaserProps | FaqProps | FeaturesProps | GalleryProps | HeroProps | HtmlProps | ImageStoryProps | ImageTextProps | LogosProps | MosaicProps | SliderProps | StatsProps | TeaserCardProps | TestimonialsProps | TextProps | VideoCurtainProps)[];
|
|
62
|
+
interface SplitEvenProps {
|
|
63
|
+
contentMinWidth?: ContentMinimumWidth;
|
|
64
|
+
contentGutter?: ContentGutter;
|
|
65
|
+
mobileReverse?: MobileReverse;
|
|
66
|
+
verticalAlign?: VerticalAlignment;
|
|
67
|
+
verticalGutter?: VerticalGutter;
|
|
68
|
+
horizontalGutter?: HorizontalGutter;
|
|
69
|
+
firstComponents?: First;
|
|
70
|
+
secondComponents?: Second;
|
|
71
|
+
}
|
|
72
|
+
export { ContentMinimumWidth, ContentGutter, MobileReverse, VerticalAlignment, VerticalGutter, HorizontalGutter, First, Second, SplitEvenProps };
|
|
@@ -0,0 +1,102 @@
|
|
|
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 { BlogTeaserProps } from "./BlogTeaserProps-f5855e93.js";
|
|
7
|
+
import { BusinessCardProps } from "./BusinessCardProps-e10e7b62.js";
|
|
8
|
+
import { ContactProps } from "./ContactProps-7cac90e5.js";
|
|
9
|
+
import { ContentNavProps } from "./ContentNavProps-0e282a9f.js";
|
|
10
|
+
import { CtaProps } from "./CtaProps-789f8508.js";
|
|
11
|
+
import { DividerProps } from "./DividerProps-2ef31901.js";
|
|
12
|
+
import { DownloadsProps } from "./DownloadsProps-a49a977e.js";
|
|
13
|
+
import { EventLatestTeaserProps } from "./EventLatestTeaserProps-fc9d3281.js";
|
|
14
|
+
import { EventListTeaserProps } from "./EventListTeaserProps-5cc94436.js";
|
|
15
|
+
import { FaqProps } from "./FaqProps-78384db5.js";
|
|
16
|
+
import { FeaturesProps } from "./FeaturesProps-a9041d97.js";
|
|
17
|
+
import { GalleryProps } from "./GalleryProps-76e7de44.js";
|
|
18
|
+
import { HeroProps } from "./HeroProps-fec6b267.js";
|
|
19
|
+
import { HtmlProps } from "./HtmlProps-9d091769.js";
|
|
20
|
+
import { ImageStoryProps } from "./ImageStoryProps-e853e1e7.js";
|
|
21
|
+
import { ImageTextProps } from "./ImageTextProps-9286cca4.js";
|
|
22
|
+
import { LogosProps } from "./LogosProps-d4677d2c.js";
|
|
23
|
+
import { MosaicProps } from "./MosaicProps-d52c7151.js";
|
|
24
|
+
import { SliderProps } from "./SliderProps-789f8508.js";
|
|
25
|
+
import { StatsProps } from "./StatsProps-bf5ef578.js";
|
|
26
|
+
import { TeaserCardProps } from "./TeaserCardProps-d069476f.js";
|
|
27
|
+
import { TestimonialsProps } from "./TestimonialsProps-e344f597.js";
|
|
28
|
+
import { TextProps } from "./TextProps-a23170d2.js";
|
|
29
|
+
import { VideoCurtainProps } from "./VideoCurtainProps-a2c0cc7f.js";
|
|
30
|
+
/**
|
|
31
|
+
* Sets the vertical space between the content of the split layout
|
|
32
|
+
*/
|
|
33
|
+
type VerticalGutter = "large" | "default" | "small" | "none";
|
|
34
|
+
/**
|
|
35
|
+
* Sets the horizontal space between the content of the split layout
|
|
36
|
+
*/
|
|
37
|
+
type HorizontalGutter = "large" | "default" | "small" | "none";
|
|
38
|
+
/**
|
|
39
|
+
* Aligns the content vertically within the sections
|
|
40
|
+
*/
|
|
41
|
+
type VerticalAlignment = "top" | "center" | "bottom" | "sticky";
|
|
42
|
+
/**
|
|
43
|
+
* Sets the space between the content of the split layout
|
|
44
|
+
*/
|
|
45
|
+
type ContentGutter = "large" | "default" | "small" | "none";
|
|
46
|
+
/**
|
|
47
|
+
* Sets the minimum width of the main section
|
|
48
|
+
*/
|
|
49
|
+
type MinimumWidth = "narrow" | "default" | "wide";
|
|
50
|
+
/**
|
|
51
|
+
* Size of gutter to use
|
|
52
|
+
*/
|
|
53
|
+
type Gutter = "large" | "default" | "small" | "none";
|
|
54
|
+
/**
|
|
55
|
+
* Sets the minimum width of the main section
|
|
56
|
+
*/
|
|
57
|
+
type MinimumWidth1 = "narrow" | "default" | "wide";
|
|
58
|
+
/**
|
|
59
|
+
* Determines the order of sections on mobile devices
|
|
60
|
+
*/
|
|
61
|
+
type MobileOrder = "mainFirst" | "asideFirst";
|
|
62
|
+
/**
|
|
63
|
+
* Determines the order of sections on desktop devices
|
|
64
|
+
*/
|
|
65
|
+
type DesktopOrder = "mainFirst" | "asideFirst";
|
|
66
|
+
/**
|
|
67
|
+
* Allowed components for the main half of the split layout
|
|
68
|
+
*/
|
|
69
|
+
type Main = (BlogTeaserProps | BusinessCardProps | ContactProps | ContentNavProps | CtaProps | DividerProps | DownloadsProps | EventLatestTeaserProps | EventListTeaserProps | FaqProps | FeaturesProps | GalleryProps | HeroProps | HtmlProps | ImageStoryProps | ImageTextProps | LogosProps | MosaicProps | SliderProps | StatsProps | TeaserCardProps | TestimonialsProps | TextProps | VideoCurtainProps)[];
|
|
70
|
+
/**
|
|
71
|
+
* Allowed components for the aside half of the split layout
|
|
72
|
+
*/
|
|
73
|
+
type Aside = (BlogTeaserProps | BusinessCardProps | ContactProps | ContentNavProps | CtaProps | DividerProps | DownloadsProps | EventLatestTeaserProps | EventListTeaserProps | FaqProps | FeaturesProps | GalleryProps | HeroProps | HtmlProps | ImageStoryProps | ImageTextProps | LogosProps | MosaicProps | SliderProps | StatsProps | TeaserCardProps | TestimonialsProps | TextProps | VideoCurtainProps)[];
|
|
74
|
+
interface SplitWeightedProps {
|
|
75
|
+
verticalGutter?: VerticalGutter;
|
|
76
|
+
horizontalGutter?: HorizontalGutter;
|
|
77
|
+
verticalAlign?: VerticalAlignment;
|
|
78
|
+
mainLayout?: MainLayout;
|
|
79
|
+
asideLayout?: AsideLayout;
|
|
80
|
+
order?: Order;
|
|
81
|
+
mainComponents?: Main;
|
|
82
|
+
asideComponents?: Aside;
|
|
83
|
+
}
|
|
84
|
+
interface MainLayout {
|
|
85
|
+
gutter?: ContentGutter;
|
|
86
|
+
minWidth?: MinimumWidth;
|
|
87
|
+
}
|
|
88
|
+
/**
|
|
89
|
+
* Layout settings for the aside section of the split layout
|
|
90
|
+
*/
|
|
91
|
+
interface AsideLayout {
|
|
92
|
+
gutter?: Gutter;
|
|
93
|
+
minWidth?: MinimumWidth1;
|
|
94
|
+
}
|
|
95
|
+
/**
|
|
96
|
+
* Sets the order of the main and aside sections in the split layout
|
|
97
|
+
*/
|
|
98
|
+
interface Order {
|
|
99
|
+
mobile?: MobileOrder;
|
|
100
|
+
desktop?: DesktopOrder;
|
|
101
|
+
}
|
|
102
|
+
export { VerticalGutter, HorizontalGutter, VerticalAlignment, ContentGutter, MinimumWidth, Gutter, MinimumWidth1, MobileOrder, DesktopOrder, Main, Aside, SplitWeightedProps, MainLayout, AsideLayout, Order };
|