@kickstartds/ds-agency-premium 1.6.71--canary.45.1843.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
|
@@ -37,9 +37,13 @@
|
|
|
37
37
|
"title": "Style",
|
|
38
38
|
"description": "Style of background",
|
|
39
39
|
"enum": [
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"
|
|
40
|
+
"stagelights",
|
|
41
|
+
"horizontalGradient",
|
|
42
|
+
"verticalGradient",
|
|
43
|
+
"accentTransition",
|
|
44
|
+
"boldTransition",
|
|
45
|
+
"symmetricGlow",
|
|
46
|
+
"anchorGlow"
|
|
43
47
|
],
|
|
44
48
|
"default": "default"
|
|
45
49
|
},
|
|
@@ -54,25 +58,6 @@
|
|
|
54
58
|
],
|
|
55
59
|
"default": "default"
|
|
56
60
|
},
|
|
57
|
-
"transition": {
|
|
58
|
-
"type": "string",
|
|
59
|
-
"title": "Style",
|
|
60
|
-
"description": "Color of background",
|
|
61
|
-
"enum": [
|
|
62
|
-
"none",
|
|
63
|
-
"to-default",
|
|
64
|
-
"to-accent",
|
|
65
|
-
"to-bold",
|
|
66
|
-
"to-inverted"
|
|
67
|
-
],
|
|
68
|
-
"default": "default"
|
|
69
|
-
},
|
|
70
|
-
"backgroundImage": {
|
|
71
|
-
"title": "Background image",
|
|
72
|
-
"description": "Background image for the whole section",
|
|
73
|
-
"type": "string",
|
|
74
|
-
"format": "image"
|
|
75
|
-
},
|
|
76
61
|
"spotlight": {
|
|
77
62
|
"type": "boolean",
|
|
78
63
|
"title": "Spotlight",
|
|
@@ -225,7 +210,7 @@
|
|
|
225
210
|
"list",
|
|
226
211
|
"slider"
|
|
227
212
|
],
|
|
228
|
-
"default": "
|
|
213
|
+
"default": "list"
|
|
229
214
|
},
|
|
230
215
|
"tileWidth": {
|
|
231
216
|
"type": "string",
|
|
@@ -291,6 +276,12 @@
|
|
|
291
276
|
"default": false,
|
|
292
277
|
"type": "boolean"
|
|
293
278
|
},
|
|
279
|
+
"fullWidth": {
|
|
280
|
+
"title": "Width",
|
|
281
|
+
"description": "Set the width of the content to the full width of the element",
|
|
282
|
+
"type": "boolean",
|
|
283
|
+
"default": false
|
|
284
|
+
},
|
|
294
285
|
"buttons": {
|
|
295
286
|
"type": "array",
|
|
296
287
|
"items": {
|
|
@@ -307,14 +298,13 @@
|
|
|
307
298
|
},
|
|
308
299
|
"icon": {
|
|
309
300
|
"type": "string",
|
|
310
|
-
"format": "icon",
|
|
311
301
|
"title": "Icon",
|
|
312
302
|
"description": "Choose an icon"
|
|
313
303
|
},
|
|
314
|
-
"
|
|
304
|
+
"target": {
|
|
315
305
|
"type": "string",
|
|
316
|
-
"title": "
|
|
317
|
-
"description": "
|
|
306
|
+
"title": "Target",
|
|
307
|
+
"description": "Target that should be linked, makes the button behave like a link semantically",
|
|
318
308
|
"format": "uri"
|
|
319
309
|
}
|
|
320
310
|
},
|
|
@@ -354,17 +344,6 @@
|
|
|
354
344
|
"title": "Alt text",
|
|
355
345
|
"description": "Image description",
|
|
356
346
|
"type": "string"
|
|
357
|
-
},
|
|
358
|
-
"align": {
|
|
359
|
-
"title": "Vertical alignment of the image",
|
|
360
|
-
"description": "Select a vertical alignment for the image",
|
|
361
|
-
"type": "string",
|
|
362
|
-
"enum": [
|
|
363
|
-
"center",
|
|
364
|
-
"top",
|
|
365
|
-
"bottom"
|
|
366
|
-
],
|
|
367
|
-
"default": "center"
|
|
368
347
|
}
|
|
369
348
|
},
|
|
370
349
|
"additionalProperties": false
|
|
@@ -399,9 +378,9 @@
|
|
|
399
378
|
"type": "string",
|
|
400
379
|
"default": "left"
|
|
401
380
|
},
|
|
402
|
-
"
|
|
381
|
+
"contentAlign": {
|
|
403
382
|
"title": "Vertical alignment of the content",
|
|
404
|
-
"description": "Select a vertical alignment for the
|
|
383
|
+
"description": "Select a vertical alignment for the image",
|
|
405
384
|
"type": "string",
|
|
406
385
|
"enum": [
|
|
407
386
|
"center",
|
|
@@ -410,57 +389,12 @@
|
|
|
410
389
|
],
|
|
411
390
|
"default": "center"
|
|
412
391
|
},
|
|
413
|
-
"padding": {
|
|
414
|
-
"title": "Padding",
|
|
415
|
-
"description": "Toggle padding of the content",
|
|
416
|
-
"type": "boolean",
|
|
417
|
-
"default": false
|
|
418
|
-
},
|
|
419
|
-
"inverted": {
|
|
420
|
-
"title": "Inverted",
|
|
421
|
-
"description": "Toggle inversion of the component",
|
|
422
|
-
"type": "boolean",
|
|
423
|
-
"default": false
|
|
424
|
-
},
|
|
425
392
|
"type": {
|
|
426
393
|
"const": "cta"
|
|
427
394
|
}
|
|
428
395
|
},
|
|
429
396
|
"additionalProperties": false
|
|
430
397
|
},
|
|
431
|
-
{
|
|
432
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
433
|
-
"$id": "http://schema.mydesignsystem.com/divider.schema.json",
|
|
434
|
-
"title": "Divider",
|
|
435
|
-
"description": "Dividers bring clarity to a layout by grouping and dividing content in close proximity.",
|
|
436
|
-
"type": "object",
|
|
437
|
-
"properties": {
|
|
438
|
-
"variant": {
|
|
439
|
-
"title": "Style of the divider",
|
|
440
|
-
"type": "string",
|
|
441
|
-
"description": "Choose a variant for the divider",
|
|
442
|
-
"enum": [
|
|
443
|
-
"default",
|
|
444
|
-
"accent"
|
|
445
|
-
],
|
|
446
|
-
"default": "default"
|
|
447
|
-
},
|
|
448
|
-
"className": {
|
|
449
|
-
"type": "string",
|
|
450
|
-
"title": "Additional Classes",
|
|
451
|
-
"description": "Add additional css classes that should be applied to the divider"
|
|
452
|
-
},
|
|
453
|
-
"component": {
|
|
454
|
-
"title": "`ks-component` attribute",
|
|
455
|
-
"description": "Optional custom component identifier",
|
|
456
|
-
"type": "string"
|
|
457
|
-
},
|
|
458
|
-
"type": {
|
|
459
|
-
"const": "divider"
|
|
460
|
-
}
|
|
461
|
-
},
|
|
462
|
-
"additionalProperties": false
|
|
463
|
-
},
|
|
464
398
|
{
|
|
465
399
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
466
400
|
"$id": "http://schema.mydesignsystem.com/faq.schema.json",
|
|
@@ -566,12 +500,14 @@
|
|
|
566
500
|
"title": "Features",
|
|
567
501
|
"description": "The features to display",
|
|
568
502
|
"items": {
|
|
569
|
-
"
|
|
503
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
504
|
+
"$id": "http://schema.mydesignsystem.com/feature.schema.json",
|
|
570
505
|
"title": "Feature",
|
|
506
|
+
"description": "Partial Component used to display a feature",
|
|
507
|
+
"type": "object",
|
|
571
508
|
"properties": {
|
|
572
509
|
"icon": {
|
|
573
510
|
"type": "string",
|
|
574
|
-
"format": "icon",
|
|
575
511
|
"title": "Icon",
|
|
576
512
|
"description": "The icon for the feature",
|
|
577
513
|
"examples": [
|
|
@@ -595,13 +531,26 @@
|
|
|
595
531
|
"This is a feature"
|
|
596
532
|
]
|
|
597
533
|
},
|
|
534
|
+
"style": {
|
|
535
|
+
"type": "string",
|
|
536
|
+
"enum": [
|
|
537
|
+
"intext",
|
|
538
|
+
"stack",
|
|
539
|
+
"centered",
|
|
540
|
+
"besideLarge",
|
|
541
|
+
"besideSmall"
|
|
542
|
+
],
|
|
543
|
+
"default": "stack"
|
|
544
|
+
},
|
|
598
545
|
"cta": {
|
|
599
546
|
"type": "object",
|
|
547
|
+
"title": "Call to Action",
|
|
548
|
+
"description": "The call to action",
|
|
600
549
|
"properties": {
|
|
601
|
-
"
|
|
550
|
+
"target": {
|
|
602
551
|
"type": "string",
|
|
603
|
-
"title": "Call to Action
|
|
604
|
-
"description": "The CTA
|
|
552
|
+
"title": "Call to Action target",
|
|
553
|
+
"description": "The CTA target",
|
|
605
554
|
"default": "#",
|
|
606
555
|
"format": "uri"
|
|
607
556
|
},
|
|
@@ -614,21 +563,33 @@
|
|
|
614
563
|
"See all our partners"
|
|
615
564
|
]
|
|
616
565
|
},
|
|
617
|
-
"
|
|
566
|
+
"toggle": {
|
|
567
|
+
"type": "boolean",
|
|
568
|
+
"title": "Call to Action Toggle",
|
|
569
|
+
"description": "Activate/disable the CTAs",
|
|
570
|
+
"default": true
|
|
571
|
+
},
|
|
572
|
+
"style": {
|
|
618
573
|
"type": "string",
|
|
619
|
-
"
|
|
620
|
-
"
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
"
|
|
574
|
+
"description": "Choose the style of the CTA",
|
|
575
|
+
"enum": [
|
|
576
|
+
"button",
|
|
577
|
+
"link",
|
|
578
|
+
"intext"
|
|
624
579
|
],
|
|
625
|
-
"default": "
|
|
580
|
+
"default": "link"
|
|
626
581
|
}
|
|
627
582
|
},
|
|
628
583
|
"additionalProperties": false
|
|
584
|
+
},
|
|
585
|
+
"type": {
|
|
586
|
+
"const": "feature"
|
|
629
587
|
}
|
|
630
588
|
},
|
|
631
|
-
"additionalProperties": false
|
|
589
|
+
"additionalProperties": false,
|
|
590
|
+
"required": [
|
|
591
|
+
"title"
|
|
592
|
+
]
|
|
632
593
|
},
|
|
633
594
|
"minItems": 1,
|
|
634
595
|
"maxItems": 8
|
|
@@ -696,8 +657,7 @@
|
|
|
696
657
|
"stack",
|
|
697
658
|
"smallTiles",
|
|
698
659
|
"largeTiles"
|
|
699
|
-
]
|
|
700
|
-
"default": "smallTiles"
|
|
660
|
+
]
|
|
701
661
|
},
|
|
702
662
|
"aspectRatio": {
|
|
703
663
|
"type": "string",
|
|
@@ -795,14 +755,13 @@
|
|
|
795
755
|
},
|
|
796
756
|
"icon": {
|
|
797
757
|
"type": "string",
|
|
798
|
-
"format": "icon",
|
|
799
758
|
"title": "Icon",
|
|
800
759
|
"description": "Choose an icon"
|
|
801
760
|
},
|
|
802
|
-
"
|
|
761
|
+
"target": {
|
|
803
762
|
"type": "string",
|
|
804
|
-
"title": "
|
|
805
|
-
"description": "
|
|
763
|
+
"title": "Target",
|
|
764
|
+
"description": "Target that should be linked, makes the button behave like a link semantically",
|
|
806
765
|
"format": "uri"
|
|
807
766
|
}
|
|
808
767
|
},
|
|
@@ -885,85 +844,17 @@
|
|
|
885
844
|
"center",
|
|
886
845
|
"below",
|
|
887
846
|
"left",
|
|
888
|
-
"right"
|
|
889
|
-
"corner"
|
|
847
|
+
"right"
|
|
890
848
|
],
|
|
891
849
|
"type": "string",
|
|
892
850
|
"default": "bottom"
|
|
893
851
|
},
|
|
894
|
-
"inverted": {
|
|
895
|
-
"type": "boolean",
|
|
896
|
-
"title": "Inverted",
|
|
897
|
-
"description": "Inverted color scheme for the box",
|
|
898
|
-
"default": false
|
|
899
|
-
},
|
|
900
852
|
"type": {
|
|
901
853
|
"const": "hero"
|
|
902
854
|
}
|
|
903
855
|
},
|
|
904
856
|
"additionalProperties": false
|
|
905
857
|
},
|
|
906
|
-
{
|
|
907
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
908
|
-
"$id": "http://schema.mydesignsystem.com/html.schema.json",
|
|
909
|
-
"title": "Html",
|
|
910
|
-
"description": "Display raw HTML.",
|
|
911
|
-
"type": "object",
|
|
912
|
-
"properties": {
|
|
913
|
-
"html": {
|
|
914
|
-
"title": "HTML string",
|
|
915
|
-
"type": "string",
|
|
916
|
-
"examples": [
|
|
917
|
-
"<p style=\"color: var(--ks-text-color-default);\">Hello World</p>"
|
|
918
|
-
]
|
|
919
|
-
},
|
|
920
|
-
"consent": {
|
|
921
|
-
"title": "Show HTML after consent",
|
|
922
|
-
"type": "boolean",
|
|
923
|
-
"default": false
|
|
924
|
-
},
|
|
925
|
-
"consentText": {
|
|
926
|
-
"type": "string"
|
|
927
|
-
},
|
|
928
|
-
"consentButtonLabel": {
|
|
929
|
-
"type": "string"
|
|
930
|
-
},
|
|
931
|
-
"consentBackgroundImage": {
|
|
932
|
-
"type": "string",
|
|
933
|
-
"format": "image"
|
|
934
|
-
},
|
|
935
|
-
"consentAspectRatio": {
|
|
936
|
-
"type": "string",
|
|
937
|
-
"enum": [
|
|
938
|
-
"16:9",
|
|
939
|
-
"16:10",
|
|
940
|
-
"4:3",
|
|
941
|
-
"1:1"
|
|
942
|
-
],
|
|
943
|
-
"default": "16:9"
|
|
944
|
-
},
|
|
945
|
-
"inverted": {
|
|
946
|
-
"title": "Inverted",
|
|
947
|
-
"description": "Invert the colors of the HTML",
|
|
948
|
-
"type": "boolean",
|
|
949
|
-
"default": false
|
|
950
|
-
},
|
|
951
|
-
"className": {
|
|
952
|
-
"title": "Additional Classes",
|
|
953
|
-
"description": "Add additional css classes that should be applied to the element",
|
|
954
|
-
"type": "string"
|
|
955
|
-
},
|
|
956
|
-
"component": {
|
|
957
|
-
"title": "`ks-component` attribute",
|
|
958
|
-
"description": "Optional custom component identifier",
|
|
959
|
-
"type": "string"
|
|
960
|
-
},
|
|
961
|
-
"type": {
|
|
962
|
-
"const": "html"
|
|
963
|
-
}
|
|
964
|
-
},
|
|
965
|
-
"additionalProperties": false
|
|
966
|
-
},
|
|
967
858
|
{
|
|
968
859
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
969
860
|
"$id": "http://schema.mydesignsystem.com/image-story.schema.json",
|
|
@@ -1035,10 +926,10 @@
|
|
|
1035
926
|
"Book a meeting"
|
|
1036
927
|
]
|
|
1037
928
|
},
|
|
1038
|
-
"
|
|
929
|
+
"target": {
|
|
1039
930
|
"type": "string",
|
|
1040
|
-
"title": "
|
|
1041
|
-
"description": "
|
|
931
|
+
"title": "Target",
|
|
932
|
+
"description": "Target that should be linked, makes the button behave like a link semantically",
|
|
1042
933
|
"format": "uri"
|
|
1043
934
|
},
|
|
1044
935
|
"variant": {
|
|
@@ -1054,7 +945,6 @@
|
|
|
1054
945
|
},
|
|
1055
946
|
"icon": {
|
|
1056
947
|
"type": "string",
|
|
1057
|
-
"format": "icon",
|
|
1058
948
|
"title": "Icon",
|
|
1059
949
|
"description": "Choose an icon"
|
|
1060
950
|
},
|
|
@@ -1243,12 +1133,12 @@
|
|
|
1243
1133
|
"title": "URL",
|
|
1244
1134
|
"description": "The URL of the logo image",
|
|
1245
1135
|
"examples": [
|
|
1246
|
-
"img/logos/logoipsum-
|
|
1247
|
-
"img/logos/logoipsum-
|
|
1248
|
-
"img/logos/logoipsum-
|
|
1249
|
-
"img/logos/logoipsum-
|
|
1250
|
-
"img/logos/logoipsum-
|
|
1251
|
-
"img/logos/logoipsum-
|
|
1136
|
+
"img/logos/logoipsum-212.svg",
|
|
1137
|
+
"img/logos/logoipsum-217.svg",
|
|
1138
|
+
"img/logos/logoipsum-239.svg",
|
|
1139
|
+
"img/logos/logoipsum-244.svg",
|
|
1140
|
+
"img/logos/logoipsum-250.svg",
|
|
1141
|
+
"img/logos/logoipsum-286.svg"
|
|
1252
1142
|
]
|
|
1253
1143
|
},
|
|
1254
1144
|
"alt": {
|
|
@@ -1435,15 +1325,14 @@
|
|
|
1435
1325
|
"Book a meeting"
|
|
1436
1326
|
]
|
|
1437
1327
|
},
|
|
1438
|
-
"
|
|
1328
|
+
"target": {
|
|
1439
1329
|
"type": "string",
|
|
1440
|
-
"title": "
|
|
1441
|
-
"description": "
|
|
1330
|
+
"title": "Target",
|
|
1331
|
+
"description": "Target that should be linked, makes the button behave like a link semantically",
|
|
1442
1332
|
"format": "uri"
|
|
1443
1333
|
},
|
|
1444
1334
|
"icon": {
|
|
1445
1335
|
"type": "string",
|
|
1446
|
-
"format": "icon",
|
|
1447
1336
|
"title": "Icon",
|
|
1448
1337
|
"description": "Choose an icon"
|
|
1449
1338
|
}
|
|
@@ -1587,6 +1476,12 @@
|
|
|
1587
1476
|
"default": false,
|
|
1588
1477
|
"type": "boolean"
|
|
1589
1478
|
},
|
|
1479
|
+
"fullWidth": {
|
|
1480
|
+
"title": "Width",
|
|
1481
|
+
"description": "Set the width of the content to the full width of the element",
|
|
1482
|
+
"type": "boolean",
|
|
1483
|
+
"default": false
|
|
1484
|
+
},
|
|
1590
1485
|
"buttons": {
|
|
1591
1486
|
"type": "array",
|
|
1592
1487
|
"items": {
|
|
@@ -1603,14 +1498,13 @@
|
|
|
1603
1498
|
},
|
|
1604
1499
|
"icon": {
|
|
1605
1500
|
"type": "string",
|
|
1606
|
-
"format": "icon",
|
|
1607
1501
|
"title": "Icon",
|
|
1608
1502
|
"description": "Choose an icon"
|
|
1609
1503
|
},
|
|
1610
|
-
"
|
|
1504
|
+
"target": {
|
|
1611
1505
|
"type": "string",
|
|
1612
|
-
"title": "
|
|
1613
|
-
"description": "
|
|
1506
|
+
"title": "Target",
|
|
1507
|
+
"description": "Target that should be linked, makes the button behave like a link semantically",
|
|
1614
1508
|
"format": "uri"
|
|
1615
1509
|
}
|
|
1616
1510
|
},
|
|
@@ -1650,17 +1544,6 @@
|
|
|
1650
1544
|
"title": "Alt text",
|
|
1651
1545
|
"description": "Image description",
|
|
1652
1546
|
"type": "string"
|
|
1653
|
-
},
|
|
1654
|
-
"align": {
|
|
1655
|
-
"title": "Vertical alignment of the image",
|
|
1656
|
-
"description": "Select a vertical alignment for the image",
|
|
1657
|
-
"type": "string",
|
|
1658
|
-
"enum": [
|
|
1659
|
-
"center",
|
|
1660
|
-
"top",
|
|
1661
|
-
"bottom"
|
|
1662
|
-
],
|
|
1663
|
-
"default": "center"
|
|
1664
1547
|
}
|
|
1665
1548
|
},
|
|
1666
1549
|
"additionalProperties": false
|
|
@@ -1695,9 +1578,9 @@
|
|
|
1695
1578
|
"type": "string",
|
|
1696
1579
|
"default": "left"
|
|
1697
1580
|
},
|
|
1698
|
-
"
|
|
1581
|
+
"contentAlign": {
|
|
1699
1582
|
"title": "Vertical alignment of the content",
|
|
1700
|
-
"description": "Select a vertical alignment for the
|
|
1583
|
+
"description": "Select a vertical alignment for the image",
|
|
1701
1584
|
"type": "string",
|
|
1702
1585
|
"enum": [
|
|
1703
1586
|
"center",
|
|
@@ -1706,18 +1589,6 @@
|
|
|
1706
1589
|
],
|
|
1707
1590
|
"default": "center"
|
|
1708
1591
|
},
|
|
1709
|
-
"padding": {
|
|
1710
|
-
"title": "Padding",
|
|
1711
|
-
"description": "Toggle padding of the content",
|
|
1712
|
-
"type": "boolean",
|
|
1713
|
-
"default": false
|
|
1714
|
-
},
|
|
1715
|
-
"inverted": {
|
|
1716
|
-
"title": "Inverted",
|
|
1717
|
-
"description": "Toggle inversion of the component",
|
|
1718
|
-
"type": "boolean",
|
|
1719
|
-
"default": false
|
|
1720
|
-
},
|
|
1721
1592
|
"type": {
|
|
1722
1593
|
"const": "cta"
|
|
1723
1594
|
}
|
|
@@ -1779,12 +1650,14 @@
|
|
|
1779
1650
|
"title": "Features",
|
|
1780
1651
|
"description": "The features to display",
|
|
1781
1652
|
"items": {
|
|
1782
|
-
"
|
|
1653
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
1654
|
+
"$id": "http://schema.mydesignsystem.com/feature.schema.json",
|
|
1783
1655
|
"title": "Feature",
|
|
1656
|
+
"description": "Partial Component used to display a feature",
|
|
1657
|
+
"type": "object",
|
|
1784
1658
|
"properties": {
|
|
1785
1659
|
"icon": {
|
|
1786
1660
|
"type": "string",
|
|
1787
|
-
"format": "icon",
|
|
1788
1661
|
"title": "Icon",
|
|
1789
1662
|
"description": "The icon for the feature",
|
|
1790
1663
|
"examples": [
|
|
@@ -1808,13 +1681,26 @@
|
|
|
1808
1681
|
"This is a feature"
|
|
1809
1682
|
]
|
|
1810
1683
|
},
|
|
1684
|
+
"style": {
|
|
1685
|
+
"type": "string",
|
|
1686
|
+
"enum": [
|
|
1687
|
+
"intext",
|
|
1688
|
+
"stack",
|
|
1689
|
+
"centered",
|
|
1690
|
+
"besideLarge",
|
|
1691
|
+
"besideSmall"
|
|
1692
|
+
],
|
|
1693
|
+
"default": "stack"
|
|
1694
|
+
},
|
|
1811
1695
|
"cta": {
|
|
1812
1696
|
"type": "object",
|
|
1697
|
+
"title": "Call to Action",
|
|
1698
|
+
"description": "The call to action",
|
|
1813
1699
|
"properties": {
|
|
1814
|
-
"
|
|
1700
|
+
"target": {
|
|
1815
1701
|
"type": "string",
|
|
1816
|
-
"title": "Call to Action
|
|
1817
|
-
"description": "The CTA
|
|
1702
|
+
"title": "Call to Action target",
|
|
1703
|
+
"description": "The CTA target",
|
|
1818
1704
|
"default": "#",
|
|
1819
1705
|
"format": "uri"
|
|
1820
1706
|
},
|
|
@@ -1827,21 +1713,33 @@
|
|
|
1827
1713
|
"See all our partners"
|
|
1828
1714
|
]
|
|
1829
1715
|
},
|
|
1830
|
-
"
|
|
1716
|
+
"toggle": {
|
|
1717
|
+
"type": "boolean",
|
|
1718
|
+
"title": "Call to Action Toggle",
|
|
1719
|
+
"description": "Activate/disable the CTAs",
|
|
1720
|
+
"default": true
|
|
1721
|
+
},
|
|
1722
|
+
"style": {
|
|
1831
1723
|
"type": "string",
|
|
1832
|
-
"
|
|
1833
|
-
"
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
"
|
|
1724
|
+
"description": "Choose the style of the CTA",
|
|
1725
|
+
"enum": [
|
|
1726
|
+
"button",
|
|
1727
|
+
"link",
|
|
1728
|
+
"intext"
|
|
1837
1729
|
],
|
|
1838
|
-
"default": "
|
|
1730
|
+
"default": "link"
|
|
1839
1731
|
}
|
|
1840
1732
|
},
|
|
1841
1733
|
"additionalProperties": false
|
|
1734
|
+
},
|
|
1735
|
+
"type": {
|
|
1736
|
+
"const": "feature"
|
|
1842
1737
|
}
|
|
1843
1738
|
},
|
|
1844
|
-
"additionalProperties": false
|
|
1739
|
+
"additionalProperties": false,
|
|
1740
|
+
"required": [
|
|
1741
|
+
"title"
|
|
1742
|
+
]
|
|
1845
1743
|
},
|
|
1846
1744
|
"minItems": 1,
|
|
1847
1745
|
"maxItems": 8
|
|
@@ -1909,8 +1807,7 @@
|
|
|
1909
1807
|
"stack",
|
|
1910
1808
|
"smallTiles",
|
|
1911
1809
|
"largeTiles"
|
|
1912
|
-
]
|
|
1913
|
-
"default": "smallTiles"
|
|
1810
|
+
]
|
|
1914
1811
|
},
|
|
1915
1812
|
"aspectRatio": {
|
|
1916
1813
|
"type": "string",
|
|
@@ -2008,14 +1905,13 @@
|
|
|
2008
1905
|
},
|
|
2009
1906
|
"icon": {
|
|
2010
1907
|
"type": "string",
|
|
2011
|
-
"format": "icon",
|
|
2012
1908
|
"title": "Icon",
|
|
2013
1909
|
"description": "Choose an icon"
|
|
2014
1910
|
},
|
|
2015
|
-
"
|
|
1911
|
+
"target": {
|
|
2016
1912
|
"type": "string",
|
|
2017
|
-
"title": "
|
|
2018
|
-
"description": "
|
|
1913
|
+
"title": "Target",
|
|
1914
|
+
"description": "Target that should be linked, makes the button behave like a link semantically",
|
|
2019
1915
|
"format": "uri"
|
|
2020
1916
|
}
|
|
2021
1917
|
},
|
|
@@ -2098,18 +1994,11 @@
|
|
|
2098
1994
|
"center",
|
|
2099
1995
|
"below",
|
|
2100
1996
|
"left",
|
|
2101
|
-
"right"
|
|
2102
|
-
"corner"
|
|
1997
|
+
"right"
|
|
2103
1998
|
],
|
|
2104
1999
|
"type": "string",
|
|
2105
2000
|
"default": "bottom"
|
|
2106
2001
|
},
|
|
2107
|
-
"inverted": {
|
|
2108
|
-
"type": "boolean",
|
|
2109
|
-
"title": "Inverted",
|
|
2110
|
-
"description": "Inverted color scheme for the box",
|
|
2111
|
-
"default": false
|
|
2112
|
-
},
|
|
2113
2002
|
"type": {
|
|
2114
2003
|
"const": "hero"
|
|
2115
2004
|
}
|
|
@@ -2216,12 +2105,12 @@
|
|
|
2216
2105
|
"title": "URL",
|
|
2217
2106
|
"description": "The URL of the logo image",
|
|
2218
2107
|
"examples": [
|
|
2219
|
-
"img/logos/logoipsum-
|
|
2220
|
-
"img/logos/logoipsum-
|
|
2221
|
-
"img/logos/logoipsum-
|
|
2222
|
-
"img/logos/logoipsum-
|
|
2223
|
-
"img/logos/logoipsum-
|
|
2224
|
-
"img/logos/logoipsum-
|
|
2108
|
+
"img/logos/logoipsum-212.svg",
|
|
2109
|
+
"img/logos/logoipsum-217.svg",
|
|
2110
|
+
"img/logos/logoipsum-239.svg",
|
|
2111
|
+
"img/logos/logoipsum-244.svg",
|
|
2112
|
+
"img/logos/logoipsum-250.svg",
|
|
2113
|
+
"img/logos/logoipsum-286.svg"
|
|
2225
2114
|
]
|
|
2226
2115
|
},
|
|
2227
2116
|
"alt": {
|
|
@@ -2371,7 +2260,6 @@
|
|
|
2371
2260
|
"title": "Icon",
|
|
2372
2261
|
"description": "Optional icon of the stat",
|
|
2373
2262
|
"type": "string",
|
|
2374
|
-
"format": "icon",
|
|
2375
2263
|
"examples": [
|
|
2376
2264
|
"person",
|
|
2377
2265
|
"home",
|
|
@@ -2451,10 +2339,10 @@
|
|
|
2451
2339
|
"description": "Layout for the Teaser Card",
|
|
2452
2340
|
"default": "stack"
|
|
2453
2341
|
},
|
|
2454
|
-
"
|
|
2342
|
+
"target": {
|
|
2455
2343
|
"type": "string",
|
|
2456
|
-
"title": "
|
|
2457
|
-
"description": "
|
|
2344
|
+
"title": "Target",
|
|
2345
|
+
"description": "Target that should be linked",
|
|
2458
2346
|
"format": "uri"
|
|
2459
2347
|
},
|
|
2460
2348
|
"button": {
|
|
@@ -2507,7 +2395,7 @@
|
|
|
2507
2395
|
"additionalProperties": false,
|
|
2508
2396
|
"required": [
|
|
2509
2397
|
"topic",
|
|
2510
|
-
"
|
|
2398
|
+
"target"
|
|
2511
2399
|
]
|
|
2512
2400
|
},
|
|
2513
2401
|
{
|
|
@@ -2528,22 +2416,13 @@
|
|
|
2528
2416
|
],
|
|
2529
2417
|
"default": "slider"
|
|
2530
2418
|
},
|
|
2531
|
-
"quoteSigns": {
|
|
2532
|
-
"title": "Style of the quote signs",
|
|
2533
|
-
"description": "The style of the quote signs",
|
|
2534
|
-
"type": "string",
|
|
2535
|
-
"enum": [
|
|
2536
|
-
"normal",
|
|
2537
|
-
"large",
|
|
2538
|
-
"none"
|
|
2539
|
-
],
|
|
2540
|
-
"default": "normal"
|
|
2541
|
-
},
|
|
2542
2419
|
"testimonial": {
|
|
2543
2420
|
"type": "array",
|
|
2544
2421
|
"title": "Testimonials",
|
|
2545
2422
|
"description": "Add testimonials featuring an image, a quote, a source and a rating",
|
|
2546
2423
|
"items": {
|
|
2424
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
2425
|
+
"$id": "http://schema.mydesignsystem.com/testimonial.schema.json",
|
|
2547
2426
|
"title": "Testimonial",
|
|
2548
2427
|
"description": "Testimonial entry of Testimonials component",
|
|
2549
2428
|
"type": "object",
|
|
@@ -2596,6 +2475,9 @@
|
|
|
2596
2475
|
"type": "integer",
|
|
2597
2476
|
"minimum": 1,
|
|
2598
2477
|
"maximum": 5
|
|
2478
|
+
},
|
|
2479
|
+
"type": {
|
|
2480
|
+
"const": "testimonial"
|
|
2599
2481
|
}
|
|
2600
2482
|
},
|
|
2601
2483
|
"additionalProperties": false,
|
|
@@ -2730,7 +2612,6 @@
|
|
|
2730
2612
|
"title": "Icon",
|
|
2731
2613
|
"description": "Optional icon of the stat",
|
|
2732
2614
|
"type": "string",
|
|
2733
|
-
"format": "icon",
|
|
2734
2615
|
"examples": [
|
|
2735
2616
|
"person",
|
|
2736
2617
|
"home",
|
|
@@ -2810,10 +2691,10 @@
|
|
|
2810
2691
|
"description": "Layout for the Teaser Card",
|
|
2811
2692
|
"default": "stack"
|
|
2812
2693
|
},
|
|
2813
|
-
"
|
|
2694
|
+
"target": {
|
|
2814
2695
|
"type": "string",
|
|
2815
|
-
"title": "
|
|
2816
|
-
"description": "
|
|
2696
|
+
"title": "Target",
|
|
2697
|
+
"description": "Target that should be linked",
|
|
2817
2698
|
"format": "uri"
|
|
2818
2699
|
},
|
|
2819
2700
|
"button": {
|
|
@@ -2866,7 +2747,7 @@
|
|
|
2866
2747
|
"additionalProperties": false,
|
|
2867
2748
|
"required": [
|
|
2868
2749
|
"topic",
|
|
2869
|
-
"
|
|
2750
|
+
"target"
|
|
2870
2751
|
]
|
|
2871
2752
|
},
|
|
2872
2753
|
{
|
|
@@ -2887,22 +2768,13 @@
|
|
|
2887
2768
|
],
|
|
2888
2769
|
"default": "slider"
|
|
2889
2770
|
},
|
|
2890
|
-
"quoteSigns": {
|
|
2891
|
-
"title": "Style of the quote signs",
|
|
2892
|
-
"description": "The style of the quote signs",
|
|
2893
|
-
"type": "string",
|
|
2894
|
-
"enum": [
|
|
2895
|
-
"normal",
|
|
2896
|
-
"large",
|
|
2897
|
-
"none"
|
|
2898
|
-
],
|
|
2899
|
-
"default": "normal"
|
|
2900
|
-
},
|
|
2901
2771
|
"testimonial": {
|
|
2902
2772
|
"type": "array",
|
|
2903
2773
|
"title": "Testimonials",
|
|
2904
2774
|
"description": "Add testimonials featuring an image, a quote, a source and a rating",
|
|
2905
2775
|
"items": {
|
|
2776
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
2777
|
+
"$id": "http://schema.mydesignsystem.com/testimonial.schema.json",
|
|
2906
2778
|
"title": "Testimonial",
|
|
2907
2779
|
"description": "Testimonial entry of Testimonials component",
|
|
2908
2780
|
"type": "object",
|
|
@@ -2955,6 +2827,9 @@
|
|
|
2955
2827
|
"type": "integer",
|
|
2956
2828
|
"minimum": 1,
|
|
2957
2829
|
"maximum": 5
|
|
2830
|
+
},
|
|
2831
|
+
"type": {
|
|
2832
|
+
"const": "testimonial"
|
|
2958
2833
|
}
|
|
2959
2834
|
},
|
|
2960
2835
|
"additionalProperties": false,
|
|
@@ -3074,14 +2949,13 @@
|
|
|
3074
2949
|
},
|
|
3075
2950
|
"icon": {
|
|
3076
2951
|
"type": "string",
|
|
3077
|
-
"format": "icon",
|
|
3078
2952
|
"title": "Icon",
|
|
3079
2953
|
"description": "Choose an icon"
|
|
3080
2954
|
},
|
|
3081
|
-
"
|
|
2955
|
+
"target": {
|
|
3082
2956
|
"type": "string",
|
|
3083
|
-
"title": "
|
|
3084
|
-
"description": "
|
|
2957
|
+
"title": "Target",
|
|
2958
|
+
"description": "Target that should be linked, makes the button behave like a link semantically",
|
|
3085
2959
|
"format": "uri"
|
|
3086
2960
|
}
|
|
3087
2961
|
},
|
|
@@ -3137,10 +3011,8 @@
|
|
|
3137
3011
|
"description": "Choose the alginment of the module content",
|
|
3138
3012
|
"enum": [
|
|
3139
3013
|
"center",
|
|
3140
|
-
"bottom",
|
|
3141
3014
|
"left",
|
|
3142
|
-
"right"
|
|
3143
|
-
"corner"
|
|
3015
|
+
"right"
|
|
3144
3016
|
],
|
|
3145
3017
|
"type": "string",
|
|
3146
3018
|
"default": "bottom"
|
|
@@ -3173,10 +3045,10 @@
|
|
|
3173
3045
|
"Book a meeting"
|
|
3174
3046
|
]
|
|
3175
3047
|
},
|
|
3176
|
-
"
|
|
3048
|
+
"target": {
|
|
3177
3049
|
"type": "string",
|
|
3178
|
-
"title": "
|
|
3179
|
-
"description": "
|
|
3050
|
+
"title": "Target",
|
|
3051
|
+
"description": "Target that should be linked, makes the button behave like a link semantically",
|
|
3180
3052
|
"format": "uri"
|
|
3181
3053
|
},
|
|
3182
3054
|
"variant": {
|
|
@@ -3192,7 +3064,6 @@
|
|
|
3192
3064
|
},
|
|
3193
3065
|
"icon": {
|
|
3194
3066
|
"type": "string",
|
|
3195
|
-
"format": "icon",
|
|
3196
3067
|
"title": "Icon",
|
|
3197
3068
|
"description": "Choose an icon"
|
|
3198
3069
|
},
|