@kickstartds/ds-agency-premium 1.6.71 → 1.6.72--canary.43.2474.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
|
@@ -0,0 +1,212 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$id": "http://schema.mydesignsystem.com/split-even.schema.json",
|
|
4
|
+
"title": "Split Even",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"properties": {
|
|
7
|
+
"contentMinWidth": {
|
|
8
|
+
"title": "Content Minimum Width",
|
|
9
|
+
"description": "Sets the minimum width for each half of the split layout",
|
|
10
|
+
"type": "string",
|
|
11
|
+
"enum": ["narrow", "medium", "wide"],
|
|
12
|
+
"default": "medium"
|
|
13
|
+
},
|
|
14
|
+
"contentGutter": {
|
|
15
|
+
"title": "Content Gutter",
|
|
16
|
+
"description": "Sets the space between the content inside the two halves of the split layout",
|
|
17
|
+
"type": "string",
|
|
18
|
+
"enum": ["small", "default", "large", "none"],
|
|
19
|
+
"default": "default"
|
|
20
|
+
},
|
|
21
|
+
"mobileReverse": {
|
|
22
|
+
"title": "Mobile Reverse",
|
|
23
|
+
"description": "Reverses the order of the sections on mobile devices",
|
|
24
|
+
"type": "boolean",
|
|
25
|
+
"default": false
|
|
26
|
+
},
|
|
27
|
+
"verticalAlign": {
|
|
28
|
+
"title": "Vertical Alignment",
|
|
29
|
+
"type": "string",
|
|
30
|
+
"description": "Aligns the content vertically within the sections",
|
|
31
|
+
"enum": ["top", "center", "bottom", "sticky"],
|
|
32
|
+
"default": "top"
|
|
33
|
+
},
|
|
34
|
+
"verticalGutter": {
|
|
35
|
+
"title": "Vertical Gutter",
|
|
36
|
+
"description": "Sets the vertical space between the content of the split layout",
|
|
37
|
+
"type": "string",
|
|
38
|
+
"enum": ["large", "default", "small", "none"],
|
|
39
|
+
"default": "default"
|
|
40
|
+
},
|
|
41
|
+
"horizontalGutter": {
|
|
42
|
+
"title": "Horizontal Gutter",
|
|
43
|
+
"description": "Sets the horizontal space between the content of the split layout",
|
|
44
|
+
"type": "string",
|
|
45
|
+
"enum": ["large", "default", "small", "none"],
|
|
46
|
+
"default": "default"
|
|
47
|
+
},
|
|
48
|
+
"firstComponents": {
|
|
49
|
+
"type": "array",
|
|
50
|
+
"title": "First",
|
|
51
|
+
"description": "Allowed components for the first half of the split layout",
|
|
52
|
+
"items": {
|
|
53
|
+
"anyOf": [
|
|
54
|
+
{
|
|
55
|
+
"$ref": "http://schema.mydesignsystem.com/blog-teaser.schema.json"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"$ref": "http://schema.mydesignsystem.com/business-card.schema.json"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"$ref": "http://schema.mydesignsystem.com/contact.schema.json"
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"$ref": "http://schema.mydesignsystem.com/content-nav.schema.json"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"$ref": "http://schema.mydesignsystem.com/cta.schema.json"
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"$ref": "http://schema.mydesignsystem.com/divider.schema.json"
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"$ref": "http://schema.mydesignsystem.com/downloads.schema.json"
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"$ref": "http://schema.mydesignsystem.com/event-latest-teaser.schema.json"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"$ref": "http://schema.mydesignsystem.com/event-list-teaser.schema.json"
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"$ref": "http://schema.mydesignsystem.com/faq.schema.json"
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"$ref": "http://schema.mydesignsystem.com/features.schema.json"
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"$ref": "http://schema.mydesignsystem.com/gallery.schema.json"
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"$ref": "http://schema.mydesignsystem.com/hero.schema.json"
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"$ref": "http://schema.mydesignsystem.com/html.schema.json"
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"$ref": "http://schema.mydesignsystem.com/image-story.schema.json"
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"$ref": "http://schema.mydesignsystem.com/image-text.schema.json"
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"$ref": "http://schema.mydesignsystem.com/logos.schema.json"
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"$ref": "http://schema.mydesignsystem.com/mosaic.schema.json"
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"$ref": "http://schema.mydesignsystem.com/slider.schema.json"
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"$ref": "http://schema.mydesignsystem.com/stats.schema.json"
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"$ref": "http://schema.mydesignsystem.com/teaser-card.schema.json"
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"$ref": "http://schema.mydesignsystem.com/testimonials.schema.json"
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"$ref": "http://schema.mydesignsystem.com/text.schema.json"
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"$ref": "http://schema.mydesignsystem.com/video-curtain.schema.json"
|
|
125
|
+
}
|
|
126
|
+
]
|
|
127
|
+
}
|
|
128
|
+
},
|
|
129
|
+
"secondComponents": {
|
|
130
|
+
"type": "array",
|
|
131
|
+
"title": "Second",
|
|
132
|
+
"description": "Allowed components for the second half of the split layout",
|
|
133
|
+
"items": {
|
|
134
|
+
"anyOf": [
|
|
135
|
+
{
|
|
136
|
+
"$ref": "http://schema.mydesignsystem.com/blog-teaser.schema.json"
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"$ref": "http://schema.mydesignsystem.com/business-card.schema.json"
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"$ref": "http://schema.mydesignsystem.com/contact.schema.json"
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"$ref": "http://schema.mydesignsystem.com/content-nav.schema.json"
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"$ref": "http://schema.mydesignsystem.com/cta.schema.json"
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"$ref": "http://schema.mydesignsystem.com/divider.schema.json"
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"$ref": "http://schema.mydesignsystem.com/downloads.schema.json"
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"$ref": "http://schema.mydesignsystem.com/event-latest-teaser.schema.json"
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
"$ref": "http://schema.mydesignsystem.com/event-list-teaser.schema.json"
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"$ref": "http://schema.mydesignsystem.com/faq.schema.json"
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
"$ref": "http://schema.mydesignsystem.com/features.schema.json"
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
"$ref": "http://schema.mydesignsystem.com/gallery.schema.json"
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
"$ref": "http://schema.mydesignsystem.com/hero.schema.json"
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"$ref": "http://schema.mydesignsystem.com/html.schema.json"
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
"$ref": "http://schema.mydesignsystem.com/image-story.schema.json"
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
"$ref": "http://schema.mydesignsystem.com/image-text.schema.json"
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
"$ref": "http://schema.mydesignsystem.com/logos.schema.json"
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"$ref": "http://schema.mydesignsystem.com/mosaic.schema.json"
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"$ref": "http://schema.mydesignsystem.com/slider.schema.json"
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"$ref": "http://schema.mydesignsystem.com/stats.schema.json"
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"$ref": "http://schema.mydesignsystem.com/teaser-card.schema.json"
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"$ref": "http://schema.mydesignsystem.com/testimonials.schema.json"
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"$ref": "http://schema.mydesignsystem.com/text.schema.json"
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"$ref": "http://schema.mydesignsystem.com/video-curtain.schema.json"
|
|
206
|
+
}
|
|
207
|
+
]
|
|
208
|
+
}
|
|
209
|
+
}
|
|
210
|
+
},
|
|
211
|
+
"additionalProperties": false
|
|
212
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { HTMLAttributes } from "react";
|
|
3
|
+
import { SplitWeightedProps as SplitWeightedComponentProps } from "../../SplitWeightedProps-789f8508.js";
|
|
4
|
+
interface ComponentProps {
|
|
5
|
+
main?: React.ReactNode;
|
|
6
|
+
aside?: React.ReactNode;
|
|
7
|
+
}
|
|
8
|
+
type SplitWeightedProps = Omit<SplitWeightedComponentProps, "main" | "aside"> & ComponentProps;
|
|
9
|
+
declare const SplitWeightedContextDefault: import("react").ForwardRefExoticComponent<Omit<SplitWeightedComponentProps, "main" | "aside"> & ComponentProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
|
10
|
+
declare const SplitWeightedContext: import("react").Context<import("react").ForwardRefExoticComponent<Omit<SplitWeightedComponentProps, "main" | "aside"> & ComponentProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>>;
|
|
11
|
+
declare const SplitWeighted: import("react").ForwardRefExoticComponent<Omit<SplitWeightedComponentProps, "main" | "aside"> & ComponentProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
|
12
|
+
export { ComponentProps, SplitWeightedProps, SplitWeightedContextDefault, SplitWeightedContext, SplitWeighted };
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import "./split-weighted.css";
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
import classnames from 'classnames';
|
|
4
|
+
import { forwardRef, createContext, useContext } from 'react';
|
|
5
|
+
import { d as deepMergeDefaults } from '../../helpers-12f48df8.js';
|
|
6
|
+
|
|
7
|
+
const defaults = {
|
|
8
|
+
"verticalGutter": "default",
|
|
9
|
+
"horizontalGutter": "default",
|
|
10
|
+
"verticalAlign": "top",
|
|
11
|
+
"mainLayout": {
|
|
12
|
+
"gutter": "default",
|
|
13
|
+
"minWidth": "wide"
|
|
14
|
+
},
|
|
15
|
+
"asideLayout": {
|
|
16
|
+
"gutter": "default",
|
|
17
|
+
"minWidth": "default"
|
|
18
|
+
},
|
|
19
|
+
"order": {
|
|
20
|
+
"mobile": "mainFirst",
|
|
21
|
+
"desktop": "mainFirst"
|
|
22
|
+
},
|
|
23
|
+
"mainComponents": [],
|
|
24
|
+
"asideComponents": []
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
const SplitWeightedContextDefault = forwardRef(({ order, mainLayout, asideLayout, horizontalGutter = "default", verticalGutter = "default", main, aside, verticalAlign = "top", }, ref) => (jsxs("div", { ref: ref, className: classnames("l-split-weighted", order?.desktop === "asideFirst" &&
|
|
28
|
+
"l-split-weighted--desktop-aside-first", order?.mobile === "asideFirst" &&
|
|
29
|
+
"l-split-weighted--mobile-aside-first", horizontalGutter && `l-split-weighted--h-gutter-${horizontalGutter}`, verticalGutter && `l-split-weighted--v-gutter-${verticalGutter}`, verticalAlign && `l-split-weighted--align-${verticalAlign}`), children: [jsx("div", { className: classnames("l-split-weighted__main l-split-weighted__content", mainLayout?.gutter &&
|
|
30
|
+
`l-split-weighted__main--gutter-${mainLayout.gutter}`, mainLayout?.minWidth &&
|
|
31
|
+
`l-split-weighted__main--width-${mainLayout.minWidth}`), children: jsx("div", { className: classnames("l-split-weighted__content-container", mainLayout?.gutter &&
|
|
32
|
+
`l-split-weighted__content-container--gutter-${mainLayout.gutter}`), children: main }) }), jsx("div", { className: classnames("l-split-weighted__aside l-split-weighted__content", asideLayout?.minWidth &&
|
|
33
|
+
`l-split-weighted__aside--width-${asideLayout.minWidth}`), children: jsx("div", { className: classnames("l-split-weighted__content-container", asideLayout?.gutter &&
|
|
34
|
+
`l-split-weighted__content-container--gutter-${asideLayout.gutter}`), children: aside }) })] })));
|
|
35
|
+
const SplitWeightedContext = createContext(SplitWeightedContextDefault);
|
|
36
|
+
const SplitWeighted = forwardRef((props, ref) => {
|
|
37
|
+
const Component = useContext(SplitWeightedContext);
|
|
38
|
+
return jsx(Component, { ...deepMergeDefaults(defaults, props), ref: ref });
|
|
39
|
+
});
|
|
40
|
+
SplitWeighted.displayName = "SplitWeighted";
|
|
41
|
+
|
|
42
|
+
export { SplitWeighted, SplitWeightedContext, SplitWeightedContextDefault };
|
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
.l-split-weighted {
|
|
2
|
+
--dsa-split-weighted--sticky-margin: var(--ks-spacing-stack-xl);
|
|
3
|
+
--dsa-split-weighted--v-gutter_default: var(--ks-spacing-stack-l);
|
|
4
|
+
--dsa-split-weighted--v-gutter_small: var(--ks-spacing-stack-s);
|
|
5
|
+
--dsa-split-weighted--v-gutter_large: var(--dsa-content--vertical-spacing);
|
|
6
|
+
--dsa-split-weighted--h-gutter_default: var(--ks-spacing-inline-l);
|
|
7
|
+
--dsa-split-weighted--h-gutter_small: var(--ks-spacing-inline-m);
|
|
8
|
+
--dsa-split-weighted--h-gutter_large: var(--ks-spacing-xxl);
|
|
9
|
+
--dsa-split-weighted__main--flex-basis_default: var(--dsa-tile--width_largest);
|
|
10
|
+
--dsa-split-weighted__main--flex-basis_narrow: var(--dsa-tile--width_large);
|
|
11
|
+
--dsa-split-weighted__main--flex-basis_wide: calc(var(--dsa-tile--width_largest) * 1.25);
|
|
12
|
+
--dsa-split-weighted__main--gutter_default: var(--ks-spacing-stack-l);
|
|
13
|
+
--dsa-split-weighted__main--gutter_small: var(--ks-spacing-stack-s);
|
|
14
|
+
--dsa-split-weighted__main--gutter_large: var(--dsa-content--vertical-spacing);
|
|
15
|
+
--dsa-split-weighted__aside--flex-basis_default: var(--dsa-tile--width_medium);
|
|
16
|
+
--dsa-split-weighted__aside--flex-basis_narrow: var(--dsa-tile--width_small);
|
|
17
|
+
--dsa-split-weighted__aside--flex-basis_wide: var(--dsa-tile--width_large);
|
|
18
|
+
--dsa-split-weighted__aside--gutter_default: var(--ks-spacing-stack-s);
|
|
19
|
+
--dsa-split-weighted__aside--gutter_small: var(--ks-spacing-stack-xs);
|
|
20
|
+
--dsa-split-weighted__aside--gutter_large: var(--ks-spacing-stack-m);
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.l-split-weighted {
|
|
24
|
+
--dsa-split-weighted--v-gutter: var(--dsa-split-weighted--v-gutter_default, var(--ks-spacing-stack-m));
|
|
25
|
+
--dsa-split-weighted--h-gutter: var(--dsa-split-weighted--h-gutter_default, var(--ks-spacing-inline-l));
|
|
26
|
+
display: flex;
|
|
27
|
+
flex-wrap: wrap;
|
|
28
|
+
gap: var(--dsa-split-weighted--v-gutter) var(--dsa-split-weighted--h-gutter);
|
|
29
|
+
}
|
|
30
|
+
.l-split-weighted--align-top {
|
|
31
|
+
align-items: flex-start;
|
|
32
|
+
}
|
|
33
|
+
.l-split-weighted--align-center {
|
|
34
|
+
align-items: center;
|
|
35
|
+
}
|
|
36
|
+
.l-split-weighted--align-bottom {
|
|
37
|
+
align-items: flex-end;
|
|
38
|
+
}
|
|
39
|
+
.l-split-weighted--align-sticky {
|
|
40
|
+
position: relative;
|
|
41
|
+
}
|
|
42
|
+
.l-split-weighted--align-sticky .l-split-weighted__content-container {
|
|
43
|
+
position: sticky;
|
|
44
|
+
top: var(--dsa-split-weighted--sticky-margin, var(--ks-spacing-stack-xl));
|
|
45
|
+
height: fit-content;
|
|
46
|
+
}
|
|
47
|
+
.l-split-weighted--desktop-aside-first {
|
|
48
|
+
flex-direction: row-reverse;
|
|
49
|
+
}
|
|
50
|
+
.l-split-weighted--mobile-aside-first {
|
|
51
|
+
flex-wrap: wrap-reverse;
|
|
52
|
+
}
|
|
53
|
+
.l-split-weighted--mobile-aside-first.l-split-weighted--align-top {
|
|
54
|
+
align-items: flex-end;
|
|
55
|
+
}
|
|
56
|
+
.l-split-weighted--mobile-aside-first.l-split-weighted--align-bottom {
|
|
57
|
+
align-items: flex-start;
|
|
58
|
+
}
|
|
59
|
+
.l-split-weighted--v-gutter-small {
|
|
60
|
+
--dsa-split-weighted--v-gutter: var(--dsa-split-weighted--v-gutter_small, var(--ks-spacing-stack-l));
|
|
61
|
+
}
|
|
62
|
+
.l-split-weighted--v-gutter-large {
|
|
63
|
+
--dsa-split-weighted--v-gutter: var(--dsa-split-weighted--v-gutter_large, var(--dsa-content--vertical-spacing));
|
|
64
|
+
}
|
|
65
|
+
.l-split-weighted--v-gutter-none {
|
|
66
|
+
--dsa-split-weighted--v-gutter: 0;
|
|
67
|
+
}
|
|
68
|
+
.l-split-weighted--h-gutter-small {
|
|
69
|
+
--dsa-split-weighted--h-gutter: var(--dsa-split-weighted--h-gutter_small, var(--ks-spacing-inline-m));
|
|
70
|
+
}
|
|
71
|
+
.l-split-weighted--h-gutter-large {
|
|
72
|
+
--dsa-split-weighted--h-gutter: var(--dsa-split-weighted--h-gutter_large, var(--ks-spacing-xxl));
|
|
73
|
+
}
|
|
74
|
+
.l-split-weighted--h-gutter-none {
|
|
75
|
+
--dsa-split-weighted--h-gutter: 0;
|
|
76
|
+
}
|
|
77
|
+
.l-split-weighted__content {
|
|
78
|
+
display: flex;
|
|
79
|
+
flex-direction: column;
|
|
80
|
+
}
|
|
81
|
+
.l-split-weighted__content .l-split-weighted__content-container {
|
|
82
|
+
display: flex;
|
|
83
|
+
flex-direction: column;
|
|
84
|
+
}
|
|
85
|
+
.l-split-weighted__content .l-split-weighted__content-container--gutter-none {
|
|
86
|
+
gap: 0;
|
|
87
|
+
}
|
|
88
|
+
.l-split-weighted__main {
|
|
89
|
+
flex-basis: var(--dsa-split-weighted__main--flex-basis_default, calc(var(--dsa-content--width_default) * 1));
|
|
90
|
+
flex-grow: 1000;
|
|
91
|
+
flex-shrink: 1;
|
|
92
|
+
}
|
|
93
|
+
.l-split-weighted__main--width-narrow {
|
|
94
|
+
flex-basis: var(--dsa-split-weighted__main--flex-basis_narrow, var(--dsa-tile--width_large));
|
|
95
|
+
}
|
|
96
|
+
.l-split-weighted__main--width-wide {
|
|
97
|
+
flex-basis: var(--dsa-split-weighted__main--flex-basis_wide, var(--dsa-content--width_default));
|
|
98
|
+
}
|
|
99
|
+
.l-split-weighted__main .l-split-weighted__content-container {
|
|
100
|
+
gap: var(--dsa-split-weighted__main--gutter_default, var(--dsa-content--width_narrow));
|
|
101
|
+
}
|
|
102
|
+
.l-split-weighted__main .l-split-weighted__content-container--gutter-none {
|
|
103
|
+
gap: 0;
|
|
104
|
+
}
|
|
105
|
+
.l-split-weighted__main .l-split-weighted__content-container--gutter-small {
|
|
106
|
+
gap: var(--dsa-split-weighted__main--gutter_small, var(--ks-spacing-stack-s));
|
|
107
|
+
}
|
|
108
|
+
.l-split-weighted__main .l-split-weighted__content-container--gutter-large {
|
|
109
|
+
gap: var(--dsa-split-weighted__main--gutter_large, var(--ks-spacing-stack-l));
|
|
110
|
+
}
|
|
111
|
+
.l-split-weighted__aside {
|
|
112
|
+
flex-basis: var(--dsa-split-weighted__aside--flex-basis_default, var(--dsa-tile--width_medium));
|
|
113
|
+
flex-grow: 1;
|
|
114
|
+
gap: var(--dsa-split-weighted__aside--gutter_default, var(--ks-spacing-stack-s));
|
|
115
|
+
}
|
|
116
|
+
.l-split-weighted__aside--width-narrow {
|
|
117
|
+
flex-basis: var(--dsa-split-weighted__aside--flex-basis_narrow, var(--dsa-tile--width_small));
|
|
118
|
+
}
|
|
119
|
+
.l-split-weighted__aside--width-wide {
|
|
120
|
+
flex-basis: var(--dsa-split-weighted__aside--flex-basis_wide, var(--dsa-tile--width_large));
|
|
121
|
+
}
|
|
122
|
+
.l-split-weighted__aside .l-split-weighted__content-container {
|
|
123
|
+
gap: var(--dsa-split-weighted__main--gutter_default, var(--dsa-content--width_narrow));
|
|
124
|
+
}
|
|
125
|
+
.l-split-weighted__aside .l-split-weighted__content-container--gutter-none {
|
|
126
|
+
gap: 0;
|
|
127
|
+
}
|
|
128
|
+
.l-split-weighted__aside .l-split-weighted__content-container--gutter-small {
|
|
129
|
+
gap: var(--dsa-split-weighted__main--gutter_small, var(--ks-spacing-stack-s));
|
|
130
|
+
}
|
|
131
|
+
.l-split-weighted__aside .l-split-weighted__content-container--gutter-large {
|
|
132
|
+
gap: var(--dsa-split-weighted__main--gutter_large, var(--ks-spacing-stack-l));
|
|
133
|
+
}
|