@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
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { SearchBarProps } from "../../SearchBarProps-26263244.js";
|
|
3
|
-
declare const SearchBarContextDefault: import("react").ForwardRefExoticComponent<SearchBarProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
4
|
-
declare const SearchBarContext: import("react").Context<import("react").ForwardRefExoticComponent<SearchBarProps & import("react").RefAttributes<HTMLDivElement>>>;
|
|
5
|
-
declare const SearchBar: import("react").ForwardRefExoticComponent<SearchBarProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
6
|
-
export type { SearchBarProps };
|
|
7
|
-
export { SearchBarContextDefault, SearchBarContext, SearchBar };
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { SearchFilterProps } from "../../SearchFilterProps-2fa6419b.js";
|
|
3
|
-
declare const SearchFilterContextDefault: import("react").ForwardRefExoticComponent<SearchFilterProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
4
|
-
declare const SearchFilterContext: import("react").Context<import("react").ForwardRefExoticComponent<SearchFilterProps & import("react").RefAttributes<HTMLDivElement>>>;
|
|
5
|
-
declare const SearchFilter: import("react").ForwardRefExoticComponent<SearchFilterProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
6
|
-
export type { SearchFilterProps };
|
|
7
|
-
export { SearchFilterContextDefault, SearchFilterContext, SearchFilter };
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { SearchResultProps } from "../../SearchResultProps-f6f07017.js";
|
|
3
|
-
declare const SearchResultContextDefault: import("react").ForwardRefExoticComponent<SearchResultProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
4
|
-
declare const SearchResultContext: import("react").Context<import("react").ForwardRefExoticComponent<SearchResultProps & import("react").RefAttributes<HTMLDivElement>>>;
|
|
5
|
-
declare const SearchResult: import("react").ForwardRefExoticComponent<SearchResultProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
6
|
-
export type { SearchResultProps };
|
|
7
|
-
export { SearchResultContextDefault, SearchResultContext, SearchResult };
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { SearchResultMatchProps } from "../../SearchResultMatchProps-777cd47c.js";
|
|
3
|
-
declare const SearchResultMatchContextDefault: import("react").ForwardRefExoticComponent<SearchResultMatchProps & import("react").RefAttributes<HTMLAnchorElement>>;
|
|
4
|
-
declare const SearchResultMatchContext: import("react").Context<import("react").ForwardRefExoticComponent<SearchResultMatchProps & import("react").RefAttributes<HTMLAnchorElement>>>;
|
|
5
|
-
declare const SearchResultMatch: import("react").ForwardRefExoticComponent<SearchResultMatchProps & import("react").RefAttributes<HTMLAnchorElement>>;
|
|
6
|
-
export type { SearchResultMatchProps };
|
|
7
|
-
export { SearchResultMatchContextDefault, SearchResultMatchContext, SearchResultMatch };
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { HTMLAttributes, FC, PropsWithChildren } from "react";
|
|
3
|
-
import { SectionProps } from "../../SectionProps-6a826e52.js";
|
|
4
|
-
declare const SectionContextDefault: import("react").ForwardRefExoticComponent<SectionProps & Omit<HTMLAttributes<HTMLElement>, "style" | "content"> & import("react").RefAttributes<HTMLDivElement>>;
|
|
5
|
-
declare const SectionContext: import("react").Context<import("react").ForwardRefExoticComponent<SectionProps & Omit<HTMLAttributes<HTMLElement>, "style" | "content"> & import("react").RefAttributes<HTMLDivElement>>>;
|
|
6
|
-
declare const Section: import("react").ForwardRefExoticComponent<SectionProps & Omit<HTMLAttributes<HTMLElement>, "style" | "content"> & import("react").RefAttributes<HTMLDivElement>>;
|
|
7
|
-
declare const SectionProvider: FC<PropsWithChildren<any>>;
|
|
8
|
-
export type { SectionProps };
|
|
9
|
-
export { SectionContextDefault, SectionContext, Section, SectionProvider };
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { HTMLAttributes } from "react";
|
|
3
|
-
import { SliderProps } from "../../SliderProps-789f8508.js";
|
|
4
|
-
declare const SliderContextDefault: import("react").ForwardRefExoticComponent<SliderProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
|
5
|
-
declare const SliderContext: import("react").Context<import("react").ForwardRefExoticComponent<SliderProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>>;
|
|
6
|
-
declare const Slider: import("react").ForwardRefExoticComponent<SliderProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
|
7
|
-
export type { SliderProps };
|
|
8
|
-
export { SliderContextDefault, SliderContext, Slider };
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { HTMLAttributes } from "react";
|
|
3
|
-
import { SplitEvenProps as SplitEvenComponentProps } from "../../SplitEvenProps-d62a0a9a.js";
|
|
4
|
-
interface ComponentProps {
|
|
5
|
-
firstComponents?: React.ReactNode;
|
|
6
|
-
secondComponents?: React.ReactNode;
|
|
7
|
-
}
|
|
8
|
-
type SplitEvenProps = Omit<SplitEvenComponentProps, "firstComponents" | "secondComponents"> & ComponentProps;
|
|
9
|
-
declare const SplitEvenContextDefault: import("react").ForwardRefExoticComponent<Omit<SplitEvenComponentProps, "firstComponents" | "secondComponents"> & ComponentProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
|
10
|
-
declare const SplitEvenContext: import("react").Context<import("react").ForwardRefExoticComponent<Omit<SplitEvenComponentProps, "firstComponents" | "secondComponents"> & ComponentProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>>;
|
|
11
|
-
declare const SplitEven: import("react").ForwardRefExoticComponent<Omit<SplitEvenComponentProps, "firstComponents" | "secondComponents"> & ComponentProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
|
12
|
-
export { ComponentProps, SplitEvenProps, SplitEvenContextDefault, SplitEvenContext, SplitEven };
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { HTMLAttributes } from "react";
|
|
3
|
-
import { SplitWeightedProps as SplitWeightedComponentProps } from "../../SplitWeightedProps-d62a0a9a.js";
|
|
4
|
-
interface ComponentProps {
|
|
5
|
-
main?: React.ReactNode;
|
|
6
|
-
aside?: React.ReactNode;
|
|
7
|
-
}
|
|
8
|
-
type SplitWeightedProps = Omit<SplitWeightedComponentProps, "main" | "aside"> & ComponentProps;
|
|
9
|
-
declare const SplitWeightedContextDefault: import("react").ForwardRefExoticComponent<Omit<SplitWeightedComponentProps, "main" | "aside"> & ComponentProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
|
10
|
-
declare const SplitWeightedContext: import("react").Context<import("react").ForwardRefExoticComponent<Omit<SplitWeightedComponentProps, "main" | "aside"> & ComponentProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>>;
|
|
11
|
-
declare const SplitWeighted: import("react").ForwardRefExoticComponent<Omit<SplitWeightedComponentProps, "main" | "aside"> & ComponentProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
|
12
|
-
export { ComponentProps, SplitWeightedProps, SplitWeightedContextDefault, SplitWeightedContext, SplitWeighted };
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { HTMLAttributes } from "react";
|
|
3
|
-
import { StatProps } from "../../StatProps-79109ad0.js";
|
|
4
|
-
declare const StatContextDefault: import("react").ForwardRefExoticComponent<StatProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
|
5
|
-
declare const StatContext: import("react").Context<import("react").ForwardRefExoticComponent<StatProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>>;
|
|
6
|
-
declare const Stat: import("react").ForwardRefExoticComponent<StatProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
|
7
|
-
export type { StatProps };
|
|
8
|
-
export { StatContextDefault, StatContext, Stat };
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { HTMLAttributes } from "react";
|
|
3
|
-
import { StatsProps } from "../../StatsProps-bf5ef578.js";
|
|
4
|
-
declare const StatsContextDefault: import("react").ForwardRefExoticComponent<StatsProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
|
5
|
-
declare const StatsContext: import("react").Context<import("react").ForwardRefExoticComponent<StatsProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>>;
|
|
6
|
-
declare const Stats: import("react").ForwardRefExoticComponent<StatsProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
|
7
|
-
export type { StatsProps };
|
|
8
|
-
export { StatsContextDefault, StatsContext, Stats };
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { HTMLAttributes, FC, PropsWithChildren } from "react";
|
|
3
|
-
import { TeaserCardProps } from "../../TeaserCardProps-d069476f.js";
|
|
4
|
-
declare const TeaserCardContextDefault: import("react").ForwardRefExoticComponent<TeaserCardProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
|
5
|
-
declare const TeaserCardContext: import("react").Context<import("react").ForwardRefExoticComponent<TeaserCardProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>>;
|
|
6
|
-
declare const TeaserCard: import("react").ForwardRefExoticComponent<TeaserCardProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
|
7
|
-
declare const TeaserBoxProvider: FC<PropsWithChildren>;
|
|
8
|
-
export type { TeaserCardProps };
|
|
9
|
-
export { TeaserCardContextDefault, TeaserCardContext, TeaserCard, TeaserBoxProvider };
|
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { HTMLAttributes } from "react";
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* This file was automatically generated by json-schema-to-typescript.
|
|
6
|
-
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
7
|
-
* and run json-schema-to-typescript to regenerate this file.
|
|
8
|
-
*/
|
|
9
|
-
/**
|
|
10
|
-
* The testimonial quote
|
|
11
|
-
*/
|
|
12
|
-
type Quote = string;
|
|
13
|
-
/**
|
|
14
|
-
* The style of the quote signs
|
|
15
|
-
*/
|
|
16
|
-
type StyleOfTheQuoteSigns = "normal" | "large" | "none";
|
|
17
|
-
/**
|
|
18
|
-
* The name of the quote author
|
|
19
|
-
*/
|
|
20
|
-
type Name = string;
|
|
21
|
-
/**
|
|
22
|
-
* The title of the quote author
|
|
23
|
-
*/
|
|
24
|
-
type Title = string;
|
|
25
|
-
/**
|
|
26
|
-
* The image to display with the testimonial
|
|
27
|
-
*/
|
|
28
|
-
type Source = string;
|
|
29
|
-
/**
|
|
30
|
-
* The alt text of the image file
|
|
31
|
-
*/
|
|
32
|
-
type AltText = string;
|
|
33
|
-
/**
|
|
34
|
-
* The rating of the testimonial, from 1 to 5
|
|
35
|
-
*/
|
|
36
|
-
type Rating = number;
|
|
37
|
-
/**
|
|
38
|
-
* Testimonial entry of Testimonials component
|
|
39
|
-
*/
|
|
40
|
-
interface TestimonialProps {
|
|
41
|
-
quote: Quote;
|
|
42
|
-
quoteSigns?: StyleOfTheQuoteSigns;
|
|
43
|
-
name: Name;
|
|
44
|
-
title?: Title;
|
|
45
|
-
image: {
|
|
46
|
-
src?: Source;
|
|
47
|
-
alt?: AltText;
|
|
48
|
-
};
|
|
49
|
-
rating?: Rating;
|
|
50
|
-
}
|
|
51
|
-
declare const TestimonialContextDefault: import("react").ForwardRefExoticComponent<{
|
|
52
|
-
layout: string;
|
|
53
|
-
index: number;
|
|
54
|
-
} & TestimonialProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
|
55
|
-
declare const TestimonialContext: import("react").Context<import("react").ForwardRefExoticComponent<{
|
|
56
|
-
layout: string;
|
|
57
|
-
index: number;
|
|
58
|
-
} & TestimonialProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>>;
|
|
59
|
-
declare const Testimonial: import("react").ForwardRefExoticComponent<{
|
|
60
|
-
layout: string;
|
|
61
|
-
index: number;
|
|
62
|
-
} & TestimonialProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
63
|
-
export type { TestimonialProps };
|
|
64
|
-
export { TestimonialContextDefault, TestimonialContext, Testimonial };
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { HTMLAttributes } from "react";
|
|
3
|
-
import { TestimonialsProps } from "../../TestimonialsProps-e344f597.js";
|
|
4
|
-
import { SliderProps } from "../../SliderProps-789f8508.js";
|
|
5
|
-
interface ConditionalSliderProps extends SliderProps {
|
|
6
|
-
layout: "slider" | "list" | "alternating";
|
|
7
|
-
}
|
|
8
|
-
declare const ConditionalSlider: import("react").ForwardRefExoticComponent<ConditionalSliderProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
|
9
|
-
declare const TestimonialsContextDefault: import("react").ForwardRefExoticComponent<TestimonialsProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
|
10
|
-
declare const TestimonialsContext: import("react").Context<import("react").ForwardRefExoticComponent<TestimonialsProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>>;
|
|
11
|
-
declare const Testimonials: import("react").ForwardRefExoticComponent<TestimonialsProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
|
12
|
-
export type { TestimonialsProps };
|
|
13
|
-
export { ConditionalSlider, TestimonialsContextDefault, TestimonialsContext, Testimonials };
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { HTMLAttributes } from "react";
|
|
3
|
-
import { TextProps } from "../../TextProps-a23170d2.js";
|
|
4
|
-
declare const TextContextDefault: import("react").ForwardRefExoticComponent<TextProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
|
5
|
-
declare const TextContext: import("react").Context<import("react").ForwardRefExoticComponent<TextProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>>;
|
|
6
|
-
declare const Text: import("react").ForwardRefExoticComponent<TextProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
|
7
|
-
export type { TextProps };
|
|
8
|
-
export { TextContextDefault, TextContext, Text };
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { HTMLAttributes } from "react";
|
|
3
|
-
import { VideoCurtainProps } from "../../VideoCurtainProps-a2c0cc7f.js";
|
|
4
|
-
declare const VideoCurtainContextDefault: import("react").ForwardRefExoticComponent<VideoCurtainProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
|
5
|
-
declare const VideoCurtainContext: import("react").Context<import("react").ForwardRefExoticComponent<VideoCurtainProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>>;
|
|
6
|
-
declare const VideoCurtain: import("react").ForwardRefExoticComponent<VideoCurtainProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
|
7
|
-
export type { VideoCurtainProps };
|
|
8
|
-
export { VideoCurtainContextDefault, VideoCurtainContext, VideoCurtain };
|
package/dist/global.client.d.ts
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
declare function canBeCloned(val: unknown): boolean;
|
|
2
|
-
type DeepPartial<T> = T extends object ? {
|
|
3
|
-
[P in keyof T]?: DeepPartial<T[P]>;
|
|
4
|
-
} : T;
|
|
5
|
-
declare function deepMergeDefaults<T extends Record<string, any>>(defaults: DeepPartial<T>, props: T, replaceExamples?: boolean): T;
|
|
6
|
-
export { canBeCloned, DeepPartial, deepMergeDefaults };
|
|
@@ -1,237 +0,0 @@
|
|
|
1
|
-
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
|
-
import { Features } from '../../components/features/index.js';
|
|
3
|
-
import { Section } from '../../components/section/index.js';
|
|
4
|
-
import { Stats } from '../../components/stats/index.js';
|
|
5
|
-
import { TeaserCard } from '../../components/teaser-card/index.js';
|
|
6
|
-
import { SelectField } from '@kickstartds/form/lib/select-field';
|
|
7
|
-
import { TextArea } from '@kickstartds/form/lib/text-area';
|
|
8
|
-
import { CheckboxGroup } from '@kickstartds/form/lib/checkbox-group';
|
|
9
|
-
import { RadioGroup } from '@kickstartds/form/lib/radio-group';
|
|
10
|
-
import { Button } from '../../components/button/index.js';
|
|
11
|
-
import { SearchResult } from '../../components/search-result/index.js';
|
|
12
|
-
import { Breadcrumb } from '../../components/breadcrumb/index.js';
|
|
13
|
-
import { Downloads } from '../../components/downloads/index.js';
|
|
14
|
-
import { Pagination } from '../../components/pagination/index.js';
|
|
15
|
-
import { TextField } from '@kickstartds/form/lib/text-field';
|
|
16
|
-
import { EventLatestTeaser } from '../../components/event-latest-teaser/index.js';
|
|
17
|
-
import { EventLocation } from '../../components/event-location/index.js';
|
|
18
|
-
import { EventListTeaser } from '../../components/event-list-teaser/index.js';
|
|
19
|
-
import { BlogAside } from '../../components/blog-aside/index.js';
|
|
20
|
-
import 'react';
|
|
21
|
-
import 'classnames';
|
|
22
|
-
import '../../components/feature/index.js';
|
|
23
|
-
import '@kickstartds/base/lib/icon';
|
|
24
|
-
import '@kickstartds/base/lib/link';
|
|
25
|
-
import '../../helpers-12f48df8.js';
|
|
26
|
-
import 'markdown-to-jsx';
|
|
27
|
-
import '@kickstartds/core/lib/react';
|
|
28
|
-
import '@kickstartds/base/lib/section';
|
|
29
|
-
import '../../components/section/js/Section.client.js';
|
|
30
|
-
import '@kickstartds/core/lib/component';
|
|
31
|
-
import '../../components/stat/index.js';
|
|
32
|
-
import '@kickstartds/content/lib/count-up';
|
|
33
|
-
import '@kickstartds/base/lib/teaser-box';
|
|
34
|
-
import '@kickstartds/core/lib/container';
|
|
35
|
-
import '@kickstartds/base/lib/button';
|
|
36
|
-
import '@kickstartds/base/lib/rich-text';
|
|
37
|
-
import '@kickstartds/base/lib/picture';
|
|
38
|
-
import '../../components/search-result-match/index.js';
|
|
39
|
-
import '../../components/event-appointment/index.js';
|
|
40
|
-
import '@kickstartds/base/lib/tag-label';
|
|
41
|
-
import '@kickstartds/blog/lib/post-meta';
|
|
42
|
-
import '@kickstartds/blog/lib/post-share-bar';
|
|
43
|
-
import '../../components/blog-author/index.js';
|
|
44
|
-
import '../../components/contact/index.js';
|
|
45
|
-
import '@kickstartds/base/lib/contact';
|
|
46
|
-
import '../../components/headline/index.js';
|
|
47
|
-
import '@kickstartds/base/lib/headline';
|
|
48
|
-
|
|
49
|
-
const ColorDemo = () => (jsxs("div", { className: "playground-preview-page", children: [jsxs(Section, { className: "dsa-section--component-preview", content: {
|
|
50
|
-
gutter: "large",
|
|
51
|
-
mode: "tile",
|
|
52
|
-
}, width: "wide", spaceBefore: "small", spaceAfter: "none", children: [jsx(TeaserCard, { imageRatio: "landscape", headline: "Empower Your Business", text: "Leverage our expertise in creating scalable and robust applications using modern technologies.", url: "", button: {
|
|
53
|
-
label: "Get Started",
|
|
54
|
-
chevron: true,
|
|
55
|
-
} }), jsx(Features, { ctas: {
|
|
56
|
-
style: "link",
|
|
57
|
-
toggle: true,
|
|
58
|
-
}, feature: [
|
|
59
|
-
{
|
|
60
|
-
cta: {
|
|
61
|
-
icon: "arrow-right",
|
|
62
|
-
label: "Learn more",
|
|
63
|
-
url: "#",
|
|
64
|
-
},
|
|
65
|
-
icon: "home",
|
|
66
|
-
text: "Our design system allows for a scalable architecture, enabling you to build applications that can grow with your needs.",
|
|
67
|
-
title: "Scalable Architecture",
|
|
68
|
-
},
|
|
69
|
-
], layout: "smallTiles", style: "stack" }), jsx(Stats, { stat: [
|
|
70
|
-
{
|
|
71
|
-
icon: "person",
|
|
72
|
-
number: "150",
|
|
73
|
-
title: "Users",
|
|
74
|
-
description: "Active users on the platform taking advantage of the design system.",
|
|
75
|
-
},
|
|
76
|
-
] }), jsx(SearchResult, { imageColSize: "none", initialMatch: "Embracing a **sustainable** lifestyle.", matches: [
|
|
77
|
-
{
|
|
78
|
-
snippet: "Learn how leading companies are integrating **sustainability**.",
|
|
79
|
-
title: "Embracing Sustainability",
|
|
80
|
-
url: "#",
|
|
81
|
-
},
|
|
82
|
-
], showLink: true, title: "GreenTech Summit", url: "https://www.example.com/greentech-summit-2023" })] }), jsxs(Section, { className: "dsa-section--component-preview", width: "wide", content: {
|
|
83
|
-
gutter: "large",
|
|
84
|
-
mode: "tile",
|
|
85
|
-
}, spaceAfter: "small", spaceBefore: "small", children: [jsx(EventListTeaser, { category: "Buyers", ctaText: "Show event", date: "30.12.2025", location: {
|
|
86
|
-
address: "Alexanderplatz 1<br />\n10178 Berlin",
|
|
87
|
-
name: "Tech Conference Center",
|
|
88
|
-
}, tags: ["AI"], text: "The Future of AI is here and now - Join us to explore the latest advancements in artificial intelligence.", time: "10:00", title: "The Future of AI", url: "#" }), jsxs("div", { style: {
|
|
89
|
-
display: "flex",
|
|
90
|
-
gap: "var(--ks-spacing-stack-m)",
|
|
91
|
-
flexDirection: "column",
|
|
92
|
-
}, children: [jsx(EventLocation, { address: "Alexanderplatz 1<br />\n 10178 Berlin", dates: [
|
|
93
|
-
{
|
|
94
|
-
ariaLabel: "Register for the event on 18th September 2025 from 09:00 to 17:00",
|
|
95
|
-
date: "18.09.2025",
|
|
96
|
-
label: "Register",
|
|
97
|
-
newTab: true,
|
|
98
|
-
time: "09:00 – 17:00",
|
|
99
|
-
url: "#",
|
|
100
|
-
},
|
|
101
|
-
], displayMode: "spacious", links: [
|
|
102
|
-
{
|
|
103
|
-
label: "Open in Google Maps",
|
|
104
|
-
newTab: true,
|
|
105
|
-
url: "https://maps.google.com/?q=Berlin+Congress+Center",
|
|
106
|
-
},
|
|
107
|
-
], locationName: "Berlin Congress Center" }), jsx(EventLatestTeaser, { ariaLabel: "Event teaser for ", calendar: {
|
|
108
|
-
day: "30",
|
|
109
|
-
month: "Dec",
|
|
110
|
-
}, cta: "Show event", date: "12/30/2025", location: "Berlin, Germany", title: "The Future of AI", url: "https://example.com" })] }), jsxs("div", { style: {
|
|
111
|
-
display: "flex",
|
|
112
|
-
flexDirection: "column",
|
|
113
|
-
gap: "var(--ks-spacing-stack-m)",
|
|
114
|
-
}, children: [jsx(SelectField, { icon: "chevron-down", label: "Est dolore a debitis", options: [
|
|
115
|
-
{
|
|
116
|
-
label: "Option 1",
|
|
117
|
-
},
|
|
118
|
-
{
|
|
119
|
-
label: "Option 2",
|
|
120
|
-
},
|
|
121
|
-
{
|
|
122
|
-
label: "Option 3",
|
|
123
|
-
},
|
|
124
|
-
] }), jsx(TextField, { label: "Your name" }), jsx(CheckboxGroup, { label: "Lorem Ipsum", options: [
|
|
125
|
-
{
|
|
126
|
-
//@ts-expect-error
|
|
127
|
-
checked: true,
|
|
128
|
-
label: "Lorem Ipsum",
|
|
129
|
-
},
|
|
130
|
-
{
|
|
131
|
-
label: "Ipsum Dolor",
|
|
132
|
-
},
|
|
133
|
-
{
|
|
134
|
-
label: "Dolor Sit Amet",
|
|
135
|
-
disabled: true,
|
|
136
|
-
},
|
|
137
|
-
] }), jsx(TextArea, { label: "Your message" }), jsx(RadioGroup, { label: "Lorem Ipsum", options: [
|
|
138
|
-
{
|
|
139
|
-
label: "Lorem Ipsum",
|
|
140
|
-
},
|
|
141
|
-
{
|
|
142
|
-
//@ts-expect-error
|
|
143
|
-
checked: true,
|
|
144
|
-
label: "Ipsum Dolor",
|
|
145
|
-
},
|
|
146
|
-
{
|
|
147
|
-
label: "Dolor Sit Amet",
|
|
148
|
-
disabled: true,
|
|
149
|
-
},
|
|
150
|
-
] })] }), jsxs("div", { style: {
|
|
151
|
-
display: "flex",
|
|
152
|
-
flexDirection: "column",
|
|
153
|
-
gap: "10px",
|
|
154
|
-
justifyContent: "space-between",
|
|
155
|
-
}, children: [jsx(Button, { icon: "arrow-right", variant: "primary", label: "Learn more" }), jsx(Button, { icon: "date", variant: "secondary", label: "Book appointment" }), jsx(Button, { icon: "upload", variant: "tertiary", label: "Upload File" }), jsx(BlogAside, { author: {
|
|
156
|
-
byline: "CEO at Company",
|
|
157
|
-
links: [
|
|
158
|
-
{
|
|
159
|
-
ariaLabel: "Link to Isabella Doe's social media profile",
|
|
160
|
-
icon: "twitter",
|
|
161
|
-
label: "jane_smith",
|
|
162
|
-
newTab: false,
|
|
163
|
-
url: "tel:+4922868896620",
|
|
164
|
-
},
|
|
165
|
-
{
|
|
166
|
-
ariaLabel: "Link to Isabella Doe's social media profile",
|
|
167
|
-
icon: "email",
|
|
168
|
-
label: "jane.smith@example.com",
|
|
169
|
-
newTab: false,
|
|
170
|
-
url: "mailto:mail@example.com",
|
|
171
|
-
},
|
|
172
|
-
],
|
|
173
|
-
name: "Jane Smith",
|
|
174
|
-
}, date: "12/30/2022", readingTime: "5 min read", socialSharing: [
|
|
175
|
-
{
|
|
176
|
-
icon: "twitter",
|
|
177
|
-
title: "Share on Twitter",
|
|
178
|
-
url: "https://twitter.com/share?text=Check%20this%20out!&url=https://example.com",
|
|
179
|
-
},
|
|
180
|
-
{
|
|
181
|
-
icon: "linkedin",
|
|
182
|
-
title: "Share on LinkedIn",
|
|
183
|
-
url: "https://twitter.com/share?text=Check%20this%20out!&url=https://example.com",
|
|
184
|
-
},
|
|
185
|
-
] })] })] }), jsx(Section, { className: "dsa-section--component-preview", spaceAfter: "small", spaceBefore: "none", width: "wide", children: jsxs("div", { style: {
|
|
186
|
-
display: "flex",
|
|
187
|
-
gap: "var(--ks-spacing-inline-m)",
|
|
188
|
-
width: "100%",
|
|
189
|
-
justifyContent: "space-between",
|
|
190
|
-
alignItems: "center",
|
|
191
|
-
}, children: [jsx("div", { style: { flexGrow: "1" }, children: jsx(Breadcrumb, { pages: [
|
|
192
|
-
{
|
|
193
|
-
label: "Page 1",
|
|
194
|
-
url: "https://example.com/page1",
|
|
195
|
-
},
|
|
196
|
-
{
|
|
197
|
-
label: "Page 2",
|
|
198
|
-
url: "https://example.com/page2",
|
|
199
|
-
},
|
|
200
|
-
{
|
|
201
|
-
label: "Page 3",
|
|
202
|
-
url: "https://example.com/page3",
|
|
203
|
-
},
|
|
204
|
-
] }) }), jsx("div", { style: { flexGrow: "3" }, children: jsx(Downloads, { downloads: [
|
|
205
|
-
{
|
|
206
|
-
format: "PDF",
|
|
207
|
-
name: "Product Brochure",
|
|
208
|
-
previewImage: "img/offset-image.png",
|
|
209
|
-
size: "2.5 MB",
|
|
210
|
-
url: "#",
|
|
211
|
-
},
|
|
212
|
-
] }) }), jsx("div", { style: { flexGrow: "3" }, children: jsx(Pagination, { ariaLabels: {
|
|
213
|
-
goToPage: "Go to page",
|
|
214
|
-
nextPage: "Go to next page",
|
|
215
|
-
previousPage: "Go to previous page",
|
|
216
|
-
skipToFirstPage: "Skip to first page",
|
|
217
|
-
skipToLastPage: "Skip to last page",
|
|
218
|
-
}, pages: [
|
|
219
|
-
{
|
|
220
|
-
active: false,
|
|
221
|
-
url: "https://example.com/page1",
|
|
222
|
-
},
|
|
223
|
-
{
|
|
224
|
-
active: true,
|
|
225
|
-
url: "https://example.com/page2",
|
|
226
|
-
},
|
|
227
|
-
{
|
|
228
|
-
active: false,
|
|
229
|
-
url: "https://example.com/page3",
|
|
230
|
-
},
|
|
231
|
-
{
|
|
232
|
-
active: false,
|
|
233
|
-
url: "https://example.com/page4",
|
|
234
|
-
},
|
|
235
|
-
] }) })] }) })] }));
|
|
236
|
-
|
|
237
|
-
export { ColorDemo as default };
|