@kickstartds/ds-agency-premium 1.6.72--canary.43.2525.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-c04a5ed8.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-f5855e93.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-9f207f1c.d.ts → src/components/cms/BlogOverviewProps.d.ts} +11 -12
- package/dist/src/components/cms/BlogPostDefaults.d.ts +4 -0
- package/dist/{BlogPostProps-c04a5ed8.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-aa29c554.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-e853e1e7.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 -31
- package/dist/SectionProps-6a826e52.d.ts +0 -162
- package/dist/SliderProps-789f8508.d.ts +0 -57
- package/dist/SplitEvenProps-7cac90e5.d.ts +0 -72
- package/dist/SplitWeightedProps-7cac90e5.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,6 +1,5 @@
|
|
|
1
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
-
|
|
3
|
-
export default (() => /*#__PURE__*/_jsxs("svg", {
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
export default () => /*#__PURE__*/_jsxs("svg", {
|
|
4
3
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5
4
|
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
6
5
|
hidden: "hidden",
|
|
@@ -231,4 +230,4 @@ export default (() => /*#__PURE__*/_jsxs("svg", {
|
|
|
231
230
|
d: "M16.7247 2.98188C17.0395 2.44505 17.5699 2 18.3195 2H21.0816C21.468 2 21.9576 2.13797 22.2661 2.60399C22.4111 2.81495 22.5 3.07042 22.5 3.35125C22.5 3.63001 22.4127 3.8675 22.3128 4.04876L22.3048 4.06326L16.541 13.7443L20.1015 19.9326L20.1026 19.9344C20.3367 20.3398 20.4003 20.8719 20.0991 21.3611L20.0833 21.3868L20.066 21.4114C19.753 21.8571 19.2782 22 18.8808 22H16.1416C15.3945 22 14.8413 21.581 14.5159 21.0046L10.9233 14.7451C10.5642 14.1195 10.5699 13.3489 10.9381 12.7285L16.7247 2.98188ZM18.446 4.00026L12.6579 13.7496L16.2454 20H17.8329L14.3855 14.0082V13.4553L20.0148 4L18.446 4.00026ZM18.3709 20.9351L18.3694 20.9326L18.3709 20.9351Z"
|
|
232
231
|
})]
|
|
233
232
|
})]
|
|
234
|
-
})
|
|
233
|
+
});
|
package/dist/tokens/themes.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Mon, 08 Dec 2025 13:
|
|
3
|
+
* Generated on Mon, 08 Dec 2025 13:49:22 GMT
|
|
4
4
|
*/
|
|
5
5
|
:root [ks-theme=business] {
|
|
6
6
|
--ks-background-color-accent-base: var(--ks-color-primary-to-bg-8-base);
|
|
@@ -927,10 +927,10 @@
|
|
|
927
927
|
--ks-transition-collapse: var(--ks-duration-slow) var(--ks-timing-function-ease-out);
|
|
928
928
|
--ks-transition-hover: var(--ks-duration-fast) var(--ks-timing-function-ease-in-out);
|
|
929
929
|
--ks-transition-fade: var(--ks-duration-slow) var(--ks-timing-function-ease-out);
|
|
930
|
-
--ks-font-family-display:
|
|
931
|
-
--ks-font-family-copy:
|
|
932
|
-
--ks-font-family-interface:
|
|
933
|
-
--ks-font-family-mono: ui-monospace, SFMono-Regular,
|
|
930
|
+
--ks-font-family-display: "NovelPro", Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
|
|
931
|
+
--ks-font-family-copy: "NovelSansPro", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
932
|
+
--ks-font-family-interface: "NovelSansPro", system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
|
|
933
|
+
--ks-font-family-mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;
|
|
934
934
|
--ks-font-weight-light: 300;
|
|
935
935
|
--ks-font-weight-regular: 400;
|
|
936
936
|
--ks-font-weight-semi-bold: 500;
|
|
@@ -2727,7 +2727,7 @@
|
|
|
2727
2727
|
}
|
|
2728
2728
|
/**
|
|
2729
2729
|
* Do not edit directly
|
|
2730
|
-
* Generated on Mon, 08 Dec 2025 13:
|
|
2730
|
+
* Generated on Mon, 08 Dec 2025 13:49:26 GMT
|
|
2731
2731
|
*/
|
|
2732
2732
|
:root [ks-theme=google] {
|
|
2733
2733
|
--ks-background-color-accent-base: var(--ks-color-primary-to-bg-8-base);
|
|
@@ -3654,10 +3654,10 @@
|
|
|
3654
3654
|
--ks-transition-collapse: var(--ks-duration-slow) var(--ks-timing-function-ease-out);
|
|
3655
3655
|
--ks-transition-hover: var(--ks-duration-fast) var(--ks-timing-function-ease-in-out);
|
|
3656
3656
|
--ks-transition-fade: var(--ks-duration-slow) var(--ks-timing-function-ease-out);
|
|
3657
|
-
--ks-font-family-display:
|
|
3658
|
-
--ks-font-family-copy:
|
|
3659
|
-
--ks-font-family-interface:
|
|
3660
|
-
--ks-font-family-mono: ui-monospace, SFMono-Regular,
|
|
3657
|
+
--ks-font-family-display: "Google Sans Display", "Helvetica Neue", "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
|
|
3658
|
+
--ks-font-family-copy: "Google Sans 18pt", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
3659
|
+
--ks-font-family-interface: "Google Sans Text", system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
|
|
3660
|
+
--ks-font-family-mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;
|
|
3661
3661
|
--ks-font-weight-light: 300;
|
|
3662
3662
|
--ks-font-weight-regular: 400;
|
|
3663
3663
|
--ks-font-weight-semi-bold: 500;
|
|
@@ -5458,7 +5458,7 @@
|
|
|
5458
5458
|
}
|
|
5459
5459
|
/**
|
|
5460
5460
|
* Do not edit directly
|
|
5461
|
-
* Generated on Mon, 08 Dec 2025 13:
|
|
5461
|
+
* Generated on Mon, 08 Dec 2025 13:49:24 GMT
|
|
5462
5462
|
*/
|
|
5463
5463
|
:root [ks-theme=ngo] {
|
|
5464
5464
|
--ks-background-color-accent-base: var(--ks-color-primary-to-bg-8-base);
|
|
@@ -6475,10 +6475,10 @@
|
|
|
6475
6475
|
--ks-transition-collapse: var(--ks-duration-slow) var(--ks-timing-function-ease-out);
|
|
6476
6476
|
--ks-transition-hover: var(--ks-duration-fast) var(--ks-timing-function-ease-in-out);
|
|
6477
6477
|
--ks-transition-fade: var(--ks-duration-slow) var(--ks-timing-function-ease-out);
|
|
6478
|
-
--ks-font-family-display: system-ui,
|
|
6479
|
-
--ks-font-family-copy: system-ui,
|
|
6480
|
-
--ks-font-family-interface: system-ui, system-ui, -apple-system, BlinkMacSystemFont,
|
|
6481
|
-
--ks-font-family-mono: ui-monospace, SFMono-Regular,
|
|
6478
|
+
--ks-font-family-display: system-ui, "Helvetica Neue", "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
|
|
6479
|
+
--ks-font-family-copy: system-ui, "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
6480
|
+
--ks-font-family-interface: system-ui, system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
|
|
6481
|
+
--ks-font-family-mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;
|
|
6482
6482
|
--ks-font-weight-light: 300;
|
|
6483
6483
|
--ks-font-weight-regular: 400;
|
|
6484
6484
|
--ks-font-weight-semi-bold: 500;
|
|
@@ -8459,7 +8459,7 @@
|
|
|
8459
8459
|
}
|
|
8460
8460
|
/**
|
|
8461
8461
|
* Do not edit directly
|
|
8462
|
-
* Generated on Mon, 08 Dec 2025 13:
|
|
8462
|
+
* Generated on Mon, 08 Dec 2025 13:49:28 GMT
|
|
8463
8463
|
*/
|
|
8464
8464
|
:root [ks-theme=telekom] {
|
|
8465
8465
|
--ks-background-color-accent-base: var(--ks-color-primary-to-bg-8-base);
|
|
@@ -9386,10 +9386,10 @@
|
|
|
9386
9386
|
--ks-transition-collapse: var(--ks-duration-slow) var(--ks-timing-function-ease-out);
|
|
9387
9387
|
--ks-transition-hover: var(--ks-duration-fast) var(--ks-timing-function-ease-in-out);
|
|
9388
9388
|
--ks-transition-fade: var(--ks-duration-slow) var(--ks-timing-function-ease-out);
|
|
9389
|
-
--ks-font-family-display: TeleNeo, Baskerville,
|
|
9390
|
-
--ks-font-family-copy: TeleNeo,
|
|
9391
|
-
--ks-font-family-interface: TeleNeo, system-ui, -apple-system, BlinkMacSystemFont,
|
|
9392
|
-
--ks-font-family-mono: ui-monospace, SFMono-Regular,
|
|
9389
|
+
--ks-font-family-display: TeleNeo, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
|
|
9390
|
+
--ks-font-family-copy: TeleNeo, "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
9391
|
+
--ks-font-family-interface: TeleNeo, system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
|
|
9392
|
+
--ks-font-family-mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;
|
|
9393
9393
|
--ks-font-weight-light: 300;
|
|
9394
9394
|
--ks-font-weight-regular: 400;
|
|
9395
9395
|
--ks-font-weight-semi-bold: 500;
|
package/dist/tokens/tokens.css
CHANGED
package/dist/tokens/tokens.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kickstartds/ds-agency-premium",
|
|
3
|
-
"version": "1.6.72--canary.
|
|
3
|
+
"version": "1.6.72--canary.56.2528.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"homepage": "https://github.com/kickstartDS/ds-agency-premium#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -23,10 +23,6 @@
|
|
|
23
23
|
"./static/*": "./dist/static/*",
|
|
24
24
|
"./tokens/*": "./dist/tokens/*",
|
|
25
25
|
"./icon-sprite": "./dist/tokens/IconSprite.js",
|
|
26
|
-
"./playground/*": {
|
|
27
|
-
"types": "./dist/playground/*/index.d.ts",
|
|
28
|
-
"default": "./dist/playground/*/index.js"
|
|
29
|
-
},
|
|
30
26
|
"./*.css": "./dist/*.css",
|
|
31
27
|
"./*.js": {
|
|
32
28
|
"types": "./dist/*.d.ts",
|
|
@@ -44,13 +40,12 @@
|
|
|
44
40
|
],
|
|
45
41
|
"scripts": {
|
|
46
42
|
"build-storybook": "yarn build-tokens && yarn schema && yarn token && yarn search && storybook build",
|
|
47
|
-
"postbuild-storybook": "yarn presets && yarn playroom:build && mkdir -p dist/components && cp snippets.json dist/components/presets.json",
|
|
48
43
|
"build-tokens-ds-agency": "kickstartDS tokens compile",
|
|
49
44
|
"build-tokens-business": "kickstartDS tokens compile --token-dictionary-path src/token-business/dictionary --sd-config-path sd.config-business.cjs",
|
|
50
45
|
"build-tokens-ngo": "kickstartDS tokens compile --token-dictionary-path src/token-ngo/dictionary --sd-config-path sd.config-ngo.cjs",
|
|
51
46
|
"build-tokens-google": "kickstartDS tokens compile --token-dictionary-path src/token-google/dictionary --sd-config-path sd.config-google.cjs",
|
|
52
47
|
"build-tokens-telekom": "kickstartDS tokens compile --token-dictionary-path src/token-telekom/dictionary --sd-config-path sd.config-telekom.cjs",
|
|
53
|
-
"build-tokens": "run-s build-tokens-* && node scripts/patchThemeTokens.
|
|
48
|
+
"build-tokens": "run-s build-tokens-* && node scripts/patchThemeTokens.cjs",
|
|
54
49
|
"chromatic": "chromatic --build-script-name \"build-storybook\" --output-dir \"storybook-static\" --skip \"@(renovate/**|dependabot/**)\" --exit-zero-on-changes --exit-once-uploaded",
|
|
55
50
|
"init-tokens": "kickstartDS tokens init",
|
|
56
51
|
"playroom": "run-p watch:* playroom:start",
|
|
@@ -58,7 +53,7 @@
|
|
|
58
53
|
"playroom:build": "playroom build",
|
|
59
54
|
"presets": "vitest run scripts/generatePresets.test.ts",
|
|
60
55
|
"search": "rm -rf static/pagefind && vitest run scripts/generateSearchIndex.test.ts",
|
|
61
|
-
"husky:precommit": "yarn schema
|
|
56
|
+
"husky:precommit": "yarn schema",
|
|
62
57
|
"prepare": "patch-package && husky install",
|
|
63
58
|
"prepublishOnly": "rm -rf dist && yarn build-tokens && yarn schema && rollup -c && yarn build-storybook",
|
|
64
59
|
"schema": "run-p schema:*",
|
|
@@ -72,7 +67,7 @@
|
|
|
72
67
|
"test": "rimraf __snapshots__ && run-p -r test:*",
|
|
73
68
|
"test:server": "npx http-server storybook-static --port 6006 --silent",
|
|
74
69
|
"test:suite": "npx wait-on http://127.0.0.1:6006 && test-storybook",
|
|
75
|
-
"token": "node scripts/customPropertyExtract.
|
|
70
|
+
"token": "node scripts/customPropertyExtract.cjs",
|
|
76
71
|
"watch:schema": "yarn schema && chokidar \"src/**/*.schema.json\" -c \"yarn schema\"",
|
|
77
72
|
"watch:token": "yarn token && chokidar \"src/**/*-tokens.scss\" -c \"yarn token {path}\"",
|
|
78
73
|
"watch:dictionary": "yarn build-tokens && chokidar \"src/token/dictionary/*.json\" -c \"yarn build-tokens\""
|
|
@@ -80,12 +75,13 @@
|
|
|
80
75
|
"dependencies": {
|
|
81
76
|
"@bedrock-layout/primitives": "^3.0.23",
|
|
82
77
|
"@bedrock-layout/spacing-constants": "^3.2.5",
|
|
78
|
+
"@storybook/react-vite": "^10.2.0-alpha.3",
|
|
83
79
|
"classnames": "^2.3.2",
|
|
84
80
|
"markdown-to-jsx": "^7.5.0"
|
|
85
81
|
},
|
|
86
82
|
"devDependencies": {
|
|
87
|
-
"@auto-it/npm": "^11.
|
|
88
|
-
"@auto-it/released": "^11.
|
|
83
|
+
"@auto-it/npm": "^11.3.6",
|
|
84
|
+
"@auto-it/released": "^11.3.6",
|
|
89
85
|
"@kickstartds/base": "^4.1.0",
|
|
90
86
|
"@kickstartds/blog": "^4.1.0",
|
|
91
87
|
"@kickstartds/content": "^4.1.1",
|
|
@@ -97,19 +93,17 @@
|
|
|
97
93
|
"@kickstartds/storybook-addon-html": "^1.0.0",
|
|
98
94
|
"@kickstartds/storybook-addon-jsonschema": "^4.0.0",
|
|
99
95
|
"@kickstartds/style-dictionary": "^4.0.2",
|
|
100
|
-
"@
|
|
101
|
-
"@storybook/addon-
|
|
102
|
-
"@storybook/addon-
|
|
103
|
-
"@storybook/addon-links": "^
|
|
104
|
-
"@storybook/
|
|
105
|
-
"@storybook/react-vite": "^8.0.5",
|
|
106
|
-
"@storybook/test-runner": "^0.17.0",
|
|
96
|
+
"@rollup/plugin-typescript": "^12.3.0",
|
|
97
|
+
"@storybook/addon-a11y": "^10.2.0-alpha.3",
|
|
98
|
+
"@storybook/addon-docs": "^10.2.0-alpha.3",
|
|
99
|
+
"@storybook/addon-links": "^10.2.0-alpha.3",
|
|
100
|
+
"@storybook/test-runner": "^0.24.2",
|
|
107
101
|
"@testing-library/react": "^14.1.2",
|
|
108
102
|
"@types/jest": "^29.5.11",
|
|
109
103
|
"@types/jest-image-snapshot": "^6.4.0",
|
|
110
|
-
"@types/react": "^
|
|
104
|
+
"@types/react": "^19.2.7",
|
|
111
105
|
"@vitejs/plugin-react": "^4.2.1",
|
|
112
|
-
"auto": "^11.
|
|
106
|
+
"auto": "^11.3.6",
|
|
113
107
|
"c15t": "^1.5.0",
|
|
114
108
|
"change-case": "^4.1.2",
|
|
115
109
|
"chokidar-cli": "^3.0.0",
|
|
@@ -130,16 +124,14 @@
|
|
|
130
124
|
"playroom": "^0.34.1",
|
|
131
125
|
"postcss": "^8.4.29",
|
|
132
126
|
"postcss-url": "^10.1.3",
|
|
133
|
-
"
|
|
134
|
-
"react": "
|
|
135
|
-
"
|
|
136
|
-
"rollup": "^3.
|
|
137
|
-
"rollup-plugin-
|
|
138
|
-
"
|
|
139
|
-
"rollup-plugin-ts": "^3.4.4",
|
|
140
|
-
"sass": "^1.94.2",
|
|
127
|
+
"react": "19.2.1",
|
|
128
|
+
"react-dom": "19.2.1",
|
|
129
|
+
"rollup": "^4.53.3",
|
|
130
|
+
"rollup-plugin-copy": "^3.5.0",
|
|
131
|
+
"rollup-plugin-node-externals": "^8.1.2",
|
|
132
|
+
"sass": "^1.66.1",
|
|
141
133
|
"sass-loader": "^13.3.3",
|
|
142
|
-
"storybook": "^
|
|
134
|
+
"storybook": "^10.2.0-alpha.3",
|
|
143
135
|
"storybook-addon-playroom": "^5.0.0",
|
|
144
136
|
"storybook-design-token": "^3.1.0",
|
|
145
137
|
"style-loader": "^3.3.3",
|
|
@@ -153,8 +145,8 @@
|
|
|
153
145
|
"@kickstartds/core": "^4.0.2",
|
|
154
146
|
"@kickstartds/form": "^4.0.2",
|
|
155
147
|
"c15t": "^1.5.0",
|
|
156
|
-
"react": "^17 || ^18",
|
|
157
|
-
"react-dom": "^17 || ^18"
|
|
148
|
+
"react": "^17 || ^18 || ^19",
|
|
149
|
+
"react-dom": "^17 || ^18 || ^19"
|
|
158
150
|
},
|
|
159
151
|
"peerDependenciesMeta": {
|
|
160
152
|
"c15t": {
|
|
@@ -1,162 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was automatically generated by json-schema-to-typescript.
|
|
3
|
-
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
4
|
-
* and run json-schema-to-typescript to regenerate this file.
|
|
5
|
-
*/
|
|
6
|
-
import { BlogTeaserProps } from "./BlogTeaserProps-f5855e93.js";
|
|
7
|
-
import { BusinessCardProps } from "./BusinessCardProps-e10e7b62.js";
|
|
8
|
-
import { ContactProps } from "./ContactProps-7cac90e5.js";
|
|
9
|
-
import { ContentNavProps } from "./ContentNavProps-0e282a9f.js";
|
|
10
|
-
import { CtaProps } from "./CtaProps-789f8508.js";
|
|
11
|
-
import { DividerProps } from "./DividerProps-2ef31901.js";
|
|
12
|
-
import { DownloadsProps } from "./DownloadsProps-a49a977e.js";
|
|
13
|
-
import { EventLatestTeaserProps } from "./EventLatestTeaserProps-fc9d3281.js";
|
|
14
|
-
import { EventListTeaserProps } from "./EventListTeaserProps-5cc94436.js";
|
|
15
|
-
import { FaqProps } from "./FaqProps-78384db5.js";
|
|
16
|
-
import { FeaturesProps } from "./FeaturesProps-a9041d97.js";
|
|
17
|
-
import { GalleryProps } from "./GalleryProps-76e7de44.js";
|
|
18
|
-
import { HeroProps } from "./HeroProps-fec6b267.js";
|
|
19
|
-
import { HtmlProps } from "./HtmlProps-9d091769.js";
|
|
20
|
-
import { ImageStoryProps } from "./ImageStoryProps-e853e1e7.js";
|
|
21
|
-
import { ImageTextProps } from "./ImageTextProps-9286cca4.js";
|
|
22
|
-
import { LogosProps } from "./LogosProps-d4677d2c.js";
|
|
23
|
-
import { MosaicProps } from "./MosaicProps-d52c7151.js";
|
|
24
|
-
import { SliderProps } from "./SliderProps-789f8508.js";
|
|
25
|
-
import { SplitEvenProps } from "./SplitEvenProps-7cac90e5.js";
|
|
26
|
-
import { SplitWeightedProps } from "./SplitWeightedProps-7cac90e5.js";
|
|
27
|
-
import { StatsProps } from "./StatsProps-bf5ef578.js";
|
|
28
|
-
import { TeaserCardProps } from "./TeaserCardProps-d069476f.js";
|
|
29
|
-
import { TestimonialsProps } from "./TestimonialsProps-e344f597.js";
|
|
30
|
-
import { TextProps } from "./TextProps-a23170d2.js";
|
|
31
|
-
import { VideoCurtainProps } from "./VideoCurtainProps-a2c0cc7f.js";
|
|
32
|
-
import { ButtonProps } from "./ButtonProps-4e2b2ecf.js";
|
|
33
|
-
/**
|
|
34
|
-
* Width of section to use
|
|
35
|
-
*/
|
|
36
|
-
type Width = "full" | "max" | "wide" | "default" | "narrow";
|
|
37
|
-
/**
|
|
38
|
-
* Style of background
|
|
39
|
-
*/
|
|
40
|
-
type Style = "default" | "framed" | "deko";
|
|
41
|
-
/**
|
|
42
|
-
* Color of background
|
|
43
|
-
*/
|
|
44
|
-
type Style1 = "default" | "accent" | "bold";
|
|
45
|
-
/**
|
|
46
|
-
* Color of background
|
|
47
|
-
*/
|
|
48
|
-
type Style2 = "none" | "to-default" | "to-accent" | "to-bold" | "to-inverted";
|
|
49
|
-
/**
|
|
50
|
-
* Background image for the whole section
|
|
51
|
-
*/
|
|
52
|
-
type BackgroundImage = string;
|
|
53
|
-
/**
|
|
54
|
-
* Show spotlight behind cursor
|
|
55
|
-
*/
|
|
56
|
-
type Spotlight = boolean;
|
|
57
|
-
/**
|
|
58
|
-
* Amount of spacing before the section
|
|
59
|
-
*/
|
|
60
|
-
type SpaceBefore = "default" | "small" | "none";
|
|
61
|
-
/**
|
|
62
|
-
* Amount of spacing after the section
|
|
63
|
-
*/
|
|
64
|
-
type SpaceAfter = "default" | "small" | "none";
|
|
65
|
-
/**
|
|
66
|
-
* Whether to invert the section
|
|
67
|
-
*/
|
|
68
|
-
type Inverted = boolean;
|
|
69
|
-
/**
|
|
70
|
-
* Reserve additional spacing for a floating header
|
|
71
|
-
*/
|
|
72
|
-
type HeaderSpacing = boolean;
|
|
73
|
-
/**
|
|
74
|
-
* Headline Text for the section
|
|
75
|
-
*/
|
|
76
|
-
type Headline = string;
|
|
77
|
-
/**
|
|
78
|
-
* Make the headline larger
|
|
79
|
-
*/
|
|
80
|
-
type LargeHeadline = boolean;
|
|
81
|
-
/**
|
|
82
|
-
* Width of headline to use
|
|
83
|
-
*/
|
|
84
|
-
type HeadlineWidth = "unset" | "narrow" | "default" | "wide";
|
|
85
|
-
/**
|
|
86
|
-
* Choose the text alignment for the headline
|
|
87
|
-
*/
|
|
88
|
-
type HeadlineTextAlignment = "left" | "center" | "right";
|
|
89
|
-
/**
|
|
90
|
-
* Choose an alignment for positioning the headline
|
|
91
|
-
*/
|
|
92
|
-
type HeadlineAlignment = "left" | "center" | "right";
|
|
93
|
-
/**
|
|
94
|
-
* Subheadline for the section
|
|
95
|
-
*/
|
|
96
|
-
type Subheadline = string;
|
|
97
|
-
/**
|
|
98
|
-
* Switch the order of headline and subheadline
|
|
99
|
-
*/
|
|
100
|
-
type SwitchHeadlineOrder = boolean;
|
|
101
|
-
/**
|
|
102
|
-
* Width of content to use
|
|
103
|
-
*/
|
|
104
|
-
type ContentWidth = "unset" | "narrow" | "default" | "wide";
|
|
105
|
-
/**
|
|
106
|
-
* Choose an alignment for the content
|
|
107
|
-
*/
|
|
108
|
-
type ContentAlignment = "left" | "center" | "right";
|
|
109
|
-
/**
|
|
110
|
-
* Size of gutter to use
|
|
111
|
-
*/
|
|
112
|
-
type Gutter = "large" | "default" | "small" | "none";
|
|
113
|
-
/**
|
|
114
|
-
* Layout mode used for section contents
|
|
115
|
-
*/
|
|
116
|
-
type Mode = "default" | "tile" | "list" | "slider";
|
|
117
|
-
/**
|
|
118
|
-
* Set min-width for the tiles in the grid
|
|
119
|
-
*/
|
|
120
|
-
type TileWidth = "smallest" | "default" | "medium" | "large" | "largest" | "full";
|
|
121
|
-
/**
|
|
122
|
-
* Allowed components for content
|
|
123
|
-
*/
|
|
124
|
-
type Content = (BlogTeaserProps | BusinessCardProps | ContactProps | ContentNavProps | CtaProps | DividerProps | DownloadsProps | EventLatestTeaserProps | EventListTeaserProps | FaqProps | FeaturesProps | GalleryProps | HeroProps | HtmlProps | ImageStoryProps | ImageTextProps | LogosProps | MosaicProps | SliderProps | SplitEvenProps | SplitWeightedProps | StatsProps | TeaserCardProps | TestimonialsProps | TextProps | VideoCurtainProps)[];
|
|
125
|
-
/**
|
|
126
|
-
* Buttons of the Button Group
|
|
127
|
-
*/
|
|
128
|
-
type Buttons = ButtonProps[];
|
|
129
|
-
/**
|
|
130
|
-
* Component used to layout components into pages
|
|
131
|
-
*/
|
|
132
|
-
interface SectionProps {
|
|
133
|
-
width?: Width;
|
|
134
|
-
style?: Style;
|
|
135
|
-
backgroundColor?: Style1;
|
|
136
|
-
transition?: Style2;
|
|
137
|
-
backgroundImage?: BackgroundImage;
|
|
138
|
-
spotlight?: Spotlight;
|
|
139
|
-
spaceBefore?: SpaceBefore;
|
|
140
|
-
spaceAfter?: SpaceAfter;
|
|
141
|
-
inverted?: Inverted;
|
|
142
|
-
headerSpacing?: HeaderSpacing;
|
|
143
|
-
headline?: {
|
|
144
|
-
text?: Headline;
|
|
145
|
-
large?: LargeHeadline;
|
|
146
|
-
width?: HeadlineWidth;
|
|
147
|
-
textAlign?: HeadlineTextAlignment;
|
|
148
|
-
align?: HeadlineAlignment;
|
|
149
|
-
sub?: Subheadline;
|
|
150
|
-
switchOrder?: SwitchHeadlineOrder;
|
|
151
|
-
};
|
|
152
|
-
content?: {
|
|
153
|
-
width?: ContentWidth;
|
|
154
|
-
align?: ContentAlignment;
|
|
155
|
-
gutter?: Gutter;
|
|
156
|
-
mode?: Mode;
|
|
157
|
-
tileWidth?: TileWidth;
|
|
158
|
-
};
|
|
159
|
-
components?: Content;
|
|
160
|
-
buttons?: Buttons;
|
|
161
|
-
}
|
|
162
|
-
export { Width, Style, Style1, Style2, BackgroundImage, Spotlight, SpaceBefore, SpaceAfter, Inverted, HeaderSpacing, Headline, LargeHeadline, HeadlineWidth, HeadlineTextAlignment, HeadlineAlignment, Subheadline, SwitchHeadlineOrder, ContentWidth, ContentAlignment, Gutter, Mode, TileWidth, Content, Buttons, SectionProps };
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was automatically generated by json-schema-to-typescript.
|
|
3
|
-
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
4
|
-
* and run json-schema-to-typescript to regenerate this file.
|
|
5
|
-
*/
|
|
6
|
-
import { CtaProps } from "./CtaProps-789f8508.js";
|
|
7
|
-
import { FeaturesProps } from "./FeaturesProps-a9041d97.js";
|
|
8
|
-
import { GalleryProps } from "./GalleryProps-76e7de44.js";
|
|
9
|
-
import { HeroProps } from "./HeroProps-fec6b267.js";
|
|
10
|
-
import { ImageTextProps } from "./ImageTextProps-9286cca4.js";
|
|
11
|
-
import { LogosProps } from "./LogosProps-d4677d2c.js";
|
|
12
|
-
import { StatsProps } from "./StatsProps-bf5ef578.js";
|
|
13
|
-
import { TeaserCardProps } from "./TeaserCardProps-d069476f.js";
|
|
14
|
-
import { TestimonialsProps } from "./TestimonialsProps-e344f597.js";
|
|
15
|
-
import { TextProps } from "./TextProps-a23170d2.js";
|
|
16
|
-
/**
|
|
17
|
-
* Automatically move to next slide after 4 seconds without user interaction
|
|
18
|
-
*/
|
|
19
|
-
type AutoPlay = boolean;
|
|
20
|
-
/**
|
|
21
|
-
* Add bullet navigation
|
|
22
|
-
*/
|
|
23
|
-
type ShowNavigation = boolean;
|
|
24
|
-
type TeaseNeighbourSlides = boolean;
|
|
25
|
-
type EqualizeSlidesHeights = boolean;
|
|
26
|
-
/**
|
|
27
|
-
* Size of the gap added between slides in pixels
|
|
28
|
-
*/
|
|
29
|
-
type Gap = number;
|
|
30
|
-
/**
|
|
31
|
-
* Add arrows on the left and right to navigate to next or previous slide
|
|
32
|
-
*/
|
|
33
|
-
type ShowArrows = boolean;
|
|
34
|
-
/**
|
|
35
|
-
* Type of the movement
|
|
36
|
-
*/
|
|
37
|
-
type Type = "slider" | "carousel";
|
|
38
|
-
/**
|
|
39
|
-
* Additional css classes attached to the wrapping element
|
|
40
|
-
*/
|
|
41
|
-
type Class = string;
|
|
42
|
-
/**
|
|
43
|
-
* Allowed components for content
|
|
44
|
-
*/
|
|
45
|
-
type Content = (CtaProps | FeaturesProps | GalleryProps | HeroProps | ImageTextProps | LogosProps | StatsProps | TeaserCardProps | TestimonialsProps | TextProps)[];
|
|
46
|
-
interface SliderProps {
|
|
47
|
-
autoplay?: AutoPlay;
|
|
48
|
-
nav?: ShowNavigation;
|
|
49
|
-
teaseNeighbours?: TeaseNeighbourSlides;
|
|
50
|
-
equalHeight?: EqualizeSlidesHeights;
|
|
51
|
-
gap?: Gap;
|
|
52
|
-
arrows?: ShowArrows;
|
|
53
|
-
variant?: Type;
|
|
54
|
-
className?: Class;
|
|
55
|
-
components?: Content;
|
|
56
|
-
}
|
|
57
|
-
export { AutoPlay, ShowNavigation, TeaseNeighbourSlides, EqualizeSlidesHeights, Gap, ShowArrows, Type, Class, Content, SliderProps };
|
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was automatically generated by json-schema-to-typescript.
|
|
3
|
-
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
4
|
-
* and run json-schema-to-typescript to regenerate this file.
|
|
5
|
-
*/
|
|
6
|
-
import { BlogTeaserProps } from "./BlogTeaserProps-f5855e93.js";
|
|
7
|
-
import { BusinessCardProps } from "./BusinessCardProps-e10e7b62.js";
|
|
8
|
-
import { ContactProps } from "./ContactProps-7cac90e5.js";
|
|
9
|
-
import { ContentNavProps } from "./ContentNavProps-0e282a9f.js";
|
|
10
|
-
import { CtaProps } from "./CtaProps-789f8508.js";
|
|
11
|
-
import { DividerProps } from "./DividerProps-2ef31901.js";
|
|
12
|
-
import { DownloadsProps } from "./DownloadsProps-a49a977e.js";
|
|
13
|
-
import { EventLatestTeaserProps } from "./EventLatestTeaserProps-fc9d3281.js";
|
|
14
|
-
import { EventListTeaserProps } from "./EventListTeaserProps-5cc94436.js";
|
|
15
|
-
import { FaqProps } from "./FaqProps-78384db5.js";
|
|
16
|
-
import { FeaturesProps } from "./FeaturesProps-a9041d97.js";
|
|
17
|
-
import { GalleryProps } from "./GalleryProps-76e7de44.js";
|
|
18
|
-
import { HeroProps } from "./HeroProps-fec6b267.js";
|
|
19
|
-
import { HtmlProps } from "./HtmlProps-9d091769.js";
|
|
20
|
-
import { ImageStoryProps } from "./ImageStoryProps-e853e1e7.js";
|
|
21
|
-
import { ImageTextProps } from "./ImageTextProps-9286cca4.js";
|
|
22
|
-
import { LogosProps } from "./LogosProps-d4677d2c.js";
|
|
23
|
-
import { MosaicProps } from "./MosaicProps-d52c7151.js";
|
|
24
|
-
import { SliderProps } from "./SliderProps-789f8508.js";
|
|
25
|
-
import { StatsProps } from "./StatsProps-bf5ef578.js";
|
|
26
|
-
import { TeaserCardProps } from "./TeaserCardProps-d069476f.js";
|
|
27
|
-
import { TestimonialsProps } from "./TestimonialsProps-e344f597.js";
|
|
28
|
-
import { TextProps } from "./TextProps-a23170d2.js";
|
|
29
|
-
import { VideoCurtainProps } from "./VideoCurtainProps-a2c0cc7f.js";
|
|
30
|
-
/**
|
|
31
|
-
* Sets the minimum width for each half of the split layout
|
|
32
|
-
*/
|
|
33
|
-
type ContentMinimumWidth = "narrow" | "medium" | "wide";
|
|
34
|
-
/**
|
|
35
|
-
* Sets the space between the content inside the two halves of the split layout
|
|
36
|
-
*/
|
|
37
|
-
type ContentGutter = "small" | "default" | "large" | "none";
|
|
38
|
-
/**
|
|
39
|
-
* Reverses the order of the sections on mobile devices
|
|
40
|
-
*/
|
|
41
|
-
type MobileReverse = boolean;
|
|
42
|
-
/**
|
|
43
|
-
* Aligns the content vertically within the sections
|
|
44
|
-
*/
|
|
45
|
-
type VerticalAlignment = "top" | "center" | "bottom" | "sticky";
|
|
46
|
-
/**
|
|
47
|
-
* Sets the vertical space between the content of the split layout
|
|
48
|
-
*/
|
|
49
|
-
type VerticalGutter = "large" | "default" | "small" | "none";
|
|
50
|
-
/**
|
|
51
|
-
* Sets the horizontal space between the content of the split layout
|
|
52
|
-
*/
|
|
53
|
-
type HorizontalGutter = "large" | "default" | "small" | "none";
|
|
54
|
-
/**
|
|
55
|
-
* Allowed components for the first half of the split layout
|
|
56
|
-
*/
|
|
57
|
-
type First = (BlogTeaserProps | BusinessCardProps | ContactProps | ContentNavProps | CtaProps | DividerProps | DownloadsProps | EventLatestTeaserProps | EventListTeaserProps | FaqProps | FeaturesProps | GalleryProps | HeroProps | HtmlProps | ImageStoryProps | ImageTextProps | LogosProps | MosaicProps | SliderProps | StatsProps | TeaserCardProps | TestimonialsProps | TextProps | VideoCurtainProps)[];
|
|
58
|
-
/**
|
|
59
|
-
* Allowed components for the second half of the split layout
|
|
60
|
-
*/
|
|
61
|
-
type Second = (BlogTeaserProps | BusinessCardProps | ContactProps | ContentNavProps | CtaProps | DividerProps | DownloadsProps | EventLatestTeaserProps | EventListTeaserProps | FaqProps | FeaturesProps | GalleryProps | HeroProps | HtmlProps | ImageStoryProps | ImageTextProps | LogosProps | MosaicProps | SliderProps | StatsProps | TeaserCardProps | TestimonialsProps | TextProps | VideoCurtainProps)[];
|
|
62
|
-
interface SplitEvenProps {
|
|
63
|
-
contentMinWidth?: ContentMinimumWidth;
|
|
64
|
-
contentGutter?: ContentGutter;
|
|
65
|
-
mobileReverse?: MobileReverse;
|
|
66
|
-
verticalAlign?: VerticalAlignment;
|
|
67
|
-
verticalGutter?: VerticalGutter;
|
|
68
|
-
horizontalGutter?: HorizontalGutter;
|
|
69
|
-
firstComponents?: First;
|
|
70
|
-
secondComponents?: Second;
|
|
71
|
-
}
|
|
72
|
-
export { ContentMinimumWidth, ContentGutter, MobileReverse, VerticalAlignment, VerticalGutter, HorizontalGutter, First, Second, SplitEvenProps };
|