@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,89 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was automatically generated by json-schema-to-typescript.
|
|
3
|
-
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
4
|
-
* and run json-schema-to-typescript to regenerate this file.
|
|
5
|
-
*/
|
|
6
|
-
/**
|
|
7
|
-
* Category of the event teaser
|
|
8
|
-
*/
|
|
9
|
-
type Category = string;
|
|
10
|
-
/**
|
|
11
|
-
* Title of the event
|
|
12
|
-
*/
|
|
13
|
-
type Headline = string;
|
|
14
|
-
/**
|
|
15
|
-
* Short teaser text for the event
|
|
16
|
-
*/
|
|
17
|
-
type Text = string;
|
|
18
|
-
/**
|
|
19
|
-
* The date of the event
|
|
20
|
-
*/
|
|
21
|
-
type Date = string;
|
|
22
|
-
/**
|
|
23
|
-
* The time of the event
|
|
24
|
-
*/
|
|
25
|
-
type Time = string;
|
|
26
|
-
/**
|
|
27
|
-
* Name of the location
|
|
28
|
-
*/
|
|
29
|
-
type LocationName = string;
|
|
30
|
-
/**
|
|
31
|
-
* Address of the location
|
|
32
|
-
*/
|
|
33
|
-
type Address = string;
|
|
34
|
-
/**
|
|
35
|
-
* Tags associated with the event
|
|
36
|
-
*/
|
|
37
|
-
type Tags = string[];
|
|
38
|
-
/**
|
|
39
|
-
* URL of the image to display
|
|
40
|
-
*/
|
|
41
|
-
type ImageSource = string;
|
|
42
|
-
/**
|
|
43
|
-
* Alt text of the image
|
|
44
|
-
*/
|
|
45
|
-
type AltText = string;
|
|
46
|
-
/**
|
|
47
|
-
* The event entry URL to link
|
|
48
|
-
*/
|
|
49
|
-
type URL = string;
|
|
50
|
-
/**
|
|
51
|
-
* Text for the call to action
|
|
52
|
-
*/
|
|
53
|
-
type CallToAction = string;
|
|
54
|
-
/**
|
|
55
|
-
* ARIA label for accessibility
|
|
56
|
-
*/
|
|
57
|
-
type ARIALabel = string;
|
|
58
|
-
/**
|
|
59
|
-
* Display an event teaser with date, title and location
|
|
60
|
-
*/
|
|
61
|
-
interface EventListTeaserProps {
|
|
62
|
-
category?: Category;
|
|
63
|
-
title: Headline;
|
|
64
|
-
text?: Text;
|
|
65
|
-
date: Date;
|
|
66
|
-
time?: Time;
|
|
67
|
-
location: Location;
|
|
68
|
-
tags?: Tags;
|
|
69
|
-
image?: Image;
|
|
70
|
-
url?: URL;
|
|
71
|
-
ctaText?: CallToAction;
|
|
72
|
-
ariaLabel?: ARIALabel;
|
|
73
|
-
className?: string;
|
|
74
|
-
}
|
|
75
|
-
/**
|
|
76
|
-
* Location of the event
|
|
77
|
-
*/
|
|
78
|
-
interface Location {
|
|
79
|
-
name?: LocationName;
|
|
80
|
-
address?: Address;
|
|
81
|
-
}
|
|
82
|
-
/**
|
|
83
|
-
* Image to display in the teaser
|
|
84
|
-
*/
|
|
85
|
-
interface Image {
|
|
86
|
-
src?: ImageSource;
|
|
87
|
-
alt?: AltText;
|
|
88
|
-
}
|
|
89
|
-
export { Category, Headline, Text, Date, Time, LocationName, Address, Tags, ImageSource, AltText, URL, CallToAction, ARIALabel, EventListTeaserProps, Location, Image };
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was automatically generated by json-schema-to-typescript.
|
|
3
|
-
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
4
|
-
* and run json-schema-to-typescript to regenerate this file.
|
|
5
|
-
*/
|
|
6
|
-
import { EventAppointmentProps } from "./EventAppointmentProps-443cd1ce.js";
|
|
7
|
-
/**
|
|
8
|
-
* List of dates of the event
|
|
9
|
-
*/
|
|
10
|
-
type Dates = EventAppointmentProps[];
|
|
11
|
-
/**
|
|
12
|
-
* Name of the event location
|
|
13
|
-
*/
|
|
14
|
-
type LocationName = string;
|
|
15
|
-
/**
|
|
16
|
-
* Spacious is recommended for 1-2 appointments, Compact for more than 2.
|
|
17
|
-
*/
|
|
18
|
-
type DisplayMode = "spacious" | "compact";
|
|
19
|
-
/**
|
|
20
|
-
* Address of the appointment
|
|
21
|
-
*/
|
|
22
|
-
type Address = string;
|
|
23
|
-
/**
|
|
24
|
-
* Links related to the event location
|
|
25
|
-
*/
|
|
26
|
-
type Links = {
|
|
27
|
-
url: string;
|
|
28
|
-
label: string;
|
|
29
|
-
/**
|
|
30
|
-
* Open link in a new tab
|
|
31
|
-
*/
|
|
32
|
-
newTab?: boolean;
|
|
33
|
-
}[];
|
|
34
|
-
interface EventLocationProps {
|
|
35
|
-
dates?: Dates;
|
|
36
|
-
locationName?: LocationName;
|
|
37
|
-
displayMode?: DisplayMode;
|
|
38
|
-
address?: Address;
|
|
39
|
-
links?: Links;
|
|
40
|
-
}
|
|
41
|
-
export { Dates, LocationName, DisplayMode, Address, Links, EventLocationProps };
|
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was automatically generated by json-schema-to-typescript.
|
|
3
|
-
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
4
|
-
* and run json-schema-to-typescript to regenerate this file.
|
|
5
|
-
*/
|
|
6
|
-
/**
|
|
7
|
-
* The layout variant to use for the features
|
|
8
|
-
*/
|
|
9
|
-
type Layout = "largeTiles" | "smallTiles" | "list";
|
|
10
|
-
/**
|
|
11
|
-
* Activate/disable the CTAs
|
|
12
|
-
*/
|
|
13
|
-
type CTAToggle = boolean;
|
|
14
|
-
/**
|
|
15
|
-
* The features to display
|
|
16
|
-
*
|
|
17
|
-
* @minItems 1
|
|
18
|
-
* @maxItems 8
|
|
19
|
-
*/
|
|
20
|
-
type Features = [Feature] | [Feature, Feature] | [Feature, Feature, Feature] | [Feature, Feature, Feature, Feature] | [Feature, Feature, Feature, Feature, Feature] | [Feature, Feature, Feature, Feature, Feature, Feature] | [Feature, Feature, Feature, Feature, Feature, Feature, Feature] | [Feature, Feature, Feature, Feature, Feature, Feature, Feature, Feature];
|
|
21
|
-
/**
|
|
22
|
-
* The icon for the feature
|
|
23
|
-
*/
|
|
24
|
-
type Icon = string;
|
|
25
|
-
/**
|
|
26
|
-
* The title of the feature
|
|
27
|
-
*/
|
|
28
|
-
type Title = string;
|
|
29
|
-
/**
|
|
30
|
-
* The description of the feature
|
|
31
|
-
*/
|
|
32
|
-
type Text = string;
|
|
33
|
-
/**
|
|
34
|
-
* The CTA url
|
|
35
|
-
*/
|
|
36
|
-
type CallToActionUrl = string;
|
|
37
|
-
/**
|
|
38
|
-
* The text label displayed on the link
|
|
39
|
-
*/
|
|
40
|
-
type LinkLabel = string;
|
|
41
|
-
/**
|
|
42
|
-
* Icon for the link style of the cta
|
|
43
|
-
*/
|
|
44
|
-
type Icon1 = string;
|
|
45
|
-
/**
|
|
46
|
-
* Component used to display a set of features
|
|
47
|
-
*/
|
|
48
|
-
interface FeaturesProps {
|
|
49
|
-
layout?: Layout;
|
|
50
|
-
style?: "intext" | "stack" | "centered" | "besideLarge" | "besideSmall";
|
|
51
|
-
ctas?: {
|
|
52
|
-
toggle?: CTAToggle;
|
|
53
|
-
style?: "button" | "link" | "intext";
|
|
54
|
-
};
|
|
55
|
-
feature?: Features;
|
|
56
|
-
}
|
|
57
|
-
interface Feature {
|
|
58
|
-
icon?: Icon;
|
|
59
|
-
title?: Title;
|
|
60
|
-
text?: Text;
|
|
61
|
-
cta?: {
|
|
62
|
-
url?: CallToActionUrl;
|
|
63
|
-
label?: LinkLabel;
|
|
64
|
-
icon?: Icon1;
|
|
65
|
-
};
|
|
66
|
-
}
|
|
67
|
-
export { Layout, CTAToggle, Features, Icon, Title, Text, CallToActionUrl, LinkLabel, Icon1, FeaturesProps, Feature };
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was automatically generated by json-schema-to-typescript.
|
|
3
|
-
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
4
|
-
* and run json-schema-to-typescript to regenerate this file.
|
|
5
|
-
*/
|
|
6
|
-
type HTMLString = string;
|
|
7
|
-
type ShowHTMLAfterConsent = boolean;
|
|
8
|
-
/**
|
|
9
|
-
* Invert the colors of the HTML
|
|
10
|
-
*/
|
|
11
|
-
type Inverted = boolean;
|
|
12
|
-
/**
|
|
13
|
-
* Add additional css classes that should be applied to the element
|
|
14
|
-
*/
|
|
15
|
-
type AdditionalClasses = string;
|
|
16
|
-
/**
|
|
17
|
-
* Optional custom component identifier
|
|
18
|
-
*/
|
|
19
|
-
type KsComponentAttribute = string;
|
|
20
|
-
/**
|
|
21
|
-
* Display raw HTML.
|
|
22
|
-
*/
|
|
23
|
-
interface HtmlProps {
|
|
24
|
-
html?: HTMLString;
|
|
25
|
-
consent?: ShowHTMLAfterConsent;
|
|
26
|
-
consentText?: string;
|
|
27
|
-
consentButtonLabel?: string;
|
|
28
|
-
consentBackgroundImage?: string;
|
|
29
|
-
consentAspectRatio?: "16:9" | "16:10" | "4:3" | "1:1";
|
|
30
|
-
inverted?: Inverted;
|
|
31
|
-
className?: AdditionalClasses;
|
|
32
|
-
component?: KsComponentAttribute;
|
|
33
|
-
}
|
|
34
|
-
export { HTMLString, ShowHTMLAfterConsent, Inverted, AdditionalClasses, KsComponentAttribute, HtmlProps };
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was automatically generated by json-schema-to-typescript.
|
|
3
|
-
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
4
|
-
* and run json-schema-to-typescript to regenerate this file.
|
|
5
|
-
*/
|
|
6
|
-
interface SearchFilterProps {
|
|
7
|
-
/**
|
|
8
|
-
* The title of the search filter.
|
|
9
|
-
*/
|
|
10
|
-
title?: string;
|
|
11
|
-
/**
|
|
12
|
-
* The categories to filter by.
|
|
13
|
-
*/
|
|
14
|
-
categories?: {
|
|
15
|
-
/**
|
|
16
|
-
* The name of the category.
|
|
17
|
-
*/
|
|
18
|
-
title?: string;
|
|
19
|
-
/**
|
|
20
|
-
* The number of items in the category.
|
|
21
|
-
*/
|
|
22
|
-
amount?: string;
|
|
23
|
-
/**
|
|
24
|
-
* The URL to filter by this category.
|
|
25
|
-
*/
|
|
26
|
-
url?: string;
|
|
27
|
-
}[];
|
|
28
|
-
}
|
|
29
|
-
export { SearchFilterProps };
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was automatically generated by json-schema-to-typescript.
|
|
3
|
-
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
4
|
-
* and run json-schema-to-typescript to regenerate this file.
|
|
5
|
-
*/
|
|
6
|
-
/**
|
|
7
|
-
* A URL linking to the search result or more information.
|
|
8
|
-
*/
|
|
9
|
-
type URL = string;
|
|
10
|
-
/**
|
|
11
|
-
* The title of the search result.
|
|
12
|
-
*/
|
|
13
|
-
type Title = string;
|
|
14
|
-
/**
|
|
15
|
-
* The main content or description of the search result.
|
|
16
|
-
*/
|
|
17
|
-
type Text = string;
|
|
18
|
-
/**
|
|
19
|
-
* Whether to display the link to the search result.
|
|
20
|
-
*/
|
|
21
|
-
type ShowLink = boolean;
|
|
22
|
-
/**
|
|
23
|
-
* An ARIA label for accessibility purposes.
|
|
24
|
-
*/
|
|
25
|
-
type ARIALabel = string;
|
|
26
|
-
interface SearchResultProps {
|
|
27
|
-
url?: URL;
|
|
28
|
-
title?: Title;
|
|
29
|
-
text?: Text;
|
|
30
|
-
showLink?: ShowLink;
|
|
31
|
-
ariaLabel?: ARIALabel;
|
|
32
|
-
}
|
|
33
|
-
export { URL, Title, Text, ShowLink, ARIALabel, SearchResultProps };
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
.dsa-breadcrumb {
|
|
2
|
-
--dsa-breadcrumb--gap: var(--ks-spacing-xxs);
|
|
3
|
-
--dsa-breadcrumb--font: var(--ks-font-interface-xs);
|
|
4
|
-
--dsa-breadcrumb--color: var(--ks-text-color-interface-interactive);
|
|
5
|
-
--dsa-breadcrumb--color_hover: var(--ks-text-color-interface-interactive-hover);
|
|
6
|
-
--dsa-breadcrumb__icon--size: 1.5em;
|
|
7
|
-
--dsa-breadcrumb__icon--color: var(--ks-color-fg-alpha-5);
|
|
8
|
-
--dsa-breadcrumb--color_active: var(--ks-text-color-interface-interactive-active);
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
.dsa-breadcrumb {
|
|
12
|
-
display: flex;
|
|
13
|
-
gap: var(--dsa-breadcrumb--gap, var(--ks-spacing-xxs));
|
|
14
|
-
flex-wrap: wrap;
|
|
15
|
-
align-items: flex-start;
|
|
16
|
-
font: var(--dsa-breadcrumb--font, var(--ks-font-interface-xs));
|
|
17
|
-
}
|
|
18
|
-
.dsa-breadcrumb__icon {
|
|
19
|
-
color: var(--dsa-breadcrumb__icon--color, var(--ks-color-fg-alpha-5));
|
|
20
|
-
width: var(--dsa-breadcrumb__icon--size, 1.5em);
|
|
21
|
-
height: var(--dsa-breadcrumb__icon--size, 1.5em);
|
|
22
|
-
}
|
|
23
|
-
.dsa-breadcrumb__link {
|
|
24
|
-
--g-link--color: var(--dsa-breadcrumb--color, var(--ks-text-color-interface-interactive));
|
|
25
|
-
--g-link--color-hover: var(--dsa-breadcrumb--color_hover, var(--ks-text-color-interface-interactive-hover));
|
|
26
|
-
font: inherit;
|
|
27
|
-
}
|
|
28
|
-
.dsa-breadcrumb__label {
|
|
29
|
-
color: var(--dsa-breadcrumb--color_active, var(--ks-text-color-interface-interactive-active));
|
|
30
|
-
font: inherit;
|
|
31
|
-
font-weight: var(--dsa-link--font-weight);
|
|
32
|
-
}
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
-
"$id": "http://schema.mydesignsystem.com/breadcrumb.schema.json",
|
|
4
|
-
"title": "Breadcrumb",
|
|
5
|
-
"type": "object",
|
|
6
|
-
"properties": {
|
|
7
|
-
"pages": {
|
|
8
|
-
"type": "array",
|
|
9
|
-
"description": "An array of breadcrumb pages. Each page should have a URL and a label.",
|
|
10
|
-
"items": {
|
|
11
|
-
"type": "object",
|
|
12
|
-
"properties": {
|
|
13
|
-
"url": {
|
|
14
|
-
"type": "string",
|
|
15
|
-
"description": "The URL to the page"
|
|
16
|
-
},
|
|
17
|
-
"label": {
|
|
18
|
-
"type": "string",
|
|
19
|
-
"description": "The label for the title of the page"
|
|
20
|
-
}
|
|
21
|
-
},
|
|
22
|
-
"required": [
|
|
23
|
-
"url",
|
|
24
|
-
"label"
|
|
25
|
-
],
|
|
26
|
-
"additionalProperties": false
|
|
27
|
-
}
|
|
28
|
-
},
|
|
29
|
-
"type": {
|
|
30
|
-
"const": "breadcrumb"
|
|
31
|
-
}
|
|
32
|
-
},
|
|
33
|
-
"additionalProperties": false
|
|
34
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
-
"$id": "http://schema.mydesignsystem.com/breadcrumb.schema.json",
|
|
4
|
-
"title": "Breadcrumb",
|
|
5
|
-
"type": "object",
|
|
6
|
-
"properties": {
|
|
7
|
-
"pages": {
|
|
8
|
-
"type": "array",
|
|
9
|
-
"description": "An array of breadcrumb pages. Each page should have a URL and a label.",
|
|
10
|
-
"items": {
|
|
11
|
-
"type": "object",
|
|
12
|
-
"properties": {
|
|
13
|
-
"url": {
|
|
14
|
-
"type": "string",
|
|
15
|
-
"description": "The URL to the page"
|
|
16
|
-
},
|
|
17
|
-
"label": {
|
|
18
|
-
"type": "string",
|
|
19
|
-
"description": "The label for the title of the page"
|
|
20
|
-
}
|
|
21
|
-
},
|
|
22
|
-
"required": ["url", "label"]
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
},
|
|
26
|
-
"additionalProperties": false
|
|
27
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { HTMLAttributes } 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
|
-
interface BreadcrumbProps {
|
|
10
|
-
/**
|
|
11
|
-
* An array of breadcrumb pages. Each page should have a URL and a label.
|
|
12
|
-
*/
|
|
13
|
-
pages?: {
|
|
14
|
-
/**
|
|
15
|
-
* The URL to the page
|
|
16
|
-
*/
|
|
17
|
-
url: string;
|
|
18
|
-
/**
|
|
19
|
-
* The label for the title of the page
|
|
20
|
-
*/
|
|
21
|
-
label: string;
|
|
22
|
-
}[];
|
|
23
|
-
}
|
|
24
|
-
declare const BreadcrumbContextDefault: import("react").ForwardRefExoticComponent<BreadcrumbProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
|
25
|
-
declare const BreadcrumbContext: import("react").Context<import("react").ForwardRefExoticComponent<BreadcrumbProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>>;
|
|
26
|
-
declare const Breadcrumb: import("react").ForwardRefExoticComponent<BreadcrumbProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
|
27
|
-
export type { BreadcrumbProps };
|
|
28
|
-
export { BreadcrumbContextDefault, BreadcrumbContext, Breadcrumb };
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import "./breadcrumb.css";
|
|
2
|
-
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
3
|
-
import { forwardRef, createContext, useContext } from 'react';
|
|
4
|
-
import { Icon } from '@kickstartds/base/lib/icon';
|
|
5
|
-
import { Link } from '@kickstartds/base/lib/link';
|
|
6
|
-
|
|
7
|
-
const BreadcrumbContextDefault = forwardRef(({ pages }, ref) => {
|
|
8
|
-
return (jsx("div", { className: "dsa-breadcrumb", ref: ref, children: pages.map((page, index) => index !== pages.length - 1 ? (jsxs(Fragment, { children: [jsx(Link, { href: page.url, className: "dsa-breadcrumb__link", children: page.label }), jsx(Icon, { className: "dsa-breadcrumb__icon", icon: "chevron-right" })] })) : (jsx("span", { className: "dsa-breadcrumb__label", children: page.label }))) }));
|
|
9
|
-
});
|
|
10
|
-
const BreadcrumbContext = createContext(BreadcrumbContextDefault);
|
|
11
|
-
const Breadcrumb = forwardRef((props, ref) => {
|
|
12
|
-
const Component = useContext(BreadcrumbContext);
|
|
13
|
-
return jsx(Component, { ...props, ref: ref });
|
|
14
|
-
});
|
|
15
|
-
Breadcrumb.displayName = "Breadcrumb";
|
|
16
|
-
|
|
17
|
-
export { Breadcrumb, BreadcrumbContext, BreadcrumbContextDefault };
|
|
@@ -1,112 +0,0 @@
|
|
|
1
|
-
.dsa-content-nav {
|
|
2
|
-
--dsa-content-nav--padding: var(--ks-spacing-inset-m);
|
|
3
|
-
--dsa-content-nav--background-color: var(--ks-background-color-card);
|
|
4
|
-
--dsa-content-nav__topic--font: var(--dsa-topic--font);
|
|
5
|
-
--dsa-content-nav__topic--font-weight: var(--dsa-topic--font-weight);
|
|
6
|
-
--dsa-content-nav__topic--color: var(--dsa-topic--color);
|
|
7
|
-
--dsa-content-nav__topic--margin-top: var(--ks-spacing-stack-m);
|
|
8
|
-
--dsa-content-nav__image--aspect-ratio: 16 / 9;
|
|
9
|
-
--dsa-content-nav__image--border-radius: var(--ks-border-radius-card);
|
|
10
|
-
--dsa-content-nav__links--gap: var(--ks-spacing-stack-xs);
|
|
11
|
-
--dsa-content-nav__link--color: var(--ks-text-color-interface-interactive);
|
|
12
|
-
--dsa-content-nav__link--color_hover: var(--ks-text-color-interface-interactive-hover);
|
|
13
|
-
--dsa-content-nav__toggle-more--font: var(--ks-font-interface-m);
|
|
14
|
-
--dsa-content-nav__toggle-more--color: var(--dsa-link--color);
|
|
15
|
-
--dsa-content-nav__toggle-more--margin-top: var(--ks-spacing-stack-xs);
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.dsa-content-nav {
|
|
19
|
-
border-radius: var(--ks-border-radius-card);
|
|
20
|
-
padding: var(--dsa-content-nav--padding, var(--ks-spacing-inset-m));
|
|
21
|
-
display: flex;
|
|
22
|
-
flex-direction: column;
|
|
23
|
-
background-color: var(--dsa-content-nav--background-color, var(--ks-background-color-card));
|
|
24
|
-
}
|
|
25
|
-
.dsa-content-nav__topic {
|
|
26
|
-
font: var(--dsa-content-nav__topic--font, var(--dsa-topic--font));
|
|
27
|
-
color: var(--dsa-content-nav__topic--color, var(--dsa-topic--color));
|
|
28
|
-
font-weight: var(--dsa-content-nav__topic--font-weight, var(--dsa-topic--font-weight));
|
|
29
|
-
margin-top: var(--dsa-content-nav__topic--margin-top, var(--ks-spacing-stack-m));
|
|
30
|
-
}
|
|
31
|
-
.dsa-content-nav__image img {
|
|
32
|
-
aspect-ratio: var(--dsa-content-nav__image--aspect-ratio, 16/9);
|
|
33
|
-
object-fit: cover;
|
|
34
|
-
border-radius: var(--dsa-content-nav__image--border-radius, var(--ks-border-radius-card));
|
|
35
|
-
}
|
|
36
|
-
.dsa-content-nav__links {
|
|
37
|
-
display: flex;
|
|
38
|
-
flex-direction: column;
|
|
39
|
-
gap: var(--dsa-content-nav__links--gap, var(--ks-spacing-stack-xs));
|
|
40
|
-
}
|
|
41
|
-
.dsa-content-nav__links--initial {
|
|
42
|
-
margin-top: var(--dsa-content-nav__links--margin-top, var(--ks-spacing-stack-s));
|
|
43
|
-
}
|
|
44
|
-
.dsa-content-nav__links--more {
|
|
45
|
-
margin-top: var(--dsa-content-nav__links--gap, var(--ks-spacing-stack-xs));
|
|
46
|
-
}
|
|
47
|
-
.dsa-content-nav__link {
|
|
48
|
-
--g-link--color: var(--dsa-content-nav__link--color, var(--ks-text-color-interface-interactive));
|
|
49
|
-
--g-link--color-hover: var(--dsa-content-nav__link--color_hover, var(--ks-text-color-interface-interactive-hover));
|
|
50
|
-
font: var(--ks-font-interface-m);
|
|
51
|
-
width: fit-content;
|
|
52
|
-
}
|
|
53
|
-
.dsa-content-nav__link--active {
|
|
54
|
-
font-weight: var(--ks-font-weight-bold);
|
|
55
|
-
color: var(--ks-color-text-active);
|
|
56
|
-
}
|
|
57
|
-
.dsa-content-nav__more-content {
|
|
58
|
-
display: grid;
|
|
59
|
-
grid-template-rows: 0fr;
|
|
60
|
-
transition: var(--ks-transition-collapse);
|
|
61
|
-
}
|
|
62
|
-
.dsa-content-nav__more-content .dsa-content-nav__links {
|
|
63
|
-
overflow: hidden;
|
|
64
|
-
}
|
|
65
|
-
.dsa-content-nav__more {
|
|
66
|
-
display: flex;
|
|
67
|
-
flex-direction: column;
|
|
68
|
-
}
|
|
69
|
-
.dsa-content-nav__more[open] .dsa-content-nav__more-content {
|
|
70
|
-
grid-template-rows: 1fr;
|
|
71
|
-
}
|
|
72
|
-
.dsa-content-nav__more[open] .dsa-content-nav__toggle-label--more {
|
|
73
|
-
display: none;
|
|
74
|
-
}
|
|
75
|
-
.dsa-content-nav__more[open] .dsa-content-nav__toggle-label--less {
|
|
76
|
-
display: block;
|
|
77
|
-
}
|
|
78
|
-
.dsa-content-nav__more[open] .icon {
|
|
79
|
-
transform: rotate(180deg);
|
|
80
|
-
}
|
|
81
|
-
.dsa-content-nav__toggle-more {
|
|
82
|
-
width: fit-content;
|
|
83
|
-
order: 2;
|
|
84
|
-
color: var(--dsa-content-nav__toggle-more--color, var(--dsa-link--color));
|
|
85
|
-
cursor: pointer;
|
|
86
|
-
font: var(--dsa-content-nav__toggle-more--font, var(--ks-font-interface-m));
|
|
87
|
-
display: flex;
|
|
88
|
-
align-items: center;
|
|
89
|
-
gap: calc(var(--ks-spacing-xxs) * 0.25);
|
|
90
|
-
transition: var(--ks-transition-hover);
|
|
91
|
-
margin-top: var(--dsa-content-nav__toggle-more--margin-top, var(--ks-spacing-stack-xs));
|
|
92
|
-
}
|
|
93
|
-
.dsa-content-nav__toggle-more:hover {
|
|
94
|
-
color: var(--dsa-link--color_hover);
|
|
95
|
-
}
|
|
96
|
-
.dsa-content-nav__toggle-more .icon {
|
|
97
|
-
transition: var(--ks-transition-collapse);
|
|
98
|
-
transform: translateY(0.05em);
|
|
99
|
-
font-size: inherit;
|
|
100
|
-
color: inherit;
|
|
101
|
-
width: 1.25em;
|
|
102
|
-
height: 1.25em;
|
|
103
|
-
}
|
|
104
|
-
.dsa-content-nav__toggle-label--more {
|
|
105
|
-
display: block;
|
|
106
|
-
}
|
|
107
|
-
.dsa-content-nav__toggle-label--less {
|
|
108
|
-
display: none;
|
|
109
|
-
}
|
|
110
|
-
.dsa-content-nav .c-button {
|
|
111
|
-
width: fit-content;
|
|
112
|
-
}
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
-
"$id": "http://schema.mydesignsystem.com/content-nav.schema.json",
|
|
4
|
-
"title": "Content Nav",
|
|
5
|
-
"type": "object",
|
|
6
|
-
"properties": {
|
|
7
|
-
"image": {
|
|
8
|
-
"type": "object",
|
|
9
|
-
"properties": {
|
|
10
|
-
"src": {
|
|
11
|
-
"type": "string",
|
|
12
|
-
"format": "uri",
|
|
13
|
-
"description": "URL of the image to display in the content nav."
|
|
14
|
-
},
|
|
15
|
-
"alt": {
|
|
16
|
-
"type": "string",
|
|
17
|
-
"description": "Alternative text for the image."
|
|
18
|
-
}
|
|
19
|
-
},
|
|
20
|
-
"required": [
|
|
21
|
-
"src"
|
|
22
|
-
],
|
|
23
|
-
"additionalProperties": false
|
|
24
|
-
},
|
|
25
|
-
"topic": {
|
|
26
|
-
"type": "string",
|
|
27
|
-
"description": "The topic of the content being navigated."
|
|
28
|
-
},
|
|
29
|
-
"links": {
|
|
30
|
-
"type": "array",
|
|
31
|
-
"items": {
|
|
32
|
-
"type": "object",
|
|
33
|
-
"properties": {
|
|
34
|
-
"label": {
|
|
35
|
-
"type": "string",
|
|
36
|
-
"description": "The text label for the link."
|
|
37
|
-
},
|
|
38
|
-
"url": {
|
|
39
|
-
"type": "string",
|
|
40
|
-
"format": "uri",
|
|
41
|
-
"description": "The URL the link points to."
|
|
42
|
-
}
|
|
43
|
-
},
|
|
44
|
-
"required": [
|
|
45
|
-
"label",
|
|
46
|
-
"url"
|
|
47
|
-
],
|
|
48
|
-
"additionalProperties": false
|
|
49
|
-
}
|
|
50
|
-
},
|
|
51
|
-
"initiallyShown": {
|
|
52
|
-
"type": "number",
|
|
53
|
-
"default": 4,
|
|
54
|
-
"description": "Determines how many links are initially shown in the content nav. If there are more links, a 'Show More' button will be displayed."
|
|
55
|
-
},
|
|
56
|
-
"type": {
|
|
57
|
-
"const": "content-nav"
|
|
58
|
-
}
|
|
59
|
-
},
|
|
60
|
-
"additionalProperties": false
|
|
61
|
-
}
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
-
"$id": "http://schema.mydesignsystem.com/content-nav.schema.json",
|
|
4
|
-
"title": "Content Nav",
|
|
5
|
-
"type": "object",
|
|
6
|
-
"properties": {
|
|
7
|
-
"image": {
|
|
8
|
-
"type": "object",
|
|
9
|
-
"properties": {
|
|
10
|
-
"src": {
|
|
11
|
-
"type": "string",
|
|
12
|
-
"format": "uri",
|
|
13
|
-
"description": "URL of the image to display in the content nav."
|
|
14
|
-
},
|
|
15
|
-
"alt": {
|
|
16
|
-
"type": "string",
|
|
17
|
-
"description": "Alternative text for the image."
|
|
18
|
-
}
|
|
19
|
-
},
|
|
20
|
-
"required": ["src"]
|
|
21
|
-
},
|
|
22
|
-
"topic": {
|
|
23
|
-
"type": "string",
|
|
24
|
-
"description": "The topic of the content being navigated."
|
|
25
|
-
},
|
|
26
|
-
"links": {
|
|
27
|
-
"type": "array",
|
|
28
|
-
"items": {
|
|
29
|
-
"type": "object",
|
|
30
|
-
"properties": {
|
|
31
|
-
"label": {
|
|
32
|
-
"type": "string",
|
|
33
|
-
"description": "The text label for the link."
|
|
34
|
-
},
|
|
35
|
-
"url": {
|
|
36
|
-
"type": "string",
|
|
37
|
-
"format": "uri",
|
|
38
|
-
"description": "The URL the link points to."
|
|
39
|
-
}
|
|
40
|
-
},
|
|
41
|
-
"required": ["label", "url"],
|
|
42
|
-
"additionalProperties": false
|
|
43
|
-
}
|
|
44
|
-
},
|
|
45
|
-
"initiallyShown": {
|
|
46
|
-
"type": "number",
|
|
47
|
-
"default": 4,
|
|
48
|
-
"description": "Determines how many links are initially shown in the content nav. If there are more links, a 'Show More' button will be displayed."
|
|
49
|
-
}
|
|
50
|
-
},
|
|
51
|
-
"additionalProperties": false
|
|
52
|
-
}
|