@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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kickstartds/ds-agency-premium",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.7.0--canary.18.1660.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"homepage": "https://github.com/kickstartDS/ds-agency-premium#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"prepare": "patch-package && husky install",
|
|
57
57
|
"prepublishOnly": "rm -rf dist && yarn build-tokens && yarn schema && rollup -c && yarn build-storybook",
|
|
58
58
|
"schema": "run-p schema:*",
|
|
59
|
-
"schema:dereference-schemas": "kickstartDS schema dereference",
|
|
59
|
+
"schema:dereference-schemas": "kickstartDS schema dereference --schema-domain schema.mydesignsystem.com",
|
|
60
60
|
"schema:generate-props": "kickstartDS schema types",
|
|
61
61
|
"schema:layer-types": "kickstartDS schema layer",
|
|
62
62
|
"start": "run-p watch:* storybook",
|
|
@@ -74,18 +74,21 @@
|
|
|
74
74
|
"@bedrock-layout/primitives": "^3.0.23",
|
|
75
75
|
"@bedrock-layout/spacing-constants": "^3.2.5",
|
|
76
76
|
"classnames": "^2.3.2",
|
|
77
|
-
"markdown-to-jsx": "^7.
|
|
77
|
+
"markdown-to-jsx": "^7.3.2",
|
|
78
|
+
"react-browser-ui": "^1.3.5",
|
|
79
|
+
"react-loader-spinner": "^6.1.6"
|
|
78
80
|
},
|
|
79
81
|
"devDependencies": {
|
|
80
82
|
"@auto-it/npm": "^11.0.1",
|
|
81
83
|
"@auto-it/released": "^11.0.1",
|
|
82
|
-
"@kickstartds/base": "^4.
|
|
83
|
-
"@kickstartds/blog": "^4.
|
|
84
|
-
"@kickstartds/
|
|
85
|
-
"@kickstartds/
|
|
86
|
-
"@kickstartds/
|
|
87
|
-
"@kickstartds/
|
|
88
|
-
"@kickstartds/
|
|
84
|
+
"@kickstartds/base": "^4.0.2",
|
|
85
|
+
"@kickstartds/blog": "^4.0.2",
|
|
86
|
+
"@kickstartds/cambria": "^1.0.5",
|
|
87
|
+
"@kickstartds/content": "^4.0.0",
|
|
88
|
+
"@kickstartds/core": "^4.0.2",
|
|
89
|
+
"@kickstartds/form": "^4.0.2",
|
|
90
|
+
"@kickstartds/jsonschema-utils": "^3.4.1",
|
|
91
|
+
"@kickstartds/jsonschema2types": "^1.1.37",
|
|
89
92
|
"@kickstartds/storybook-addon-component-tokens": "^3.0.0",
|
|
90
93
|
"@kickstartds/storybook-addon-html": "^1.0.0",
|
|
91
94
|
"@kickstartds/storybook-addon-jsonschema": "^4.0.0",
|
|
@@ -114,9 +117,11 @@
|
|
|
114
117
|
"happy-dom": "^13.3.1",
|
|
115
118
|
"husky": "^8.0.3",
|
|
116
119
|
"jest-image-snapshot": "^6.4.0",
|
|
120
|
+
"json-schema-traverse": "^1.0.0",
|
|
117
121
|
"kickstartds": "^3.0.0",
|
|
118
122
|
"lazysizes": "^5.3.2",
|
|
119
123
|
"npm-run-all": "^4.1.5",
|
|
124
|
+
"object-traversal": "^1.0.1",
|
|
120
125
|
"patch-package": "^8.0.0",
|
|
121
126
|
"playroom": "^0.34.1",
|
|
122
127
|
"postcss": "^8.4.29",
|
|
@@ -139,7 +144,7 @@
|
|
|
139
144
|
"peerDependencies": {
|
|
140
145
|
"@kickstartds/base": "^4.0.2",
|
|
141
146
|
"@kickstartds/blog": "^4.0.2",
|
|
142
|
-
"@kickstartds/content": "^4.
|
|
147
|
+
"@kickstartds/content": "^4.0.0",
|
|
143
148
|
"@kickstartds/core": "^4.0.2",
|
|
144
149
|
"@kickstartds/form": "^4.0.2",
|
|
145
150
|
"react": "^17 || ^18",
|
|
@@ -1,26 +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
|
-
* Choose a variant for the divider
|
|
8
|
-
*/
|
|
9
|
-
type StyleOfTheDivider = "default" | "accent";
|
|
10
|
-
/**
|
|
11
|
-
* Add additional css classes that should be applied to the divider
|
|
12
|
-
*/
|
|
13
|
-
type AdditionalClasses = string;
|
|
14
|
-
/**
|
|
15
|
-
* Optional custom component identifier
|
|
16
|
-
*/
|
|
17
|
-
type KsComponentAttribute = string;
|
|
18
|
-
/**
|
|
19
|
-
* Dividers bring clarity to a layout by grouping and dividing content in close proximity.
|
|
20
|
-
*/
|
|
21
|
-
interface DividerProps {
|
|
22
|
-
variant?: StyleOfTheDivider;
|
|
23
|
-
className?: AdditionalClasses;
|
|
24
|
-
component?: KsComponentAttribute;
|
|
25
|
-
}
|
|
26
|
-
export { StyleOfTheDivider, AdditionalClasses, KsComponentAttribute, DividerProps };
|
|
@@ -1,38 +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
|
-
* Date of the appointment
|
|
8
|
-
*/
|
|
9
|
-
type Date = string;
|
|
10
|
-
/**
|
|
11
|
-
* Time of the appointment
|
|
12
|
-
*/
|
|
13
|
-
type Time = string;
|
|
14
|
-
/**
|
|
15
|
-
* Label for the call to action button
|
|
16
|
-
*/
|
|
17
|
-
type CTALabel = string;
|
|
18
|
-
/**
|
|
19
|
-
* URL for the call to action button
|
|
20
|
-
*/
|
|
21
|
-
type URL = string;
|
|
22
|
-
/**
|
|
23
|
-
* Whether the link should open in a new tab
|
|
24
|
-
*/
|
|
25
|
-
type OpenInNewTab = boolean;
|
|
26
|
-
/**
|
|
27
|
-
* Aria label for the link
|
|
28
|
-
*/
|
|
29
|
-
type AriaLabel = string;
|
|
30
|
-
interface EventAppointmentProps {
|
|
31
|
-
date?: Date;
|
|
32
|
-
time?: Time;
|
|
33
|
-
label?: CTALabel;
|
|
34
|
-
url?: URL;
|
|
35
|
-
newTab?: OpenInNewTab;
|
|
36
|
-
ariaLabel?: AriaLabel;
|
|
37
|
-
}
|
|
38
|
-
export { Date, Time, CTALabel, URL, OpenInNewTab, AriaLabel, EventAppointmentProps };
|
|
@@ -1,387 +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 { EventLocationProps } from "./EventLocationProps-871bc198.js";
|
|
7
|
-
/**
|
|
8
|
-
* Title of the event
|
|
9
|
-
*/
|
|
10
|
-
type EventTitle = string;
|
|
11
|
-
/**
|
|
12
|
-
* Label of the category
|
|
13
|
-
*/
|
|
14
|
-
type Label = string;
|
|
15
|
-
/**
|
|
16
|
-
* Categories to which the event belongs
|
|
17
|
-
*/
|
|
18
|
-
type Categories = {
|
|
19
|
-
label?: Label;
|
|
20
|
-
}[];
|
|
21
|
-
/**
|
|
22
|
-
* Short intro text for the event
|
|
23
|
-
*/
|
|
24
|
-
type Intro = string;
|
|
25
|
-
/**
|
|
26
|
-
* List of locations with attendable appointments
|
|
27
|
-
*/
|
|
28
|
-
type Locations = EventLocationProps[];
|
|
29
|
-
/**
|
|
30
|
-
* Description of the event
|
|
31
|
-
*/
|
|
32
|
-
type Description = string;
|
|
33
|
-
/**
|
|
34
|
-
* The images to display in the gallery
|
|
35
|
-
*
|
|
36
|
-
* @minItems 1
|
|
37
|
-
* @maxItems 10
|
|
38
|
-
*/
|
|
39
|
-
type Images = [
|
|
40
|
-
{
|
|
41
|
-
src: Src;
|
|
42
|
-
alt?: AltText;
|
|
43
|
-
caption?: Caption;
|
|
44
|
-
}
|
|
45
|
-
] | [
|
|
46
|
-
{
|
|
47
|
-
src: Src;
|
|
48
|
-
alt?: AltText;
|
|
49
|
-
caption?: Caption;
|
|
50
|
-
},
|
|
51
|
-
{
|
|
52
|
-
src: Src;
|
|
53
|
-
alt?: AltText;
|
|
54
|
-
caption?: Caption;
|
|
55
|
-
}
|
|
56
|
-
] | [
|
|
57
|
-
{
|
|
58
|
-
src: Src;
|
|
59
|
-
alt?: AltText;
|
|
60
|
-
caption?: Caption;
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
src: Src;
|
|
64
|
-
alt?: AltText;
|
|
65
|
-
caption?: Caption;
|
|
66
|
-
},
|
|
67
|
-
{
|
|
68
|
-
src: Src;
|
|
69
|
-
alt?: AltText;
|
|
70
|
-
caption?: Caption;
|
|
71
|
-
}
|
|
72
|
-
] | [
|
|
73
|
-
{
|
|
74
|
-
src: Src;
|
|
75
|
-
alt?: AltText;
|
|
76
|
-
caption?: Caption;
|
|
77
|
-
},
|
|
78
|
-
{
|
|
79
|
-
src: Src;
|
|
80
|
-
alt?: AltText;
|
|
81
|
-
caption?: Caption;
|
|
82
|
-
},
|
|
83
|
-
{
|
|
84
|
-
src: Src;
|
|
85
|
-
alt?: AltText;
|
|
86
|
-
caption?: Caption;
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
src: Src;
|
|
90
|
-
alt?: AltText;
|
|
91
|
-
caption?: Caption;
|
|
92
|
-
}
|
|
93
|
-
] | [
|
|
94
|
-
{
|
|
95
|
-
src: Src;
|
|
96
|
-
alt?: AltText;
|
|
97
|
-
caption?: Caption;
|
|
98
|
-
},
|
|
99
|
-
{
|
|
100
|
-
src: Src;
|
|
101
|
-
alt?: AltText;
|
|
102
|
-
caption?: Caption;
|
|
103
|
-
},
|
|
104
|
-
{
|
|
105
|
-
src: Src;
|
|
106
|
-
alt?: AltText;
|
|
107
|
-
caption?: Caption;
|
|
108
|
-
},
|
|
109
|
-
{
|
|
110
|
-
src: Src;
|
|
111
|
-
alt?: AltText;
|
|
112
|
-
caption?: Caption;
|
|
113
|
-
},
|
|
114
|
-
{
|
|
115
|
-
src: Src;
|
|
116
|
-
alt?: AltText;
|
|
117
|
-
caption?: Caption;
|
|
118
|
-
}
|
|
119
|
-
] | [
|
|
120
|
-
{
|
|
121
|
-
src: Src;
|
|
122
|
-
alt?: AltText;
|
|
123
|
-
caption?: Caption;
|
|
124
|
-
},
|
|
125
|
-
{
|
|
126
|
-
src: Src;
|
|
127
|
-
alt?: AltText;
|
|
128
|
-
caption?: Caption;
|
|
129
|
-
},
|
|
130
|
-
{
|
|
131
|
-
src: Src;
|
|
132
|
-
alt?: AltText;
|
|
133
|
-
caption?: Caption;
|
|
134
|
-
},
|
|
135
|
-
{
|
|
136
|
-
src: Src;
|
|
137
|
-
alt?: AltText;
|
|
138
|
-
caption?: Caption;
|
|
139
|
-
},
|
|
140
|
-
{
|
|
141
|
-
src: Src;
|
|
142
|
-
alt?: AltText;
|
|
143
|
-
caption?: Caption;
|
|
144
|
-
},
|
|
145
|
-
{
|
|
146
|
-
src: Src;
|
|
147
|
-
alt?: AltText;
|
|
148
|
-
caption?: Caption;
|
|
149
|
-
}
|
|
150
|
-
] | [
|
|
151
|
-
{
|
|
152
|
-
src: Src;
|
|
153
|
-
alt?: AltText;
|
|
154
|
-
caption?: Caption;
|
|
155
|
-
},
|
|
156
|
-
{
|
|
157
|
-
src: Src;
|
|
158
|
-
alt?: AltText;
|
|
159
|
-
caption?: Caption;
|
|
160
|
-
},
|
|
161
|
-
{
|
|
162
|
-
src: Src;
|
|
163
|
-
alt?: AltText;
|
|
164
|
-
caption?: Caption;
|
|
165
|
-
},
|
|
166
|
-
{
|
|
167
|
-
src: Src;
|
|
168
|
-
alt?: AltText;
|
|
169
|
-
caption?: Caption;
|
|
170
|
-
},
|
|
171
|
-
{
|
|
172
|
-
src: Src;
|
|
173
|
-
alt?: AltText;
|
|
174
|
-
caption?: Caption;
|
|
175
|
-
},
|
|
176
|
-
{
|
|
177
|
-
src: Src;
|
|
178
|
-
alt?: AltText;
|
|
179
|
-
caption?: Caption;
|
|
180
|
-
},
|
|
181
|
-
{
|
|
182
|
-
src: Src;
|
|
183
|
-
alt?: AltText;
|
|
184
|
-
caption?: Caption;
|
|
185
|
-
}
|
|
186
|
-
] | [
|
|
187
|
-
{
|
|
188
|
-
src: Src;
|
|
189
|
-
alt?: AltText;
|
|
190
|
-
caption?: Caption;
|
|
191
|
-
},
|
|
192
|
-
{
|
|
193
|
-
src: Src;
|
|
194
|
-
alt?: AltText;
|
|
195
|
-
caption?: Caption;
|
|
196
|
-
},
|
|
197
|
-
{
|
|
198
|
-
src: Src;
|
|
199
|
-
alt?: AltText;
|
|
200
|
-
caption?: Caption;
|
|
201
|
-
},
|
|
202
|
-
{
|
|
203
|
-
src: Src;
|
|
204
|
-
alt?: AltText;
|
|
205
|
-
caption?: Caption;
|
|
206
|
-
},
|
|
207
|
-
{
|
|
208
|
-
src: Src;
|
|
209
|
-
alt?: AltText;
|
|
210
|
-
caption?: Caption;
|
|
211
|
-
},
|
|
212
|
-
{
|
|
213
|
-
src: Src;
|
|
214
|
-
alt?: AltText;
|
|
215
|
-
caption?: Caption;
|
|
216
|
-
},
|
|
217
|
-
{
|
|
218
|
-
src: Src;
|
|
219
|
-
alt?: AltText;
|
|
220
|
-
caption?: Caption;
|
|
221
|
-
},
|
|
222
|
-
{
|
|
223
|
-
src: Src;
|
|
224
|
-
alt?: AltText;
|
|
225
|
-
caption?: Caption;
|
|
226
|
-
}
|
|
227
|
-
] | [
|
|
228
|
-
{
|
|
229
|
-
src: Src;
|
|
230
|
-
alt?: AltText;
|
|
231
|
-
caption?: Caption;
|
|
232
|
-
},
|
|
233
|
-
{
|
|
234
|
-
src: Src;
|
|
235
|
-
alt?: AltText;
|
|
236
|
-
caption?: Caption;
|
|
237
|
-
},
|
|
238
|
-
{
|
|
239
|
-
src: Src;
|
|
240
|
-
alt?: AltText;
|
|
241
|
-
caption?: Caption;
|
|
242
|
-
},
|
|
243
|
-
{
|
|
244
|
-
src: Src;
|
|
245
|
-
alt?: AltText;
|
|
246
|
-
caption?: Caption;
|
|
247
|
-
},
|
|
248
|
-
{
|
|
249
|
-
src: Src;
|
|
250
|
-
alt?: AltText;
|
|
251
|
-
caption?: Caption;
|
|
252
|
-
},
|
|
253
|
-
{
|
|
254
|
-
src: Src;
|
|
255
|
-
alt?: AltText;
|
|
256
|
-
caption?: Caption;
|
|
257
|
-
},
|
|
258
|
-
{
|
|
259
|
-
src: Src;
|
|
260
|
-
alt?: AltText;
|
|
261
|
-
caption?: Caption;
|
|
262
|
-
},
|
|
263
|
-
{
|
|
264
|
-
src: Src;
|
|
265
|
-
alt?: AltText;
|
|
266
|
-
caption?: Caption;
|
|
267
|
-
},
|
|
268
|
-
{
|
|
269
|
-
src: Src;
|
|
270
|
-
alt?: AltText;
|
|
271
|
-
caption?: Caption;
|
|
272
|
-
}
|
|
273
|
-
] | [
|
|
274
|
-
{
|
|
275
|
-
src: Src;
|
|
276
|
-
alt?: AltText;
|
|
277
|
-
caption?: Caption;
|
|
278
|
-
},
|
|
279
|
-
{
|
|
280
|
-
src: Src;
|
|
281
|
-
alt?: AltText;
|
|
282
|
-
caption?: Caption;
|
|
283
|
-
},
|
|
284
|
-
{
|
|
285
|
-
src: Src;
|
|
286
|
-
alt?: AltText;
|
|
287
|
-
caption?: Caption;
|
|
288
|
-
},
|
|
289
|
-
{
|
|
290
|
-
src: Src;
|
|
291
|
-
alt?: AltText;
|
|
292
|
-
caption?: Caption;
|
|
293
|
-
},
|
|
294
|
-
{
|
|
295
|
-
src: Src;
|
|
296
|
-
alt?: AltText;
|
|
297
|
-
caption?: Caption;
|
|
298
|
-
},
|
|
299
|
-
{
|
|
300
|
-
src: Src;
|
|
301
|
-
alt?: AltText;
|
|
302
|
-
caption?: Caption;
|
|
303
|
-
},
|
|
304
|
-
{
|
|
305
|
-
src: Src;
|
|
306
|
-
alt?: AltText;
|
|
307
|
-
caption?: Caption;
|
|
308
|
-
},
|
|
309
|
-
{
|
|
310
|
-
src: Src;
|
|
311
|
-
alt?: AltText;
|
|
312
|
-
caption?: Caption;
|
|
313
|
-
},
|
|
314
|
-
{
|
|
315
|
-
src: Src;
|
|
316
|
-
alt?: AltText;
|
|
317
|
-
caption?: Caption;
|
|
318
|
-
},
|
|
319
|
-
{
|
|
320
|
-
src: Src;
|
|
321
|
-
alt?: AltText;
|
|
322
|
-
caption?: Caption;
|
|
323
|
-
}
|
|
324
|
-
];
|
|
325
|
-
/**
|
|
326
|
-
* The source of the image
|
|
327
|
-
*/
|
|
328
|
-
type Src = string;
|
|
329
|
-
/**
|
|
330
|
-
* Alt text of the image
|
|
331
|
-
*/
|
|
332
|
-
type AltText = string;
|
|
333
|
-
/**
|
|
334
|
-
* The caption of the image
|
|
335
|
-
*/
|
|
336
|
-
type Caption = string;
|
|
337
|
-
/**
|
|
338
|
-
* Label of the button
|
|
339
|
-
*/
|
|
340
|
-
type Label1 = string;
|
|
341
|
-
/**
|
|
342
|
-
* URL the button links to
|
|
343
|
-
*/
|
|
344
|
-
type Url = string;
|
|
345
|
-
interface EventDetailProps {
|
|
346
|
-
title?: EventTitle;
|
|
347
|
-
categories?: Categories;
|
|
348
|
-
intro?: Intro;
|
|
349
|
-
locations?: Locations;
|
|
350
|
-
downloads?: {
|
|
351
|
-
/**
|
|
352
|
-
* The name of the file
|
|
353
|
-
*/
|
|
354
|
-
name: string;
|
|
355
|
-
/**
|
|
356
|
-
* A brief description of the file
|
|
357
|
-
*/
|
|
358
|
-
description?: string;
|
|
359
|
-
/**
|
|
360
|
-
* A URL to an image that previews the file.
|
|
361
|
-
*/
|
|
362
|
-
previewImage?: string;
|
|
363
|
-
/**
|
|
364
|
-
* The URL to download the file from.
|
|
365
|
-
*/
|
|
366
|
-
url: string;
|
|
367
|
-
/**
|
|
368
|
-
* The size of the download file
|
|
369
|
-
*/
|
|
370
|
-
size?: string;
|
|
371
|
-
/**
|
|
372
|
-
* The format of the download file
|
|
373
|
-
*/
|
|
374
|
-
format?: string;
|
|
375
|
-
}[];
|
|
376
|
-
description?: Description;
|
|
377
|
-
images?: Images;
|
|
378
|
-
button?: Button;
|
|
379
|
-
}
|
|
380
|
-
/**
|
|
381
|
-
* Button at the bottom of the event detail
|
|
382
|
-
*/
|
|
383
|
-
interface Button {
|
|
384
|
-
label?: Label1;
|
|
385
|
-
url?: Url;
|
|
386
|
-
}
|
|
387
|
-
export { EventTitle, Label, Categories, Intro, Locations, Description, Images, Src, AltText, Caption, Label1, Url, EventDetailProps, Button };
|
|
@@ -1,73 +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
|
-
* List of categories to filter appointments
|
|
8
|
-
*/
|
|
9
|
-
type Label = string[];
|
|
10
|
-
interface EventFilterProps {
|
|
11
|
-
datePicker?: {
|
|
12
|
-
/**
|
|
13
|
-
* Title for the date picker
|
|
14
|
-
*/
|
|
15
|
-
title?: string;
|
|
16
|
-
dateFromInput?: {
|
|
17
|
-
/**
|
|
18
|
-
* Label for the date-from input
|
|
19
|
-
*/
|
|
20
|
-
label?: string;
|
|
21
|
-
/**
|
|
22
|
-
* Placeholder text for the date-from input
|
|
23
|
-
*/
|
|
24
|
-
placeholder?: string;
|
|
25
|
-
};
|
|
26
|
-
dateToInput?: {
|
|
27
|
-
/**
|
|
28
|
-
* Label for the date-to input
|
|
29
|
-
*/
|
|
30
|
-
label?: string;
|
|
31
|
-
/**
|
|
32
|
-
* Placeholder text for the date-to input
|
|
33
|
-
*/
|
|
34
|
-
placeholder?: string;
|
|
35
|
-
};
|
|
36
|
-
/**
|
|
37
|
-
* Toggle to enable or disable the date picker
|
|
38
|
-
*/
|
|
39
|
-
toggle?: boolean;
|
|
40
|
-
};
|
|
41
|
-
categories?: {
|
|
42
|
-
/**
|
|
43
|
-
* Title for the categories filter
|
|
44
|
-
*/
|
|
45
|
-
title?: string;
|
|
46
|
-
categoryCheckboxes?: Label;
|
|
47
|
-
/**
|
|
48
|
-
* Toggle to enable or disable the category filter
|
|
49
|
-
*/
|
|
50
|
-
toggle?: boolean;
|
|
51
|
-
};
|
|
52
|
-
applyButton?: {
|
|
53
|
-
/**
|
|
54
|
-
* Label for the button
|
|
55
|
-
*/
|
|
56
|
-
label?: string;
|
|
57
|
-
/**
|
|
58
|
-
* Function to call on button click
|
|
59
|
-
*/
|
|
60
|
-
onClick?: string;
|
|
61
|
-
};
|
|
62
|
-
resetButton?: {
|
|
63
|
-
/**
|
|
64
|
-
* Label for the button
|
|
65
|
-
*/
|
|
66
|
-
label?: string;
|
|
67
|
-
/**
|
|
68
|
-
* Function to call on button click
|
|
69
|
-
*/
|
|
70
|
-
onClick?: string;
|
|
71
|
-
};
|
|
72
|
-
}
|
|
73
|
-
export { Label, EventFilterProps };
|
|
@@ -1,58 +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 date of the event
|
|
8
|
-
*/
|
|
9
|
-
type Date = string;
|
|
10
|
-
/**
|
|
11
|
-
* The month of the event
|
|
12
|
-
*/
|
|
13
|
-
type Month = string;
|
|
14
|
-
/**
|
|
15
|
-
* The day of the event
|
|
16
|
-
*/
|
|
17
|
-
type Day = string;
|
|
18
|
-
/**
|
|
19
|
-
* Title of the event
|
|
20
|
-
*/
|
|
21
|
-
type Headline = string;
|
|
22
|
-
/**
|
|
23
|
-
* Location of the event
|
|
24
|
-
*/
|
|
25
|
-
type Location = string;
|
|
26
|
-
/**
|
|
27
|
-
* The event entry URL to link
|
|
28
|
-
*/
|
|
29
|
-
type URL = string;
|
|
30
|
-
/**
|
|
31
|
-
* Text for the call to action
|
|
32
|
-
*/
|
|
33
|
-
type CallToAction = string;
|
|
34
|
-
/**
|
|
35
|
-
* ARIA label for accessibility
|
|
36
|
-
*/
|
|
37
|
-
type ARIALabel = string;
|
|
38
|
-
/**
|
|
39
|
-
* Display an event teaser with date, title and location
|
|
40
|
-
*/
|
|
41
|
-
interface EventLatestTeaserProps {
|
|
42
|
-
date: Date;
|
|
43
|
-
calendar?: Calendar;
|
|
44
|
-
title: Headline;
|
|
45
|
-
location: Location;
|
|
46
|
-
url?: URL;
|
|
47
|
-
cta?: CallToAction;
|
|
48
|
-
ariaLabel?: ARIALabel;
|
|
49
|
-
className?: string;
|
|
50
|
-
}
|
|
51
|
-
/**
|
|
52
|
-
* Calendar icon to display the date
|
|
53
|
-
*/
|
|
54
|
-
interface Calendar {
|
|
55
|
-
month?: Month;
|
|
56
|
-
day?: Day;
|
|
57
|
-
}
|
|
58
|
-
export { Date, Month, Day, Headline, Location, URL, CallToAction, ARIALabel, EventLatestTeaserProps, Calendar };
|