@kickstartds/ds-agency-premium 1.6.71--canary.45.1846.0 → 1.7.0--canary.18.1660.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-c760fd2a.d.ts → BlogAsideProps-d9decb7c.d.ts} +5 -5
- package/dist/{BlogAuthorProps-fb0241df.d.ts → BlogAuthorProps-88a11566.d.ts} +2 -7
- package/dist/{BlogHeadProps-c04a5ed8.d.ts → BlogHeadProps-3f6e4072.d.ts} +1 -6
- package/dist/BlogOverviewProps-9f207f1c.d.ts +2 -2
- package/dist/BlogPostProps-6b3cff22.d.ts +4 -4
- package/dist/BlogTeaserProps-f5855e93.d.ts +4 -9
- package/dist/{ButtonProps-00ddee3a.d.ts → ButtonProps-03ff6d21.d.ts} +4 -4
- package/dist/{CtaProps-babe4ee6.d.ts → CtaProps-93230a76.d.ts} +11 -21
- package/dist/FeatureProps-f8a75850.d.ts +52 -0
- package/dist/FeaturesProps-b05859d6.d.ts +34 -0
- package/dist/{FooterProps-a0a104ca.d.ts → FooterProps-171a3067.d.ts} +2 -2
- package/dist/{HeaderProps-72763967.d.ts → HeaderProps-e22382f1.d.ts} +2 -2
- package/dist/{HeroProps-40f6c7f5.d.ts → HeroProps-cf82a16d.d.ts} +5 -10
- package/dist/ImageStoryProps-e853e1e7.d.ts +1 -1
- package/dist/MosaicProps-d52c7151.d.ts +4 -4
- package/dist/PageProps-aa29c554.d.ts +1 -1
- package/dist/{SectionProps-21d04028.d.ts → SectionProps-83d399b4.d.ts} +11 -23
- package/dist/{SliderProps-babe4ee6.d.ts → SliderProps-93230a76.d.ts} +5 -5
- package/dist/{TeaserCardProps-994cb119.d.ts → TeaserCardProps-b9c28e78.d.ts} +4 -4
- package/dist/{TestimonialsProps-e344f597.d.ts → TestimonialProps-94bdeac9.d.ts} +2 -22
- package/dist/TestimonialsProps-f7211553.d.ts +22 -0
- package/dist/{VideoCurtainProps-a2c0cc7f.d.ts → VideoCurtainProps-6c625a69.d.ts} +5 -5
- package/dist/components/blog-aside/blog-aside.css +4 -4
- package/dist/components/blog-aside/blog-aside.schema.dereffed.json +9 -19
- package/dist/components/blog-aside/blog-aside.schema.json +4 -5
- package/dist/components/blog-aside/index.d.ts +1 -2
- package/dist/components/blog-aside/index.js +3 -3
- package/dist/components/blog-author/blog-author.schema.dereffed.json +5 -14
- package/dist/components/blog-author/index.d.ts +1 -2
- package/dist/components/blog-head/blog-head.css +3 -3
- package/dist/components/blog-head/blog-head.schema.dereffed.json +0 -8
- package/dist/components/blog-head/blog-head.schema.json +0 -6
- package/dist/components/blog-head/index.d.ts +1 -2
- package/dist/components/blog-head/index.js +2 -2
- package/dist/components/blog-overview/blog-overview.schema.dereffed.json +192 -363
- package/dist/components/blog-overview/index.d.ts +0 -1
- package/dist/components/blog-post/blog-post.schema.dereffed.json +183 -348
- package/dist/components/blog-post/index.d.ts +0 -1
- package/dist/components/blog-post/index.js +2 -4
- package/dist/components/blog-teaser/blog-teaser.css +7 -9
- package/dist/components/blog-teaser/blog-teaser.schema.dereffed.json +6 -14
- package/dist/components/blog-teaser/blog-teaser.schema.json +5 -11
- package/dist/components/blog-teaser/index.d.ts +3 -4
- package/dist/components/blog-teaser/index.js +10 -8
- package/dist/components/button/button.css +2 -2
- package/dist/components/button/button.schema.dereffed.json +3 -4
- package/dist/components/button/button.schema.json +3 -4
- package/dist/components/button/index.d.ts +1 -2
- package/dist/components/button/index.js +1 -1
- package/dist/components/button-group/button-group.schema.dereffed.json +3 -4
- package/dist/components/button-group/index.d.ts +1 -2
- package/dist/components/contact/contact.css +16 -12
- package/dist/components/contact/contact.schema.dereffed.json +6 -15
- package/dist/components/contact/contact.schema.json +6 -13
- package/dist/components/contact/index.d.ts +1 -7
- package/dist/components/contact/index.js +1 -1
- package/dist/components/cta/cta.css +72 -49
- package/dist/components/cta/cta.schema.dereffed.json +11 -29
- package/dist/components/cta/cta.schema.json +10 -23
- package/dist/components/cta/index.d.ts +1 -2
- package/dist/components/cta/index.js +25 -25
- package/dist/components/divider/divider.css +1 -1
- package/dist/components/divider/index.d.ts +26 -2
- package/dist/components/faq/index.d.ts +0 -1
- package/dist/components/feature/feature.schema.dereffed.json +3 -14
- package/dist/components/feature/feature.schema.json +3 -12
- package/dist/components/feature/index.d.ts +1 -58
- package/dist/components/feature/index.js +2 -2
- package/dist/components/features/features.css +6 -19
- package/dist/components/features/features.schema.dereffed.json +40 -13
- package/dist/components/features/features.schema.json +1 -27
- package/dist/components/features/index.d.ts +1 -2
- package/dist/components/features/index.js +2 -11
- package/dist/components/footer/footer.css +5 -5
- package/dist/components/footer/footer.schema.dereffed.json +12 -12
- package/dist/components/footer/index.d.ts +1 -2
- package/dist/components/footer/index.js +1 -1
- package/dist/components/gallery/gallery.css +18 -0
- package/dist/components/gallery/gallery.schema.dereffed.json +1 -2
- package/dist/components/gallery/gallery.schema.json +1 -2
- package/dist/components/gallery/index.d.ts +0 -1
- package/dist/components/gallery/index.js +1 -1
- package/dist/components/header/header.css +11 -53
- package/dist/components/header/header.schema.dereffed.json +12 -12
- package/dist/components/header/index.d.ts +4 -5
- package/dist/components/header/index.js +5 -5
- package/dist/components/headline/headline.css +41 -49
- package/dist/components/headline/headline.schema.dereffed.json +0 -5
- package/dist/components/headline/headline.schema.json +0 -5
- package/dist/components/headline/index.d.ts +0 -6
- package/dist/components/headline/index.js +1 -1
- package/dist/components/hero/hero.css +22 -91
- package/dist/components/hero/hero.schema.dereffed.json +4 -12
- package/dist/components/hero/hero.schema.json +3 -9
- package/dist/components/hero/index.d.ts +1 -2
- package/dist/components/hero/index.js +37 -39
- package/dist/components/html/html.schema.json +3 -31
- package/dist/components/html/index.d.ts +26 -5
- package/dist/components/html/index.js +3 -17
- package/dist/components/image/image.css +18 -0
- package/dist/components/image/image.schema.dereffed.json +105 -0
- package/dist/components/image/image.schema.json +95 -0
- package/dist/components/image/index.d.ts +87 -0
- package/dist/components/image/index.js +11 -0
- package/dist/components/image-story/image-story.css +7 -10
- package/dist/components/image-story/image-story.schema.dereffed.json +3 -4
- package/dist/components/image-story/image-story.schema.json +1 -5
- package/dist/components/image-story/index.d.ts +0 -1
- package/dist/components/image-story/index.js +1 -0
- package/dist/components/image-text/image-text.css +4 -4
- package/dist/components/image-text/index.d.ts +0 -1
- package/dist/components/index/index.d.ts +3 -9
- package/dist/components/logo/index.d.ts +0 -1
- package/dist/components/logos/index.d.ts +0 -1
- package/dist/components/logos/index.js +1 -1
- package/dist/components/logos/logos.css +4 -4
- package/dist/components/logos/logos.schema.dereffed.json +6 -6
- package/dist/components/logos/logos.schema.json +6 -6
- package/dist/components/mosaic/index.d.ts +0 -1
- package/dist/components/mosaic/index.js +1 -1
- package/dist/components/mosaic/mosaic.css +7 -8
- package/dist/components/mosaic/mosaic.schema.dereffed.json +3 -4
- package/dist/components/nav-dropdown/index.d.ts +1 -2
- package/dist/components/nav-dropdown/index.js +2 -2
- package/dist/components/nav-dropdown/nav-dropdown.css +4 -13
- package/dist/components/nav-dropdown/nav-dropdown.schema.dereffed.json +1 -1
- package/dist/components/nav-flyout/index.d.ts +2 -3
- package/dist/components/nav-flyout/index.js +8 -6
- package/dist/components/nav-flyout/nav-flyout.css +15 -29
- package/dist/components/nav-flyout/nav-flyout.schema.dereffed.json +12 -12
- package/dist/components/nav-main/index.d.ts +5 -6
- package/dist/components/nav-main/index.js +2 -0
- package/dist/components/nav-main/nav-main.schema.dereffed.json +15 -15
- package/dist/components/nav-main/nav-main.schema.json +14 -14
- package/dist/components/nav-toggle/index.js +1 -1
- package/dist/components/nav-topbar/index.d.ts +2 -3
- package/dist/components/nav-topbar/index.js +2 -2
- package/dist/components/nav-topbar/nav-topbar.css +3 -16
- package/dist/components/nav-topbar/nav-topbar.schema.dereffed.json +12 -12
- package/dist/components/page/index.d.ts +0 -1
- package/dist/components/page/page.schema.dereffed.json +163 -292
- package/dist/components/page-wrapper/index.js +368 -135
- package/dist/components/page-wrapper/tokens.css +692 -439
- package/dist/components/picture/picture.schema.json +88 -0
- package/dist/components/presets.json +560 -1883
- package/dist/components/providers/index.js +1 -1
- package/dist/components/section/index.d.ts +1 -2
- package/dist/components/section/index.js +16 -10
- package/dist/components/section/js/Section.client.js +1 -1
- package/dist/components/section/section.css +93 -88
- package/dist/components/section/section.schema.dereffed.json +163 -292
- package/dist/components/section/section.schema.json +10 -21
- package/dist/components/settings/settings.schema.dereffed.json +24 -29
- package/dist/components/settings/settings.schema.json +0 -5
- package/dist/components/slider/index.d.ts +1 -2
- package/dist/components/slider/slider.css +9 -19
- package/dist/components/slider/slider.schema.dereffed.json +71 -78
- package/dist/components/split/index.d.ts +13 -0
- package/dist/components/split/index.js +17 -0
- package/dist/components/split/split.css +53 -0
- package/dist/components/split/split.schema.dereffed.json +29 -0
- package/dist/components/split/split.schema.json +19 -0
- package/dist/components/stat/index.d.ts +0 -1
- package/dist/components/stat/stat.schema.dereffed.json +0 -1
- package/dist/components/stat/stat.schema.json +0 -1
- package/dist/components/stats/index.d.ts +0 -1
- package/dist/components/stats/stats.css +7 -3
- package/dist/components/stats/stats.schema.dereffed.json +0 -1
- package/dist/components/teaser-card/index.d.ts +1 -2
- package/dist/components/teaser-card/index.js +9 -10
- package/dist/components/teaser-card/teaser-card.css +48 -68
- package/dist/components/teaser-card/teaser-card.schema.dereffed.json +4 -4
- package/dist/components/teaser-card/teaser-card.schema.json +4 -4
- package/dist/components/testimonial/index.d.ts +1 -49
- package/dist/components/testimonial/index.js +1 -4
- package/dist/components/testimonial/testimonial.schema.dereffed.json +0 -11
- package/dist/components/testimonial/testimonial.schema.json +0 -7
- package/dist/components/testimonials/index.d.ts +2 -3
- package/dist/components/testimonials/index.js +2 -2
- package/dist/components/testimonials/testimonials.css +28 -60
- package/dist/components/testimonials/testimonials.schema.dereffed.json +5 -11
- package/dist/components/testimonials/testimonials.schema.json +1 -30
- package/dist/components/text/index.d.ts +0 -1
- package/dist/components/text/text.css +2 -2
- package/dist/components/tile/tile.schema.dereffed.json +3 -4
- package/dist/components/tile/tile.schema.json +4 -10
- package/dist/components/video-curtain/index.d.ts +1 -2
- package/dist/components/video-curtain/index.js +4 -12
- package/dist/components/video-curtain/video-curtain.css +33 -57
- package/dist/components/video-curtain/video-curtain.schema.dereffed.json +4 -7
- package/dist/components/video-curtain/video-curtain.schema.json +3 -3
- package/dist/global.css +86 -340
- package/dist/static/img/logos/logoipsum-212.svg +12 -0
- package/dist/static/img/logos/logoipsum-217.svg +4 -0
- package/dist/static/img/logos/logoipsum-239.svg +16 -0
- package/dist/static/img/logos/logoipsum-244.svg +19 -0
- package/dist/static/img/logos/logoipsum-250.svg +21 -0
- package/dist/static/img/logos/logoipsum-286.svg +20 -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/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/components-contact--wide-image.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-testimonials--slider-layout.png +0 -0
- package/dist/static/img/screenshots/components-testimonials--with-rating.png +0 -0
- package/dist/static/img/screenshots/layout-footer--footer.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/pages-archetypes--blog-post.png +0 -0
- package/dist/static/img/screenshots/pages-archetypes--overview.png +0 -0
- package/dist/static/logo-inverted.svg +25 -12
- package/dist/static/logo.svg +25 -12
- package/dist/tokens/IconSprite.js +367 -134
- package/dist/tokens/icon-sprite.html +37 -72
- package/dist/tokens/themes.css +4 -4
- package/dist/tokens/tokens.css +692 -439
- package/dist/tokens/tokens.js +755 -651
- package/package.json +16 -11
- package/dist/DividerProps-2ef31901.d.ts +0 -26
- package/dist/EventAppointmentProps-443cd1ce.d.ts +0 -38
- package/dist/EventDetailProps-42a7eebe.d.ts +0 -387
- package/dist/EventFilterProps-b190eb86.d.ts +0 -73
- package/dist/EventLatestTeaserProps-fc9d3281.d.ts +0 -58
- package/dist/EventListTeaserProps-5cc94436.d.ts +0 -89
- package/dist/EventLocationProps-871bc198.d.ts +0 -41
- package/dist/FeaturesProps-a9041d97.d.ts +0 -67
- package/dist/HtmlProps-9d091769.d.ts +0 -34
- package/dist/SearchFilterProps-2fa6419b.d.ts +0 -29
- package/dist/SearchResultProps-224c2338.d.ts +0 -33
- package/dist/components/breadcrumb/breadcrumb.css +0 -32
- package/dist/components/breadcrumb/breadcrumb.schema.dereffed.json +0 -34
- package/dist/components/breadcrumb/breadcrumb.schema.json +0 -27
- package/dist/components/breadcrumb/index.d.ts +0 -28
- package/dist/components/breadcrumb/index.js +0 -17
- package/dist/components/content-nav/content-nav.css +0 -112
- package/dist/components/content-nav/content-nav.schema.dereffed.json +0 -61
- package/dist/components/content-nav/content-nav.schema.json +0 -52
- package/dist/components/content-nav/index.d.ts +0 -42
- package/dist/components/content-nav/index.js +0 -14
- package/dist/components/downloads/downloads.css +0 -153
- package/dist/components/downloads/downloads.schema.dereffed.json +0 -55
- package/dist/components/downloads/downloads.schema.json +0 -44
- package/dist/components/downloads/index.d.ts +0 -41
- package/dist/components/downloads/index.js +0 -18
- package/dist/components/event-appointment/event-appointment.css +0 -61
- package/dist/components/event-appointment/event-appointment.schema.dereffed.json +0 -56
- package/dist/components/event-appointment/event-appointment.schema.json +0 -47
- package/dist/components/event-appointment/index.d.ts +0 -7
- package/dist/components/event-appointment/index.js +0 -14
- package/dist/components/event-detail/event-detail.schema.dereffed.json +0 -287
- package/dist/components/event-detail/event-detail.schema.json +0 -74
- package/dist/components/event-detail/index.d.ts +0 -5
- package/dist/components/event-detail/index.js +0 -36
- package/dist/components/event-filter/event-filter.css +0 -31
- package/dist/components/event-filter/event-filter.schema.dereffed.json +0 -118
- package/dist/components/event-filter/event-filter.schema.json +0 -107
- package/dist/components/event-filter/index.d.ts +0 -7
- package/dist/components/event-filter/index.js +0 -34
- package/dist/components/event-header/event-header.css +0 -6
- package/dist/components/event-header/event-header.schema.dereffed.json +0 -38
- package/dist/components/event-header/event-header.schema.json +0 -34
- package/dist/components/event-header/index.d.ts +0 -35
- package/dist/components/event-header/index.js +0 -20
- package/dist/components/event-latest/event-latest.css +0 -5
- package/dist/components/event-latest/event-latest.schema.dereffed.json +0 -142
- package/dist/components/event-latest/event-latest.schema.json +0 -46
- package/dist/components/event-latest/index.d.ts +0 -30
- package/dist/components/event-latest/index.js +0 -19
- package/dist/components/event-latest-teaser/event-latest-teaser.css +0 -131
- package/dist/components/event-latest-teaser/event-latest-teaser.schema.dereffed.json +0 -97
- package/dist/components/event-latest-teaser/event-latest-teaser.schema.json +0 -73
- package/dist/components/event-latest-teaser/index.d.ts +0 -8
- package/dist/components/event-latest-teaser/index.js +0 -18
- package/dist/components/event-list/event-list.schema.dereffed.json +0 -284
- package/dist/components/event-list/event-list.schema.json +0 -18
- package/dist/components/event-list/index.d.ts +0 -19
- package/dist/components/event-list/index.js +0 -73
- package/dist/components/event-list-teaser/event-list-teaser.css +0 -141
- package/dist/components/event-list-teaser/event-list-teaser.schema.dereffed.json +0 -151
- package/dist/components/event-list-teaser/event-list-teaser.schema.json +0 -116
- package/dist/components/event-list-teaser/index.d.ts +0 -8
- package/dist/components/event-list-teaser/index.js +0 -21
- package/dist/components/event-location/event-location.css +0 -71
- package/dist/components/event-location/event-location.schema.dereffed.json +0 -126
- package/dist/components/event-location/event-location.schema.json +0 -61
- package/dist/components/event-location/index.d.ts +0 -7
- package/dist/components/event-location/index.js +0 -18
- package/dist/components/event-login/event-login.css +0 -31
- package/dist/components/event-login/event-login.schema.dereffed.json +0 -125
- package/dist/components/event-login/event-login.schema.json +0 -98
- package/dist/components/event-login/index.d.ts +0 -78
- package/dist/components/event-login/index.js +0 -21
- package/dist/components/event-registration/event-registration.css +0 -91
- package/dist/components/event-registration/event-registration.schema.dereffed.json +0 -174
- package/dist/components/event-registration/event-registration.schema.json +0 -138
- package/dist/components/event-registration/index.d.ts +0 -106
- package/dist/components/event-registration/index.js +0 -23
- package/dist/components/html/Html.client.d.ts +0 -5
- package/dist/components/html/Html.client.js +0 -41
- package/dist/components/html/html.css +0 -52
- package/dist/components/html/html.schema.dereffed.json +0 -61
- package/dist/components/pagination/index.d.ts +0 -47
- package/dist/components/pagination/index.js +0 -52
- package/dist/components/pagination/pagination.css +0 -66
- package/dist/components/pagination/pagination.schema.dereffed.json +0 -64
- package/dist/components/pagination/pagination.schema.json +0 -57
- package/dist/components/search/index.d.ts +0 -19
- package/dist/components/search/index.js +0 -39
- package/dist/components/search/search.schema.dereffed.json +0 -134
- package/dist/components/search/search.schema.json +0 -18
- package/dist/components/search-bar/index.d.ts +0 -35
- package/dist/components/search-bar/index.js +0 -17
- package/dist/components/search-bar/search-bar.css +0 -33
- package/dist/components/search-bar/search-bar.schema.dereffed.json +0 -48
- package/dist/components/search-bar/search-bar.schema.json +0 -35
- package/dist/components/search-filter/index.d.ts +0 -7
- package/dist/components/search-filter/index.js +0 -15
- package/dist/components/search-filter/search-filter.css +0 -20
- package/dist/components/search-filter/search-filter.schema.dereffed.json +0 -69
- package/dist/components/search-filter/search-filter.schema.json +0 -46
- package/dist/components/search-result/index.d.ts +0 -7
- package/dist/components/search-result/index.js +0 -15
- package/dist/components/search-result/search-result.css +0 -26
- package/dist/components/search-result/search-result.schema.dereffed.json +0 -50
- package/dist/components/search-result/search-result.schema.json +0 -41
- package/dist/components/split-even/index.d.ts +0 -74
- package/dist/components/split-even/index.js +0 -7
- package/dist/components/split-even/split-even.css +0 -100
- package/dist/components/split-even/split-even.schema.dereffed.json +0 -5899
- package/dist/components/split-even/split-even.schema.json +0 -170
- package/dist/components/split-weighted/index.d.ts +0 -104
- package/dist/components/split-weighted/index.js +0 -13
- package/dist/components/split-weighted/split-weighted.css +0 -133
- package/dist/components/split-weighted/split-weighted.schema.dereffed.json +0 -5959
- package/dist/components/split-weighted/split-weighted.schema.json +0 -212
- package/dist/static/fonts/systemics/Montserrat-Bold.woff2 +0 -0
- package/dist/static/fonts/systemics/Montserrat-Light.woff2 +0 -0
- package/dist/static/fonts/systemics/Montserrat-Medium.woff2 +0 -0
- package/dist/static/fonts/systemics/Montserrat-Regular.woff2 +0 -0
- package/dist/static/fonts/systemics/Montserrat-SemiBold.woff2 +0 -0
- package/dist/static/img/about/angled-image.png +0 -0
- package/dist/static/img/about/cta.png +0 -0
- package/dist/static/img/about/cutout.png +0 -0
- package/dist/static/img/about/disclaimer.png +0 -0
- package/dist/static/img/about/purpose.png +0 -0
- package/dist/static/img/about/spoiler.png +0 -0
- package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-01.svg +0 -72
- package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-02.svg +0 -112
- package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-03.svg +0 -197
- package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-04.svg +0 -76
- package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-05.svg +0 -82
- package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-06.svg +0 -219
- package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-07.svg +0 -85
- package/dist/static/img/logos/logoipsum-344.svg +0 -174
- package/dist/static/img/logos/logoipsum-347.svg +0 -52
- package/dist/static/img/logos/logoipsum-352.svg +0 -22
- package/dist/static/img/logos/logoipsum-356.svg +0 -20
- package/dist/static/img/logos/logoipsum-358.svg +0 -29
- package/dist/static/img/logos/logoipsum-369.svg +0 -20
- package/dist/static/img/logos/logoipsum-373.svg +0 -17
- package/dist/static/img/people/contact-person.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/logo-dark.svg +0 -13
- package/dist/static/logo-dsa-inverted.svg +0 -26
- package/dist/static/logo-dsa.svg +0 -26
|
@@ -1,8 +1,29 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { HTMLAttributes } from "react";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* This file was automatically generated by json-schema-to-typescript.
|
|
6
|
+
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
7
|
+
* and run `yarn run schema` to regenerate this file.
|
|
8
|
+
*/
|
|
9
|
+
type HTMLString = string;
|
|
10
|
+
/**
|
|
11
|
+
* Add additional css classes that should be applied to the element
|
|
12
|
+
*/
|
|
13
|
+
type AdditionalClasses = string;
|
|
14
|
+
/**
|
|
15
|
+
* Optional custom component identifier
|
|
16
|
+
*/
|
|
17
|
+
type KsComponentAttribute = string;
|
|
18
|
+
/**
|
|
19
|
+
* Display raw HTML.
|
|
20
|
+
*/
|
|
21
|
+
interface HTMLProps {
|
|
22
|
+
html?: HTMLString;
|
|
23
|
+
className?: AdditionalClasses;
|
|
24
|
+
component?: KsComponentAttribute;
|
|
25
|
+
}
|
|
26
|
+
declare const HtmlContextDefault: import("react").ForwardRefExoticComponent<HTMLProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
|
27
|
+
declare const HtmlContext: import("react").Context<import("react").ForwardRefExoticComponent<HTMLProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>>;
|
|
28
|
+
declare const Html: import("react").ForwardRefExoticComponent<HTMLProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
|
8
29
|
export { HtmlContextDefault, HtmlContext, Html };
|
|
@@ -1,23 +1,9 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
1
|
+
import { jsx } from 'react/jsx-runtime';
|
|
3
2
|
import { forwardRef, createContext, useContext } from 'react';
|
|
4
3
|
import classnames from 'classnames';
|
|
5
|
-
import { Button } from '@kickstartds/base/lib/button';
|
|
6
|
-
import { RichText } from '@kickstartds/base/lib/rich-text';
|
|
7
|
-
import './Html.client.js';
|
|
8
|
-
import '@kickstartds/core/lib/component';
|
|
9
4
|
|
|
10
|
-
const HtmlContextDefault = forwardRef(({ html,
|
|
11
|
-
return (
|
|
12
|
-
backgroundImage: consentBackgroundImage
|
|
13
|
-
? `url(${consentBackgroundImage})`
|
|
14
|
-
: undefined,
|
|
15
|
-
}, className: classnames("dsa-html__consent", {
|
|
16
|
-
"dsa-html__consent--sixteen-to-nine": consentAspectRatio === "16:9",
|
|
17
|
-
"dsa-html__consent--sixteen-to-ten": consentAspectRatio === "16:10",
|
|
18
|
-
"dsa-html__consent--four-to-three": consentAspectRatio === "4:3",
|
|
19
|
-
"dsa-html__consent--square": consentAspectRatio === "1:1",
|
|
20
|
-
}), children: [consentText && jsx(RichText, { text: consentText }), jsx(Button, { type: "button", label: consentButtonLabel, className: "dsa-html__consent-button", variant: "primary" })] }))] }));
|
|
5
|
+
const HtmlContextDefault = forwardRef(({ html, className, component, ...props }, ref) => {
|
|
6
|
+
return (jsx("div", { ref: ref, className: classnames("c-html", className), dangerouslySetInnerHTML: { __html: html }, "ks-component": component, ...props }));
|
|
21
7
|
});
|
|
22
8
|
const HtmlContext = createContext(HtmlContextDefault);
|
|
23
9
|
const Html = forwardRef((props, ref) => {
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
.dsa-image {
|
|
2
|
+
--dsa-image--ratio-square: 1/1;
|
|
3
|
+
--dsa-image--ratio-wide: 4/3;
|
|
4
|
+
--dsa-image--ratio-landscape: 16/9;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.dsa-image {
|
|
8
|
+
object-fit: cover;
|
|
9
|
+
}
|
|
10
|
+
.dsa-image--square {
|
|
11
|
+
aspect-ratio: var(--c-image--ratio-square);
|
|
12
|
+
}
|
|
13
|
+
.dsa-image--wide {
|
|
14
|
+
aspect-ratio: var(--c-image--ratio-wide);
|
|
15
|
+
}
|
|
16
|
+
.dsa-image--landscape {
|
|
17
|
+
aspect-ratio: var(--c-image--ratio-landscape);
|
|
18
|
+
}
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$id": "http://schema.mydesignsystem.com/image.schema.json",
|
|
4
|
+
"title": "Image",
|
|
5
|
+
"description": "Base component to display a picture",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"properties": {
|
|
8
|
+
"src": {
|
|
9
|
+
"title": "Source",
|
|
10
|
+
"description": "Picture source",
|
|
11
|
+
"type": "string",
|
|
12
|
+
"format": "image",
|
|
13
|
+
"examples": [
|
|
14
|
+
"img/close-up-young-business-team-working.png"
|
|
15
|
+
]
|
|
16
|
+
},
|
|
17
|
+
"srcSet": {
|
|
18
|
+
"title": "Picture sourceset",
|
|
19
|
+
"description": "Use a srcSet to display picture",
|
|
20
|
+
"type": "string",
|
|
21
|
+
"format": "image"
|
|
22
|
+
},
|
|
23
|
+
"alt": {
|
|
24
|
+
"title": "Alt text",
|
|
25
|
+
"description": "Alt text to display for picture",
|
|
26
|
+
"type": "string"
|
|
27
|
+
},
|
|
28
|
+
"width": {
|
|
29
|
+
"title": "Width",
|
|
30
|
+
"description": "Width of the picture",
|
|
31
|
+
"type": "integer",
|
|
32
|
+
"minimum": 0
|
|
33
|
+
},
|
|
34
|
+
"height": {
|
|
35
|
+
"title": "Height",
|
|
36
|
+
"description": "Height of the picture",
|
|
37
|
+
"type": "integer",
|
|
38
|
+
"minimum": 0
|
|
39
|
+
},
|
|
40
|
+
"aspectRatio": {
|
|
41
|
+
"type": "string",
|
|
42
|
+
"title": "Aspect Ratio",
|
|
43
|
+
"description": "The aspect ratio of the image",
|
|
44
|
+
"enum": [
|
|
45
|
+
"unset",
|
|
46
|
+
"square",
|
|
47
|
+
"wide",
|
|
48
|
+
"landscape"
|
|
49
|
+
],
|
|
50
|
+
"default": "unset"
|
|
51
|
+
},
|
|
52
|
+
"className": {
|
|
53
|
+
"title": "Additional Classes",
|
|
54
|
+
"description": "Add additional css classes that should be applied to the image",
|
|
55
|
+
"type": "string"
|
|
56
|
+
},
|
|
57
|
+
"style": {
|
|
58
|
+
"title": "`style` attribute",
|
|
59
|
+
"description": "Define a style attribute for the picture",
|
|
60
|
+
"type": "string"
|
|
61
|
+
},
|
|
62
|
+
"lazy": {
|
|
63
|
+
"title": "Lazy",
|
|
64
|
+
"description": "Load the picture lazily",
|
|
65
|
+
"type": "boolean",
|
|
66
|
+
"default": true
|
|
67
|
+
},
|
|
68
|
+
"sources": {
|
|
69
|
+
"title": "Sources",
|
|
70
|
+
"description": "Additional sources. This will result in a `picture`-Element",
|
|
71
|
+
"type": "array",
|
|
72
|
+
"items": {
|
|
73
|
+
"type": "object",
|
|
74
|
+
"properties": {
|
|
75
|
+
"srcSet": {
|
|
76
|
+
"title": "Picture sourceset",
|
|
77
|
+
"description": "Use a srcSet to display picture",
|
|
78
|
+
"type": "string",
|
|
79
|
+
"format": "image"
|
|
80
|
+
},
|
|
81
|
+
"media": {
|
|
82
|
+
"title": "Media for picture",
|
|
83
|
+
"description": "Media attribute for source",
|
|
84
|
+
"type": "string"
|
|
85
|
+
},
|
|
86
|
+
"type": {
|
|
87
|
+
"title": "Type for picture",
|
|
88
|
+
"description": "Type attribute for source",
|
|
89
|
+
"type": "string"
|
|
90
|
+
}
|
|
91
|
+
},
|
|
92
|
+
"additionalProperties": false
|
|
93
|
+
}
|
|
94
|
+
},
|
|
95
|
+
"pictureClassName": {
|
|
96
|
+
"title": "`class` attribute",
|
|
97
|
+
"description": "Set additional class(es) to the picture",
|
|
98
|
+
"type": "string"
|
|
99
|
+
},
|
|
100
|
+
"type": {
|
|
101
|
+
"const": "image"
|
|
102
|
+
}
|
|
103
|
+
},
|
|
104
|
+
"additionalProperties": false
|
|
105
|
+
}
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$id": "http://schema.mydesignsystem.com/image.schema.json",
|
|
4
|
+
"title": "Image",
|
|
5
|
+
"description": "Base component to display a picture",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"properties": {
|
|
8
|
+
"src": {
|
|
9
|
+
"title": "Source",
|
|
10
|
+
"description": "Picture source",
|
|
11
|
+
"type": "string",
|
|
12
|
+
"format": "image",
|
|
13
|
+
"examples": ["img/close-up-young-business-team-working.png"]
|
|
14
|
+
},
|
|
15
|
+
"srcSet": {
|
|
16
|
+
"title": "Picture sourceset",
|
|
17
|
+
"description": "Use a srcSet to display picture",
|
|
18
|
+
"type": "string",
|
|
19
|
+
"format": "image"
|
|
20
|
+
},
|
|
21
|
+
"alt": {
|
|
22
|
+
"title": "Alt text",
|
|
23
|
+
"description": "Alt text to display for picture",
|
|
24
|
+
"type": "string"
|
|
25
|
+
},
|
|
26
|
+
"width": {
|
|
27
|
+
"title": "Width",
|
|
28
|
+
"description": "Width of the picture",
|
|
29
|
+
"type": "integer",
|
|
30
|
+
"minimum": 0
|
|
31
|
+
},
|
|
32
|
+
"height": {
|
|
33
|
+
"title": "Height",
|
|
34
|
+
"description": "Height of the picture",
|
|
35
|
+
"type": "integer",
|
|
36
|
+
"minimum": 0
|
|
37
|
+
},
|
|
38
|
+
"aspectRatio": {
|
|
39
|
+
"type": "string",
|
|
40
|
+
"title": "Aspect Ratio",
|
|
41
|
+
"description": "The aspect ratio of the image",
|
|
42
|
+
"enum": ["unset", "square", "wide", "landscape"],
|
|
43
|
+
"default": "unset"
|
|
44
|
+
},
|
|
45
|
+
"className": {
|
|
46
|
+
"title": "Additional Classes",
|
|
47
|
+
"description": "Add additional css classes that should be applied to the image",
|
|
48
|
+
"type": "string"
|
|
49
|
+
},
|
|
50
|
+
"style": {
|
|
51
|
+
"title": "`style` attribute",
|
|
52
|
+
"description": "Define a style attribute for the picture",
|
|
53
|
+
"type": "string"
|
|
54
|
+
},
|
|
55
|
+
"lazy": {
|
|
56
|
+
"title": "Lazy",
|
|
57
|
+
"description": "Load the picture lazily",
|
|
58
|
+
"type": "boolean",
|
|
59
|
+
"default": true
|
|
60
|
+
},
|
|
61
|
+
"sources": {
|
|
62
|
+
"title": "Sources",
|
|
63
|
+
"description": "Additional sources. This will result in a `picture`-Element",
|
|
64
|
+
"type": "array",
|
|
65
|
+
"items": {
|
|
66
|
+
"type": "object",
|
|
67
|
+
"properties": {
|
|
68
|
+
"srcSet": {
|
|
69
|
+
"title": "Picture sourceset",
|
|
70
|
+
"description": "Use a srcSet to display picture",
|
|
71
|
+
"type": "string",
|
|
72
|
+
"format": "image"
|
|
73
|
+
},
|
|
74
|
+
"media": {
|
|
75
|
+
"title": "Media for picture",
|
|
76
|
+
"description": "Media attribute for source",
|
|
77
|
+
"type": "string"
|
|
78
|
+
},
|
|
79
|
+
"type": {
|
|
80
|
+
"title": "Type for picture",
|
|
81
|
+
"description": "Type attribute for source",
|
|
82
|
+
"type": "string"
|
|
83
|
+
}
|
|
84
|
+
},
|
|
85
|
+
"additionalProperties": false
|
|
86
|
+
}
|
|
87
|
+
},
|
|
88
|
+
"pictureClassName": {
|
|
89
|
+
"title": "`class` attribute",
|
|
90
|
+
"description": "Set additional class(es) to the picture",
|
|
91
|
+
"type": "string"
|
|
92
|
+
}
|
|
93
|
+
},
|
|
94
|
+
"additionalProperties": false
|
|
95
|
+
}
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { HTMLAttributes, FC, PropsWithChildren } from "react";
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* This file was automatically generated by json-schema-to-typescript.
|
|
6
|
+
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
7
|
+
* and run json-schema-to-typescript to regenerate this file.
|
|
8
|
+
*/
|
|
9
|
+
/**
|
|
10
|
+
* Picture source
|
|
11
|
+
*/
|
|
12
|
+
type Source = string;
|
|
13
|
+
/**
|
|
14
|
+
* Use a srcSet to display picture
|
|
15
|
+
*/
|
|
16
|
+
type PictureSourceset = string;
|
|
17
|
+
/**
|
|
18
|
+
* Alt text to display for picture
|
|
19
|
+
*/
|
|
20
|
+
type AltText = string;
|
|
21
|
+
/**
|
|
22
|
+
* Width of the picture
|
|
23
|
+
*/
|
|
24
|
+
type Width = number;
|
|
25
|
+
/**
|
|
26
|
+
* Height of the picture
|
|
27
|
+
*/
|
|
28
|
+
type Height = number;
|
|
29
|
+
/**
|
|
30
|
+
* The aspect ratio of the image
|
|
31
|
+
*/
|
|
32
|
+
type AspectRatio = "unset" | "square" | "wide" | "landscape";
|
|
33
|
+
/**
|
|
34
|
+
* Add additional css classes that should be applied to the image
|
|
35
|
+
*/
|
|
36
|
+
type AdditionalClasses = string;
|
|
37
|
+
/**
|
|
38
|
+
* Define a style attribute for the picture
|
|
39
|
+
*/
|
|
40
|
+
type StyleAttribute = string;
|
|
41
|
+
/**
|
|
42
|
+
* Load the picture lazily
|
|
43
|
+
*/
|
|
44
|
+
type Lazy = boolean;
|
|
45
|
+
/**
|
|
46
|
+
* Use a srcSet to display picture
|
|
47
|
+
*/
|
|
48
|
+
type PictureSourceset1 = string;
|
|
49
|
+
/**
|
|
50
|
+
* Media attribute for source
|
|
51
|
+
*/
|
|
52
|
+
type MediaForPicture = string;
|
|
53
|
+
/**
|
|
54
|
+
* Type attribute for source
|
|
55
|
+
*/
|
|
56
|
+
type TypeForPicture = string;
|
|
57
|
+
/**
|
|
58
|
+
* Additional sources. This will result in a `picture`-Element
|
|
59
|
+
*/
|
|
60
|
+
type Sources = {
|
|
61
|
+
srcSet?: PictureSourceset1;
|
|
62
|
+
media?: MediaForPicture;
|
|
63
|
+
type?: TypeForPicture;
|
|
64
|
+
}[];
|
|
65
|
+
/**
|
|
66
|
+
* Set additional class(es) to the picture
|
|
67
|
+
*/
|
|
68
|
+
type ClassAttribute = string;
|
|
69
|
+
/**
|
|
70
|
+
* Base component to display a picture
|
|
71
|
+
*/
|
|
72
|
+
interface ImageProps {
|
|
73
|
+
src?: Source;
|
|
74
|
+
srcSet?: PictureSourceset;
|
|
75
|
+
alt?: AltText;
|
|
76
|
+
width?: Width;
|
|
77
|
+
height?: Height;
|
|
78
|
+
aspectRatio?: AspectRatio;
|
|
79
|
+
className?: AdditionalClasses;
|
|
80
|
+
style?: StyleAttribute;
|
|
81
|
+
lazy?: Lazy;
|
|
82
|
+
sources?: Sources;
|
|
83
|
+
pictureClassName?: ClassAttribute;
|
|
84
|
+
}
|
|
85
|
+
declare const Image: import("react").ForwardRefExoticComponent<ImageProps & Omit<HTMLAttributes<HTMLDivElement>, "style"> & import("react").RefAttributes<HTMLImageElement>>;
|
|
86
|
+
declare const ImageProvider: FC<PropsWithChildren>;
|
|
87
|
+
export { Image, ImageProvider };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import "./image.css";
|
|
2
|
+
import { jsx } from 'react/jsx-runtime';
|
|
3
|
+
import classnames from 'classnames';
|
|
4
|
+
import { forwardRef } from 'react';
|
|
5
|
+
import { PictureContextDefault, PictureContext } from '@kickstartds/base/lib/picture';
|
|
6
|
+
|
|
7
|
+
const Image = forwardRef(({ src, srcSet, alt, width, height, aspectRatio, className, id, itemProp, style, lazy, sources, pictureClassName, ...props }, ref) => (jsx(PictureContextDefault, { ...props, src: src, srcSet: srcSet, alt: alt, width: width, height: height, id: id, itemProp: itemProp, style: style, lazy: lazy, sources: sources, pictureClassName: pictureClassName, ref: ref, className: classnames("dsa-image", aspectRatio !== "unset" && `dsa-image--${aspectRatio}`, className) })));
|
|
8
|
+
Image.displayName = "Image";
|
|
9
|
+
const ImageProvider = (props) => (jsx(PictureContext.Provider, { ...props, value: Image }));
|
|
10
|
+
|
|
11
|
+
export { Image, ImageProvider };
|
|
@@ -1,21 +1,18 @@
|
|
|
1
1
|
.dsa-image-story.c-storytelling {
|
|
2
2
|
--dsa-image-story--gap: var(--ks-spacing-m);
|
|
3
|
-
--dsa-image-story--horizontal-padding: var(--dsa-content--
|
|
3
|
+
--dsa-image-story--horizontal-padding: var(--dsa-content--spacing);
|
|
4
4
|
--dsa-image-story--vertical-padding: var(--ks-spacing-xl);
|
|
5
|
-
--dsa-image-story__copy--font: var(--
|
|
6
|
-
--dsa-image-story__copy--color: var(--
|
|
5
|
+
--dsa-image-story__copy--font: var(--dsa-rich-text--font);
|
|
6
|
+
--dsa-image-story__copy--color: var(--dsa-rich-text--color);
|
|
7
7
|
}
|
|
8
8
|
|
|
9
9
|
.c-storytelling.dsa-image-story {
|
|
10
10
|
gap: var(--c-storytelling--horizontal-padding);
|
|
11
|
-
--c-storytelling--horizontal-padding: var(
|
|
12
|
-
--dsa-image-story--horizontal-padding,
|
|
13
|
-
var(--dsa-content--horizontal-spacing)
|
|
14
|
-
);
|
|
11
|
+
--c-storytelling--horizontal-padding: var(--dsa-image-story--horizontal-padding, var(--dsa-content--spacing));
|
|
15
12
|
--c-storytelling--vertical-padding: var(--dsa-image-story--vertical-padding, var(--ks-spacing-xl));
|
|
16
13
|
}
|
|
17
14
|
.c-storytelling.dsa-image-story .c-storytelling__box__content {
|
|
18
|
-
max-width: var(--
|
|
15
|
+
max-width: var(--l-section--content-width-narrow);
|
|
19
16
|
}
|
|
20
17
|
.c-storytelling.dsa-image-story.c-storytelling--three-to-two img {
|
|
21
18
|
aspect-ratio: 3/2;
|
|
@@ -30,8 +27,8 @@
|
|
|
30
27
|
aspect-ratio: 1/1;
|
|
31
28
|
}
|
|
32
29
|
.c-storytelling.dsa-image-story .c-rich-text {
|
|
33
|
-
font: var(--dsa-image-story__copy--font, var(--
|
|
34
|
-
color: var(--dsa-image-story__copy--color, var(--
|
|
30
|
+
font: var(--dsa-image-story__copy--font, var(--dsa-rich-text--font));
|
|
31
|
+
color: var(--dsa-image-story__copy--color, var(--dsa-rich-text--color));
|
|
35
32
|
}
|
|
36
33
|
.c-storytelling.dsa-image-story .c-storytelling__box,
|
|
37
34
|
.c-storytelling.dsa-image-story .c-storytelling__image {
|
|
@@ -69,10 +69,10 @@
|
|
|
69
69
|
"Book a meeting"
|
|
70
70
|
]
|
|
71
71
|
},
|
|
72
|
-
"
|
|
72
|
+
"target": {
|
|
73
73
|
"type": "string",
|
|
74
|
-
"title": "
|
|
75
|
-
"description": "
|
|
74
|
+
"title": "Target",
|
|
75
|
+
"description": "Target that should be linked, makes the button behave like a link semantically",
|
|
76
76
|
"format": "uri"
|
|
77
77
|
},
|
|
78
78
|
"variant": {
|
|
@@ -88,7 +88,6 @@
|
|
|
88
88
|
},
|
|
89
89
|
"icon": {
|
|
90
90
|
"type": "string",
|
|
91
|
-
"format": "icon",
|
|
92
91
|
"title": "Icon",
|
|
93
92
|
"description": "Choose an icon"
|
|
94
93
|
},
|
|
@@ -58,11 +58,7 @@
|
|
|
58
58
|
"format": "image"
|
|
59
59
|
},
|
|
60
60
|
"aspectRatio": {
|
|
61
|
-
"
|
|
62
|
-
"title": "Aspect Ratio",
|
|
63
|
-
"description": "The aspect ratio of the image",
|
|
64
|
-
"enum": ["unset", "square", "wide", "landscape"],
|
|
65
|
-
"default": "unset"
|
|
61
|
+
"$ref": "http://schema.mydesignsystem.com/image.schema.json#/properties/aspectRatio"
|
|
66
62
|
},
|
|
67
63
|
"alt": {
|
|
68
64
|
"title": "Alt text",
|
|
@@ -4,5 +4,4 @@ import { ImageStoryProps } from "../../ImageStoryProps-e853e1e7.js";
|
|
|
4
4
|
declare const ImageStoryContextDefault: import("react").ForwardRefExoticComponent<ImageStoryProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
|
5
5
|
declare const ImageStoryContext: import("react").Context<import("react").ForwardRefExoticComponent<ImageStoryProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>>;
|
|
6
6
|
declare const ImageStory: import("react").ForwardRefExoticComponent<ImageStoryProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
|
7
|
-
export type { ImageStoryProps };
|
|
8
7
|
export { ImageStoryContextDefault, ImageStoryContext, ImageStory };
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
.dsa-image-text {
|
|
2
|
-
--dsa-image-text--font: var(--
|
|
3
|
-
--dsa-image-text--color: var(--
|
|
2
|
+
--dsa-image-text--font: var(--dsa-rich-text--font);
|
|
3
|
+
--dsa-image-text--color: var(--dsa-rich-text--color);
|
|
4
4
|
--dsa-image-text_highlight--font: var(--ks-font-copy-l);
|
|
5
5
|
--dsa-image-text_highlight--color: var(--ks-text-color-default);
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
.dsa-image-text .c-rich-text {
|
|
9
|
-
--c-rich-text--font: var(--dsa-image-text--font, var(--ks-font-copy-m));
|
|
10
|
-
--c-rich-text--color: var(--dsa-image-text--color, var(--ks-text-color-default));
|
|
9
|
+
--c-rich-text--font: var(--dsa-image-text--font, var(--dsa-rich-text--font), var(--ks-font-copy-m));
|
|
10
|
+
--c-rich-text--color: var(--dsa-image-text--color, var(--dsa-rich-text--color), var(--ks-text-color-default));
|
|
11
11
|
}
|
|
12
12
|
.dsa-image-text--highlight.dsa-image-text .c-rich-text {
|
|
13
13
|
--c-rich-text--font: var(--dsa-image-text_highlight--font, var(--ks-font-copy-l));
|
|
@@ -5,5 +5,4 @@ declare const ImageTextContextDefault: import("react").ForwardRefExoticComponent
|
|
|
5
5
|
declare const ImageTextContext: import("react").Context<import("react").ForwardRefExoticComponent<ImageTextProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>>;
|
|
6
6
|
declare const ImageText: import("react").ForwardRefExoticComponent<ImageTextProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
|
7
7
|
declare const ImageTextProvider: FC<ImageTextProps & HTMLAttributes<HTMLDivElement>>;
|
|
8
|
-
export type { ImageTextProps };
|
|
9
8
|
export { ImageTextContextDefault, ImageTextContext, ImageText, ImageTextProvider };
|
|
@@ -4,13 +4,9 @@
|
|
|
4
4
|
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
5
5
|
* and run json-schema-to-typescript to regenerate this file.
|
|
6
6
|
*/
|
|
7
|
-
import { HeaderProps } from "../../HeaderProps-
|
|
8
|
-
import { FooterProps } from "../../FooterProps-
|
|
7
|
+
import { HeaderProps } from "../../HeaderProps-e22382f1.js";
|
|
8
|
+
import { FooterProps } from "../../FooterProps-171a3067.js";
|
|
9
9
|
import { SeoProps } from "../../SeoProps-f2d6dcaa.js";
|
|
10
|
-
/**
|
|
11
|
-
* Content of the icon sprite for this project
|
|
12
|
-
*/
|
|
13
|
-
type IconSprite = string;
|
|
14
10
|
/**
|
|
15
11
|
* Abstracts global settings made for a website into JSON Schema
|
|
16
12
|
*/
|
|
@@ -27,10 +23,8 @@ interface SettingsProps {
|
|
|
27
23
|
* Referenced component SeoProps
|
|
28
24
|
*/
|
|
29
25
|
seo: SeoProps;
|
|
30
|
-
iconSprite?: IconSprite;
|
|
31
26
|
}
|
|
32
27
|
export * from "../../BlogPostProps-6b3cff22.js";
|
|
33
28
|
export * from "../../BlogOverviewProps-9f207f1c.js";
|
|
34
29
|
export * from "../../PageProps-aa29c554.js";
|
|
35
|
-
export {
|
|
36
|
-
export * from "../../EventDetailProps-42a7eebe.js";
|
|
30
|
+
export { SettingsProps };
|
|
@@ -4,5 +4,4 @@ import { LogoProps } from "../../LogoProps-01796f0a.js";
|
|
|
4
4
|
declare const LogoContextDefault: import("react").ForwardRefExoticComponent<LogoProps & ImgHTMLAttributes<HTMLImageElement> & import("react").RefAttributes<HTMLImageElement>>;
|
|
5
5
|
declare const LogoContext: import("react").Context<import("react").ForwardRefExoticComponent<LogoProps & ImgHTMLAttributes<HTMLImageElement> & import("react").RefAttributes<HTMLImageElement>>>;
|
|
6
6
|
declare const Logo: import("react").ForwardRefExoticComponent<LogoProps & ImgHTMLAttributes<HTMLImageElement> & import("react").RefAttributes<HTMLImageElement>>;
|
|
7
|
-
export type { LogoProps };
|
|
8
7
|
export { LogoContextDefault, LogoContext, Logo };
|
|
@@ -4,5 +4,4 @@ import { LogosProps } from "../../LogosProps-f9474fe2.js";
|
|
|
4
4
|
declare const LogosContextDefault: import("react").ForwardRefExoticComponent<LogosProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
|
5
5
|
declare const LogosContext: import("react").Context<import("react").ForwardRefExoticComponent<LogosProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>>;
|
|
6
6
|
declare const Logos: import("react").ForwardRefExoticComponent<LogosProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
|
7
|
-
export type { LogosProps };
|
|
8
7
|
export { LogosContextDefault, LogosContext, Logos };
|
|
@@ -7,7 +7,7 @@ import { Button } from '@kickstartds/base/lib/button';
|
|
|
7
7
|
import { Link } from '@kickstartds/base/lib/link';
|
|
8
8
|
import { Container } from '@kickstartds/core/lib/container';
|
|
9
9
|
|
|
10
|
-
const LogosContextDefault = forwardRef(({ logo: logos = [], tagline, align
|
|
10
|
+
const LogosContextDefault = forwardRef(({ logo: logos = [], tagline, align, cta, logosPerRow = "6", ...rest }, ref) => (jsx("div", { ...rest, ref: ref, children: jsx(Container, { name: "logos", children: jsxs("div", { className: classnames(`dsa-logos dsa-logos--align-${align}`), children: [tagline && jsx("div", { className: "dsa-logos__tagline", children: tagline }), jsx(LogoTiles, { className: classnames(`dsa-logo-tiles dsa-logo-tiles--cols-${logosPerRow}`), logos: logos }), cta?.toggle ? (jsxs("div", { className: "dsa-logos__cta", children: [jsxs("div", { className: "dsa-logos__cta__text", children: [cta?.text, cta?.style === "text" ? (jsxs(Fragment, { children: [" ", jsx(Link, { className: "dsa-logos__cta__link", href: cta.link, children: cta.label })] })) : ("")] }), cta?.style === "button" ? (jsx(Button, { href: cta.link, label: cta.label })) : ("")] })) : ("")] }) }) })));
|
|
11
11
|
const LogosContext = createContext(LogosContextDefault);
|
|
12
12
|
const Logos = forwardRef((props, ref) => {
|
|
13
13
|
const Component = useContext(LogosContext);
|
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
--dsa-logos__tagline--font: var(--dsa-headline_h3--font);
|
|
9
9
|
--dsa-logos__tagline--font-weight: var(--dsa-headline--font-weight);
|
|
10
10
|
--dsa-logos__tagline--color: var(--dsa-headline--color);
|
|
11
|
-
--dsa-logos__grid--gap-horizontal: var(--ks-spacing-
|
|
12
|
-
--dsa-logos__grid--gap-vertical: var(--ks-spacing-stack-
|
|
11
|
+
--dsa-logos__grid--gap-horizontal: var(--ks-spacing-inline-l);
|
|
12
|
+
--dsa-logos__grid--gap-vertical: var(--ks-spacing-stack-s);
|
|
13
13
|
--dsa-logos__grid_mobile--cols: 2;
|
|
14
14
|
--dsa-logos__grid_tablet--cols: 3;
|
|
15
15
|
}
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
.dsa-logos__tagline {
|
|
27
27
|
font: var(--dsa-logos__tagline--font, var(--ks-font-display-m));
|
|
28
28
|
font-weight: var(--dsa-logos__tagline--font-weight, var(--dsa-headline--font-weight));
|
|
29
|
-
max-width: var(--
|
|
29
|
+
max-width: var(--l-section--content-width-narrow);
|
|
30
30
|
color: var(--dsa-logos__tagline--color, var(--dsa-headline--color, var(--ks-text-color-display)));
|
|
31
31
|
width: 100%;
|
|
32
32
|
}
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
}
|
|
41
41
|
.dsa-logos__cta__text {
|
|
42
42
|
color: var(--ks-text-color-default);
|
|
43
|
-
max-width: var(--
|
|
43
|
+
max-width: var(--l-section--content-width-narrow);
|
|
44
44
|
}
|
|
45
45
|
.dsa-logos__cta__text, .dsa-logos__cta__link {
|
|
46
46
|
font: var(--ks-font-copy-m);
|
|
@@ -28,12 +28,12 @@
|
|
|
28
28
|
"title": "URL",
|
|
29
29
|
"description": "The URL of the logo image",
|
|
30
30
|
"examples": [
|
|
31
|
-
"img/logos/logoipsum-
|
|
32
|
-
"img/logos/logoipsum-
|
|
33
|
-
"img/logos/logoipsum-
|
|
34
|
-
"img/logos/logoipsum-
|
|
35
|
-
"img/logos/logoipsum-
|
|
36
|
-
"img/logos/logoipsum-
|
|
31
|
+
"img/logos/logoipsum-212.svg",
|
|
32
|
+
"img/logos/logoipsum-217.svg",
|
|
33
|
+
"img/logos/logoipsum-239.svg",
|
|
34
|
+
"img/logos/logoipsum-244.svg",
|
|
35
|
+
"img/logos/logoipsum-250.svg",
|
|
36
|
+
"img/logos/logoipsum-286.svg"
|
|
37
37
|
]
|
|
38
38
|
},
|
|
39
39
|
"alt": {
|
|
@@ -26,12 +26,12 @@
|
|
|
26
26
|
"title": "URL",
|
|
27
27
|
"description": "The URL of the logo image",
|
|
28
28
|
"examples": [
|
|
29
|
-
"img/logos/logoipsum-
|
|
30
|
-
"img/logos/logoipsum-
|
|
31
|
-
"img/logos/logoipsum-
|
|
32
|
-
"img/logos/logoipsum-
|
|
33
|
-
"img/logos/logoipsum-
|
|
34
|
-
"img/logos/logoipsum-
|
|
29
|
+
"img/logos/logoipsum-212.svg",
|
|
30
|
+
"img/logos/logoipsum-217.svg",
|
|
31
|
+
"img/logos/logoipsum-239.svg",
|
|
32
|
+
"img/logos/logoipsum-244.svg",
|
|
33
|
+
"img/logos/logoipsum-250.svg",
|
|
34
|
+
"img/logos/logoipsum-286.svg"
|
|
35
35
|
]
|
|
36
36
|
},
|
|
37
37
|
"alt": {
|
|
@@ -4,5 +4,4 @@ import { MosaicProps } from "../../MosaicProps-d52c7151.js";
|
|
|
4
4
|
declare const MosaicContextDefault: import("react").ForwardRefExoticComponent<MosaicProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
|
5
5
|
declare const MosaicContext: import("react").Context<import("react").ForwardRefExoticComponent<MosaicProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>>;
|
|
6
6
|
declare const Mosaic: import("react").ForwardRefExoticComponent<MosaicProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
|
7
|
-
export type { MosaicProps };
|
|
8
7
|
export { MosaicContextDefault, MosaicContext, Mosaic };
|
|
@@ -14,7 +14,7 @@ const MosaicContextDefault = forwardRef(({ layout, largeHeadlines, tile, ...rest
|
|
|
14
14
|
textColor: tile?.textColor,
|
|
15
15
|
...(tile?.button?.toggle && {
|
|
16
16
|
link: {
|
|
17
|
-
|
|
17
|
+
target: tile?.button?.target,
|
|
18
18
|
label: tile?.button?.label,
|
|
19
19
|
icon: tile?.button?.icon,
|
|
20
20
|
},
|