@uob-web-and-digital/component-library 2.7.2 → 2.7.5
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/README.md +111 -111
- package/dist/components/atoms/BreadcrumbLink/BreadcrumbLink.d.ts +10 -0
- package/dist/components/atoms/BreadcrumbLink/BreadcrumbLink.stories.d.ts +11 -0
- package/dist/components/atoms/CalendarGraphic/CalendarGraphic.d.ts +10 -0
- package/dist/components/atoms/CalendarGraphic/CalendarGraphic.stories.d.ts +12 -0
- package/dist/components/atoms/CampusSelectorLink/CampusSelectorLink.d.ts +17 -0
- package/dist/components/atoms/CampusSelectorLink/CampusSelectorLink.stories.d.ts +11 -0
- package/dist/components/atoms/Checkbox/Checkbox.d.ts +13 -0
- package/dist/components/atoms/Checkbox/Checkbox.stories.d.ts +10 -0
- package/dist/components/atoms/CourseDeliveryPill/CourseDeliveryPill.d.ts +10 -0
- package/dist/components/atoms/CourseDeliveryPill/CourseDeliveryPill.stories.d.ts +11 -0
- package/dist/components/atoms/CourseIcon/CourseIcon.d.ts +11 -0
- package/dist/components/atoms/CourseIcon/CourseIcon.stories.d.ts +12 -0
- package/dist/components/atoms/DateInput/DateInput.d.ts +12 -0
- package/dist/components/atoms/DateInput/DateInput.stories.d.ts +6 -0
- package/dist/components/atoms/ExampleTheming/ExampleTheming.d.ts +17 -0
- package/dist/components/atoms/ExampleTheming/ExampleTheming.stories.d.ts +12 -0
- package/dist/components/atoms/FormInput/FormInput.d.ts +23 -0
- package/dist/components/atoms/FormInput/FormInput.stories.d.ts +11 -0
- package/dist/components/atoms/FormInput/defaultProps.d.ts +2 -0
- package/dist/components/atoms/FormSelect/FormSelect.d.ts +23 -0
- package/dist/components/atoms/FormSelect/FormSelect.stories.d.ts +12 -0
- package/dist/components/atoms/FormSelect/defaultProps.d.ts +2 -0
- package/dist/components/atoms/Heading/Heading.d.ts +7 -0
- package/dist/components/atoms/Heading/Heading.stories.d.ts +12 -0
- package/dist/components/atoms/IconButton/IconButton.d.ts +20 -0
- package/dist/components/atoms/IconButton/IconButton.stories.d.ts +29 -0
- package/dist/components/atoms/IconButton/defaultProps.d.ts +12 -0
- package/dist/components/atoms/IconControl/IconControl.d.ts +17 -0
- package/dist/components/atoms/IconControl/IconControl.stories.d.ts +13 -0
- package/dist/components/atoms/IconControl/defaultProps.d.ts +3 -0
- package/dist/components/atoms/Icons/Icons.d.ts +18 -0
- package/dist/components/atoms/Icons/Icons.stories.d.ts +12 -0
- package/dist/components/atoms/Image/Image.d.ts +16 -0
- package/dist/components/atoms/LinkStandard/LinkStandard.d.ts +11 -0
- package/dist/components/atoms/LinkStandard/LinkStandard.stories.d.ts +11 -0
- package/dist/components/atoms/LinkWithArrow/LinkWithArrow.d.ts +19 -0
- package/dist/components/atoms/LinkWithArrow/LinkWithArrow.stories.d.ts +13 -0
- package/dist/components/atoms/LinkWithIcon/LinkWithIcon.d.ts +16 -0
- package/dist/components/atoms/LinkWithIcon/LinkWithIcon.stories.d.ts +11 -0
- package/dist/components/atoms/LogoLink/LogoLink.d.ts +13 -0
- package/dist/components/atoms/LogoLink/LogoLink.stories.d.ts +13 -0
- package/dist/components/atoms/LogoLink/defaultProps.d.ts +2 -0
- package/dist/components/atoms/MainWrapper/MainWrapper.d.ts +4 -0
- package/dist/components/atoms/NavLink/NavLink.d.ts +14 -0
- package/dist/components/atoms/NavLink/NavLink.stories.d.ts +18 -0
- package/dist/components/atoms/PageLink/PageLink.d.ts +18 -0
- package/dist/components/atoms/PageLink/PageLink.stories.d.ts +18 -0
- package/dist/components/atoms/ParagraphLink/ParagraphLink.d.ts +17 -0
- package/dist/components/atoms/ParagraphLink/ParagraphLink.stories.d.ts +11 -0
- package/dist/components/atoms/Parallax/Parallax.d.ts +7 -0
- package/dist/components/atoms/Pill/Pill.d.ts +13 -0
- package/dist/components/atoms/Pill/Pill.stories.d.ts +11 -0
- package/dist/components/atoms/RadioButton/RadioButton.d.ts +13 -0
- package/dist/components/atoms/RadioButton/RadioButton.stories.d.ts +10 -0
- package/dist/components/atoms/ReverseLinkWithArrow/ReverseLinkWithArrow.d.ts +19 -0
- package/dist/components/atoms/ReverseLinkWithArrow/ReverseLinkWithArrow.stories.d.ts +13 -0
- package/dist/components/atoms/SearchResultDetail/SearchResultDetail.d.ts +12 -0
- package/dist/components/atoms/SearchResultDetail/SearchResultDetail.stories.d.ts +10 -0
- package/dist/components/atoms/TextButton/TextButton.d.ts +32 -0
- package/dist/components/atoms/TextButton/TextButton.stories.d.ts +14 -0
- package/dist/components/atoms/TextButtonWithIcon/TextButtonWithIcon.d.ts +42 -0
- package/dist/components/atoms/TextButtonWithIcon/TextButtonWithIcon.stories.d.ts +14 -0
- package/dist/components/atoms/Video/Video.d.ts +10 -0
- package/dist/components/atoms/Video/Video.stories.d.ts +15 -0
- package/dist/components/atoms/Video/defaultProps.d.ts +2 -0
- package/dist/components/atoms/VideoPlaceholder/VideoPlaceholder.d.ts +13 -0
- package/dist/components/atoms/VideoPlaceholder/VideoPlaceholder.stories.d.ts +6 -0
- package/dist/components/atoms/VideoPlaceholder/defaultProps.d.ts +2 -0
- package/dist/components/molecules/AccordionItem/AccordionItem.d.ts +27 -0
- package/dist/components/molecules/AccordionItem/AccordionItem.stories.d.ts +19 -0
- package/dist/components/molecules/CampusSelector/CampusSelector.d.ts +15 -0
- package/dist/components/molecules/CampusSelector/CampusSelector.stories.d.ts +11 -0
- package/dist/components/molecules/CardFact/CardFact.d.ts +16 -0
- package/dist/components/molecules/CardFact/CardFact.stories.d.ts +14 -0
- package/dist/components/molecules/CardFeatured/CardFeatured.d.ts +32 -0
- package/dist/components/molecules/CardFeatured/CardFeatured.stories.d.ts +11 -0
- package/dist/components/molecules/CardFeatured/animationVariants.d.ts +44 -0
- package/dist/components/molecules/CardFeatured/defaultProps.d.ts +2 -0
- package/dist/components/molecules/CardFeaturedNews/CardFeaturedNews.d.ts +23 -0
- package/dist/components/molecules/CardFeaturedNews/CardFeaturedNews.stories.d.ts +13 -0
- package/dist/components/molecules/CardImage/CardImage.d.ts +15 -0
- package/dist/components/molecules/CardImage/CardImage.stories.d.ts +18 -0
- package/dist/components/molecules/CardImage/defaultProps.d.ts +2 -0
- package/dist/components/molecules/CardMenu/CardMenu.d.ts +19 -0
- package/dist/components/molecules/CardMenu/CardMenu.stories.d.ts +14 -0
- package/dist/components/molecules/CardModuleCard/CardModuleCard.d.ts +14 -0
- package/dist/components/molecules/CardModuleCard/CardModuleCard.stories.d.ts +14 -0
- package/dist/components/molecules/CardNews/CardNews.d.ts +19 -0
- package/dist/components/molecules/CardNews/CardNews.stories.d.ts +15 -0
- package/dist/components/molecules/CardNews/defaultProps.d.ts +2 -0
- package/dist/components/molecules/CardProfile/CardProfile.d.ts +18 -0
- package/dist/components/molecules/CardProfile/CardProfile.stories.d.ts +13 -0
- package/dist/components/molecules/CardPromo/CardPromo.d.ts +34 -0
- package/dist/components/molecules/CardPromo/CardPromo.stories.d.ts +21 -0
- package/dist/components/molecules/CardPromoProfile/CardPromoProfile.d.ts +22 -0
- package/dist/components/molecules/CardPromoProfile/CardPromoProfile.stories.d.ts +15 -0
- package/dist/components/molecules/CardPromoSignpost/CardPromoSignpost.d.ts +30 -0
- package/dist/components/molecules/CardPromoSignpost/CardPromoSignpost.stories.d.ts +18 -0
- package/dist/components/molecules/CardPromoVideo/CardPromoVideo.d.ts +20 -0
- package/dist/components/molecules/CardPromoVideo/CardPromoVideo.stories.d.ts +16 -0
- package/dist/components/molecules/CardRelatedCourse/CardRelatedCourse.d.ts +15 -0
- package/dist/components/molecules/CardRelatedCourse/CardRelatedCourse.stories.d.ts +13 -0
- package/dist/components/molecules/CardResearchStory/CardResearchStory.d.ts +18 -0
- package/dist/components/molecules/CardResearchStory/CardResearchStory.stories.d.ts +13 -0
- package/dist/components/molecules/CardScholarship/CardScholarship.d.ts +21 -0
- package/dist/components/molecules/CardScholarship/CardScholarship.stories.d.ts +13 -0
- package/dist/components/molecules/CardStaff/CardStaff.d.ts +22 -0
- package/dist/components/molecules/CardStaff/CardStaff.stories.d.ts +14 -0
- package/dist/components/molecules/CardVideo/CardVideo.d.ts +18 -0
- package/dist/components/molecules/CardVideo/CardVideo.stories.d.ts +13 -0
- package/dist/components/molecules/CarouselNav/CarouselNav.d.ts +17 -0
- package/dist/components/molecules/CarouselNav/CarouselNav.stories.d.ts +11 -0
- package/dist/components/molecules/FilterAccordion/FilterAccordion.d.ts +32 -0
- package/dist/components/molecules/FilterAccordion/FilterAccordion.stories.d.ts +12 -0
- package/dist/components/molecules/FilterAccordion/defaultProps.d.ts +3 -0
- package/dist/components/molecules/FilterAccordionSelect/FilterAccordionSelect.d.ts +14 -0
- package/dist/components/molecules/FilterAccordionSelect/FilterAccordionSelect.stories.d.ts +10 -0
- package/dist/components/molecules/FilterAccordionSelect/defaultProps.d.ts +2 -0
- package/dist/components/molecules/FullModal/FullModal.d.ts +33 -0
- package/dist/components/molecules/GenericDetail/GenericDetail.d.ts +14 -0
- package/dist/components/molecules/GenericDetail/GenericDetail.stories.d.ts +12 -0
- package/dist/components/molecules/Heading/Heading.d.ts +23 -0
- package/dist/components/molecules/Heading/Heading.stories.d.ts +19 -0
- package/dist/components/molecules/Heading/components/HeadingDescription.d.ts +8 -0
- package/dist/components/molecules/Heading/defaultProps.d.ts +2 -0
- package/dist/components/molecules/InPageNavigationLinks/InPageNavigationLinks.d.ts +18 -0
- package/dist/components/molecules/InPageNavigationLinks/InPageNavigationLinks.stories.d.ts +14 -0
- package/dist/components/molecules/InPageNavigationLinks/defaultProps.d.ts +3 -0
- package/dist/components/molecules/ListTable/ListTable.d.ts +8 -0
- package/dist/components/molecules/ListTable/ListTable.stories.d.ts +10 -0
- package/dist/components/molecules/ListingResultCard/Cards/AccomodationCard.d.ts +15 -0
- package/dist/components/molecules/ListingResultCard/Cards/CourseCard.d.ts +18 -0
- package/dist/components/molecules/ListingResultCard/Cards/EventCard.d.ts +19 -0
- package/dist/components/molecules/ListingResultCard/Cards/NewsCard.d.ts +16 -0
- package/dist/components/molecules/ListingResultCard/Cards/PageCard.d.ts +13 -0
- package/dist/components/molecules/ListingResultCard/Cards/ProfileCard.d.ts +17 -0
- package/dist/components/molecules/ListingResultCard/Cards/StaffCard.d.ts +17 -0
- package/dist/components/molecules/ListingResultCard/ListingResultCard.d.ts +11 -0
- package/dist/components/molecules/ListingResultCard/ListingResultCard.stories.d.ts +20 -0
- package/dist/components/molecules/ListingResultCard/defaultProps.d.ts +15 -0
- package/dist/components/molecules/LocationSelector/LocationSelector.d.ts +14 -0
- package/dist/components/molecules/LocationSelector/LocationSelector.stories.d.ts +15 -0
- package/dist/components/molecules/LocationSelector/defaultProps.d.ts +2 -0
- package/dist/components/molecules/ModalCTAButton/ModalCTAButton.d.ts +11 -0
- package/dist/components/molecules/ModalCTAButton/ModalCTAButton.stories.d.ts +10 -0
- package/dist/components/molecules/ModalCTAButton/defaultProps.d.ts +2 -0
- package/dist/components/molecules/MostReadNews/MostReadNews.d.ts +12 -0
- package/dist/components/molecules/MostReadNews/MostReadNews.stories.d.ts +10 -0
- package/dist/components/molecules/MostReadNews/defaultProps.d.ts +2 -0
- package/dist/components/molecules/PaginationNumbers/PaginationNumbers.d.ts +9 -0
- package/dist/components/molecules/PaginationNumbers/PaginationNumbers.stories.d.ts +12 -0
- package/dist/components/molecules/SearchResultDetailList/SearchResultDetailList.d.ts +11 -0
- package/dist/components/molecules/SearchResultDetailList/SearchResultDetailList.stories.d.ts +10 -0
- package/dist/components/molecules/SearchResultDetailList/defaultProps.d.ts +2 -0
- package/dist/components/molecules/ShareButtons/ShareButtons.d.ts +11 -0
- package/dist/components/molecules/ShareButtons/ShareButtons.stories.d.ts +11 -0
- package/dist/components/molecules/ShareButtons/defaultProps.d.ts +2 -0
- package/dist/components/molecules/Tab/Tab.d.ts +53 -0
- package/dist/components/molecules/Tab/TabItemProps.d.ts +21 -0
- package/dist/components/molecules/Tab/tabsUtils.d.ts +1 -0
- package/dist/components/molecules/TabList/TabsList.d.ts +17 -0
- package/dist/components/molecules/TabPanel/TabPanel.d.ts +34 -0
- package/dist/components/molecules/VideoWithPlaceholder/VideoWithPlaceholder.d.ts +14 -0
- package/dist/components/molecules/VideoWithPlaceholder/VideoWithPlaceholder.stories.d.ts +6 -0
- package/dist/components/molecules/VideoWithPlaceholder/defaultProps.d.ts +2 -0
- package/dist/components/molecules/Wysiwyg/Wysiwyg.d.ts +9 -0
- package/dist/components/molecules/Wysiwyg/Wysiwyg.stories.d.ts +11 -0
- package/dist/components/molecules/Wysiwyg/defaultProps.d.ts +2 -0
- package/dist/components/organisms/Accordion/Accordion.d.ts +14 -0
- package/dist/components/organisms/Accordion/accordion.stories.d.ts +13 -0
- package/dist/components/organisms/Accordion/defaultProps.d.ts +5 -0
- package/dist/components/organisms/AccreditationPromotion/AccreditationPromotion.d.ts +22 -0
- package/dist/components/organisms/AccreditationPromotion/AccreditationPromotion.stories.d.ts +11 -0
- package/dist/components/organisms/AccreditationPromotion/defaultProps.d.ts +2 -0
- package/dist/components/organisms/AlertBanner/AlertBanner.d.ts +11 -0
- package/dist/components/organisms/AlertBanner/AlertBanner.stories.d.ts +15 -0
- package/dist/components/organisms/AlertBanner/defaultProps.d.ts +2 -0
- package/dist/components/organisms/AnchorTarget/AnchorTarget.d.ts +11 -0
- package/dist/components/organisms/AnchorTarget/AnchorTarget.stories.d.ts +15 -0
- package/dist/components/organisms/Breadcrumbs/Breadcrumbs.d.ts +18 -0
- package/dist/components/organisms/Breadcrumbs/Breadcrumbs.stories.d.ts +11 -0
- package/dist/components/organisms/Breadcrumbs/defaultProps.d.ts +2 -0
- package/dist/components/organisms/CTAComponent/CTAComponent.d.ts +24 -0
- package/dist/components/organisms/CTAComponent/CTAComponent.stories.d.ts +14 -0
- package/dist/components/organisms/CTAComponent/defaultProps.d.ts +4 -0
- package/dist/components/organisms/Carousel/Carousel.d.ts +29 -0
- package/dist/components/organisms/Carousel/Carousel.stories.d.ts +12 -0
- package/dist/components/organisms/Carousel/defaultProps.d.ts +7 -0
- package/dist/components/organisms/CentreWrapper/CentreWrapper.d.ts +11 -0
- package/dist/components/organisms/CentreWrapper/CentreWrapper.stories.d.ts +15 -0
- package/dist/components/organisms/ClearingBanner/ClearingBanner.d.ts +13 -0
- package/dist/components/organisms/ClearingBanner/ClearingBanner.stories.d.ts +10 -0
- package/dist/components/organisms/ClearingBanner/defaultProps.d.ts +2 -0
- package/dist/components/organisms/CourseDeliveryPills/CourseDeliveryPills.d.ts +9 -0
- package/dist/components/organisms/CourseDeliveryPills/CourseDeliveryPills.stories.d.ts +10 -0
- package/dist/components/organisms/CourseDeliveryPills/defaultProps.d.ts +2 -0
- package/dist/components/organisms/EmbedWrapper/EmbedWrapper.d.ts +21 -0
- package/dist/components/organisms/EmbedWrapper/EmbedWrapper.stories.d.ts +12 -0
- package/dist/components/organisms/FactBoxes/FactBoxes.d.ts +10 -0
- package/dist/components/organisms/FactBoxes/FactBoxes.stories.d.ts +16 -0
- package/dist/components/organisms/FactBoxes/defaultProps.d.ts +4 -0
- package/dist/components/organisms/FeaturedContent/FeaturedContent.d.ts +15 -0
- package/dist/components/organisms/FeaturedContent/FeaturedContent.stories.d.ts +11 -0
- package/dist/components/organisms/FeaturedContent/defaultProps.d.ts +2 -0
- package/dist/components/organisms/FeaturedSignpost/FeaturedSignpost.d.ts +27 -0
- package/dist/components/organisms/FeaturedSignpost/FeaturedSignpost.stories.d.ts +13 -0
- package/dist/components/organisms/FeaturedSignpost/animationProperties.d.ts +104 -0
- package/dist/components/organisms/FeaturedSignpost/components/LinesOfIntent.d.ts +8 -0
- package/dist/components/organisms/FeaturedSignpost/components/SignpostImage.d.ts +14 -0
- package/dist/components/organisms/FeaturedSignpost/defaultProps.d.ts +3 -0
- package/dist/components/organisms/FeaturedVideo/FeaturedVideo.d.ts +18 -0
- package/dist/components/organisms/FeaturedVideo/FeaturedVideo.stories.d.ts +6 -0
- package/dist/components/organisms/FeaturedVideo/defaultProps.d.ts +2 -0
- package/dist/components/organisms/FiveArticlesGrid/FiveArticlesGrid.d.ts +11 -0
- package/dist/components/organisms/FiveArticlesGrid/FiveArticlesGrid.stories.d.ts +10 -0
- package/dist/components/organisms/FiveArticlesGrid/defaultProps.d.ts +2 -0
- package/dist/components/organisms/Footer/Footer.d.ts +28 -0
- package/dist/components/organisms/Footer/Footer.stories.d.ts +14 -0
- package/dist/components/organisms/Footer/defaultProps.d.ts +8 -0
- package/dist/components/organisms/GeneralSearchFilter/GeneralSearchFilter.d.ts +31 -0
- package/dist/components/organisms/GeneralSearchFilter/GeneralSearchFilter.stories.d.ts +7 -0
- package/dist/components/organisms/GeneralSearchFilter/defaultProps.d.ts +2 -0
- package/dist/components/organisms/GenericDetailSection/GenericDetailSection.d.ts +12 -0
- package/dist/components/organisms/GenericDetailSection/GenericDetailSection.stories.d.ts +13 -0
- package/dist/components/organisms/GenericDetailSection/defaultProps.d.ts +5 -0
- package/dist/components/organisms/Header/Header.d.ts +30 -0
- package/dist/components/organisms/Header/Header.stories.d.ts +12 -0
- package/dist/components/organisms/Header/components/MainMenu.d.ts +12 -0
- package/dist/components/organisms/Header/components/NestedMenu.d.ts +11 -0
- package/dist/components/organisms/Header/components/SearchMenu.d.ts +45 -0
- package/dist/components/organisms/Header/defaultProps.d.ts +12 -0
- package/dist/components/organisms/Header/types.d.ts +13 -0
- package/dist/components/organisms/Hero/Hero.d.ts +44 -0
- package/dist/components/organisms/Hero/Hero.stories.d.ts +17 -0
- package/dist/components/organisms/Hero/components/LinesOfIntent.d.ts +7 -0
- package/dist/components/organisms/Hero/components/PolygonImage.d.ts +16 -0
- package/dist/components/organisms/Hero/defaultProps.d.ts +7 -0
- package/dist/components/organisms/HeroArticle/HeroArticle.d.ts +22 -0
- package/dist/components/organisms/HeroArticle/HeroArticle.stories.d.ts +10 -0
- package/dist/components/organisms/HeroArticle/defaultProps.d.ts +2 -0
- package/dist/components/organisms/HeroCarousel/HeroCarousel.d.ts +28 -0
- package/dist/components/organisms/HeroCarousel/HeroCarousel.stories.d.ts +11 -0
- package/dist/components/organisms/HeroCarousel/animationVariants.d.ts +177 -0
- package/dist/components/organisms/HeroCarousel/components/HeroCardContent.d.ts +17 -0
- package/dist/components/organisms/HeroCarousel/components/HeroImage.d.ts +15 -0
- package/dist/components/organisms/HeroCarousel/components/LinesOfIntent.d.ts +8 -0
- package/dist/components/organisms/HeroCarousel/defaultProps.d.ts +2 -0
- package/dist/components/organisms/HeroCourses/HeroCourses.d.ts +35 -0
- package/dist/components/organisms/HeroCourses/HeroCourses.stories.d.ts +14 -0
- package/dist/components/organisms/HeroCourses/components/CourseTile.d.ts +8 -0
- package/dist/components/organisms/HeroCourses/components/CourseTileRanking.d.ts +9 -0
- package/dist/components/organisms/HeroCourses/components/CourseTileSelect.d.ts +7 -0
- package/dist/components/organisms/HeroCourses/components/tileLinkClickHandler.d.ts +3 -0
- package/dist/components/organisms/HeroCourses/defaultProps.d.ts +43 -0
- package/dist/components/organisms/HeroProfile/HeroProfile.d.ts +28 -0
- package/dist/components/organisms/HeroProfile/HeroProfile.stories.d.ts +13 -0
- package/dist/components/organisms/HeroProfile/defaultProps.d.ts +5 -0
- package/dist/components/organisms/ImageBlock/ImageBlock.d.ts +10 -0
- package/dist/components/organisms/ImageBlock/ImageBlock.stories.d.ts +24 -0
- package/dist/components/organisms/ImageBlock/defaultProps.d.ts +3 -0
- package/dist/components/organisms/ImageCarousel/ImageCarousel.d.ts +10 -0
- package/dist/components/organisms/ImageCarousel/ImageCarousel.stories.d.ts +13 -0
- package/dist/components/organisms/ImageCarousel/defaultProps.d.ts +3 -0
- package/dist/components/organisms/InPageNavigation/InPageNavigation.d.ts +11 -0
- package/dist/components/organisms/InPageNavigation/InPageNavigation.stories.d.ts +11 -0
- package/dist/components/organisms/InPageNavigation/defaultProps.d.ts +2 -0
- package/dist/components/organisms/IntroText/IntroText.d.ts +22 -0
- package/dist/components/organisms/IntroText/IntroText.stories.d.ts +17 -0
- package/dist/components/organisms/IntroText/defaultProps.d.ts +2 -0
- package/dist/components/organisms/LeadNewsArticles/LeadNewsArticles.d.ts +12 -0
- package/dist/components/organisms/LeadNewsArticles/LeadNewsArticles.stories.d.ts +10 -0
- package/dist/components/organisms/LeadNewsArticles/defaultProps.d.ts +2 -0
- package/dist/components/organisms/ListingFilterWrapper/ListingFilterWrapper.d.ts +10 -0
- package/dist/components/organisms/ListingFilterWrapper/ListingFilterWrapper.stories.d.ts +6 -0
- package/dist/components/organisms/ListingResults/ListingResults.d.ts +19 -0
- package/dist/components/organisms/ListingResults/ListingResults.stories.d.ts +15 -0
- package/dist/components/organisms/ListingResults/defaultProps.d.ts +8 -0
- package/dist/components/organisms/ListingResultsCount/ListingResultsCount.d.ts +8 -0
- package/dist/components/organisms/ListingResultsCount/ListingResultsCount.stories.d.ts +15 -0
- package/dist/components/organisms/LocationSection/LocationSection.d.ts +18 -0
- package/dist/components/organisms/LocationSection/LocationSection.stories.d.ts +13 -0
- package/dist/components/organisms/LocationSection/defaultProps.d.ts +2 -0
- package/dist/components/organisms/ModalCTA/ModalCTA.d.ts +16 -0
- package/dist/components/organisms/ModalCTA/ModalCTA.stories.d.ts +12 -0
- package/dist/components/organisms/ModalCTA/defaultProps.d.ts +2 -0
- package/dist/components/organisms/ModuleCardGroup/ModuleCardGroup.d.ts +10 -0
- package/dist/components/organisms/ModuleCardGroup/ModuleCardGroup.stories.d.ts +14 -0
- package/dist/components/organisms/ModuleCardGroup/defaultProps.d.ts +2 -0
- package/dist/components/organisms/NewsArticlesPromoBlock/NewsArticlesPromoBlock.d.ts +12 -0
- package/dist/components/organisms/NewsArticlesPromoBlock/NewsArticlesPromoBlock.stories.d.ts +11 -0
- package/dist/components/organisms/NewsArticlesPromoBlock/defaultProps.d.ts +3 -0
- package/dist/components/organisms/Pagination/Pagination.d.ts +10 -0
- package/dist/components/organisms/Pagination/Pagination.stories.d.ts +12 -0
- package/dist/components/organisms/ProfileCarousel/ProfileCarousel.stories.d.ts +13 -0
- package/dist/components/organisms/PromoBlock/PromoBlock.d.ts +70 -0
- package/dist/components/organisms/PromoBlock/PromoBlock.stories.d.ts +36 -0
- package/dist/components/organisms/PromoBlock/defaultProps.d.ts +17 -0
- package/dist/components/organisms/PromoBlockGrid/PromoBlockGrid.d.ts +46 -0
- package/dist/components/organisms/PromoBlockGrid/PromoBlockGrid.stories.d.ts +17 -0
- package/dist/components/organisms/PromoBlockGrid/defaultProps.d.ts +3 -0
- package/dist/components/organisms/QuoteBlock/QuoteBlock.d.ts +20 -0
- package/dist/components/organisms/QuoteBlock/QuoteBlock.stories.d.ts +19 -0
- package/dist/components/organisms/QuoteBlock/defaultProps.d.ts +6 -0
- package/dist/components/organisms/RelatedCourses/RelatedCourses.d.ts +18 -0
- package/dist/components/organisms/RelatedCourses/RelatedCourses.stories.d.ts +16 -0
- package/dist/components/organisms/RelatedCourses/defaultProps.d.ts +2 -0
- package/dist/components/organisms/ResearchStoryCarousel/ResearchStoryCarousel.d.ts +17 -0
- package/dist/components/organisms/ResearchStoryCarousel/ResearchStoryCarousel.stories.d.ts +10 -0
- package/dist/components/organisms/ResearchStoryCarousel/defaultProps.d.ts +2 -0
- package/dist/components/organisms/RichText/RichText.d.ts +20 -0
- package/dist/components/organisms/RichText/RichText.stories.d.ts +18 -0
- package/dist/components/organisms/RichText/defaultProps.d.ts +13 -0
- package/dist/components/organisms/ScholarshipCarousel/ScholarshipCarousel.d.ts +13 -0
- package/dist/components/organisms/ScholarshipCarousel/ScholarshipCarousel.stories.d.ts +12 -0
- package/dist/components/organisms/ScholarshipCarousel/defaultProps.d.ts +2 -0
- package/dist/components/organisms/ScrollableTable/ScrollableTable.d.ts +12 -0
- package/dist/components/organisms/ScrollableTable/ScrollableTable.stories.d.ts +24 -0
- package/dist/components/organisms/ScrollableTable/defaultProps.d.ts +6 -0
- package/dist/components/organisms/SearchCourses/SearchCourses.d.ts +79 -0
- package/dist/components/organisms/SearchCourses/SearchCourses.stories.d.ts +20 -0
- package/dist/components/organisms/SearchCourses/defaultProps.d.ts +4 -0
- package/dist/components/organisms/SidebarWrapper/SidebarWrapper.d.ts +12 -0
- package/dist/components/organisms/SidebarWrapper/SidebarWrapper.stories.d.ts +15 -0
- package/dist/components/organisms/SignPost/SignPost.d.ts +35 -0
- package/dist/components/organisms/SignPost/SignPost.stories.d.ts +19 -0
- package/dist/components/organisms/SignPost/defaultProps.d.ts +3 -0
- package/dist/components/organisms/SingleButton/SingleButton.d.ts +13 -0
- package/dist/components/organisms/SingleButton/SingleButton.stories.d.ts +13 -0
- package/dist/components/organisms/SingleButton/defaultProps.d.ts +2 -0
- package/dist/components/organisms/SkipToContent/SkipToContent.d.ts +7 -0
- package/dist/components/organisms/SkipToContent/SkipToContent.stories.d.ts +15 -0
- package/dist/components/organisms/StaffListingCarousel/StaffListingCarousel.d.ts +20 -0
- package/dist/components/organisms/StaffListingCarousel/StaffListingCarousel.stories.d.ts +16 -0
- package/dist/components/organisms/StaffListingCarousel/defaultProps.d.ts +7 -0
- package/dist/components/organisms/StandardListingFilter/StandardListingFilter.d.ts +53 -0
- package/dist/components/organisms/StandardListingFilter/StandardListingFilter.stories.d.ts +7 -0
- package/dist/components/organisms/StandardListingFilter/defaultProps.d.ts +3 -0
- package/dist/components/organisms/TabsBlock/TabsBlock.d.ts +52 -0
- package/dist/components/organisms/TabsBlock/TabsBlock.stories.d.ts +24 -0
- package/dist/components/organisms/TabsBlock/defaultProps.d.ts +4 -0
- package/dist/components/organisms/TextWithBackground/TextWithBackground.d.ts +23 -0
- package/dist/components/organisms/TextWithBackground/TextWithBackground.stories.d.ts +22 -0
- package/dist/components/organisms/TextWithBackground/defaultProps.d.ts +4 -0
- package/dist/components/organisms/TopicSelector/TopicSelector.d.ts +17 -0
- package/dist/components/organisms/TopicSelector/TopicSelector.stories.d.ts +10 -0
- package/dist/components/organisms/TopicSelector/defaultProps.d.ts +2 -0
- package/dist/components/organisms/TwoColumnWrapper/TwoColumnWrapper.d.ts +12 -0
- package/dist/components/organisms/TwoColumnWrapper/TwoColumnWrapper.stories.d.ts +16 -0
- package/dist/components/organisms/VideoCardComponent/VideoCardComponent.d.ts +17 -0
- package/dist/components/organisms/VideoCardComponent/VideoCardComponent.stories.d.ts +6 -0
- package/dist/components/organisms/VideoCardComponent/defaultProps.d.ts +2 -0
- package/dist/components/organisms/VideoEmbed/VideoEmbed.d.ts +23 -0
- package/dist/components/organisms/VideoEmbed/VideoEmbed.stories.d.ts +17 -0
- package/dist/components/organisms/VideoEmbed/defaultProps.d.ts +2 -0
- package/dist/hooks/mediaHook.d.ts +1 -0
- package/dist/hooks/useFocusTrap.d.ts +5 -0
- package/dist/hooks/useOnClickOutside.d.ts +2 -0
- package/dist/hooks/useScrollDirection.d.ts +3 -0
- package/dist/index.d.ts +70 -0
- package/dist/main.css +1 -0
- package/dist/main.js +23 -0
- package/dist/module.js +23 -0
- package/dist/themeProps.d.ts +1 -0
- package/dist/utils/ariaCarousel.d.ts +29 -0
- package/dist/utils/getFocusableTreeWalker.d.ts +32 -0
- package/dist/utils/util.d.ts +3 -0
- package/package.json +121 -121
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ReactElement } from 'react';
|
|
2
|
+
import { ThemeProps } from '../../../themeProps';
|
|
3
|
+
import './inPageNavigation.scss';
|
|
4
|
+
import { InPageNavigationLinksProps } from '../../molecules/InPageNavigationLinks/InPageNavigationLinks';
|
|
5
|
+
export interface InPageNavigationProps {
|
|
6
|
+
theme: ThemeProps;
|
|
7
|
+
inverse?: boolean;
|
|
8
|
+
expandableHeader?: string;
|
|
9
|
+
links: InPageNavigationLinksProps;
|
|
10
|
+
}
|
|
11
|
+
export default function InPageNavigation({ theme, inverse, links, expandableHeader }: InPageNavigationProps): ReactElement;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { StoryObj } from '@storybook/react';
|
|
2
|
+
import InPageNavigation from './InPageNavigation';
|
|
3
|
+
declare const meta: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof InPageNavigation;
|
|
6
|
+
tags: string[];
|
|
7
|
+
};
|
|
8
|
+
export default meta;
|
|
9
|
+
type Story = StoryObj<typeof meta>;
|
|
10
|
+
export declare const Dark: Story;
|
|
11
|
+
export declare const Light: Story;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { ReactElement } from 'react';
|
|
2
|
+
import { ThemeProps } from '../../../themeProps';
|
|
3
|
+
import './introText.scss';
|
|
4
|
+
export interface IntroTextProps {
|
|
5
|
+
/**
|
|
6
|
+
* The theme to use
|
|
7
|
+
*/
|
|
8
|
+
theme: ThemeProps;
|
|
9
|
+
/**
|
|
10
|
+
* Whether to inverse the colours
|
|
11
|
+
*/
|
|
12
|
+
inverse?: boolean;
|
|
13
|
+
fullWidth?: boolean;
|
|
14
|
+
text: string;
|
|
15
|
+
/**
|
|
16
|
+
* FIXME - when the mixd storybook is no longer used
|
|
17
|
+
* use CSS rules instead of these spacing props
|
|
18
|
+
*/
|
|
19
|
+
removeBottomPadding?: boolean;
|
|
20
|
+
removeTopPadding?: boolean;
|
|
21
|
+
}
|
|
22
|
+
export default function IntroText({ text, theme, inverse, fullWidth, removeBottomPadding, removeTopPadding }: IntroTextProps): ReactElement;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import type { StoryObj } from '@storybook/react';
|
|
2
|
+
import IntroText from './IntroText';
|
|
3
|
+
import './introText.scss';
|
|
4
|
+
declare const meta: {
|
|
5
|
+
title: string;
|
|
6
|
+
component: typeof IntroText;
|
|
7
|
+
tags: string[];
|
|
8
|
+
parameters: {
|
|
9
|
+
backgrounds: {
|
|
10
|
+
default: string;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
export default meta;
|
|
15
|
+
type Story = StoryObj<typeof IntroText>;
|
|
16
|
+
export declare const Dark: Story;
|
|
17
|
+
export declare const Light: Story;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ReactElement } from 'react';
|
|
2
|
+
import { ThemeProps } from '../../../themeProps';
|
|
3
|
+
import { CardFeaturedNewsProps } from '../../molecules/CardFeaturedNews/CardFeaturedNews';
|
|
4
|
+
import { MostReadNewsProps } from '../../molecules/MostReadNews/MostReadNews';
|
|
5
|
+
import './leadNewsArticles.scss';
|
|
6
|
+
export interface LeadNewsArticlesProps {
|
|
7
|
+
theme: ThemeProps;
|
|
8
|
+
featuredArticle: CardFeaturedNewsProps;
|
|
9
|
+
otherLeadArticles: Omit<CardFeaturedNewsProps, 'theme'>[];
|
|
10
|
+
mostReadNews: MostReadNewsProps;
|
|
11
|
+
}
|
|
12
|
+
export default function LeadNewsArticles({ theme, featuredArticle, otherLeadArticles, mostReadNews }: LeadNewsArticlesProps): ReactElement;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { StoryObj } from '@storybook/react';
|
|
2
|
+
import LeadNewsArticles from './LeadNewsArticles';
|
|
3
|
+
declare const meta: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof LeadNewsArticles;
|
|
6
|
+
tags: string[];
|
|
7
|
+
};
|
|
8
|
+
export default meta;
|
|
9
|
+
type Story = StoryObj<typeof meta>;
|
|
10
|
+
export declare const Example: Story;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ReactElement } from 'react';
|
|
2
|
+
import { ThemeProps } from '../../../themeProps';
|
|
3
|
+
import './listingFilterWrapper.scss';
|
|
4
|
+
export interface ListingFilterWrapperProps {
|
|
5
|
+
theme: ThemeProps;
|
|
6
|
+
showFilterButtonLabel: string;
|
|
7
|
+
numSelected?: number;
|
|
8
|
+
filterElement: ReactElement;
|
|
9
|
+
}
|
|
10
|
+
export default function ListingFilterWrapper({ theme, showFilterButtonLabel, numSelected, filterElement }: ListingFilterWrapperProps): ReactElement;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { Meta, StoryObj } from '@storybook/react';
|
|
2
|
+
import ListingFilterWrapper from './ListingFilterWrapper';
|
|
3
|
+
declare const meta: Meta<typeof ListingFilterWrapper>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof ListingFilterWrapper>;
|
|
6
|
+
export declare const GeneralSearch: Story;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { ReactElement } from 'react';
|
|
2
|
+
import { AccomodationCardProps } from '../../molecules/ListingResultCard/Cards/AccomodationCard';
|
|
3
|
+
import { CourseCardProps } from '../../molecules/ListingResultCard/Cards/CourseCard';
|
|
4
|
+
import { EventCardProps } from '../../molecules/ListingResultCard/Cards/EventCard';
|
|
5
|
+
import { NewsCardProps } from '../../molecules/ListingResultCard/Cards/NewsCard';
|
|
6
|
+
import { PageCardProps } from '../../molecules/ListingResultCard/Cards/PageCard';
|
|
7
|
+
import { StaffCardProps } from '../../molecules/ListingResultCard/Cards/StaffCard';
|
|
8
|
+
import { ThemeProps } from '../../../themeProps';
|
|
9
|
+
import { HeadingProps } from '../../molecules/Heading/Heading';
|
|
10
|
+
import { ProfileCardProps } from '../../molecules/ListingResultCard/Cards/ProfileCard';
|
|
11
|
+
type CardProps = Omit<AccomodationCardProps, 'showCategory' | 'theme'> | Omit<CourseCardProps, 'showCategory' | 'theme'> | Omit<EventCardProps, 'showCategory' | 'theme'> | Omit<NewsCardProps, 'showCategory' | 'theme'> | Omit<PageCardProps, 'showCategory' | 'theme'> | Omit<StaffCardProps, 'showCategory' | 'theme'> | Omit<ProfileCardProps, 'showCategory' | 'theme'>;
|
|
12
|
+
export interface ListingResultsProps {
|
|
13
|
+
theme: ThemeProps;
|
|
14
|
+
showCategory?: boolean;
|
|
15
|
+
cards: CardProps[];
|
|
16
|
+
headingInfo?: HeadingProps;
|
|
17
|
+
}
|
|
18
|
+
export default function ListingResults({ theme, showCategory, cards, headingInfo }: ListingResultsProps): ReactElement;
|
|
19
|
+
export {};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type { StoryObj } from '@storybook/react';
|
|
2
|
+
import ListingResults from './ListingResults';
|
|
3
|
+
declare const meta: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof ListingResults;
|
|
6
|
+
tags: string[];
|
|
7
|
+
};
|
|
8
|
+
export default meta;
|
|
9
|
+
type Story = StoryObj<typeof ListingResults>;
|
|
10
|
+
export declare const SiteGlobal: Story;
|
|
11
|
+
export declare const Events: Story;
|
|
12
|
+
export declare const Courses: Story;
|
|
13
|
+
export declare const News: Story;
|
|
14
|
+
export declare const Staff: Story;
|
|
15
|
+
export declare const Accomodation: Story;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { ListingResultsProps } from './ListingResults';
|
|
2
|
+
export declare const globalSearchProps: ListingResultsProps;
|
|
3
|
+
export declare const eventsProps: ListingResultsProps;
|
|
4
|
+
export declare const eventsPropsCourses: ListingResultsProps;
|
|
5
|
+
export declare const staffProps: ListingResultsProps;
|
|
6
|
+
export declare const newsProps: ListingResultsProps;
|
|
7
|
+
export declare const courseProps: ListingResultsProps;
|
|
8
|
+
export declare const accomodationProps: ListingResultsProps;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { ReactElement } from 'react';
|
|
2
|
+
import { ThemeProps } from '../../../themeProps';
|
|
3
|
+
import './listingResultsCount.scss';
|
|
4
|
+
export interface ListingResultsCountProps {
|
|
5
|
+
theme: ThemeProps;
|
|
6
|
+
count: number;
|
|
7
|
+
}
|
|
8
|
+
export default function ListingResultsCount({ count, theme }: ListingResultsCountProps): ReactElement;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type { StoryObj } from '@storybook/react';
|
|
2
|
+
import ListingResultsCount from './ListingResultsCount';
|
|
3
|
+
declare const meta: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof ListingResultsCount;
|
|
6
|
+
tags: string[];
|
|
7
|
+
parameters: {
|
|
8
|
+
backgrounds: {
|
|
9
|
+
default: string;
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
export default meta;
|
|
14
|
+
type Story = StoryObj<typeof ListingResultsCount>;
|
|
15
|
+
export declare const Default: Story;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { ReactElement, ReactNode } from 'react';
|
|
2
|
+
import { ThemeProps } from '../../../themeProps';
|
|
3
|
+
import { GenericDetailProps } from '../../molecules/GenericDetail/GenericDetail';
|
|
4
|
+
import { LinkWithArrowProps } from '../../atoms/LinkWithArrow/LinkWithArrow';
|
|
5
|
+
import './LocationSection.scss';
|
|
6
|
+
export interface LocationSectionProps {
|
|
7
|
+
theme: ThemeProps;
|
|
8
|
+
embedChildren: ReactNode;
|
|
9
|
+
googleMapLink: string;
|
|
10
|
+
address: string[];
|
|
11
|
+
services?: Omit<GenericDetailProps, 'theme'>[];
|
|
12
|
+
link?: LinkWithArrowProps;
|
|
13
|
+
/**
|
|
14
|
+
* Optional titleTag of the component
|
|
15
|
+
*/
|
|
16
|
+
titleTag?: 'h2' | 'h3';
|
|
17
|
+
}
|
|
18
|
+
export default function LocationSection({ theme, embedChildren, googleMapLink, address, services, link, titleTag }: LocationSectionProps): ReactElement;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { StoryObj } from '@storybook/react';
|
|
2
|
+
import LocationSection from './LocationSection';
|
|
3
|
+
declare const meta: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof LocationSection;
|
|
6
|
+
tags: string[];
|
|
7
|
+
};
|
|
8
|
+
export default meta;
|
|
9
|
+
type Story = StoryObj<typeof meta>;
|
|
10
|
+
export declare const Default: Story;
|
|
11
|
+
export declare const WithOptionalLink: Story;
|
|
12
|
+
export declare const NoServices: Story;
|
|
13
|
+
export declare const NoLink: Story;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { ReactElement, ReactNode } from 'react';
|
|
2
|
+
import { ThemeProps } from '../../../themeProps';
|
|
3
|
+
import { HeadingProps } from '../../atoms/Heading/Heading';
|
|
4
|
+
import './modalCTA.scss';
|
|
5
|
+
export interface ModalCTAProps {
|
|
6
|
+
theme: ThemeProps;
|
|
7
|
+
heading: string;
|
|
8
|
+
inverse?: boolean;
|
|
9
|
+
description?: string;
|
|
10
|
+
buttonLabel: string;
|
|
11
|
+
/** Whether the button is max-width:fit-content or full-width */
|
|
12
|
+
buttonModifier?: boolean;
|
|
13
|
+
modalChildren: ReactNode;
|
|
14
|
+
htmlTag?: HeadingProps['htmlTag'];
|
|
15
|
+
}
|
|
16
|
+
export default function ModalCTA({ theme, heading, inverse, description, buttonLabel, buttonModifier, modalChildren, htmlTag }: ModalCTAProps): ReactElement;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { StoryObj } from '@storybook/react';
|
|
2
|
+
import ModalCTA from './ModalCTA';
|
|
3
|
+
declare const meta: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof ModalCTA;
|
|
6
|
+
tags: string[];
|
|
7
|
+
};
|
|
8
|
+
export default meta;
|
|
9
|
+
type Story = StoryObj<typeof meta>;
|
|
10
|
+
export declare const Dark: Story;
|
|
11
|
+
export declare const Light: Story;
|
|
12
|
+
export declare const ModifiedButton: Story;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ReactElement } from 'react';
|
|
2
|
+
import { CardModuleCardProps } from '../../molecules/CardModuleCard/CardModuleCard';
|
|
3
|
+
import { ThemeProps } from '../../../themeProps';
|
|
4
|
+
import './moduleCardGroup.scss';
|
|
5
|
+
export interface ModuleCardGroupProps {
|
|
6
|
+
theme?: ThemeProps;
|
|
7
|
+
inverse?: boolean;
|
|
8
|
+
cards: CardModuleCardProps | CardModuleCardProps[];
|
|
9
|
+
}
|
|
10
|
+
export default function ModuleCardGroup({ theme, inverse, cards }: ModuleCardGroupProps): ReactElement;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { StoryObj } from '@storybook/react';
|
|
2
|
+
import ModuleCardGroup from './ModuleCardGroup';
|
|
3
|
+
declare const meta: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof ModuleCardGroup;
|
|
6
|
+
tags: string[];
|
|
7
|
+
};
|
|
8
|
+
export default meta;
|
|
9
|
+
type Story = StoryObj<typeof meta>;
|
|
10
|
+
export declare const Light: Story;
|
|
11
|
+
export declare const Dark: Story;
|
|
12
|
+
export declare const OneCard: Story;
|
|
13
|
+
export declare const TwoCards: Story;
|
|
14
|
+
export declare const TenCards: Story;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ReactElement } from 'react';
|
|
2
|
+
import { ThemeProps } from '../../../themeProps';
|
|
3
|
+
import { CardFeaturedNewsProps } from '../../molecules/CardFeaturedNews/CardFeaturedNews';
|
|
4
|
+
import { CardPromoVideoProps } from '../../molecules/CardPromoVideo/CardPromoVideo';
|
|
5
|
+
import './newsArticlesPromoBlock.scss';
|
|
6
|
+
export interface NewsArticlesPromoBlockProps {
|
|
7
|
+
theme: ThemeProps;
|
|
8
|
+
heading: string;
|
|
9
|
+
cards: CardFeaturedNewsProps[] | CardPromoVideoProps[];
|
|
10
|
+
cardType?: 'featured-news' | 'promo-video';
|
|
11
|
+
}
|
|
12
|
+
export default function NewsArticlesPromoBlock({ theme, heading, cards, cardType }: NewsArticlesPromoBlockProps): ReactElement;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { StoryObj } from '@storybook/react';
|
|
2
|
+
import NewsArticlesPromoBlock from './NewsArticlesPromoBlock';
|
|
3
|
+
declare const meta: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof NewsArticlesPromoBlock;
|
|
6
|
+
tags: string[];
|
|
7
|
+
};
|
|
8
|
+
export default meta;
|
|
9
|
+
type Story = StoryObj<typeof meta>;
|
|
10
|
+
export declare const FeaturedNewsExample: Story;
|
|
11
|
+
export declare const VideoCardExample: Story;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ReactElement } from 'react';
|
|
2
|
+
import { ThemeProps } from '../../../themeProps';
|
|
3
|
+
import './pagination.scss';
|
|
4
|
+
export interface PaginationProps {
|
|
5
|
+
theme: ThemeProps;
|
|
6
|
+
numOfPages: number;
|
|
7
|
+
onClick: (pageNumber: number) => void;
|
|
8
|
+
currentPage: number;
|
|
9
|
+
}
|
|
10
|
+
export default function Pagination({ theme, numOfPages, onClick, currentPage }: PaginationProps): ReactElement;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ReactElement } from 'react';
|
|
2
|
+
import Pagination from './Pagination';
|
|
3
|
+
declare const meta: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof Pagination;
|
|
6
|
+
tags: string[];
|
|
7
|
+
};
|
|
8
|
+
export default meta;
|
|
9
|
+
export declare const FourPages: () => ReactElement;
|
|
10
|
+
export declare const SevenPages: () => ReactElement;
|
|
11
|
+
export declare const TenPages: () => ReactElement;
|
|
12
|
+
export declare const TwentyPages: () => ReactElement;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { StoryObj } from '@storybook/react';
|
|
2
|
+
import StaffListingCarousel from '../StaffListingCarousel/StaffListingCarousel';
|
|
3
|
+
declare const meta: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof StaffListingCarousel;
|
|
6
|
+
tags: string[];
|
|
7
|
+
};
|
|
8
|
+
export default meta;
|
|
9
|
+
type Story = StoryObj<typeof meta>;
|
|
10
|
+
export declare const ExampleThreeOrMoreProfiles: Story;
|
|
11
|
+
export declare const ExampleOneProfile: Story;
|
|
12
|
+
export declare const ExampleThreeProfilesNoCarousel: Story;
|
|
13
|
+
export declare const ExampleThreeOrMoreProfilesDark: Story;
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
import { ReactElement } from 'react';
|
|
2
|
+
import { LinkWithArrowProps } from '../../atoms/LinkWithArrow/LinkWithArrow';
|
|
3
|
+
import { ThemeProps } from '../../../themeProps';
|
|
4
|
+
import { CardPromoProps } from '../../molecules/CardPromo/CardPromo';
|
|
5
|
+
import { CardPromoSignpostProps } from '../../molecules/CardPromoSignpost/CardPromoSignpost';
|
|
6
|
+
import { CardPromoVideoProps } from '../../molecules/CardPromoVideo/CardPromoVideo';
|
|
7
|
+
import { CardPromoProfileProps } from '../../molecules/CardPromoProfile/CardPromoProfile';
|
|
8
|
+
import './promoBlock.scss';
|
|
9
|
+
import { FormSelectProps } from '../../atoms/FormSelect/FormSelect';
|
|
10
|
+
export interface PromoBlockProps {
|
|
11
|
+
/**
|
|
12
|
+
* The theme to use
|
|
13
|
+
*/
|
|
14
|
+
theme: ThemeProps;
|
|
15
|
+
/**
|
|
16
|
+
* Whether to inverse the colours
|
|
17
|
+
*/
|
|
18
|
+
inverse?: boolean;
|
|
19
|
+
/**
|
|
20
|
+
* Optional title of the component
|
|
21
|
+
*/
|
|
22
|
+
title?: string;
|
|
23
|
+
/**
|
|
24
|
+
* Optional titleTag of the component
|
|
25
|
+
*/
|
|
26
|
+
titleTag?: 'h2' | 'h3';
|
|
27
|
+
/**
|
|
28
|
+
* Optional cardTitleTag of the component
|
|
29
|
+
*/
|
|
30
|
+
cardTitleTag?: 'h2' | 'h3' | 'h4' | 'h5';
|
|
31
|
+
/**
|
|
32
|
+
* Optional description of the component
|
|
33
|
+
*/
|
|
34
|
+
description?: string;
|
|
35
|
+
/**
|
|
36
|
+
* Optional link elements
|
|
37
|
+
*/
|
|
38
|
+
link?: LinkWithArrowProps;
|
|
39
|
+
/**
|
|
40
|
+
* Promo block will work with three card types
|
|
41
|
+
*/
|
|
42
|
+
type: 'promo' | 'promo-signpost' | 'promo-video' | 'promo-profile';
|
|
43
|
+
/**
|
|
44
|
+
* A Promo block component can have any number of items
|
|
45
|
+
*/
|
|
46
|
+
cards: CardPromoProps[] | CardPromoSignpostProps[] | CardPromoVideoProps[] | CardPromoProfileProps[];
|
|
47
|
+
/**
|
|
48
|
+
* Only applies to the signpost card and if there is only one
|
|
49
|
+
*/
|
|
50
|
+
imageOrientation: 'left' | 'right';
|
|
51
|
+
/**
|
|
52
|
+
* The copy prop of the card may need to be rendered as Rich Text
|
|
53
|
+
*/
|
|
54
|
+
cardCopyIsRichText?: boolean;
|
|
55
|
+
/**
|
|
56
|
+
* Prop used to optimise layout in courses page
|
|
57
|
+
*/
|
|
58
|
+
fullWidth?: boolean;
|
|
59
|
+
/**
|
|
60
|
+
* Prop used to enable/disable filters
|
|
61
|
+
*/
|
|
62
|
+
fullWidthTitle?: boolean;
|
|
63
|
+
/**
|
|
64
|
+
* Prop used to enable full width title and description
|
|
65
|
+
*/
|
|
66
|
+
showFilters?: boolean;
|
|
67
|
+
firstFilterSelect?: FormSelectProps;
|
|
68
|
+
secondFilterSelect?: FormSelectProps;
|
|
69
|
+
}
|
|
70
|
+
export default function PromoBlock({ theme, inverse, type, title, description, link, cards, imageOrientation, titleTag, cardTitleTag, cardCopyIsRichText, fullWidth, fullWidthTitle, showFilters, firstFilterSelect, secondFilterSelect }: PromoBlockProps): ReactElement | null;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import type { StoryObj } from '@storybook/react';
|
|
2
|
+
import PromoBlock from './PromoBlock';
|
|
3
|
+
import './promoBlock.scss';
|
|
4
|
+
declare const meta: {
|
|
5
|
+
title: string;
|
|
6
|
+
component: typeof PromoBlock;
|
|
7
|
+
tags: string[];
|
|
8
|
+
parameters: {
|
|
9
|
+
backgrounds: {
|
|
10
|
+
default: string;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
export default meta;
|
|
15
|
+
type Story = StoryObj<typeof PromoBlock>;
|
|
16
|
+
export declare const PromoBlockOneCardOnly: Story;
|
|
17
|
+
export declare const PromoBlockTwoCardsOnly: Story;
|
|
18
|
+
export declare const PromoBlockThreeCardsOnly: Story;
|
|
19
|
+
export declare const PromoBlockFourCardsPlus: Story;
|
|
20
|
+
export declare const PromoBlockThreeEventCardsOnly: Story;
|
|
21
|
+
export declare const PromoBlockFourCardsPlusDark: Story;
|
|
22
|
+
export declare const PromoBlockSignpostOneCardOnly: Story;
|
|
23
|
+
export declare const PromoBlockSignpostOneCardOnlyDark: Story;
|
|
24
|
+
export declare const PromoBlockSignpostTwoCardsOnly: Story;
|
|
25
|
+
export declare const PromoBlockSignpostTwoCardsOnlyDark: Story;
|
|
26
|
+
export declare const PromoBlockSignpostThreeCardsOnly: Story;
|
|
27
|
+
export declare const PromoBlockSignpostThreeCardsOnlyDark: Story;
|
|
28
|
+
export declare const PromoBlockSignpostFourCardsPlus: Story;
|
|
29
|
+
export declare const PromoBlockSignpostFourCardsPlusDark: Story;
|
|
30
|
+
export declare const PromoBlockVideoOneCardOnly: Story;
|
|
31
|
+
export declare const PromoBlockVideoTwoCardsOnly: Story;
|
|
32
|
+
export declare const PromoBlockVideoThreeCardsOnly: Story;
|
|
33
|
+
export declare const PromoBlockVideoFourCardsPlus: Story;
|
|
34
|
+
export declare const PromoBlockFilters: Story;
|
|
35
|
+
export declare const PromoBlockProfileThreeCards: Story;
|
|
36
|
+
export declare const PromoBlockStoryCoursePageCardOnly: Story;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { PromoBlockProps } from './PromoBlock';
|
|
2
|
+
import { CardPromoProfileProps } from '../../molecules/CardPromoProfile/CardPromoProfile';
|
|
3
|
+
import { FormSelectProps, SelectOptionsProps } from '../../atoms/FormSelect/FormSelect';
|
|
4
|
+
export declare const promoBlockProps: PromoBlockProps;
|
|
5
|
+
export declare const promoBlockPropsAccommodation: PromoBlockProps;
|
|
6
|
+
export declare const promoBlockEventsProps: PromoBlockProps;
|
|
7
|
+
export declare const promoBlockSignpostProps: PromoBlockProps;
|
|
8
|
+
export declare const promoBlockVideoProps: PromoBlockProps;
|
|
9
|
+
export declare const promoBlockForCoursePage: PromoBlockProps;
|
|
10
|
+
export declare const promoBlockProfileCards: CardPromoProfileProps[];
|
|
11
|
+
export declare const promoBlockForProfile: PromoBlockProps;
|
|
12
|
+
export declare const promoBlockForScholarshipAward: PromoBlockProps;
|
|
13
|
+
export declare const studyLevelSelectOptions: SelectOptionsProps[];
|
|
14
|
+
export declare const studyLevelFilterSelect: FormSelectProps;
|
|
15
|
+
export declare const topicSelectOptions: SelectOptionsProps[];
|
|
16
|
+
export declare const topicFilterSelect: FormSelectProps;
|
|
17
|
+
export declare const promoBlockFiltersData: PromoBlockProps;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { ReactElement } from 'react';
|
|
2
|
+
import { LinkWithArrowProps } from '../../atoms/LinkWithArrow/LinkWithArrow';
|
|
3
|
+
import { ThemeProps } from '../../../themeProps';
|
|
4
|
+
import { CardPromoProps } from '../../molecules/CardPromo/CardPromo';
|
|
5
|
+
import { CardPromoSignpostProps } from '../../molecules/CardPromoSignpost/CardPromoSignpost';
|
|
6
|
+
import { CardPromoVideoProps } from '../../molecules/CardPromoVideo/CardPromoVideo';
|
|
7
|
+
import './promoBlockGrid.scss';
|
|
8
|
+
export interface PromoBlockProps {
|
|
9
|
+
/**
|
|
10
|
+
* The theme to use
|
|
11
|
+
*/
|
|
12
|
+
theme: ThemeProps;
|
|
13
|
+
/**
|
|
14
|
+
* Whether to inverse the colours
|
|
15
|
+
*/
|
|
16
|
+
inverse?: boolean;
|
|
17
|
+
/**
|
|
18
|
+
* Optional title of the component
|
|
19
|
+
*/
|
|
20
|
+
title?: string;
|
|
21
|
+
/**
|
|
22
|
+
* Optional description of the component
|
|
23
|
+
*/
|
|
24
|
+
description?: string;
|
|
25
|
+
/**
|
|
26
|
+
* Optional link elements
|
|
27
|
+
*/
|
|
28
|
+
link?: LinkWithArrowProps;
|
|
29
|
+
/**
|
|
30
|
+
* Promo block will work with three card types
|
|
31
|
+
*/
|
|
32
|
+
type: 'promo' | 'promo-signpost' | 'promo-video';
|
|
33
|
+
/**
|
|
34
|
+
* A Promo block component can have any number of items
|
|
35
|
+
*/
|
|
36
|
+
cards: CardPromoProps[] | CardPromoSignpostProps[] | CardPromoVideoProps[];
|
|
37
|
+
/**
|
|
38
|
+
* Only applies to the signpost card and if there is only one
|
|
39
|
+
*/
|
|
40
|
+
imageOrientation: 'left' | 'right';
|
|
41
|
+
/**
|
|
42
|
+
* The fullWidth version of this component is used for in study pages
|
|
43
|
+
*/
|
|
44
|
+
fullWidth?: boolean;
|
|
45
|
+
}
|
|
46
|
+
export default function PromoBlockGrid({ theme, inverse, type, title, description, link, cards, imageOrientation, fullWidth }: PromoBlockProps): ReactElement | null;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import type { StoryObj } from '@storybook/react';
|
|
2
|
+
import PromoBlockGrid from './PromoBlockGrid';
|
|
3
|
+
import './promoBlockGrid.scss';
|
|
4
|
+
declare const meta: {
|
|
5
|
+
title: string;
|
|
6
|
+
component: typeof PromoBlockGrid;
|
|
7
|
+
tags: string[];
|
|
8
|
+
parameters: {
|
|
9
|
+
backgrounds: {
|
|
10
|
+
default: string;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
export default meta;
|
|
15
|
+
type Story = StoryObj<typeof PromoBlockGrid>;
|
|
16
|
+
export declare const PromoBlockFourCardsPlus: Story;
|
|
17
|
+
export declare const PromoBlockFourCardsPlusDark: Story;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { ReactElement } from 'react';
|
|
2
|
+
import { ThemeProps } from '../../../themeProps';
|
|
3
|
+
import { LinkWithArrowProps } from '../../atoms/LinkWithArrow/LinkWithArrow';
|
|
4
|
+
import { HeadingProps } from '../../molecules/Heading/Heading';
|
|
5
|
+
import './QuoteBlock.scss';
|
|
6
|
+
type LinkProps = Omit<LinkWithArrowProps, 'theme' | 'inverse'>;
|
|
7
|
+
export interface QuoteBlockProps extends HeadingProps {
|
|
8
|
+
theme: ThemeProps;
|
|
9
|
+
inverse?: boolean;
|
|
10
|
+
title?: string;
|
|
11
|
+
cite?: string;
|
|
12
|
+
role?: string;
|
|
13
|
+
quote: string;
|
|
14
|
+
quoteeProfileImage?: string;
|
|
15
|
+
quoteeProfileImageAltText?: string;
|
|
16
|
+
cta?: LinkProps;
|
|
17
|
+
fullWidth?: boolean;
|
|
18
|
+
}
|
|
19
|
+
export default function QuoteBlock({ theme, inverse, title, description, cite, role, quote, quoteeProfileImage, quoteeProfileImageAltText, cta, fullWidth, htmlTag }: QuoteBlockProps): ReactElement;
|
|
20
|
+
export {};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type { StoryObj } from '@storybook/react';
|
|
2
|
+
import QuoteBlock from './QuoteBlock';
|
|
3
|
+
declare const meta: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof QuoteBlock;
|
|
6
|
+
tags: string[];
|
|
7
|
+
parameters: {
|
|
8
|
+
backgrounds: {
|
|
9
|
+
default: string;
|
|
10
|
+
};
|
|
11
|
+
quoteBlockProps: import("./QuoteBlock").QuoteBlockProps;
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
export default meta;
|
|
15
|
+
type Story = StoryObj<typeof QuoteBlock>;
|
|
16
|
+
export declare const ExampleIncludingHeading: Story;
|
|
17
|
+
export declare const ExampleIncludingHeadingLight: Story;
|
|
18
|
+
export declare const ExampleQuoteOnly: Story;
|
|
19
|
+
export declare const ExampleQuoteWithCite: Story;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { QuoteBlockProps } from './QuoteBlock';
|
|
2
|
+
export declare const quoteBlockProps: QuoteBlockProps;
|
|
3
|
+
export declare const quoteWithCite: QuoteBlockProps;
|
|
4
|
+
export declare const quoteOnly: QuoteBlockProps;
|
|
5
|
+
export declare const quoteForCouresPage: QuoteBlockProps;
|
|
6
|
+
export declare const quoteWithCiteForScholarshipsAwardPage: QuoteBlockProps;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { ReactElement } from 'react';
|
|
2
|
+
import { ThemeProps } from '../../../themeProps';
|
|
3
|
+
import { CardRelatedProps } from '../../molecules/CardRelatedCourse/CardRelatedCourse';
|
|
4
|
+
import { LinkWithArrowProps } from '../../atoms/LinkWithArrow/LinkWithArrow';
|
|
5
|
+
import './relatedCourses.scss';
|
|
6
|
+
type LinkProps = Omit<LinkWithArrowProps, 'theme' | 'inverse'>;
|
|
7
|
+
export interface RelatedCoursesProps {
|
|
8
|
+
theme: ThemeProps;
|
|
9
|
+
inverse?: boolean;
|
|
10
|
+
heading: string;
|
|
11
|
+
description?: string;
|
|
12
|
+
linkProps?: LinkProps;
|
|
13
|
+
fullWidth?: boolean;
|
|
14
|
+
headingStyle?: 'news' | null;
|
|
15
|
+
cards: CardRelatedProps[];
|
|
16
|
+
}
|
|
17
|
+
export default function RelatedCourses({ theme, inverse, heading, description, linkProps, headingStyle, fullWidth, cards }: RelatedCoursesProps): ReactElement;
|
|
18
|
+
export {};
|