@kickstartds/ds-agency-premium 1.6.72--canary.43.2521.0 → 1.6.72--canary.56.2528.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/.storybook/main.d.ts +3 -0
- package/dist/.storybook/manager.d.ts +1 -0
- package/dist/.storybook/preview.d.ts +5 -0
- package/dist/.storybook/test-runner.d.ts +3 -0
- package/dist/.storybook/themeSwitch.d.ts +4 -0
- package/dist/.storybook/themes.d.ts +1 -0
- package/dist/components/blog-aside/index.js +1 -1
- package/dist/components/blog-author/index.js +1 -1
- package/dist/components/blog-head/index.js +1 -1
- package/dist/components/blog-overview/index.js +1 -1
- package/dist/components/blog-post/index.js +1 -1
- package/dist/components/blog-teaser/index.js +1 -1
- package/dist/components/breadcrumb/index.js +1 -1
- package/dist/components/business-card/business-card.css +5 -7
- package/dist/components/business-card/index.js +2 -2
- package/dist/components/button/button.css +1 -6
- package/dist/components/button/index.js +1 -1
- package/dist/components/button-group/index.js +1 -1
- package/dist/components/contact/index.js +1 -1
- package/dist/components/content-nav/content-nav.css +0 -2
- package/dist/components/content-nav/index.js +1 -1
- package/dist/components/cookie-consent/cookie-consent.css +10 -14
- package/dist/components/cookie-consent/index.js +1 -1
- package/dist/components/cta/index.js +1 -1
- package/dist/components/divider/index.js +1 -1
- package/dist/components/downloads/index.js +1 -1
- package/dist/components/event-appointment/index.js +1 -1
- package/dist/components/event-detail/index.js +1 -1
- package/dist/components/event-filter/index.js +1 -1
- package/dist/components/event-header/index.js +1 -1
- package/dist/components/event-latest/index.js +1 -1
- package/dist/components/event-latest-teaser/event-latest-teaser.css +2 -2
- package/dist/components/event-latest-teaser/index.js +1 -1
- package/dist/components/event-list/index.js +1 -1
- package/dist/components/event-list-teaser/event-list-teaser.css +2 -2
- package/dist/components/event-list-teaser/index.js +1 -1
- package/dist/components/event-location/event-location.css +3 -3
- package/dist/components/event-location/index.js +1 -1
- package/dist/components/event-login/index.js +1 -1
- package/dist/components/event-registration/index.js +1 -1
- package/dist/components/faq/index.js +1 -1
- package/dist/components/feature/index.js +1 -1
- package/dist/components/features/index.js +1 -1
- package/dist/components/footer/index.js +1 -1
- package/dist/components/gallery/index.js +1 -1
- package/dist/components/header/index.js +1 -1
- package/dist/components/headline/index.js +1 -1
- package/dist/components/hero/hero.css +28 -34
- package/dist/components/hero/index.js +1 -1
- package/dist/components/html/index.js +1 -1
- package/dist/components/image-story/index.js +1 -1
- package/dist/components/image-text/index.js +1 -1
- package/dist/components/logo/index.js +1 -1
- package/dist/components/logos/index.js +1 -1
- package/dist/components/logos/logos.css +6 -8
- package/dist/components/mosaic/index.js +1 -1
- package/dist/components/nav-dropdown/nav-dropdown.css +3 -5
- package/dist/components/nav-flyout/index.js +1 -1
- package/dist/components/nav-main/index.js +1 -1
- package/dist/components/nav-topbar/index.js +1 -1
- package/dist/components/page-wrapper/index.js +5 -4
- package/dist/components/page-wrapper/tokens.css +2479 -0
- package/dist/components/pagination/index.js +1 -1
- package/dist/components/pagination/pagination.css +3 -3
- package/dist/components/providers/index.js +1 -1
- package/dist/components/search/index.js +1 -1
- package/dist/components/search-bar/index.js +1 -1
- package/dist/components/search-filter/index.js +1 -1
- package/dist/components/search-form/index.js +1 -1
- package/dist/components/search-modal/index.js +1 -1
- package/dist/components/search-result/index.js +1 -1
- package/dist/components/search-result/search-result.css +0 -4
- package/dist/components/search-result-match/index.js +1 -1
- package/dist/components/section/index.js +1 -1
- package/dist/components/slider/index.js +1 -1
- package/dist/components/split-even/index.js +1 -1
- package/dist/components/split-weighted/index.js +1 -1
- package/dist/components/stat/index.js +1 -1
- package/dist/components/stats/index.js +1 -1
- package/dist/components/stats/stats.css +0 -2
- package/dist/components/teaser-card/index.js +1 -1
- package/dist/components/teaser-card/teaser-card.css +1 -4
- package/dist/components/testimonial/index.js +1 -1
- package/dist/components/testimonials/index.js +1 -1
- package/dist/components/testimonials/testimonials.css +1 -3
- package/dist/components/text/index.js +1 -1
- package/dist/components/video-curtain/index.js +1 -1
- package/dist/global.client.js +1 -1
- package/dist/global.css +226 -4264
- package/dist/src/bedrock/BedrockProvider.d.ts +9 -0
- package/dist/{components/providers/index.d.ts → src/components/Providers.d.ts} +2 -3
- package/dist/src/components/blog-aside/BlogAside.stories.d.ts +6 -0
- package/dist/src/components/blog-aside/BlogAsideComponent.d.ts +7 -0
- package/dist/src/components/blog-aside/BlogAsideDefaults.d.ts +4 -0
- package/dist/{BlogAsideProps-c760fd2a.d.ts → src/components/blog-aside/BlogAsideProps.d.ts} +8 -9
- package/dist/src/components/blog-author/BlogAuthor.stories.d.ts +6 -0
- package/dist/src/components/blog-author/BlogAuthorComponent.d.ts +6 -0
- package/dist/src/components/blog-author/BlogAuthorDefaults.d.ts +4 -0
- package/dist/{BlogAuthorProps-fb0241df.d.ts → src/components/blog-author/BlogAuthorProps.d.ts} +9 -10
- package/dist/src/components/blog-head/BlogHead.stories.d.ts +6 -0
- package/dist/src/components/blog-head/BlogHeadComponent.d.ts +7 -0
- package/dist/src/components/blog-head/BlogHeadDefaults.d.ts +4 -0
- package/dist/{BlogHeadProps-f5855e93.d.ts → src/components/blog-head/BlogHeadProps.d.ts} +7 -8
- package/dist/src/components/blog-tag/BlogTagDefaults.d.ts +4 -0
- package/dist/{BlogTagProps-f5855e93.d.ts → src/components/blog-tag/BlogTagProps.d.ts} +2 -3
- package/dist/src/components/blog-teaser/BlogTeaser.stories.d.ts +6 -0
- package/dist/src/components/blog-teaser/BlogTeaserComponent.d.ts +7 -0
- package/dist/src/components/blog-teaser/BlogTeaserDefaults.d.ts +4 -0
- package/dist/{BlogTeaserProps-d62a0a9a.d.ts → src/components/blog-teaser/BlogTeaserProps.d.ts} +16 -17
- package/dist/src/components/breadcrumb/Breadcrumb.stories.d.ts +6 -0
- package/dist/src/components/breadcrumb/BreadcrumbComponent.d.ts +7 -0
- package/dist/src/components/breadcrumb/BreadcrumbDefaults.d.ts +4 -0
- package/dist/src/components/breadcrumb/BreadcrumbProps.d.ts +20 -0
- package/dist/src/components/business-card/BusinessCard.stories.d.ts +8 -0
- package/dist/src/components/business-card/BusinessCardComponent.d.ts +7 -0
- package/dist/src/components/business-card/BusinessCardDefaults.d.ts +4 -0
- package/dist/{BusinessCardProps-e10e7b62.d.ts → src/components/business-card/BusinessCardProps.d.ts} +9 -10
- package/dist/src/components/button/Button.stories.d.ts +9 -0
- package/dist/src/components/button/ButtonComponent.d.ts +6 -0
- package/dist/src/components/button/ButtonDefaults.d.ts +4 -0
- package/dist/{ButtonProps-4e2b2ecf.d.ts → src/components/button/ButtonProps.d.ts} +8 -9
- package/dist/src/components/button-group/ButtonGroupComponent.d.ts +6 -0
- package/dist/src/components/button-group/ButtonGroupDefaults.d.ts +4 -0
- package/dist/src/components/button-group/ButtonGroupProps.d.ts +33 -0
- package/dist/src/components/cms/BlogOverviewDefaults.d.ts +4 -0
- package/dist/{BlogOverviewProps-6a826e52.d.ts → src/components/cms/BlogOverviewProps.d.ts} +11 -12
- package/dist/src/components/cms/BlogPostDefaults.d.ts +4 -0
- package/dist/{BlogPostProps-6a826e52.d.ts → src/components/cms/BlogPostProps.d.ts} +8 -9
- package/dist/src/components/cms/EventDetailDefaults.d.ts +4 -0
- package/dist/{EventDetailProps-42a7eebe.d.ts → src/components/cms/EventDetailProps.d.ts} +15 -16
- package/dist/src/components/cms/EventListDefaults.d.ts +4 -0
- package/dist/src/components/cms/EventListProps.d.ts +14 -0
- package/dist/src/components/cms/PageDefaults.d.ts +4 -0
- package/dist/{PageProps-6a826e52.d.ts → src/components/cms/PageProps.d.ts} +9 -10
- package/dist/src/components/cms/SearchDefaults.d.ts +4 -0
- package/dist/{components/search/index.d.ts → src/components/cms/SearchProps.d.ts} +5 -10
- package/dist/src/components/cms/SettingsDefaults.d.ts +4 -0
- package/dist/{components/index/index.d.ts → src/components/cms/SettingsProps.d.ts} +5 -11
- package/dist/src/components/cms/blog-overview/BlogOverview.stories.d.ts +6 -0
- package/dist/src/components/cms/blog-overview/BlogOverviewComponent.d.ts +4 -0
- package/dist/src/components/cms/blog-post/BlogPost.stories.d.ts +6 -0
- package/dist/src/components/cms/blog-post/BlogPostComponent.d.ts +4 -0
- package/dist/src/components/cms/event-detail/EventDetail.stories.d.ts +6 -0
- package/dist/src/components/cms/event-detail/EventDetailComponent.d.ts +4 -0
- package/dist/src/components/cms/event-list/EventList.stories.d.ts +6 -0
- package/dist/src/components/cms/event-list/EventListComponent.d.ts +4 -0
- package/dist/src/components/cms/index.d.ts +5 -0
- package/dist/src/components/cms/page/PageComponent.d.ts +4 -0
- package/dist/src/components/cms/search/Search.stories.d.ts +6 -0
- package/dist/src/components/cms/search/SearchComponent.d.ts +4 -0
- package/dist/src/components/contact/Contact.stories.d.ts +9 -0
- package/dist/src/components/contact/ContactComponent.d.ts +8 -0
- package/dist/src/components/contact/ContactDefaults.d.ts +4 -0
- package/dist/{ContactProps-7cac90e5.d.ts → src/components/contact/ContactProps.d.ts} +12 -13
- package/dist/src/components/content-nav/ContentNav.stories.d.ts +6 -0
- package/dist/src/components/content-nav/ContentNavComponent.d.ts +7 -0
- package/dist/src/components/content-nav/ContentNavDefaults.d.ts +4 -0
- package/dist/{ContentNavProps-0e282a9f.d.ts → src/components/content-nav/ContentNavProps.d.ts} +1 -2
- package/dist/src/components/cookie-consent/C15t.client.d.ts +4 -0
- package/dist/{components → src/components}/cookie-consent/CookieConsent.client.d.ts +1 -2
- package/dist/src/components/cookie-consent/CookieConsent.stories.d.ts +8 -0
- package/dist/src/components/cookie-consent/CookieConsentComponent.d.ts +8 -0
- package/dist/src/components/cookie-consent/CookieConsentDefaults.d.ts +4 -0
- package/dist/{components/cookie-consent/index.d.ts → src/components/cookie-consent/CookieConsentProps.d.ts} +9 -17
- package/dist/src/components/cta/Cta.stories.d.ts +14 -0
- package/dist/src/components/cta/CtaComponent.d.ts +7 -0
- package/dist/src/components/cta/CtaDefaults.d.ts +4 -0
- package/dist/{CtaProps-789f8508.d.ts → src/components/cta/CtaProps.d.ts} +23 -24
- package/dist/src/components/divider/Divider.stories.d.ts +7 -0
- package/dist/src/components/divider/DividerComponent.d.ts +8 -0
- package/dist/src/components/divider/DividerDefaults.d.ts +4 -0
- package/dist/{DividerProps-2ef31901.d.ts → src/components/divider/DividerProps.d.ts} +4 -5
- package/dist/src/components/downloads/Downloads.stories.d.ts +9 -0
- package/dist/src/components/downloads/DownloadsComponent.d.ts +7 -0
- package/dist/src/components/downloads/DownloadsDefaults.d.ts +4 -0
- package/dist/{DownloadsProps-a49a977e.d.ts → src/components/downloads/DownloadsProps.d.ts} +1 -2
- package/dist/src/components/event-appointment/EventAppointmentComponent.d.ts +7 -0
- package/dist/src/components/event-appointment/EventAppointmentDefaults.d.ts +4 -0
- package/dist/{EventAppointmentProps-443cd1ce.d.ts → src/components/event-appointment/EventAppointmentProps.d.ts} +7 -8
- package/dist/src/components/event-filter/EventFilter.stories.d.ts +6 -0
- package/dist/src/components/event-filter/EventFilterComponent.d.ts +7 -0
- package/dist/src/components/event-filter/EventFilterDefaults.d.ts +4 -0
- package/dist/{EventFilterProps-b190eb86.d.ts → src/components/event-filter/EventFilterProps.d.ts} +2 -3
- package/dist/src/components/event-header/EventHeader.stories.d.ts +6 -0
- package/dist/src/components/event-header/EventHeaderComponent.d.ts +7 -0
- package/dist/src/components/event-header/EventHeaderDefaults.d.ts +4 -0
- package/dist/src/components/event-header/EventHeaderProps.d.ts +28 -0
- package/dist/src/components/event-latest/EventLatest.stories.d.ts +6 -0
- package/dist/src/components/event-latest/EventLatestComponent.d.ts +7 -0
- package/dist/src/components/event-latest/EventLatestDefaults.d.ts +4 -0
- package/dist/src/components/event-latest/EventLatestProps.d.ts +19 -0
- package/dist/src/components/event-latest-teaser/EventLatestTeaser.stories.d.ts +6 -0
- package/dist/src/components/event-latest-teaser/EventLatestTeaserComponent.d.ts +7 -0
- package/dist/src/components/event-latest-teaser/EventLatestTeaserDefaults.d.ts +4 -0
- package/dist/{EventLatestTeaserProps-fc9d3281.d.ts → src/components/event-latest-teaser/EventLatestTeaserProps.d.ts} +10 -11
- package/dist/src/components/event-list-teaser/EventListTeaser.stories.d.ts +6 -0
- package/dist/src/components/event-list-teaser/EventListTeaserComponent.d.ts +7 -0
- package/dist/src/components/event-list-teaser/EventListTeaserDefaults.d.ts +4 -0
- package/dist/{EventListTeaserProps-5cc94436.d.ts → src/components/event-list-teaser/EventListTeaserProps.d.ts} +16 -17
- package/dist/src/components/event-location/EventLocation.stories.d.ts +6 -0
- package/dist/src/components/event-location/EventLocationComponent.d.ts +7 -0
- package/dist/src/components/event-location/EventLocationDefaults.d.ts +4 -0
- package/dist/{EventLocationProps-871bc198.d.ts → src/components/event-location/EventLocationProps.d.ts} +7 -8
- package/dist/src/components/event-login/EventLogin.stories.d.ts +6 -0
- package/dist/src/components/event-login/EventLoginComponent.d.ts +7 -0
- package/dist/src/components/event-login/EventLoginDefaults.d.ts +4 -0
- package/dist/{components/event-login/index.d.ts → src/components/event-login/EventLoginProps.d.ts} +13 -20
- package/dist/src/components/event-registration/EventRegistration.stories.d.ts +6 -0
- package/dist/src/components/event-registration/EventRegistrationComponent.d.ts +7 -0
- package/dist/src/components/event-registration/EventRegistrationDefaults.d.ts +4 -0
- package/dist/{components/event-registration/index.d.ts → src/components/event-registration/EventRegistrationProps.d.ts} +18 -25
- package/dist/src/components/faq/Faq.stories.d.ts +7 -0
- package/dist/src/components/faq/FaqComponent.d.ts +24 -0
- package/dist/src/components/faq/FaqDefaults.d.ts +4 -0
- package/dist/{FaqProps-78384db5.d.ts → src/components/faq/FaqProps.d.ts} +5 -6
- package/dist/src/components/feature/FeatureComponent.d.ts +6 -0
- package/dist/src/components/feature/FeatureDefaults.d.ts +4 -0
- package/dist/src/components/feature/FeatureProps.d.ts +56 -0
- package/dist/src/components/features/Features.stories.d.ts +10 -0
- package/dist/src/components/features/FeaturesComponent.d.ts +7 -0
- package/dist/src/components/features/FeaturesDefaults.d.ts +4 -0
- package/dist/{FeaturesProps-a9041d97.d.ts → src/components/features/FeaturesProps.d.ts} +11 -12
- package/dist/src/components/footer/Footer.stories.d.ts +17 -0
- package/dist/src/components/footer/FooterComponent.d.ts +7 -0
- package/dist/src/components/footer/FooterDefaults.d.ts +4 -0
- package/dist/{FooterProps-a0a104ca.d.ts → src/components/footer/FooterProps.d.ts} +9 -10
- package/dist/src/components/form/checkbox/Checkbox.stories.d.ts +6 -0
- package/dist/src/components/form/radio/Radio.stories.d.ts +6 -0
- package/dist/src/components/form/select-field/SelectField.stories.d.ts +6 -0
- package/dist/src/components/form/text-area/TextArea.stories.d.ts +6 -0
- package/dist/src/components/form/text-field/TextField.stories.d.ts +6 -0
- package/dist/src/components/gallery/Gallery.stories.d.ts +9 -0
- package/dist/src/components/gallery/GalleryComponent.d.ts +7 -0
- package/dist/src/components/gallery/GalleryDefaults.d.ts +4 -0
- package/dist/{GalleryProps-76e7de44.d.ts → src/components/gallery/GalleryProps.d.ts} +8 -9
- package/dist/src/components/header/Header.stories.d.ts +16 -0
- package/dist/src/components/header/HeaderComponent.d.ts +7 -0
- package/dist/src/components/header/HeaderDefaults.d.ts +4 -0
- package/dist/{HeaderProps-72763967.d.ts → src/components/header/HeaderProps.d.ts} +11 -12
- package/dist/src/components/headline/Headline.stories.d.ts +12 -0
- package/dist/src/components/headline/HeadlineComponent.d.ts +11 -0
- package/dist/src/components/headline/HeadlineDefaults.d.ts +4 -0
- package/dist/{HeadlineProps-e1305784.d.ts → src/components/headline/HeadlineProps.d.ts} +10 -11
- package/dist/src/components/helpers.d.ts +5 -0
- package/dist/src/components/hero/Hero.stories.d.ts +8 -0
- package/dist/src/components/hero/HeroComponent.d.ts +7 -0
- package/dist/src/components/hero/HeroDefaults.d.ts +4 -0
- package/dist/{HeroProps-fec6b267.d.ts → src/components/hero/HeroProps.d.ts} +23 -24
- package/dist/{components → src/components}/html/Html.client.d.ts +1 -2
- package/dist/src/components/html/Html.stories.d.ts +8 -0
- package/dist/src/components/html/HtmlComponent.d.ts +8 -0
- package/dist/src/components/html/HtmlDefaults.d.ts +4 -0
- package/dist/{HtmlProps-9d091769.d.ts → src/components/html/HtmlProps.d.ts} +6 -7
- package/dist/src/components/image-story/ImageStory.stories.d.ts +6 -0
- package/dist/src/components/image-story/ImageStoryComponent.d.ts +7 -0
- package/dist/src/components/image-story/ImageStoryDefaults.d.ts +4 -0
- package/dist/{ImageStoryProps-4e2b2ecf.d.ts → src/components/image-story/ImageStoryProps.d.ts} +15 -16
- package/dist/src/components/image-text/ImageText.stories.d.ts +7 -0
- package/dist/src/components/image-text/ImageTextComponent.d.ts +8 -0
- package/dist/src/components/image-text/ImageTextDefaults.d.ts +4 -0
- package/dist/{ImageTextProps-9286cca4.d.ts → src/components/image-text/ImageTextProps.d.ts} +6 -7
- package/dist/src/components/logo/LogoComponent.d.ts +7 -0
- package/dist/src/components/logo/LogoDefaults.d.ts +4 -0
- package/dist/{LogoProps-01796f0a.d.ts → src/components/logo/LogoProps.d.ts} +8 -9
- package/dist/src/components/logos/Logos.stories.d.ts +9 -0
- package/dist/src/components/logos/LogosComponent.d.ts +7 -0
- package/dist/src/components/logos/LogosDefaults.d.ts +4 -0
- package/dist/{LogosProps-d4677d2c.d.ts → src/components/logos/LogosProps.d.ts} +13 -14
- package/dist/src/components/mosaic/Mosaic.stories.d.ts +7 -0
- package/dist/src/components/mosaic/MosaicComponent.d.ts +7 -0
- package/dist/src/components/mosaic/MosaicDefaults.d.ts +4 -0
- package/dist/{MosaicProps-d52c7151.d.ts → src/components/mosaic/MosaicProps.d.ts} +5 -72
- package/dist/src/components/nav-dropdown/NavDropdownComponent.d.ts +5 -0
- package/dist/src/components/nav-dropdown/NavDropdownDefaults.d.ts +4 -0
- package/dist/{components/nav-dropdown/index.d.ts → src/components/nav-dropdown/NavDropdownProps.d.ts} +2 -7
- package/dist/src/components/nav-flyout/NavFlyoutComponent.d.ts +7 -0
- package/dist/src/components/nav-flyout/NavFlyoutDefaults.d.ts +4 -0
- package/dist/src/components/nav-flyout/NavFlyoutProps.d.ts +27 -0
- package/dist/src/components/nav-main/NavMainComponent.d.ts +9 -0
- package/dist/src/components/nav-main/NavMainDefaults.d.ts +4 -0
- package/dist/{components/nav-main/index.d.ts → src/components/nav-main/NavMainProps.d.ts} +8 -16
- package/dist/src/components/nav-main/NavToggleComponent.d.ts +5 -0
- package/dist/{components → src/components}/nav-main/js/NavToggle.client.d.ts +1 -2
- package/dist/{components → src/components}/nav-main/js/body.client.d.ts +1 -1
- package/dist/src/components/nav-main/js/navMainEvents.client.d.ts +4 -0
- package/dist/src/components/nav-topbar/NavTopbarComponent.d.ts +7 -0
- package/dist/src/components/nav-topbar/NavTopbarDefaults.d.ts +4 -0
- package/dist/src/components/nav-topbar/NavTopbarProps.d.ts +22 -0
- package/dist/src/components/page-wrapper/PageWrapperComponent.d.ts +4 -0
- package/dist/src/components/pagination/Pagination.stories.d.ts +6 -0
- package/dist/src/components/pagination/PaginationComponent.d.ts +14 -0
- package/dist/src/components/pagination/PaginationDefaults.d.ts +4 -0
- package/dist/{components/pagination/index.d.ts → src/components/pagination/PaginationProps.d.ts} +1 -16
- package/dist/src/components/search-bar/SearchBar.stories.d.ts +6 -0
- package/dist/src/components/search-bar/SearchBarComponent.d.ts +7 -0
- package/dist/src/components/search-bar/SearchBarDefaults.d.ts +4 -0
- package/dist/{SearchBarProps-26263244.d.ts → src/components/search-bar/SearchBarProps.d.ts} +2 -3
- package/dist/src/components/search-filter/SearchFilter.stories.d.ts +6 -0
- package/dist/src/components/search-filter/SearchFilterComponent.d.ts +7 -0
- package/dist/src/components/search-filter/SearchFilterDefaults.d.ts +4 -0
- package/dist/{SearchFilterProps-2fa6419b.d.ts → src/components/search-filter/SearchFilterProps.d.ts} +1 -2
- package/dist/{components → src/components}/search-form/SearchForm.client.d.ts +1 -2
- package/dist/src/components/search-form/SearchForm.stories.d.ts +7 -0
- package/dist/src/components/search-form/SearchFormComponent.d.ts +5 -0
- package/dist/src/components/search-form/SearchFormDefaults.d.ts +4 -0
- package/dist/src/components/search-form/SearchFormPagefind.client.d.ts +4 -0
- package/dist/{SearchFormProps-3d2c3462.d.ts → src/components/search-form/SearchFormProps.d.ts} +3 -4
- package/dist/{components → src/components}/search-modal/RadioEmit.client.d.ts +1 -2
- package/dist/{components → src/components}/search-modal/SearchModal.client.d.ts +1 -2
- package/dist/src/components/search-modal/SearchModal.stories.d.ts +8 -0
- package/dist/src/components/search-modal/SearchModalComponent.d.ts +5 -0
- package/dist/src/components/search-modal/SearchModalDefaults.d.ts +4 -0
- package/dist/{components/search-modal/index.d.ts → src/components/search-modal/SearchModalProps.d.ts} +2 -6
- package/dist/src/components/search-result/SearchResult.stories.d.ts +6 -0
- package/dist/src/components/search-result/SearchResultComponent.d.ts +7 -0
- package/dist/src/components/search-result/SearchResultDefaults.d.ts +4 -0
- package/dist/{SearchResultProps-f6f07017.d.ts → src/components/search-result/SearchResultProps.d.ts} +9 -10
- package/dist/src/components/search-result-match/SearchResultMatchComponent.d.ts +7 -0
- package/dist/src/components/search-result-match/SearchResultMatchDefaults.d.ts +4 -0
- package/dist/{SearchResultMatchProps-777cd47c.d.ts → src/components/search-result-match/SearchResultMatchProps.d.ts} +4 -5
- package/dist/src/components/section/Section.stories.d.ts +15 -0
- package/dist/src/components/section/SectionComponent.d.ts +8 -0
- package/dist/src/components/section/SectionDefaults.d.ts +4 -0
- package/dist/src/components/section/SectionProps.d.ts +161 -0
- package/dist/src/components/section/js/Section.client.d.ts +1 -0
- package/dist/src/components/section/js/spotlight.client.d.ts +1 -0
- package/dist/src/components/seo/SeoDefaults.d.ts +4 -0
- package/dist/{SeoProps-f2d6dcaa.d.ts → src/components/seo/SeoProps.d.ts} +6 -7
- package/dist/src/components/slider/Slider.stories.d.ts +9 -0
- package/dist/src/components/slider/SliderComponent.d.ts +7 -0
- package/dist/src/components/slider/SliderDefaults.d.ts +4 -0
- package/dist/src/components/slider/SliderProps.d.ts +56 -0
- package/dist/src/components/split-even/SplitEven.stories.d.ts +7 -0
- package/dist/src/components/split-even/SplitEvenComponent.d.ts +11 -0
- package/dist/src/components/split-even/SplitEvenDefaults.d.ts +4 -0
- package/dist/src/components/split-even/SplitEvenProps.d.ts +71 -0
- package/dist/src/components/split-weighted/SplitWeighted.stories.d.ts +7 -0
- package/dist/src/components/split-weighted/SplitWeightedComponent.d.ts +11 -0
- package/dist/src/components/split-weighted/SplitWeightedDefaults.d.ts +4 -0
- package/dist/src/components/split-weighted/SplitWeightedProps.d.ts +101 -0
- package/dist/src/components/stat/StatComponent.d.ts +6 -0
- package/dist/src/components/stat/StatDefaults.d.ts +4 -0
- package/dist/{StatProps-79109ad0.d.ts → src/components/stat/StatProps.d.ts} +5 -6
- package/dist/src/components/stats/Stats.stories.d.ts +7 -0
- package/dist/src/components/stats/StatsComponent.d.ts +7 -0
- package/dist/src/components/stats/StatsDefaults.d.ts +4 -0
- package/dist/{StatsProps-bf5ef578.d.ts → src/components/stats/StatsProps.d.ts} +3 -4
- package/dist/src/components/teaser-card/TeaserCard.stories.d.ts +8 -0
- package/dist/src/components/teaser-card/TeaserCardComponent.d.ts +8 -0
- package/dist/src/components/teaser-card/TeaserCardDefaults.d.ts +4 -0
- package/dist/{TeaserCardProps-d069476f.d.ts → src/components/teaser-card/TeaserCardProps.d.ts} +10 -11
- package/dist/src/components/testimonial/TestimonialComponent.d.ts +15 -0
- package/dist/src/components/testimonial/TestimonialDefaults.d.ts +4 -0
- package/dist/src/components/testimonial/TestimonialProps.d.ts +47 -0
- package/dist/src/components/testimonials/Testimonials.stories.d.ts +11 -0
- package/dist/src/components/testimonials/TestimonialsComponent.d.ts +12 -0
- package/dist/src/components/testimonials/TestimonialsDefaults.d.ts +4 -0
- package/dist/{TestimonialsProps-e344f597.d.ts → src/components/testimonials/TestimonialsProps.d.ts} +11 -12
- package/dist/src/components/text/Text.stories.d.ts +9 -0
- package/dist/src/components/text/TextComponent.d.ts +7 -0
- package/dist/src/components/text/TextDefaults.d.ts +4 -0
- package/dist/{TextProps-a23170d2.d.ts → src/components/text/TextProps.d.ts} +5 -6
- package/dist/src/components/tile/TileDefaults.d.ts +4 -0
- package/dist/src/components/tile/TileProps.d.ts +71 -0
- package/dist/src/components/video-curtain/VideoCurtain.stories.d.ts +8 -0
- package/dist/src/components/video-curtain/VideoCurtainComponent.d.ts +7 -0
- package/dist/src/components/video-curtain/VideoCurtainDefaults.d.ts +4 -0
- package/dist/{VideoCurtainProps-a2c0cc7f.d.ts → src/components/video-curtain/VideoCurtainProps.d.ts} +16 -17
- package/dist/src/docs/ArchiveLink.d.ts +2 -0
- package/dist/src/docs/LinkProvider.d.ts +1 -0
- package/dist/src/global.client.d.ts +4 -0
- package/dist/src/pages/About.stories.d.ts +9 -0
- package/dist/src/pages/Jobs.stories.d.ts +9 -0
- package/dist/src/pages/JobsDetail.stories.d.ts +9 -0
- package/dist/src/pages/Landingpage.stories.d.ts +9 -0
- package/dist/src/pages/Overview.stories.d.ts +9 -0
- package/dist/src/pages/Showcase.stories.d.ts +9 -0
- package/dist/src/playroom/Frame.d.ts +6 -0
- package/dist/src/themes/index.d.ts +53 -0
- package/dist/src/themes/useTheme.d.ts +2 -0
- package/dist/src/token/IconSprite.d.ts +2 -0
- package/dist/src/token/tokens.d.ts +951 -0
- package/dist/tokens/IconSprite.js +3 -4
- package/dist/tokens/themes.css +20 -20
- package/dist/tokens/tokens.css +1 -1
- package/dist/tokens/tokens.js +1 -1
- package/package.json +23 -27
- package/dist/SectionProps-6a826e52.d.ts +0 -162
- package/dist/SliderProps-789f8508.d.ts +0 -57
- package/dist/SplitEvenProps-d62a0a9a.d.ts +0 -72
- package/dist/SplitWeightedProps-d62a0a9a.d.ts +0 -102
- package/dist/components/blog-aside/index.d.ts +0 -8
- package/dist/components/blog-author/index.d.ts +0 -8
- package/dist/components/blog-head/index.d.ts +0 -7
- package/dist/components/blog-overview/index.d.ts +0 -5
- package/dist/components/blog-post/index.d.ts +0 -5
- package/dist/components/blog-teaser/index.d.ts +0 -8
- package/dist/components/breadcrumb/index.d.ts +0 -28
- package/dist/components/business-card/index.d.ts +0 -7
- package/dist/components/button/index.d.ts +0 -7
- package/dist/components/button-group/index.d.ts +0 -41
- package/dist/components/contact/index.d.ts +0 -9
- package/dist/components/content-nav/index.d.ts +0 -7
- package/dist/components/cookie-consent/C15t.client.d.ts +0 -5
- package/dist/components/cta/index.d.ts +0 -8
- package/dist/components/divider/index.d.ts +0 -9
- package/dist/components/downloads/index.d.ts +0 -8
- package/dist/components/event-appointment/index.d.ts +0 -7
- package/dist/components/event-detail/index.d.ts +0 -5
- package/dist/components/event-filter/index.d.ts +0 -7
- package/dist/components/event-header/index.d.ts +0 -35
- package/dist/components/event-latest/index.d.ts +0 -30
- package/dist/components/event-latest-teaser/index.d.ts +0 -8
- package/dist/components/event-list/index.d.ts +0 -19
- package/dist/components/event-list-teaser/index.d.ts +0 -8
- package/dist/components/event-location/index.d.ts +0 -7
- package/dist/components/faq/index.d.ts +0 -25
- package/dist/components/feature/index.d.ts +0 -64
- package/dist/components/features/index.d.ts +0 -8
- package/dist/components/footer/index.d.ts +0 -8
- package/dist/components/gallery/index.d.ts +0 -8
- package/dist/components/header/index.d.ts +0 -8
- package/dist/components/headline/index.d.ts +0 -12
- package/dist/components/hero/index.d.ts +0 -8
- package/dist/components/html/index.d.ts +0 -8
- package/dist/components/image-story/index.d.ts +0 -8
- package/dist/components/image-text/index.d.ts +0 -9
- package/dist/components/logo/index.d.ts +0 -8
- package/dist/components/logos/index.d.ts +0 -8
- package/dist/components/mosaic/index.d.ts +0 -8
- package/dist/components/nav-flyout/index.d.ts +0 -35
- package/dist/components/nav-main/js/navMainEvents.client.d.ts +0 -5
- package/dist/components/nav-toggle/index.d.ts +0 -6
- package/dist/components/nav-topbar/index.d.ts +0 -30
- package/dist/components/page/index.d.ts +0 -5
- package/dist/components/page-wrapper/index.d.ts +0 -3
- package/dist/components/presets.json +0 -5220
- package/dist/components/search-bar/index.d.ts +0 -7
- package/dist/components/search-filter/index.d.ts +0 -7
- package/dist/components/search-form/SearchFormPagefind.client.d.ts +0 -5
- package/dist/components/search-form/index.d.ts +0 -4
- package/dist/components/search-result/index.d.ts +0 -7
- package/dist/components/search-result-match/index.d.ts +0 -7
- package/dist/components/section/index.d.ts +0 -9
- package/dist/components/section/js/Section.client.d.ts +0 -2
- package/dist/components/section/js/spotlight.client.d.ts +0 -2
- package/dist/components/slider/index.d.ts +0 -8
- package/dist/components/split-even/index.d.ts +0 -12
- package/dist/components/split-weighted/index.d.ts +0 -12
- package/dist/components/stat/index.d.ts +0 -8
- package/dist/components/stats/index.d.ts +0 -8
- package/dist/components/teaser-card/index.d.ts +0 -9
- package/dist/components/testimonial/index.d.ts +0 -64
- package/dist/components/testimonials/index.d.ts +0 -13
- package/dist/components/text/index.d.ts +0 -8
- package/dist/components/video-curtain/index.d.ts +0 -8
- package/dist/global.client.d.ts +0 -2
- package/dist/helpers-12f48df8.d.ts +0 -6
- package/dist/playground/color-demo/index.d.ts +0 -3
- package/dist/playground/color-demo/index.js +0 -237
- package/dist/playground/font-demo/index.d.ts +0 -4
- package/dist/playground/font-demo/index.js +0 -171
- package/dist/playground/spacing-demo/index.d.ts +0 -3
- package/dist/playground/spacing-demo/index.js +0 -114
- package/dist/static/img/bg-color-swatch.png +0 -0
- package/dist/tokens/branding-token-burgundy.css +0 -113
- package/dist/tokens/branding-token-coffee.css +0 -114
- package/dist/tokens/branding-token-mint.css +0 -114
- package/dist/tokens/branding-token-neon.css +0 -113
- package/dist/tokens/branding-token-water.css +0 -114
- package/dist/tokens/branding-token.css +0 -113
- package/dist/tokens/themes.css.d.ts +0 -0
- /package/dist/{global-35f78d6d.js → global-DEsyKoU8.js} +0 -0
- /package/dist/{helpers-12f48df8.js → helpers-DoO8Vy8R.js} +0 -0
|
@@ -6,59 +6,59 @@
|
|
|
6
6
|
/**
|
|
7
7
|
* Category of the event teaser
|
|
8
8
|
*/
|
|
9
|
-
type Category = string;
|
|
9
|
+
export type Category = string;
|
|
10
10
|
/**
|
|
11
11
|
* Title of the event
|
|
12
12
|
*/
|
|
13
|
-
type Headline = string;
|
|
13
|
+
export type Headline = string;
|
|
14
14
|
/**
|
|
15
15
|
* Short teaser text for the event
|
|
16
16
|
*/
|
|
17
|
-
type Text = string;
|
|
17
|
+
export type Text = string;
|
|
18
18
|
/**
|
|
19
19
|
* The date of the event
|
|
20
20
|
*/
|
|
21
|
-
type Date = string;
|
|
21
|
+
export type Date = string;
|
|
22
22
|
/**
|
|
23
23
|
* The time of the event
|
|
24
24
|
*/
|
|
25
|
-
type Time = string;
|
|
25
|
+
export type Time = string;
|
|
26
26
|
/**
|
|
27
27
|
* Name of the location
|
|
28
28
|
*/
|
|
29
|
-
type LocationName = string;
|
|
29
|
+
export type LocationName = string;
|
|
30
30
|
/**
|
|
31
31
|
* Address of the location
|
|
32
32
|
*/
|
|
33
|
-
type Address = string;
|
|
33
|
+
export type Address = string;
|
|
34
34
|
/**
|
|
35
35
|
* Tags associated with the event
|
|
36
36
|
*/
|
|
37
|
-
type Tags = string[];
|
|
37
|
+
export type Tags = string[];
|
|
38
38
|
/**
|
|
39
39
|
* URL of the image to display
|
|
40
40
|
*/
|
|
41
|
-
type ImageSource = string;
|
|
41
|
+
export type ImageSource = string;
|
|
42
42
|
/**
|
|
43
43
|
* Alt text of the image
|
|
44
44
|
*/
|
|
45
|
-
type AltText = string;
|
|
45
|
+
export type AltText = string;
|
|
46
46
|
/**
|
|
47
47
|
* The event entry URL to link
|
|
48
48
|
*/
|
|
49
|
-
type URL = string;
|
|
49
|
+
export type URL = string;
|
|
50
50
|
/**
|
|
51
51
|
* Text for the call to action
|
|
52
52
|
*/
|
|
53
|
-
type CallToAction = string;
|
|
53
|
+
export type CallToAction = string;
|
|
54
54
|
/**
|
|
55
55
|
* ARIA label for accessibility
|
|
56
56
|
*/
|
|
57
|
-
type ARIALabel = string;
|
|
57
|
+
export type ARIALabel = string;
|
|
58
58
|
/**
|
|
59
59
|
* Display an event teaser with date, title and location
|
|
60
60
|
*/
|
|
61
|
-
interface EventListTeaserProps {
|
|
61
|
+
export interface EventListTeaserProps {
|
|
62
62
|
category?: Category;
|
|
63
63
|
title: Headline;
|
|
64
64
|
text?: Text;
|
|
@@ -75,15 +75,14 @@ interface EventListTeaserProps {
|
|
|
75
75
|
/**
|
|
76
76
|
* Location of the event
|
|
77
77
|
*/
|
|
78
|
-
interface Location {
|
|
78
|
+
export interface Location {
|
|
79
79
|
name?: LocationName;
|
|
80
80
|
address?: Address;
|
|
81
81
|
}
|
|
82
82
|
/**
|
|
83
83
|
* Image to display in the teaser
|
|
84
84
|
*/
|
|
85
|
-
interface Image {
|
|
85
|
+
export interface Image {
|
|
86
86
|
src?: ImageSource;
|
|
87
87
|
alt?: AltText;
|
|
88
88
|
}
|
|
89
|
-
export { Category, Headline, Text, Date, Time, LocationName, Address, Tags, ImageSource, AltText, URL, CallToAction, ARIALabel, EventListTeaserProps, Location, Image };
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { Meta, StoryObj } from "@storybook/react-vite";
|
|
2
|
+
import { EventLocation } from "./EventLocationComponent";
|
|
3
|
+
declare const meta: Meta<typeof EventLocation>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof EventLocation>;
|
|
6
|
+
export declare const Default: Story;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { EventLocationProps } from "./EventLocationProps";
|
|
3
|
+
import "./event-location.scss";
|
|
4
|
+
export type { EventLocationProps };
|
|
5
|
+
export declare const EventLocationContextDefault: import("react").ForwardRefExoticComponent<EventLocationProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
6
|
+
export declare const EventLocationContext: import("react").Context<import("react").ForwardRefExoticComponent<EventLocationProps & import("react").RefAttributes<HTMLDivElement>>>;
|
|
7
|
+
export declare const EventLocation: import("react").ForwardRefExoticComponent<EventLocationProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
@@ -3,27 +3,27 @@
|
|
|
3
3
|
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
4
4
|
* and run json-schema-to-typescript to regenerate this file.
|
|
5
5
|
*/
|
|
6
|
-
import { EventAppointmentProps } from "
|
|
6
|
+
import type { EventAppointmentProps } from "../event-appointment/EventAppointmentProps";
|
|
7
7
|
/**
|
|
8
8
|
* List of dates of the event
|
|
9
9
|
*/
|
|
10
|
-
type Dates = EventAppointmentProps[];
|
|
10
|
+
export type Dates = EventAppointmentProps[];
|
|
11
11
|
/**
|
|
12
12
|
* Name of the event location
|
|
13
13
|
*/
|
|
14
|
-
type LocationName = string;
|
|
14
|
+
export type LocationName = string;
|
|
15
15
|
/**
|
|
16
16
|
* Spacious is recommended for 1-2 appointments, Compact for more than 2.
|
|
17
17
|
*/
|
|
18
|
-
type DisplayMode = "spacious" | "compact";
|
|
18
|
+
export type DisplayMode = "spacious" | "compact";
|
|
19
19
|
/**
|
|
20
20
|
* Address of the appointment
|
|
21
21
|
*/
|
|
22
|
-
type Address = string;
|
|
22
|
+
export type Address = string;
|
|
23
23
|
/**
|
|
24
24
|
* Links related to the event location
|
|
25
25
|
*/
|
|
26
|
-
type Links = {
|
|
26
|
+
export type Links = {
|
|
27
27
|
url: string;
|
|
28
28
|
label: string;
|
|
29
29
|
/**
|
|
@@ -31,11 +31,10 @@ type Links = {
|
|
|
31
31
|
*/
|
|
32
32
|
newTab?: boolean;
|
|
33
33
|
}[];
|
|
34
|
-
interface EventLocationProps {
|
|
34
|
+
export interface EventLocationProps {
|
|
35
35
|
dates?: Dates;
|
|
36
36
|
locationName?: LocationName;
|
|
37
37
|
displayMode?: DisplayMode;
|
|
38
38
|
address?: Address;
|
|
39
39
|
links?: Links;
|
|
40
40
|
}
|
|
41
|
-
export { Dates, LocationName, DisplayMode, Address, Links, EventLocationProps };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { EventLoginProps } from "./EventLoginProps";
|
|
3
|
+
import "./event-login.scss";
|
|
4
|
+
export type { EventLoginProps };
|
|
5
|
+
export declare const EventLoginContextDefault: import("react").ForwardRefExoticComponent<EventLoginProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
6
|
+
export declare const EventLoginContext: import("react").Context<import("react").ForwardRefExoticComponent<EventLoginProps & import("react").RefAttributes<HTMLDivElement>>>;
|
|
7
|
+
export declare const EventLogin: import("react").ForwardRefExoticComponent<EventLoginProps & import("react").RefAttributes<HTMLDivElement>>;
|
package/dist/{components/event-login/index.d.ts → src/components/event-login/EventLoginProps.d.ts}
RENAMED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
/* eslint-disable */
|
|
3
1
|
/**
|
|
4
2
|
* This file was automatically generated by json-schema-to-typescript.
|
|
5
3
|
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
@@ -8,36 +6,36 @@
|
|
|
8
6
|
/**
|
|
9
7
|
* Headline for the event login
|
|
10
8
|
*/
|
|
11
|
-
type Headline = string;
|
|
9
|
+
export type Headline = string;
|
|
12
10
|
/**
|
|
13
11
|
* Text for the event login
|
|
14
12
|
*/
|
|
15
|
-
type Text = string;
|
|
13
|
+
export type Text = string;
|
|
16
14
|
/**
|
|
17
15
|
* Label for the password input
|
|
18
16
|
*/
|
|
19
|
-
type Label = string;
|
|
17
|
+
export type Label = string;
|
|
20
18
|
/**
|
|
21
19
|
* Placeholder text for the email input
|
|
22
20
|
*/
|
|
23
|
-
type Placeholder = string;
|
|
21
|
+
export type Placeholder = string;
|
|
24
22
|
/**
|
|
25
23
|
* Label for the call to action button
|
|
26
24
|
*/
|
|
27
|
-
type ButtonLabel = string;
|
|
25
|
+
export type ButtonLabel = string;
|
|
28
26
|
/**
|
|
29
27
|
* Aria label for the cta button
|
|
30
28
|
*/
|
|
31
|
-
type AriaLabel = string;
|
|
29
|
+
export type AriaLabel = string;
|
|
32
30
|
/**
|
|
33
31
|
* Text for the reset password link
|
|
34
32
|
*/
|
|
35
|
-
type Label1 = string;
|
|
33
|
+
export type Label1 = string;
|
|
36
34
|
/**
|
|
37
35
|
* URL for the reset password link
|
|
38
36
|
*/
|
|
39
|
-
type URL = string;
|
|
40
|
-
interface EventLoginProps {
|
|
37
|
+
export type URL = string;
|
|
38
|
+
export interface EventLoginProps {
|
|
41
39
|
headline?: Headline;
|
|
42
40
|
text?: Text;
|
|
43
41
|
usernameInput?: UsernameInput;
|
|
@@ -48,18 +46,18 @@ interface EventLoginProps {
|
|
|
48
46
|
/**
|
|
49
47
|
* Input field for the username
|
|
50
48
|
*/
|
|
51
|
-
interface UsernameInput {
|
|
49
|
+
export interface UsernameInput {
|
|
52
50
|
label?: string;
|
|
53
51
|
placeholder?: string;
|
|
54
52
|
}
|
|
55
53
|
/**
|
|
56
54
|
* Input field for the password
|
|
57
55
|
*/
|
|
58
|
-
interface PasswordInput {
|
|
56
|
+
export interface PasswordInput {
|
|
59
57
|
label?: Label;
|
|
60
58
|
placeholder?: Placeholder;
|
|
61
59
|
}
|
|
62
|
-
interface CallToAction {
|
|
60
|
+
export interface CallToAction {
|
|
63
61
|
label?: ButtonLabel;
|
|
64
62
|
url?: string;
|
|
65
63
|
ariaLabel?: AriaLabel;
|
|
@@ -67,12 +65,7 @@ interface CallToAction {
|
|
|
67
65
|
/**
|
|
68
66
|
* Link to reset password
|
|
69
67
|
*/
|
|
70
|
-
interface ResetPassword {
|
|
68
|
+
export interface ResetPassword {
|
|
71
69
|
label?: Label1;
|
|
72
70
|
url?: URL;
|
|
73
71
|
}
|
|
74
|
-
declare const EventLoginContextDefault: import("react").ForwardRefExoticComponent<EventLoginProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
75
|
-
declare const EventLoginContext: import("react").Context<import("react").ForwardRefExoticComponent<EventLoginProps & import("react").RefAttributes<HTMLDivElement>>>;
|
|
76
|
-
declare const EventLogin: import("react").ForwardRefExoticComponent<EventLoginProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
77
|
-
export type { EventLoginProps };
|
|
78
|
-
export { EventLoginContextDefault, EventLoginContext, EventLogin };
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { Meta, StoryObj } from "@storybook/react-vite";
|
|
2
|
+
import { EventRegistration } from "./EventRegistrationComponent";
|
|
3
|
+
declare const meta: Meta<typeof EventRegistration>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof EventRegistration>;
|
|
6
|
+
export declare const Default: Story;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { EventRegistrationProps } from "./EventRegistrationProps";
|
|
3
|
+
import "./event-registration.scss";
|
|
4
|
+
export type { EventRegistrationProps };
|
|
5
|
+
export declare const EventRegistrationContextDefault: import("react").ForwardRefExoticComponent<EventRegistrationProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
6
|
+
export declare const EventRegistrationContext: import("react").Context<import("react").ForwardRefExoticComponent<EventRegistrationProps & import("react").RefAttributes<HTMLDivElement>>>;
|
|
7
|
+
export declare const EventRegistration: import("react").ForwardRefExoticComponent<EventRegistrationProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
/* eslint-disable */
|
|
3
1
|
/**
|
|
4
2
|
* This file was automatically generated by json-schema-to-typescript.
|
|
5
3
|
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
@@ -8,52 +6,52 @@
|
|
|
8
6
|
/**
|
|
9
7
|
* Label of the event registration
|
|
10
8
|
*/
|
|
11
|
-
type Label = string;
|
|
9
|
+
export type Label = string;
|
|
12
10
|
/**
|
|
13
11
|
* Title of the event
|
|
14
12
|
*/
|
|
15
|
-
type Title = string;
|
|
13
|
+
export type Title = string;
|
|
16
14
|
/**
|
|
17
15
|
* URL to the event details
|
|
18
16
|
*/
|
|
19
|
-
type URL = string;
|
|
17
|
+
export type URL = string;
|
|
20
18
|
/**
|
|
21
19
|
* Text for the link to the event details
|
|
22
20
|
*/
|
|
23
|
-
type LinkText = string;
|
|
21
|
+
export type LinkText = string;
|
|
24
22
|
/**
|
|
25
23
|
* Date of the registration
|
|
26
24
|
*/
|
|
27
|
-
type Date = string;
|
|
25
|
+
export type Date = string;
|
|
28
26
|
/**
|
|
29
27
|
* Time of the registration
|
|
30
28
|
*/
|
|
31
|
-
type Time = string;
|
|
29
|
+
export type Time = string;
|
|
32
30
|
/**
|
|
33
31
|
* Label for the email input
|
|
34
32
|
*/
|
|
35
|
-
type Label1 = string;
|
|
33
|
+
export type Label1 = string;
|
|
36
34
|
/**
|
|
37
35
|
* Placeholder text for the email input
|
|
38
36
|
*/
|
|
39
|
-
type Placeholder = string;
|
|
37
|
+
export type Placeholder = string;
|
|
40
38
|
/**
|
|
41
39
|
* Label for the confirmation checkbox
|
|
42
40
|
*/
|
|
43
|
-
type Label2 = string;
|
|
41
|
+
export type Label2 = string;
|
|
44
42
|
/**
|
|
45
43
|
* Text indicating that the checkbox is mandatory
|
|
46
44
|
*/
|
|
47
|
-
type MandatoryText = string;
|
|
45
|
+
export type MandatoryText = string;
|
|
48
46
|
/**
|
|
49
47
|
* Label for the call to action button
|
|
50
48
|
*/
|
|
51
|
-
type ButtonLabel = string;
|
|
49
|
+
export type ButtonLabel = string;
|
|
52
50
|
/**
|
|
53
51
|
* Aria label for the cta button
|
|
54
52
|
*/
|
|
55
|
-
type AriaLabel = string;
|
|
56
|
-
interface EventRegistrationProps {
|
|
53
|
+
export type AriaLabel = string;
|
|
54
|
+
export interface EventRegistrationProps {
|
|
57
55
|
label?: Label;
|
|
58
56
|
title?: Title;
|
|
59
57
|
link?: Link;
|
|
@@ -69,38 +67,33 @@ interface EventRegistrationProps {
|
|
|
69
67
|
/**
|
|
70
68
|
* Link to the event details
|
|
71
69
|
*/
|
|
72
|
-
interface Link {
|
|
70
|
+
export interface Link {
|
|
73
71
|
url?: URL;
|
|
74
72
|
text?: LinkText;
|
|
75
73
|
}
|
|
76
74
|
/**
|
|
77
75
|
* Location of the event
|
|
78
76
|
*/
|
|
79
|
-
interface Location {
|
|
77
|
+
export interface Location {
|
|
80
78
|
name?: string;
|
|
81
79
|
address?: string;
|
|
82
80
|
}
|
|
83
81
|
/**
|
|
84
82
|
* Input field for the name
|
|
85
83
|
*/
|
|
86
|
-
interface NameInput {
|
|
84
|
+
export interface NameInput {
|
|
87
85
|
label?: string;
|
|
88
86
|
placeholder?: string;
|
|
89
87
|
}
|
|
90
88
|
/**
|
|
91
89
|
* Input field for the email
|
|
92
90
|
*/
|
|
93
|
-
interface EmailInput {
|
|
91
|
+
export interface EmailInput {
|
|
94
92
|
label?: Label1;
|
|
95
93
|
placeholder?: Placeholder;
|
|
96
94
|
}
|
|
97
|
-
interface CallToAction {
|
|
95
|
+
export interface CallToAction {
|
|
98
96
|
label?: ButtonLabel;
|
|
99
97
|
url?: string;
|
|
100
98
|
ariaLabel?: AriaLabel;
|
|
101
99
|
}
|
|
102
|
-
declare const EventRegistrationContextDefault: import("react").ForwardRefExoticComponent<EventRegistrationProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
103
|
-
declare const EventRegistrationContext: import("react").Context<import("react").ForwardRefExoticComponent<EventRegistrationProps & import("react").RefAttributes<HTMLDivElement>>>;
|
|
104
|
-
declare const EventRegistration: import("react").ForwardRefExoticComponent<EventRegistrationProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
105
|
-
export type { EventRegistrationProps };
|
|
106
|
-
export { EventRegistrationContextDefault, EventRegistrationContext, EventRegistration };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Meta, StoryObj } from "@storybook/react-vite";
|
|
2
|
+
import { Faq } from "./FaqComponent";
|
|
3
|
+
declare const meta: Meta;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof Faq>;
|
|
6
|
+
export declare const DropdownList: Story;
|
|
7
|
+
export declare const SingleDropdown: Story;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { ReactNode } from "react";
|
|
2
|
+
import { HTMLAttributes } from "react";
|
|
3
|
+
import { FaqProps as FaqSchemaProps, Question } from "./FaqProps";
|
|
4
|
+
import "./faq.scss";
|
|
5
|
+
export type FaqProps = Omit<FaqSchemaProps, "questions"> & HTMLAttributes<HTMLDivElement> & {
|
|
6
|
+
questions: ({
|
|
7
|
+
children?: ReactNode;
|
|
8
|
+
} & Question)[];
|
|
9
|
+
};
|
|
10
|
+
export declare const FaqContextDefault: import("react").ForwardRefExoticComponent<Omit<FaqSchemaProps, "questions"> & HTMLAttributes<HTMLDivElement> & {
|
|
11
|
+
questions: ({
|
|
12
|
+
children?: ReactNode;
|
|
13
|
+
} & Question)[];
|
|
14
|
+
} & import("react").RefAttributes<HTMLDivElement>>;
|
|
15
|
+
export declare const FaqContext: import("react").Context<import("react").ForwardRefExoticComponent<Omit<FaqSchemaProps, "questions"> & HTMLAttributes<HTMLDivElement> & {
|
|
16
|
+
questions: ({
|
|
17
|
+
children?: ReactNode;
|
|
18
|
+
} & Question)[];
|
|
19
|
+
} & import("react").RefAttributes<HTMLDivElement>>>;
|
|
20
|
+
export declare const Faq: import("react").ForwardRefExoticComponent<Omit<FaqSchemaProps, "questions"> & HTMLAttributes<HTMLDivElement> & {
|
|
21
|
+
questions: ({
|
|
22
|
+
children?: ReactNode;
|
|
23
|
+
} & Question)[];
|
|
24
|
+
} & import("react").RefAttributes<HTMLDivElement>>;
|
|
@@ -8,23 +8,22 @@
|
|
|
8
8
|
*
|
|
9
9
|
* @minItems 1
|
|
10
10
|
*/
|
|
11
|
-
type Questions = [Question, ...Question[]];
|
|
11
|
+
export type Questions = [Question, ...Question[]];
|
|
12
12
|
/**
|
|
13
13
|
* The question
|
|
14
14
|
*/
|
|
15
|
-
type Question1 = string;
|
|
15
|
+
export type Question1 = string;
|
|
16
16
|
/**
|
|
17
17
|
* The answer to the question
|
|
18
18
|
*/
|
|
19
|
-
type Answer = string;
|
|
19
|
+
export type Answer = string;
|
|
20
20
|
/**
|
|
21
21
|
* Component used to display a Faq section
|
|
22
22
|
*/
|
|
23
|
-
interface FaqProps {
|
|
23
|
+
export interface FaqProps {
|
|
24
24
|
questions: Questions;
|
|
25
25
|
}
|
|
26
|
-
interface Question {
|
|
26
|
+
export interface Question {
|
|
27
27
|
question: Question1;
|
|
28
28
|
answer?: Answer;
|
|
29
29
|
}
|
|
30
|
-
export { Questions, Question1, Answer, FaqProps, Question };
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { HTMLAttributes } from "react";
|
|
2
|
+
import { FeatureProps } from "./FeatureProps";
|
|
3
|
+
export type { FeatureProps };
|
|
4
|
+
export declare const FeatureContextDefault: import("react").ForwardRefExoticComponent<FeatureProps & Omit<HTMLAttributes<HTMLDivElement>, "style"> & import("react").RefAttributes<HTMLDivElement>>;
|
|
5
|
+
export declare const FeatureContext: import("react").Context<import("react").ForwardRefExoticComponent<FeatureProps & Omit<HTMLAttributes<HTMLDivElement>, "style"> & import("react").RefAttributes<HTMLDivElement>>>;
|
|
6
|
+
export declare const Feature: import("react").ForwardRefExoticComponent<FeatureProps & Omit<HTMLAttributes<HTMLDivElement>, "style"> & import("react").RefAttributes<HTMLDivElement>>;
|
|
@@ -0,0 +1,56 @@
|
|
|
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 icon for the feature
|
|
8
|
+
*/
|
|
9
|
+
export type Icon = string;
|
|
10
|
+
/**
|
|
11
|
+
* The title of the feature
|
|
12
|
+
*/
|
|
13
|
+
export type Title = string;
|
|
14
|
+
/**
|
|
15
|
+
* The description of the feature
|
|
16
|
+
*/
|
|
17
|
+
export type Text = string;
|
|
18
|
+
/**
|
|
19
|
+
* The CTA url
|
|
20
|
+
*/
|
|
21
|
+
export type CallToActionUrl = string;
|
|
22
|
+
/**
|
|
23
|
+
* The text label displayed on the link
|
|
24
|
+
*/
|
|
25
|
+
export type LinkLabel = string;
|
|
26
|
+
/**
|
|
27
|
+
* Icon for the link style of the cta
|
|
28
|
+
*/
|
|
29
|
+
export type Icon1 = string;
|
|
30
|
+
/**
|
|
31
|
+
* Activate/disable the CTAs
|
|
32
|
+
*/
|
|
33
|
+
export type CallToActionToggle = boolean;
|
|
34
|
+
/**
|
|
35
|
+
* Partial Component used to display a feature
|
|
36
|
+
*/
|
|
37
|
+
export interface FeatureProps {
|
|
38
|
+
icon?: Icon;
|
|
39
|
+
title: Title;
|
|
40
|
+
text?: Text;
|
|
41
|
+
style?: "intext" | "stack" | "centered" | "besideLarge" | "besideSmall";
|
|
42
|
+
cta?: CallToAction;
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* The call to action
|
|
46
|
+
*/
|
|
47
|
+
export interface CallToAction {
|
|
48
|
+
url?: CallToActionUrl;
|
|
49
|
+
label?: LinkLabel;
|
|
50
|
+
icon?: Icon1;
|
|
51
|
+
toggle?: CallToActionToggle;
|
|
52
|
+
/**
|
|
53
|
+
* Choose the style of the CTA
|
|
54
|
+
*/
|
|
55
|
+
style?: "button" | "link" | "intext";
|
|
56
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Meta, StoryObj } from "@storybook/react-vite";
|
|
2
|
+
import { Features } from "./FeaturesComponent";
|
|
3
|
+
declare const meta: Meta<typeof Features>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof Features>;
|
|
6
|
+
export declare const IconCentered: Story;
|
|
7
|
+
export declare const StackWithButton: Story;
|
|
8
|
+
export declare const ListView: Story;
|
|
9
|
+
export declare const IconBesideWithLinkInText: Story;
|
|
10
|
+
export declare const IconIntextWithLink: Story;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { HTMLAttributes } from "react";
|
|
2
|
+
import { FeaturesProps } from "./FeaturesProps";
|
|
3
|
+
import "./features.scss";
|
|
4
|
+
export type { FeaturesProps };
|
|
5
|
+
export declare const FeaturesContextDefault: import("react").ForwardRefExoticComponent<FeaturesProps & Omit<HTMLAttributes<HTMLDivElement>, "style"> & import("react").RefAttributes<HTMLDivElement>>;
|
|
6
|
+
export declare const FeaturesContext: import("react").Context<import("react").ForwardRefExoticComponent<FeaturesProps & Omit<HTMLAttributes<HTMLDivElement>, "style"> & import("react").RefAttributes<HTMLDivElement>>>;
|
|
7
|
+
export declare const Features: import("react").ForwardRefExoticComponent<FeaturesProps & Omit<HTMLAttributes<HTMLDivElement>, "style"> & import("react").RefAttributes<HTMLDivElement>>;
|
|
@@ -6,46 +6,46 @@
|
|
|
6
6
|
/**
|
|
7
7
|
* The layout variant to use for the features
|
|
8
8
|
*/
|
|
9
|
-
type Layout = "largeTiles" | "smallTiles" | "list";
|
|
9
|
+
export type Layout = "largeTiles" | "smallTiles" | "list";
|
|
10
10
|
/**
|
|
11
11
|
* Activate/disable the CTAs
|
|
12
12
|
*/
|
|
13
|
-
type CTAToggle = boolean;
|
|
13
|
+
export type CTAToggle = boolean;
|
|
14
14
|
/**
|
|
15
15
|
* The features to display
|
|
16
16
|
*
|
|
17
17
|
* @minItems 1
|
|
18
18
|
* @maxItems 8
|
|
19
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];
|
|
20
|
+
export 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
21
|
/**
|
|
22
22
|
* The icon for the feature
|
|
23
23
|
*/
|
|
24
|
-
type Icon = string;
|
|
24
|
+
export type Icon = string;
|
|
25
25
|
/**
|
|
26
26
|
* The title of the feature
|
|
27
27
|
*/
|
|
28
|
-
type Title = string;
|
|
28
|
+
export type Title = string;
|
|
29
29
|
/**
|
|
30
30
|
* The description of the feature
|
|
31
31
|
*/
|
|
32
|
-
type Text = string;
|
|
32
|
+
export type Text = string;
|
|
33
33
|
/**
|
|
34
34
|
* The CTA url
|
|
35
35
|
*/
|
|
36
|
-
type CallToActionUrl = string;
|
|
36
|
+
export type CallToActionUrl = string;
|
|
37
37
|
/**
|
|
38
38
|
* The text label displayed on the link
|
|
39
39
|
*/
|
|
40
|
-
type LinkLabel = string;
|
|
40
|
+
export type LinkLabel = string;
|
|
41
41
|
/**
|
|
42
42
|
* Icon for the link style of the cta
|
|
43
43
|
*/
|
|
44
|
-
type Icon1 = string;
|
|
44
|
+
export type Icon1 = string;
|
|
45
45
|
/**
|
|
46
46
|
* Component used to display a set of features
|
|
47
47
|
*/
|
|
48
|
-
interface FeaturesProps {
|
|
48
|
+
export interface FeaturesProps {
|
|
49
49
|
layout?: Layout;
|
|
50
50
|
style?: "intext" | "stack" | "centered" | "besideLarge" | "besideSmall";
|
|
51
51
|
ctas?: {
|
|
@@ -54,7 +54,7 @@ interface FeaturesProps {
|
|
|
54
54
|
};
|
|
55
55
|
feature?: Features;
|
|
56
56
|
}
|
|
57
|
-
interface Feature {
|
|
57
|
+
export interface Feature {
|
|
58
58
|
icon?: Icon;
|
|
59
59
|
title?: Title;
|
|
60
60
|
text?: Text;
|
|
@@ -64,4 +64,3 @@ interface Feature {
|
|
|
64
64
|
icon?: Icon1;
|
|
65
65
|
};
|
|
66
66
|
}
|
|
67
|
-
export { Layout, CTAToggle, Features, Icon, Title, Text, CallToActionUrl, LinkLabel, Icon1, FeaturesProps, Feature };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Meta, StoryObj } from "@storybook/react-vite";
|
|
2
|
+
import { Footer as FooterComponent } from "./FooterComponent";
|
|
3
|
+
export declare const footerProps: {
|
|
4
|
+
logo: {
|
|
5
|
+
src: string;
|
|
6
|
+
srcInverted: string;
|
|
7
|
+
inverted: boolean;
|
|
8
|
+
homepageHref: string;
|
|
9
|
+
alt: string;
|
|
10
|
+
width: number;
|
|
11
|
+
height: number;
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
declare const meta: Meta;
|
|
15
|
+
export default meta;
|
|
16
|
+
type Story = StoryObj<typeof FooterComponent>;
|
|
17
|
+
export declare const Footer: Story;
|