@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,126 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$id": "http://schema.mydesignsystem.com/business-card.schema.json",
|
|
4
|
+
"title": "Business Card",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"properties": {
|
|
7
|
+
"centered": {
|
|
8
|
+
"type": "boolean",
|
|
9
|
+
"title": "Centered",
|
|
10
|
+
"description": "Whether the business card content is centered.",
|
|
11
|
+
"default": false
|
|
12
|
+
},
|
|
13
|
+
"image": {
|
|
14
|
+
"type": "object",
|
|
15
|
+
"title": "Background Image",
|
|
16
|
+
"description": "A background or feature image displayed on the business card.",
|
|
17
|
+
"properties": {
|
|
18
|
+
"src": {
|
|
19
|
+
"type": "string",
|
|
20
|
+
"format": "uri",
|
|
21
|
+
"description": "URL of the background image shown on the business card."
|
|
22
|
+
},
|
|
23
|
+
"alt": {
|
|
24
|
+
"type": "string",
|
|
25
|
+
"description": "Alternative text describing the background image."
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
"required": ["src"]
|
|
29
|
+
},
|
|
30
|
+
"logo": {
|
|
31
|
+
"type": "object",
|
|
32
|
+
"title": "Company Logo",
|
|
33
|
+
"description": "The logo of the company or organization displayed on the business card.",
|
|
34
|
+
"properties": {
|
|
35
|
+
"src": {
|
|
36
|
+
"type": "string",
|
|
37
|
+
"format": "uri",
|
|
38
|
+
"description": "URL of the company or organization logo."
|
|
39
|
+
},
|
|
40
|
+
"alt": {
|
|
41
|
+
"type": "string",
|
|
42
|
+
"description": "Alternative text describing the logo."
|
|
43
|
+
},
|
|
44
|
+
"url": {
|
|
45
|
+
"type": "string",
|
|
46
|
+
"format": "uri",
|
|
47
|
+
"description": "URL to the company's website or landing page."
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
"required": ["src"]
|
|
51
|
+
},
|
|
52
|
+
"topic": {
|
|
53
|
+
"type": "string",
|
|
54
|
+
"title": "Topic",
|
|
55
|
+
"description": "A headline or main topic for the business card, such as a job title or department."
|
|
56
|
+
},
|
|
57
|
+
"address": {
|
|
58
|
+
"type": "string",
|
|
59
|
+
"title": "Address",
|
|
60
|
+
"description": "The physical or mailing address displayed on the business card."
|
|
61
|
+
},
|
|
62
|
+
"avatar": {
|
|
63
|
+
"type": "object",
|
|
64
|
+
"title": "Avatar",
|
|
65
|
+
"description": "A profile image or avatar representing the person on the business card.",
|
|
66
|
+
"properties": {
|
|
67
|
+
"src": {
|
|
68
|
+
"type": "string",
|
|
69
|
+
"format": "uri",
|
|
70
|
+
"description": "URL of the person's avatar or profile image."
|
|
71
|
+
},
|
|
72
|
+
"alt": {
|
|
73
|
+
"type": "string",
|
|
74
|
+
"description": "Alternative text describing the avatar."
|
|
75
|
+
}
|
|
76
|
+
},
|
|
77
|
+
"required": ["src"]
|
|
78
|
+
},
|
|
79
|
+
"contact": {
|
|
80
|
+
"type": "array",
|
|
81
|
+
"title": "Contact Information",
|
|
82
|
+
"description": "A list of contact methods for the person or business (e.g., email, phone, website).",
|
|
83
|
+
"items": {
|
|
84
|
+
"type": "object",
|
|
85
|
+
"properties": {
|
|
86
|
+
"label": {
|
|
87
|
+
"type": "string",
|
|
88
|
+
"description": "Label describing the contact method (e.g., 'Email', 'Phone')."
|
|
89
|
+
},
|
|
90
|
+
"icon": {
|
|
91
|
+
"type": "string",
|
|
92
|
+
"description": "Icon name or identifier representing the contact method."
|
|
93
|
+
},
|
|
94
|
+
"url": {
|
|
95
|
+
"type": "string",
|
|
96
|
+
"format": "uri",
|
|
97
|
+
"description": "URL or link for the contact method, if applicable."
|
|
98
|
+
}
|
|
99
|
+
},
|
|
100
|
+
"required": ["label"]
|
|
101
|
+
}
|
|
102
|
+
},
|
|
103
|
+
"buttons": {
|
|
104
|
+
"type": "array",
|
|
105
|
+
"title": "Buttons",
|
|
106
|
+
"description": "A list of action buttons shown on the business card.",
|
|
107
|
+
"items": {
|
|
108
|
+
"type": "object",
|
|
109
|
+
"properties": {
|
|
110
|
+
"label": {
|
|
111
|
+
"type": "string",
|
|
112
|
+
"description": "Text label for the link."
|
|
113
|
+
},
|
|
114
|
+
"url": {
|
|
115
|
+
"type": "string",
|
|
116
|
+
"format": "uri",
|
|
117
|
+
"description": "URL the link points to."
|
|
118
|
+
}
|
|
119
|
+
},
|
|
120
|
+
"required": ["label", "url"],
|
|
121
|
+
"additionalProperties": false
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
},
|
|
125
|
+
"additionalProperties": false
|
|
126
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { BusinessCardProps } from "../../BusinessCardProps-e10e7b62.js";
|
|
3
|
+
declare const BusinessCardContextDefault: import("react").ForwardRefExoticComponent<BusinessCardProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
4
|
+
declare const BusinessCardContext: import("react").Context<import("react").ForwardRefExoticComponent<BusinessCardProps & import("react").RefAttributes<HTMLDivElement>>>;
|
|
5
|
+
declare const BusinessCard: import("react").ForwardRefExoticComponent<BusinessCardProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
6
|
+
export type { BusinessCardProps };
|
|
7
|
+
export { BusinessCardContextDefault, BusinessCardContext, BusinessCard };
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import "./business-card.css";
|
|
2
|
+
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
3
|
+
import classnames from 'classnames';
|
|
4
|
+
import { forwardRef, createContext, useContext } from 'react';
|
|
5
|
+
import { Icon } from '@kickstartds/base/lib/icon';
|
|
6
|
+
import { Picture } from '@kickstartds/base/lib/picture';
|
|
7
|
+
import Markdown from 'markdown-to-jsx';
|
|
8
|
+
import { Button } from '../button/index.js';
|
|
9
|
+
import { Link } from '@kickstartds/base/lib/link';
|
|
10
|
+
import { Container } from '@kickstartds/core/lib/container';
|
|
11
|
+
import { d as deepMergeDefaults } from '../../helpers-12f48df8.js';
|
|
12
|
+
import '@kickstartds/base/lib/button';
|
|
13
|
+
|
|
14
|
+
const defaults = {
|
|
15
|
+
"centered": false,
|
|
16
|
+
"image": {},
|
|
17
|
+
"logo": {},
|
|
18
|
+
"avatar": {},
|
|
19
|
+
"contact": [],
|
|
20
|
+
"buttons": []
|
|
21
|
+
};
|
|
22
|
+
|
|
23
|
+
const BusinessCardContextDefault = forwardRef(({ centered, image, logo, topic, address, avatar, contact, buttons }, ref) => (jsx(Container, { name: "business-card", children: jsxs("div", { className: classnames("dsa-business-card", centered && "dsa-business-card--centered"), ref: ref, children: [image.src && (jsx("div", { className: "dsa-business-card__image", children: jsx(Picture, { src: image.src, alt: image.alt }) })), jsxs("div", { className: "dsa-business-card__content", children: [logo && (jsx(Fragment, { children: logo.url ? (jsx(Link, { href: logo.url, className: "dsa-business-card__logo dsa-business-card__logo-link", children: jsx(Picture, { src: logo.src, alt: logo.alt }) })) : (jsx(Picture, { className: "dsa-business-card__logo", src: logo.src, alt: logo.alt })) })), jsxs("address", { className: classnames("dsa-business-card__address", centered && "dsa-business-card__address--centered"), children: [jsxs("div", { className: "dsa-business-card__infos", children: [topic && (jsx("div", { className: "dsa-business-card__topic", children: jsx("span", { children: topic }) })), jsx(Markdown, { className: "dsa-business-card__location", children: address })] }), jsxs("div", { className: "dsa-business-card__contact", children: [avatar && (jsx(Picture, { className: "dsa-business-card__avatar", src: avatar?.src, alt: avatar?.alt })), contact && (jsx("div", { className: "dsa-business-card__contact-items", children: contact.map((item, index) => (jsx(Fragment, { children: jsxs(Link, { href: item?.url, className: "dsa-business-card__contact-item", children: [item?.icon && jsx(Icon, { icon: item?.icon }), jsx("span", { children: item.label })] }, index) }))) }))] })] }), buttons && buttons.length > 0 && (jsx("div", { className: "dsa-business-card__buttons", children: buttons.map((button, index) => (jsx(Button, { label: button.label, url: button.url, className: "dsa-business-card__button", variant: "primary" }, index))) }))] })] }) })));
|
|
24
|
+
const BusinessCardContext = createContext(BusinessCardContextDefault);
|
|
25
|
+
const BusinessCard = forwardRef((props, ref) => {
|
|
26
|
+
const Component = useContext(BusinessCardContext);
|
|
27
|
+
return jsx(Component, { ...deepMergeDefaults(defaults, props), ref: ref });
|
|
28
|
+
});
|
|
29
|
+
BusinessCard.displayName = "BusinessCard";
|
|
30
|
+
|
|
31
|
+
export { BusinessCard, BusinessCardContext, BusinessCardContextDefault };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
.dsa-button {
|
|
2
|
-
--dsa-button--padding: 0.75em
|
|
2
|
+
--dsa-button--padding: 0.75em 1.5em;
|
|
3
3
|
--dsa-button--border-width: var(--ks-border-width-default);
|
|
4
|
-
--dsa-button--border-radius: var(--ks-border-radius-
|
|
4
|
+
--dsa-button--border-radius: var(--ks-border-radius-control);
|
|
5
5
|
--dsa-button--font-weight: var(--ks-font-weight-semi-bold);
|
|
6
6
|
--dsa-button--text-transform: default;
|
|
7
7
|
--dsa-button_small--font: var(--ks-font-interface-s);
|
|
@@ -35,7 +35,9 @@
|
|
|
35
35
|
--c-button--font-weight: var(--dsa-button--font-weight, var(--ks-font-weight-semi-bold));
|
|
36
36
|
--c-button--border-width: var(--dsa-button--border-width, var(--ks-border-width-default));
|
|
37
37
|
text-transform: var(--dsa-button--text-transform);
|
|
38
|
-
|
|
38
|
+
}
|
|
39
|
+
.dsa-button.c-button .icon {
|
|
40
|
+
margin-left: var(--ks-spacing-xxs);
|
|
39
41
|
}
|
|
40
42
|
.dsa-button.c-button.c-button--small {
|
|
41
43
|
--c-button--font: var(--dsa-button_small--font, var(--ks-font-interface-s));
|
|
@@ -120,6 +122,9 @@
|
|
|
120
122
|
--c-button--background-color-active: var(--dsa-button_terciary--background-color_active, none);
|
|
121
123
|
--c-button--background-color-selected: var(--dsa-button_terciary--background-color_selected, none);
|
|
122
124
|
}
|
|
125
|
+
.dsa-button.c-button {
|
|
126
|
+
transition-property: box-shadow, transform, background-color, color, border;
|
|
127
|
+
}
|
|
123
128
|
.dsa-button.c-button:disabled {
|
|
124
129
|
pointer-events: none;
|
|
125
130
|
}
|
|
@@ -13,10 +13,10 @@
|
|
|
13
13
|
"Book a meeting"
|
|
14
14
|
]
|
|
15
15
|
},
|
|
16
|
-
"
|
|
16
|
+
"url": {
|
|
17
17
|
"type": "string",
|
|
18
|
-
"title": "
|
|
19
|
-
"description": "
|
|
18
|
+
"title": "URL",
|
|
19
|
+
"description": "The URL to link to when the button is clicked",
|
|
20
20
|
"format": "uri"
|
|
21
21
|
},
|
|
22
22
|
"variant": {
|
|
@@ -54,7 +54,13 @@
|
|
|
54
54
|
"default": false
|
|
55
55
|
},
|
|
56
56
|
"type": {
|
|
57
|
-
"
|
|
57
|
+
"type": "string",
|
|
58
|
+
"title": "Button Type",
|
|
59
|
+
"enum": [
|
|
60
|
+
"button",
|
|
61
|
+
"submit",
|
|
62
|
+
"reset"
|
|
63
|
+
]
|
|
58
64
|
}
|
|
59
65
|
},
|
|
60
66
|
"additionalProperties": false,
|
|
@@ -11,10 +11,10 @@
|
|
|
11
11
|
"description": "Text content to display inside the button",
|
|
12
12
|
"examples": ["Book a meeting"]
|
|
13
13
|
},
|
|
14
|
-
"
|
|
14
|
+
"url": {
|
|
15
15
|
"type": "string",
|
|
16
|
-
"title": "
|
|
17
|
-
"description": "
|
|
16
|
+
"title": "URL",
|
|
17
|
+
"description": "The URL to link to when the button is clicked",
|
|
18
18
|
"format": "uri"
|
|
19
19
|
},
|
|
20
20
|
"variant": {
|
|
@@ -42,6 +42,11 @@
|
|
|
42
42
|
"title": "Disabled?",
|
|
43
43
|
"description": "Whether the button should be disabled",
|
|
44
44
|
"default": false
|
|
45
|
+
},
|
|
46
|
+
"type": {
|
|
47
|
+
"type": "string",
|
|
48
|
+
"title": "Button Type",
|
|
49
|
+
"enum": ["button", "submit", "reset"]
|
|
45
50
|
}
|
|
46
51
|
},
|
|
47
52
|
"additionalProperties": false,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { HTMLAttributes, FC, PropsWithChildren } from "react";
|
|
3
|
-
import { ButtonProps } from "../../ButtonProps-
|
|
3
|
+
import { ButtonProps } from "../../ButtonProps-4e2b2ecf.js";
|
|
4
4
|
declare const Button: import("react").ForwardRefExoticComponent<ButtonProps & HTMLAttributes<HTMLElement> & import("react").RefAttributes<HTMLAnchorElement | HTMLButtonElement>>;
|
|
5
5
|
declare const ButtonProvider: FC<PropsWithChildren>;
|
|
6
6
|
export type { ButtonProps };
|
|
@@ -3,16 +3,26 @@ import { jsx } from 'react/jsx-runtime';
|
|
|
3
3
|
import { forwardRef } from 'react';
|
|
4
4
|
import classnames from 'classnames';
|
|
5
5
|
import { ButtonContextDefault, ButtonContext } from '@kickstartds/base/lib/button';
|
|
6
|
+
import { d as deepMergeDefaults } from '../../helpers-12f48df8.js';
|
|
6
7
|
|
|
7
|
-
const
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
8
|
+
const defaults = {
|
|
9
|
+
"variant": "secondary",
|
|
10
|
+
"size": "medium",
|
|
11
|
+
"disabled": false
|
|
12
|
+
};
|
|
13
|
+
|
|
14
|
+
const Button = forwardRef((props, ref) => {
|
|
15
|
+
const { label, url, size = "medium", variant = "secondary", icon, disabled = false, className, ...rest } = deepMergeDefaults(defaults, props);
|
|
16
|
+
return (jsx(ButtonContextDefault, { ...rest, className: classnames("dsa-button", className), href: url, label: label, size: size, variant: variant === "primary"
|
|
17
|
+
? "solid"
|
|
18
|
+
: variant === "secondary"
|
|
19
|
+
? "clear"
|
|
20
|
+
: variant === "tertiary"
|
|
21
|
+
? "outline"
|
|
22
|
+
: "solid", disabled: disabled, iconAfter: {
|
|
23
|
+
icon: icon,
|
|
24
|
+
}, ref: ref }));
|
|
25
|
+
});
|
|
16
26
|
Button.displayName = "Button";
|
|
17
27
|
const ButtonProvider = (props) => (jsx(ButtonContext.Provider, { ...props, value: Button }));
|
|
18
28
|
|
|
@@ -23,10 +23,10 @@
|
|
|
23
23
|
"Book a meeting"
|
|
24
24
|
]
|
|
25
25
|
},
|
|
26
|
-
"
|
|
26
|
+
"url": {
|
|
27
27
|
"type": "string",
|
|
28
|
-
"title": "
|
|
29
|
-
"description": "
|
|
28
|
+
"title": "URL",
|
|
29
|
+
"description": "The URL to link to when the button is clicked",
|
|
30
30
|
"format": "uri"
|
|
31
31
|
},
|
|
32
32
|
"variant": {
|
|
@@ -64,7 +64,13 @@
|
|
|
64
64
|
"default": false
|
|
65
65
|
},
|
|
66
66
|
"type": {
|
|
67
|
-
"
|
|
67
|
+
"type": "string",
|
|
68
|
+
"title": "Button Type",
|
|
69
|
+
"enum": [
|
|
70
|
+
"button",
|
|
71
|
+
"submit",
|
|
72
|
+
"reset"
|
|
73
|
+
]
|
|
68
74
|
}
|
|
69
75
|
},
|
|
70
76
|
"additionalProperties": false,
|
|
@@ -80,9 +86,9 @@
|
|
|
80
86
|
"type": "boolean"
|
|
81
87
|
},
|
|
82
88
|
"size": {
|
|
83
|
-
"title": "Button Size",
|
|
84
|
-
"description": "Choose a size between small, medium and large",
|
|
85
89
|
"type": "string",
|
|
90
|
+
"title": "Size",
|
|
91
|
+
"description": "Size of button to use",
|
|
86
92
|
"enum": [
|
|
87
93
|
"small",
|
|
88
94
|
"medium",
|
|
@@ -107,9 +113,6 @@
|
|
|
107
113
|
"title": "Additional Classes",
|
|
108
114
|
"description": "Add additional css classes that should be applied to the button",
|
|
109
115
|
"type": "string"
|
|
110
|
-
},
|
|
111
|
-
"type": {
|
|
112
|
-
"const": "button-group"
|
|
113
116
|
}
|
|
114
117
|
},
|
|
115
118
|
"additionalProperties": false
|
|
@@ -6,7 +6,7 @@ import { FC, PropsWithChildren } from "react";
|
|
|
6
6
|
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
7
7
|
* and run json-schema-to-typescript to regenerate this file.
|
|
8
8
|
*/
|
|
9
|
-
import { ButtonProps } from "../../ButtonProps-
|
|
9
|
+
import { ButtonProps } from "../../ButtonProps-4e2b2ecf.js";
|
|
10
10
|
/**
|
|
11
11
|
* Buttons of the Button Group
|
|
12
12
|
*/
|
|
@@ -16,9 +16,9 @@ type Buttons = ButtonProps[];
|
|
|
16
16
|
*/
|
|
17
17
|
type ColorNeutral = boolean;
|
|
18
18
|
/**
|
|
19
|
-
*
|
|
19
|
+
* Size of button to use
|
|
20
20
|
*/
|
|
21
|
-
type
|
|
21
|
+
type Size = "small" | "medium" | "large";
|
|
22
22
|
/**
|
|
23
23
|
* Vertical arrangement of the buttons
|
|
24
24
|
*/
|
|
@@ -30,7 +30,7 @@ type AdditionalClasses = string;
|
|
|
30
30
|
interface ButtonGroupProps {
|
|
31
31
|
buttons?: Buttons;
|
|
32
32
|
colorNeutral?: ColorNeutral;
|
|
33
|
-
size?:
|
|
33
|
+
size?: Size;
|
|
34
34
|
arrangement?: ButtonArrangement;
|
|
35
35
|
className?: AdditionalClasses;
|
|
36
36
|
}
|
|
@@ -2,9 +2,18 @@ import { jsx } from 'react/jsx-runtime';
|
|
|
2
2
|
import { forwardRef, useContext } from 'react';
|
|
3
3
|
import { ButtonContext } from '@kickstartds/base/lib/button';
|
|
4
4
|
import { ButtonGroupContextDefault, ButtonGroupContext } from '@kickstartds/base/lib/button-group';
|
|
5
|
+
import { d as deepMergeDefaults } from '../../helpers-12f48df8.js';
|
|
5
6
|
|
|
6
|
-
const
|
|
7
|
-
|
|
7
|
+
const defaults = {
|
|
8
|
+
"buttons": [],
|
|
9
|
+
"colorNeutral": false,
|
|
10
|
+
"size": "medium",
|
|
11
|
+
"arrangement": "left"
|
|
12
|
+
};
|
|
13
|
+
|
|
14
|
+
const ButtonGroup = forwardRef((props, ref) => {
|
|
15
|
+
const { buttons, colorNeutral, size, ...rest } = deepMergeDefaults(defaults, props);
|
|
16
|
+
return buttons && buttons.length > 0 ? (jsx(ButtonGroupContextDefault, { ...rest, items: buttons
|
|
8
17
|
.filter((button) => button.label)
|
|
9
18
|
.map((button, index) => ({
|
|
10
19
|
size: size,
|
|
@@ -4,22 +4,22 @@
|
|
|
4
4
|
}
|
|
5
5
|
|
|
6
6
|
.dsa-contact {
|
|
7
|
-
--dsa-contact--gap-horizontal: var(--ks-spacing-inline-
|
|
8
|
-
--dsa-contact--gap-vertical: var(--ks-spacing-stack-
|
|
7
|
+
--dsa-contact--gap-horizontal: var(--ks-spacing-inline-s);
|
|
8
|
+
--dsa-contact--gap-vertical: var(--ks-spacing-stack-s);
|
|
9
9
|
--dsa-contact__header--gap: 0;
|
|
10
|
-
--dsa-contact__image--flex-basis:
|
|
10
|
+
--dsa-contact__image--flex-basis: var(--dsa-tile--width_smallest);
|
|
11
11
|
--dsa-contact__image--border-radius: var(--ks-border-radius-card);
|
|
12
12
|
--dsa-contact__body--gap: var(--ks-spacing-stack-xs);
|
|
13
|
-
--dsa-contact__body--flex-basis:
|
|
14
|
-
--dsa-contact__copy--font: var(--
|
|
15
|
-
--dsa-contact__copy--color: var(--
|
|
13
|
+
--dsa-contact__body--flex-basis: var(--dsa-tile--width_small);
|
|
14
|
+
--dsa-contact__copy--font: var(--ks-font-copy-m);
|
|
15
|
+
--dsa-contact__copy--color: var(--ks-text-color-copy);
|
|
16
16
|
--dsa-contact__title--color: var(--ks-text-color-display);
|
|
17
17
|
--dsa-contact__title--font: var(--ks-font-copy-l);
|
|
18
18
|
--dsa-contact__title--font-weight: var(--ks-font-weight-bold);
|
|
19
19
|
--dsa-contact__subtitle--color: var(--ks-text-color-display);
|
|
20
20
|
--dsa-contact__subtitle--font: var(--ks-font-copy-m);
|
|
21
21
|
--dsa-contact__subtitle--font-weight: var(--ks-font-weight-regular);
|
|
22
|
-
--dsa-contact__links--gap: 0;
|
|
22
|
+
--dsa-contact__links--gap: calc(var(--ks-spacing-xxs) * 0.5);
|
|
23
23
|
--dsa-contact__link--color: var(--dsa-link--color);
|
|
24
24
|
--dsa-contact__link--color_hover: var(--dsa-link--color_hover);
|
|
25
25
|
--dsa-contact__link--font: var(--ks-font-interface-m);
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
.dsa-contact {
|
|
41
41
|
display: flex;
|
|
42
42
|
flex-wrap: wrap;
|
|
43
|
-
gap: var(--dsa-contact--gap-
|
|
43
|
+
gap: var(--dsa-contact--gap-vertical) var(--dsa-contact--gap-horizontal);
|
|
44
44
|
}
|
|
45
45
|
.dsa-contact__image-wrap, .dsa-contact__body {
|
|
46
46
|
flex-grow: 1;
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
.dsa-contact__body {
|
|
49
49
|
display: flex;
|
|
50
50
|
flex-grow: 1;
|
|
51
|
-
flex-shrink:
|
|
51
|
+
flex-shrink: 1;
|
|
52
52
|
flex-direction: column;
|
|
53
53
|
gap: var(--dsa-contact__body--gap);
|
|
54
54
|
flex-basis: var(--dsa-contact__body--flex-basis);
|
|
@@ -62,6 +62,7 @@
|
|
|
62
62
|
flex-basis: var(--dsa-contact__image--flex-basis);
|
|
63
63
|
height: 100%;
|
|
64
64
|
width: 100%;
|
|
65
|
+
flex-shrink: 1;
|
|
65
66
|
}
|
|
66
67
|
.dsa-contact--image-full-width .dsa-contact__image-wrap {
|
|
67
68
|
flex-grow: 1;
|
|
@@ -112,6 +113,7 @@
|
|
|
112
113
|
font: var(--dsa-contact__link--font);
|
|
113
114
|
font-weight: var(--dsa-contact__link--font-weight);
|
|
114
115
|
text-decoration: var(--dsa-contact__link--text-decoration);
|
|
116
|
+
width: fit-content;
|
|
115
117
|
}
|
|
116
118
|
.dsa-contact a.dsa-contact__link .icon {
|
|
117
119
|
width: var(--dsa-contact__link__icon--size);
|
|
@@ -122,12 +124,4 @@
|
|
|
122
124
|
.dsa-contact a.dsa-contact__link:hover {
|
|
123
125
|
color: var(--dsa-contact__link--color_hover);
|
|
124
126
|
text-decoration: var(--dsa-contact__link--text-decoration_hover);
|
|
125
|
-
}
|
|
126
|
-
.dsa-contact .c-headline {
|
|
127
|
-
--c-headline--color: var(--dsa-contact__headline--color);
|
|
128
|
-
--c-headline--font: var(--dsa-contact__headline--font);
|
|
129
|
-
--c-headline--font-weight: var(--dsa-contact__headline--font-weight);
|
|
130
|
-
--c-headline__subheadline--color: var(--dsa-contact__headline__subheadline--color);
|
|
131
|
-
--c-headline__subheadline--font: var(--dsa-contact__headline__subheadline--font);
|
|
132
|
-
--c-headline__subheadline--font-weight: var(--dsa-contact__headline__subheadline--font-weight);
|
|
133
127
|
}
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"title": "Alt Text",
|
|
23
23
|
"description": "Alt text of the image",
|
|
24
24
|
"examples": [
|
|
25
|
-
"Picture of
|
|
25
|
+
"Picture of Isabella Doe"
|
|
26
26
|
]
|
|
27
27
|
},
|
|
28
28
|
"fullWidth": {
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"description": "Name, company name, etc.",
|
|
51
51
|
"type": "string",
|
|
52
52
|
"examples": [
|
|
53
|
-
"
|
|
53
|
+
"Isabella Doe"
|
|
54
54
|
]
|
|
55
55
|
},
|
|
56
56
|
"subtitle": {
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"label": {
|
|
74
74
|
"type": "string"
|
|
75
75
|
},
|
|
76
|
-
"
|
|
76
|
+
"url": {
|
|
77
77
|
"type": "string",
|
|
78
78
|
"format": "uri"
|
|
79
79
|
},
|
|
@@ -82,6 +82,14 @@
|
|
|
82
82
|
"description": "Open link in new Tab",
|
|
83
83
|
"type": "boolean",
|
|
84
84
|
"default": false
|
|
85
|
+
},
|
|
86
|
+
"ariaLabel": {
|
|
87
|
+
"title": "Aria Label",
|
|
88
|
+
"description": "Aria label for the link",
|
|
89
|
+
"type": "string",
|
|
90
|
+
"examples": [
|
|
91
|
+
"Link to Isabella Doe's social media profile"
|
|
92
|
+
]
|
|
85
93
|
}
|
|
86
94
|
},
|
|
87
95
|
"additionalProperties": false
|
|
@@ -91,12 +99,12 @@
|
|
|
91
99
|
{
|
|
92
100
|
"icon": "phone",
|
|
93
101
|
"label": "0228 / 688 966 20",
|
|
94
|
-
"
|
|
102
|
+
"url": "tel:+4922868896620"
|
|
95
103
|
},
|
|
96
104
|
{
|
|
97
105
|
"icon": "email",
|
|
98
106
|
"label": "mail@example.com",
|
|
99
|
-
"
|
|
107
|
+
"url": "mailto:mail@example.com"
|
|
100
108
|
}
|
|
101
109
|
]
|
|
102
110
|
]
|
|
@@ -114,9 +122,6 @@
|
|
|
114
122
|
"title": "`ks-component` attribute",
|
|
115
123
|
"description": "Optional custom component identifier",
|
|
116
124
|
"type": "string"
|
|
117
|
-
},
|
|
118
|
-
"type": {
|
|
119
|
-
"const": "contact"
|
|
120
125
|
}
|
|
121
126
|
},
|
|
122
127
|
"additionalProperties": false,
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"type": "string",
|
|
20
20
|
"title": "Alt Text",
|
|
21
21
|
"description": "Alt text of the image",
|
|
22
|
-
"examples": ["Picture of
|
|
22
|
+
"examples": ["Picture of Isabella Doe"]
|
|
23
23
|
},
|
|
24
24
|
"fullWidth": {
|
|
25
25
|
"type": "boolean",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"title": "Title",
|
|
41
41
|
"description": "Name, company name, etc.",
|
|
42
42
|
"type": "string",
|
|
43
|
-
"examples": ["
|
|
43
|
+
"examples": ["Isabella Doe"]
|
|
44
44
|
},
|
|
45
45
|
"subtitle": {
|
|
46
46
|
"title": "Subtitle",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"label": {
|
|
61
61
|
"type": "string"
|
|
62
62
|
},
|
|
63
|
-
"
|
|
63
|
+
"url": {
|
|
64
64
|
"type": "string",
|
|
65
65
|
"format": "uri"
|
|
66
66
|
},
|
|
@@ -69,6 +69,12 @@
|
|
|
69
69
|
"description": "Open link in new Tab",
|
|
70
70
|
"type": "boolean",
|
|
71
71
|
"default": false
|
|
72
|
+
},
|
|
73
|
+
"ariaLabel": {
|
|
74
|
+
"title": "Aria Label",
|
|
75
|
+
"description": "Aria label for the link",
|
|
76
|
+
"type": "string",
|
|
77
|
+
"examples": ["Link to Isabella Doe's social media profile"]
|
|
72
78
|
}
|
|
73
79
|
},
|
|
74
80
|
"additionalProperties": false
|
|
@@ -78,12 +84,12 @@
|
|
|
78
84
|
{
|
|
79
85
|
"icon": "phone",
|
|
80
86
|
"label": "0228 / 688 966 20",
|
|
81
|
-
"
|
|
87
|
+
"url": "tel:+4922868896620"
|
|
82
88
|
},
|
|
83
89
|
{
|
|
84
90
|
"icon": "email",
|
|
85
91
|
"label": "mail@example.com",
|
|
86
|
-
"
|
|
92
|
+
"url": "mailto:mail@example.com"
|
|
87
93
|
}
|
|
88
94
|
]
|
|
89
95
|
]
|