@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.
Files changed (368) hide show
  1. package/README.md +111 -111
  2. package/dist/components/atoms/BreadcrumbLink/BreadcrumbLink.d.ts +10 -0
  3. package/dist/components/atoms/BreadcrumbLink/BreadcrumbLink.stories.d.ts +11 -0
  4. package/dist/components/atoms/CalendarGraphic/CalendarGraphic.d.ts +10 -0
  5. package/dist/components/atoms/CalendarGraphic/CalendarGraphic.stories.d.ts +12 -0
  6. package/dist/components/atoms/CampusSelectorLink/CampusSelectorLink.d.ts +17 -0
  7. package/dist/components/atoms/CampusSelectorLink/CampusSelectorLink.stories.d.ts +11 -0
  8. package/dist/components/atoms/Checkbox/Checkbox.d.ts +13 -0
  9. package/dist/components/atoms/Checkbox/Checkbox.stories.d.ts +10 -0
  10. package/dist/components/atoms/CourseDeliveryPill/CourseDeliveryPill.d.ts +10 -0
  11. package/dist/components/atoms/CourseDeliveryPill/CourseDeliveryPill.stories.d.ts +11 -0
  12. package/dist/components/atoms/CourseIcon/CourseIcon.d.ts +11 -0
  13. package/dist/components/atoms/CourseIcon/CourseIcon.stories.d.ts +12 -0
  14. package/dist/components/atoms/DateInput/DateInput.d.ts +12 -0
  15. package/dist/components/atoms/DateInput/DateInput.stories.d.ts +6 -0
  16. package/dist/components/atoms/ExampleTheming/ExampleTheming.d.ts +17 -0
  17. package/dist/components/atoms/ExampleTheming/ExampleTheming.stories.d.ts +12 -0
  18. package/dist/components/atoms/FormInput/FormInput.d.ts +23 -0
  19. package/dist/components/atoms/FormInput/FormInput.stories.d.ts +11 -0
  20. package/dist/components/atoms/FormInput/defaultProps.d.ts +2 -0
  21. package/dist/components/atoms/FormSelect/FormSelect.d.ts +23 -0
  22. package/dist/components/atoms/FormSelect/FormSelect.stories.d.ts +12 -0
  23. package/dist/components/atoms/FormSelect/defaultProps.d.ts +2 -0
  24. package/dist/components/atoms/Heading/Heading.d.ts +7 -0
  25. package/dist/components/atoms/Heading/Heading.stories.d.ts +12 -0
  26. package/dist/components/atoms/IconButton/IconButton.d.ts +20 -0
  27. package/dist/components/atoms/IconButton/IconButton.stories.d.ts +29 -0
  28. package/dist/components/atoms/IconButton/defaultProps.d.ts +12 -0
  29. package/dist/components/atoms/IconControl/IconControl.d.ts +17 -0
  30. package/dist/components/atoms/IconControl/IconControl.stories.d.ts +13 -0
  31. package/dist/components/atoms/IconControl/defaultProps.d.ts +3 -0
  32. package/dist/components/atoms/Icons/Icons.d.ts +18 -0
  33. package/dist/components/atoms/Icons/Icons.stories.d.ts +12 -0
  34. package/dist/components/atoms/Image/Image.d.ts +16 -0
  35. package/dist/components/atoms/LinkStandard/LinkStandard.d.ts +11 -0
  36. package/dist/components/atoms/LinkStandard/LinkStandard.stories.d.ts +11 -0
  37. package/dist/components/atoms/LinkWithArrow/LinkWithArrow.d.ts +19 -0
  38. package/dist/components/atoms/LinkWithArrow/LinkWithArrow.stories.d.ts +13 -0
  39. package/dist/components/atoms/LinkWithIcon/LinkWithIcon.d.ts +16 -0
  40. package/dist/components/atoms/LinkWithIcon/LinkWithIcon.stories.d.ts +11 -0
  41. package/dist/components/atoms/LogoLink/LogoLink.d.ts +13 -0
  42. package/dist/components/atoms/LogoLink/LogoLink.stories.d.ts +13 -0
  43. package/dist/components/atoms/LogoLink/defaultProps.d.ts +2 -0
  44. package/dist/components/atoms/MainWrapper/MainWrapper.d.ts +4 -0
  45. package/dist/components/atoms/NavLink/NavLink.d.ts +14 -0
  46. package/dist/components/atoms/NavLink/NavLink.stories.d.ts +18 -0
  47. package/dist/components/atoms/PageLink/PageLink.d.ts +18 -0
  48. package/dist/components/atoms/PageLink/PageLink.stories.d.ts +18 -0
  49. package/dist/components/atoms/ParagraphLink/ParagraphLink.d.ts +17 -0
  50. package/dist/components/atoms/ParagraphLink/ParagraphLink.stories.d.ts +11 -0
  51. package/dist/components/atoms/Parallax/Parallax.d.ts +7 -0
  52. package/dist/components/atoms/Pill/Pill.d.ts +13 -0
  53. package/dist/components/atoms/Pill/Pill.stories.d.ts +11 -0
  54. package/dist/components/atoms/RadioButton/RadioButton.d.ts +13 -0
  55. package/dist/components/atoms/RadioButton/RadioButton.stories.d.ts +10 -0
  56. package/dist/components/atoms/ReverseLinkWithArrow/ReverseLinkWithArrow.d.ts +19 -0
  57. package/dist/components/atoms/ReverseLinkWithArrow/ReverseLinkWithArrow.stories.d.ts +13 -0
  58. package/dist/components/atoms/SearchResultDetail/SearchResultDetail.d.ts +12 -0
  59. package/dist/components/atoms/SearchResultDetail/SearchResultDetail.stories.d.ts +10 -0
  60. package/dist/components/atoms/TextButton/TextButton.d.ts +32 -0
  61. package/dist/components/atoms/TextButton/TextButton.stories.d.ts +14 -0
  62. package/dist/components/atoms/TextButtonWithIcon/TextButtonWithIcon.d.ts +42 -0
  63. package/dist/components/atoms/TextButtonWithIcon/TextButtonWithIcon.stories.d.ts +14 -0
  64. package/dist/components/atoms/Video/Video.d.ts +10 -0
  65. package/dist/components/atoms/Video/Video.stories.d.ts +15 -0
  66. package/dist/components/atoms/Video/defaultProps.d.ts +2 -0
  67. package/dist/components/atoms/VideoPlaceholder/VideoPlaceholder.d.ts +13 -0
  68. package/dist/components/atoms/VideoPlaceholder/VideoPlaceholder.stories.d.ts +6 -0
  69. package/dist/components/atoms/VideoPlaceholder/defaultProps.d.ts +2 -0
  70. package/dist/components/molecules/AccordionItem/AccordionItem.d.ts +27 -0
  71. package/dist/components/molecules/AccordionItem/AccordionItem.stories.d.ts +19 -0
  72. package/dist/components/molecules/CampusSelector/CampusSelector.d.ts +15 -0
  73. package/dist/components/molecules/CampusSelector/CampusSelector.stories.d.ts +11 -0
  74. package/dist/components/molecules/CardFact/CardFact.d.ts +16 -0
  75. package/dist/components/molecules/CardFact/CardFact.stories.d.ts +14 -0
  76. package/dist/components/molecules/CardFeatured/CardFeatured.d.ts +32 -0
  77. package/dist/components/molecules/CardFeatured/CardFeatured.stories.d.ts +11 -0
  78. package/dist/components/molecules/CardFeatured/animationVariants.d.ts +44 -0
  79. package/dist/components/molecules/CardFeatured/defaultProps.d.ts +2 -0
  80. package/dist/components/molecules/CardFeaturedNews/CardFeaturedNews.d.ts +23 -0
  81. package/dist/components/molecules/CardFeaturedNews/CardFeaturedNews.stories.d.ts +13 -0
  82. package/dist/components/molecules/CardImage/CardImage.d.ts +15 -0
  83. package/dist/components/molecules/CardImage/CardImage.stories.d.ts +18 -0
  84. package/dist/components/molecules/CardImage/defaultProps.d.ts +2 -0
  85. package/dist/components/molecules/CardMenu/CardMenu.d.ts +19 -0
  86. package/dist/components/molecules/CardMenu/CardMenu.stories.d.ts +14 -0
  87. package/dist/components/molecules/CardModuleCard/CardModuleCard.d.ts +14 -0
  88. package/dist/components/molecules/CardModuleCard/CardModuleCard.stories.d.ts +14 -0
  89. package/dist/components/molecules/CardNews/CardNews.d.ts +19 -0
  90. package/dist/components/molecules/CardNews/CardNews.stories.d.ts +15 -0
  91. package/dist/components/molecules/CardNews/defaultProps.d.ts +2 -0
  92. package/dist/components/molecules/CardProfile/CardProfile.d.ts +18 -0
  93. package/dist/components/molecules/CardProfile/CardProfile.stories.d.ts +13 -0
  94. package/dist/components/molecules/CardPromo/CardPromo.d.ts +34 -0
  95. package/dist/components/molecules/CardPromo/CardPromo.stories.d.ts +21 -0
  96. package/dist/components/molecules/CardPromoProfile/CardPromoProfile.d.ts +22 -0
  97. package/dist/components/molecules/CardPromoProfile/CardPromoProfile.stories.d.ts +15 -0
  98. package/dist/components/molecules/CardPromoSignpost/CardPromoSignpost.d.ts +30 -0
  99. package/dist/components/molecules/CardPromoSignpost/CardPromoSignpost.stories.d.ts +18 -0
  100. package/dist/components/molecules/CardPromoVideo/CardPromoVideo.d.ts +20 -0
  101. package/dist/components/molecules/CardPromoVideo/CardPromoVideo.stories.d.ts +16 -0
  102. package/dist/components/molecules/CardRelatedCourse/CardRelatedCourse.d.ts +15 -0
  103. package/dist/components/molecules/CardRelatedCourse/CardRelatedCourse.stories.d.ts +13 -0
  104. package/dist/components/molecules/CardResearchStory/CardResearchStory.d.ts +18 -0
  105. package/dist/components/molecules/CardResearchStory/CardResearchStory.stories.d.ts +13 -0
  106. package/dist/components/molecules/CardScholarship/CardScholarship.d.ts +21 -0
  107. package/dist/components/molecules/CardScholarship/CardScholarship.stories.d.ts +13 -0
  108. package/dist/components/molecules/CardStaff/CardStaff.d.ts +22 -0
  109. package/dist/components/molecules/CardStaff/CardStaff.stories.d.ts +14 -0
  110. package/dist/components/molecules/CardVideo/CardVideo.d.ts +18 -0
  111. package/dist/components/molecules/CardVideo/CardVideo.stories.d.ts +13 -0
  112. package/dist/components/molecules/CarouselNav/CarouselNav.d.ts +17 -0
  113. package/dist/components/molecules/CarouselNav/CarouselNav.stories.d.ts +11 -0
  114. package/dist/components/molecules/FilterAccordion/FilterAccordion.d.ts +32 -0
  115. package/dist/components/molecules/FilterAccordion/FilterAccordion.stories.d.ts +12 -0
  116. package/dist/components/molecules/FilterAccordion/defaultProps.d.ts +3 -0
  117. package/dist/components/molecules/FilterAccordionSelect/FilterAccordionSelect.d.ts +14 -0
  118. package/dist/components/molecules/FilterAccordionSelect/FilterAccordionSelect.stories.d.ts +10 -0
  119. package/dist/components/molecules/FilterAccordionSelect/defaultProps.d.ts +2 -0
  120. package/dist/components/molecules/FullModal/FullModal.d.ts +33 -0
  121. package/dist/components/molecules/GenericDetail/GenericDetail.d.ts +14 -0
  122. package/dist/components/molecules/GenericDetail/GenericDetail.stories.d.ts +12 -0
  123. package/dist/components/molecules/Heading/Heading.d.ts +23 -0
  124. package/dist/components/molecules/Heading/Heading.stories.d.ts +19 -0
  125. package/dist/components/molecules/Heading/components/HeadingDescription.d.ts +8 -0
  126. package/dist/components/molecules/Heading/defaultProps.d.ts +2 -0
  127. package/dist/components/molecules/InPageNavigationLinks/InPageNavigationLinks.d.ts +18 -0
  128. package/dist/components/molecules/InPageNavigationLinks/InPageNavigationLinks.stories.d.ts +14 -0
  129. package/dist/components/molecules/InPageNavigationLinks/defaultProps.d.ts +3 -0
  130. package/dist/components/molecules/ListTable/ListTable.d.ts +8 -0
  131. package/dist/components/molecules/ListTable/ListTable.stories.d.ts +10 -0
  132. package/dist/components/molecules/ListingResultCard/Cards/AccomodationCard.d.ts +15 -0
  133. package/dist/components/molecules/ListingResultCard/Cards/CourseCard.d.ts +18 -0
  134. package/dist/components/molecules/ListingResultCard/Cards/EventCard.d.ts +19 -0
  135. package/dist/components/molecules/ListingResultCard/Cards/NewsCard.d.ts +16 -0
  136. package/dist/components/molecules/ListingResultCard/Cards/PageCard.d.ts +13 -0
  137. package/dist/components/molecules/ListingResultCard/Cards/ProfileCard.d.ts +17 -0
  138. package/dist/components/molecules/ListingResultCard/Cards/StaffCard.d.ts +17 -0
  139. package/dist/components/molecules/ListingResultCard/ListingResultCard.d.ts +11 -0
  140. package/dist/components/molecules/ListingResultCard/ListingResultCard.stories.d.ts +20 -0
  141. package/dist/components/molecules/ListingResultCard/defaultProps.d.ts +15 -0
  142. package/dist/components/molecules/LocationSelector/LocationSelector.d.ts +14 -0
  143. package/dist/components/molecules/LocationSelector/LocationSelector.stories.d.ts +15 -0
  144. package/dist/components/molecules/LocationSelector/defaultProps.d.ts +2 -0
  145. package/dist/components/molecules/ModalCTAButton/ModalCTAButton.d.ts +11 -0
  146. package/dist/components/molecules/ModalCTAButton/ModalCTAButton.stories.d.ts +10 -0
  147. package/dist/components/molecules/ModalCTAButton/defaultProps.d.ts +2 -0
  148. package/dist/components/molecules/MostReadNews/MostReadNews.d.ts +12 -0
  149. package/dist/components/molecules/MostReadNews/MostReadNews.stories.d.ts +10 -0
  150. package/dist/components/molecules/MostReadNews/defaultProps.d.ts +2 -0
  151. package/dist/components/molecules/PaginationNumbers/PaginationNumbers.d.ts +9 -0
  152. package/dist/components/molecules/PaginationNumbers/PaginationNumbers.stories.d.ts +12 -0
  153. package/dist/components/molecules/SearchResultDetailList/SearchResultDetailList.d.ts +11 -0
  154. package/dist/components/molecules/SearchResultDetailList/SearchResultDetailList.stories.d.ts +10 -0
  155. package/dist/components/molecules/SearchResultDetailList/defaultProps.d.ts +2 -0
  156. package/dist/components/molecules/ShareButtons/ShareButtons.d.ts +11 -0
  157. package/dist/components/molecules/ShareButtons/ShareButtons.stories.d.ts +11 -0
  158. package/dist/components/molecules/ShareButtons/defaultProps.d.ts +2 -0
  159. package/dist/components/molecules/Tab/Tab.d.ts +53 -0
  160. package/dist/components/molecules/Tab/TabItemProps.d.ts +21 -0
  161. package/dist/components/molecules/Tab/tabsUtils.d.ts +1 -0
  162. package/dist/components/molecules/TabList/TabsList.d.ts +17 -0
  163. package/dist/components/molecules/TabPanel/TabPanel.d.ts +34 -0
  164. package/dist/components/molecules/VideoWithPlaceholder/VideoWithPlaceholder.d.ts +14 -0
  165. package/dist/components/molecules/VideoWithPlaceholder/VideoWithPlaceholder.stories.d.ts +6 -0
  166. package/dist/components/molecules/VideoWithPlaceholder/defaultProps.d.ts +2 -0
  167. package/dist/components/molecules/Wysiwyg/Wysiwyg.d.ts +9 -0
  168. package/dist/components/molecules/Wysiwyg/Wysiwyg.stories.d.ts +11 -0
  169. package/dist/components/molecules/Wysiwyg/defaultProps.d.ts +2 -0
  170. package/dist/components/organisms/Accordion/Accordion.d.ts +14 -0
  171. package/dist/components/organisms/Accordion/accordion.stories.d.ts +13 -0
  172. package/dist/components/organisms/Accordion/defaultProps.d.ts +5 -0
  173. package/dist/components/organisms/AccreditationPromotion/AccreditationPromotion.d.ts +22 -0
  174. package/dist/components/organisms/AccreditationPromotion/AccreditationPromotion.stories.d.ts +11 -0
  175. package/dist/components/organisms/AccreditationPromotion/defaultProps.d.ts +2 -0
  176. package/dist/components/organisms/AlertBanner/AlertBanner.d.ts +11 -0
  177. package/dist/components/organisms/AlertBanner/AlertBanner.stories.d.ts +15 -0
  178. package/dist/components/organisms/AlertBanner/defaultProps.d.ts +2 -0
  179. package/dist/components/organisms/AnchorTarget/AnchorTarget.d.ts +11 -0
  180. package/dist/components/organisms/AnchorTarget/AnchorTarget.stories.d.ts +15 -0
  181. package/dist/components/organisms/Breadcrumbs/Breadcrumbs.d.ts +18 -0
  182. package/dist/components/organisms/Breadcrumbs/Breadcrumbs.stories.d.ts +11 -0
  183. package/dist/components/organisms/Breadcrumbs/defaultProps.d.ts +2 -0
  184. package/dist/components/organisms/CTAComponent/CTAComponent.d.ts +24 -0
  185. package/dist/components/organisms/CTAComponent/CTAComponent.stories.d.ts +14 -0
  186. package/dist/components/organisms/CTAComponent/defaultProps.d.ts +4 -0
  187. package/dist/components/organisms/Carousel/Carousel.d.ts +29 -0
  188. package/dist/components/organisms/Carousel/Carousel.stories.d.ts +12 -0
  189. package/dist/components/organisms/Carousel/defaultProps.d.ts +7 -0
  190. package/dist/components/organisms/CentreWrapper/CentreWrapper.d.ts +11 -0
  191. package/dist/components/organisms/CentreWrapper/CentreWrapper.stories.d.ts +15 -0
  192. package/dist/components/organisms/ClearingBanner/ClearingBanner.d.ts +13 -0
  193. package/dist/components/organisms/ClearingBanner/ClearingBanner.stories.d.ts +10 -0
  194. package/dist/components/organisms/ClearingBanner/defaultProps.d.ts +2 -0
  195. package/dist/components/organisms/CourseDeliveryPills/CourseDeliveryPills.d.ts +9 -0
  196. package/dist/components/organisms/CourseDeliveryPills/CourseDeliveryPills.stories.d.ts +10 -0
  197. package/dist/components/organisms/CourseDeliveryPills/defaultProps.d.ts +2 -0
  198. package/dist/components/organisms/EmbedWrapper/EmbedWrapper.d.ts +21 -0
  199. package/dist/components/organisms/EmbedWrapper/EmbedWrapper.stories.d.ts +12 -0
  200. package/dist/components/organisms/FactBoxes/FactBoxes.d.ts +10 -0
  201. package/dist/components/organisms/FactBoxes/FactBoxes.stories.d.ts +16 -0
  202. package/dist/components/organisms/FactBoxes/defaultProps.d.ts +4 -0
  203. package/dist/components/organisms/FeaturedContent/FeaturedContent.d.ts +15 -0
  204. package/dist/components/organisms/FeaturedContent/FeaturedContent.stories.d.ts +11 -0
  205. package/dist/components/organisms/FeaturedContent/defaultProps.d.ts +2 -0
  206. package/dist/components/organisms/FeaturedSignpost/FeaturedSignpost.d.ts +27 -0
  207. package/dist/components/organisms/FeaturedSignpost/FeaturedSignpost.stories.d.ts +13 -0
  208. package/dist/components/organisms/FeaturedSignpost/animationProperties.d.ts +104 -0
  209. package/dist/components/organisms/FeaturedSignpost/components/LinesOfIntent.d.ts +8 -0
  210. package/dist/components/organisms/FeaturedSignpost/components/SignpostImage.d.ts +14 -0
  211. package/dist/components/organisms/FeaturedSignpost/defaultProps.d.ts +3 -0
  212. package/dist/components/organisms/FeaturedVideo/FeaturedVideo.d.ts +18 -0
  213. package/dist/components/organisms/FeaturedVideo/FeaturedVideo.stories.d.ts +6 -0
  214. package/dist/components/organisms/FeaturedVideo/defaultProps.d.ts +2 -0
  215. package/dist/components/organisms/FiveArticlesGrid/FiveArticlesGrid.d.ts +11 -0
  216. package/dist/components/organisms/FiveArticlesGrid/FiveArticlesGrid.stories.d.ts +10 -0
  217. package/dist/components/organisms/FiveArticlesGrid/defaultProps.d.ts +2 -0
  218. package/dist/components/organisms/Footer/Footer.d.ts +28 -0
  219. package/dist/components/organisms/Footer/Footer.stories.d.ts +14 -0
  220. package/dist/components/organisms/Footer/defaultProps.d.ts +8 -0
  221. package/dist/components/organisms/GeneralSearchFilter/GeneralSearchFilter.d.ts +31 -0
  222. package/dist/components/organisms/GeneralSearchFilter/GeneralSearchFilter.stories.d.ts +7 -0
  223. package/dist/components/organisms/GeneralSearchFilter/defaultProps.d.ts +2 -0
  224. package/dist/components/organisms/GenericDetailSection/GenericDetailSection.d.ts +12 -0
  225. package/dist/components/organisms/GenericDetailSection/GenericDetailSection.stories.d.ts +13 -0
  226. package/dist/components/organisms/GenericDetailSection/defaultProps.d.ts +5 -0
  227. package/dist/components/organisms/Header/Header.d.ts +30 -0
  228. package/dist/components/organisms/Header/Header.stories.d.ts +12 -0
  229. package/dist/components/organisms/Header/components/MainMenu.d.ts +12 -0
  230. package/dist/components/organisms/Header/components/NestedMenu.d.ts +11 -0
  231. package/dist/components/organisms/Header/components/SearchMenu.d.ts +45 -0
  232. package/dist/components/organisms/Header/defaultProps.d.ts +12 -0
  233. package/dist/components/organisms/Header/types.d.ts +13 -0
  234. package/dist/components/organisms/Hero/Hero.d.ts +44 -0
  235. package/dist/components/organisms/Hero/Hero.stories.d.ts +17 -0
  236. package/dist/components/organisms/Hero/components/LinesOfIntent.d.ts +7 -0
  237. package/dist/components/organisms/Hero/components/PolygonImage.d.ts +16 -0
  238. package/dist/components/organisms/Hero/defaultProps.d.ts +7 -0
  239. package/dist/components/organisms/HeroArticle/HeroArticle.d.ts +22 -0
  240. package/dist/components/organisms/HeroArticle/HeroArticle.stories.d.ts +10 -0
  241. package/dist/components/organisms/HeroArticle/defaultProps.d.ts +2 -0
  242. package/dist/components/organisms/HeroCarousel/HeroCarousel.d.ts +28 -0
  243. package/dist/components/organisms/HeroCarousel/HeroCarousel.stories.d.ts +11 -0
  244. package/dist/components/organisms/HeroCarousel/animationVariants.d.ts +177 -0
  245. package/dist/components/organisms/HeroCarousel/components/HeroCardContent.d.ts +17 -0
  246. package/dist/components/organisms/HeroCarousel/components/HeroImage.d.ts +15 -0
  247. package/dist/components/organisms/HeroCarousel/components/LinesOfIntent.d.ts +8 -0
  248. package/dist/components/organisms/HeroCarousel/defaultProps.d.ts +2 -0
  249. package/dist/components/organisms/HeroCourses/HeroCourses.d.ts +35 -0
  250. package/dist/components/organisms/HeroCourses/HeroCourses.stories.d.ts +14 -0
  251. package/dist/components/organisms/HeroCourses/components/CourseTile.d.ts +8 -0
  252. package/dist/components/organisms/HeroCourses/components/CourseTileRanking.d.ts +9 -0
  253. package/dist/components/organisms/HeroCourses/components/CourseTileSelect.d.ts +7 -0
  254. package/dist/components/organisms/HeroCourses/components/tileLinkClickHandler.d.ts +3 -0
  255. package/dist/components/organisms/HeroCourses/defaultProps.d.ts +43 -0
  256. package/dist/components/organisms/HeroProfile/HeroProfile.d.ts +28 -0
  257. package/dist/components/organisms/HeroProfile/HeroProfile.stories.d.ts +13 -0
  258. package/dist/components/organisms/HeroProfile/defaultProps.d.ts +5 -0
  259. package/dist/components/organisms/ImageBlock/ImageBlock.d.ts +10 -0
  260. package/dist/components/organisms/ImageBlock/ImageBlock.stories.d.ts +24 -0
  261. package/dist/components/organisms/ImageBlock/defaultProps.d.ts +3 -0
  262. package/dist/components/organisms/ImageCarousel/ImageCarousel.d.ts +10 -0
  263. package/dist/components/organisms/ImageCarousel/ImageCarousel.stories.d.ts +13 -0
  264. package/dist/components/organisms/ImageCarousel/defaultProps.d.ts +3 -0
  265. package/dist/components/organisms/InPageNavigation/InPageNavigation.d.ts +11 -0
  266. package/dist/components/organisms/InPageNavigation/InPageNavigation.stories.d.ts +11 -0
  267. package/dist/components/organisms/InPageNavigation/defaultProps.d.ts +2 -0
  268. package/dist/components/organisms/IntroText/IntroText.d.ts +22 -0
  269. package/dist/components/organisms/IntroText/IntroText.stories.d.ts +17 -0
  270. package/dist/components/organisms/IntroText/defaultProps.d.ts +2 -0
  271. package/dist/components/organisms/LeadNewsArticles/LeadNewsArticles.d.ts +12 -0
  272. package/dist/components/organisms/LeadNewsArticles/LeadNewsArticles.stories.d.ts +10 -0
  273. package/dist/components/organisms/LeadNewsArticles/defaultProps.d.ts +2 -0
  274. package/dist/components/organisms/ListingFilterWrapper/ListingFilterWrapper.d.ts +10 -0
  275. package/dist/components/organisms/ListingFilterWrapper/ListingFilterWrapper.stories.d.ts +6 -0
  276. package/dist/components/organisms/ListingResults/ListingResults.d.ts +19 -0
  277. package/dist/components/organisms/ListingResults/ListingResults.stories.d.ts +15 -0
  278. package/dist/components/organisms/ListingResults/defaultProps.d.ts +8 -0
  279. package/dist/components/organisms/ListingResultsCount/ListingResultsCount.d.ts +8 -0
  280. package/dist/components/organisms/ListingResultsCount/ListingResultsCount.stories.d.ts +15 -0
  281. package/dist/components/organisms/LocationSection/LocationSection.d.ts +18 -0
  282. package/dist/components/organisms/LocationSection/LocationSection.stories.d.ts +13 -0
  283. package/dist/components/organisms/LocationSection/defaultProps.d.ts +2 -0
  284. package/dist/components/organisms/ModalCTA/ModalCTA.d.ts +16 -0
  285. package/dist/components/organisms/ModalCTA/ModalCTA.stories.d.ts +12 -0
  286. package/dist/components/organisms/ModalCTA/defaultProps.d.ts +2 -0
  287. package/dist/components/organisms/ModuleCardGroup/ModuleCardGroup.d.ts +10 -0
  288. package/dist/components/organisms/ModuleCardGroup/ModuleCardGroup.stories.d.ts +14 -0
  289. package/dist/components/organisms/ModuleCardGroup/defaultProps.d.ts +2 -0
  290. package/dist/components/organisms/NewsArticlesPromoBlock/NewsArticlesPromoBlock.d.ts +12 -0
  291. package/dist/components/organisms/NewsArticlesPromoBlock/NewsArticlesPromoBlock.stories.d.ts +11 -0
  292. package/dist/components/organisms/NewsArticlesPromoBlock/defaultProps.d.ts +3 -0
  293. package/dist/components/organisms/Pagination/Pagination.d.ts +10 -0
  294. package/dist/components/organisms/Pagination/Pagination.stories.d.ts +12 -0
  295. package/dist/components/organisms/ProfileCarousel/ProfileCarousel.stories.d.ts +13 -0
  296. package/dist/components/organisms/PromoBlock/PromoBlock.d.ts +70 -0
  297. package/dist/components/organisms/PromoBlock/PromoBlock.stories.d.ts +36 -0
  298. package/dist/components/organisms/PromoBlock/defaultProps.d.ts +17 -0
  299. package/dist/components/organisms/PromoBlockGrid/PromoBlockGrid.d.ts +46 -0
  300. package/dist/components/organisms/PromoBlockGrid/PromoBlockGrid.stories.d.ts +17 -0
  301. package/dist/components/organisms/PromoBlockGrid/defaultProps.d.ts +3 -0
  302. package/dist/components/organisms/QuoteBlock/QuoteBlock.d.ts +20 -0
  303. package/dist/components/organisms/QuoteBlock/QuoteBlock.stories.d.ts +19 -0
  304. package/dist/components/organisms/QuoteBlock/defaultProps.d.ts +6 -0
  305. package/dist/components/organisms/RelatedCourses/RelatedCourses.d.ts +18 -0
  306. package/dist/components/organisms/RelatedCourses/RelatedCourses.stories.d.ts +16 -0
  307. package/dist/components/organisms/RelatedCourses/defaultProps.d.ts +2 -0
  308. package/dist/components/organisms/ResearchStoryCarousel/ResearchStoryCarousel.d.ts +17 -0
  309. package/dist/components/organisms/ResearchStoryCarousel/ResearchStoryCarousel.stories.d.ts +10 -0
  310. package/dist/components/organisms/ResearchStoryCarousel/defaultProps.d.ts +2 -0
  311. package/dist/components/organisms/RichText/RichText.d.ts +20 -0
  312. package/dist/components/organisms/RichText/RichText.stories.d.ts +18 -0
  313. package/dist/components/organisms/RichText/defaultProps.d.ts +13 -0
  314. package/dist/components/organisms/ScholarshipCarousel/ScholarshipCarousel.d.ts +13 -0
  315. package/dist/components/organisms/ScholarshipCarousel/ScholarshipCarousel.stories.d.ts +12 -0
  316. package/dist/components/organisms/ScholarshipCarousel/defaultProps.d.ts +2 -0
  317. package/dist/components/organisms/ScrollableTable/ScrollableTable.d.ts +12 -0
  318. package/dist/components/organisms/ScrollableTable/ScrollableTable.stories.d.ts +24 -0
  319. package/dist/components/organisms/ScrollableTable/defaultProps.d.ts +6 -0
  320. package/dist/components/organisms/SearchCourses/SearchCourses.d.ts +79 -0
  321. package/dist/components/organisms/SearchCourses/SearchCourses.stories.d.ts +20 -0
  322. package/dist/components/organisms/SearchCourses/defaultProps.d.ts +4 -0
  323. package/dist/components/organisms/SidebarWrapper/SidebarWrapper.d.ts +12 -0
  324. package/dist/components/organisms/SidebarWrapper/SidebarWrapper.stories.d.ts +15 -0
  325. package/dist/components/organisms/SignPost/SignPost.d.ts +35 -0
  326. package/dist/components/organisms/SignPost/SignPost.stories.d.ts +19 -0
  327. package/dist/components/organisms/SignPost/defaultProps.d.ts +3 -0
  328. package/dist/components/organisms/SingleButton/SingleButton.d.ts +13 -0
  329. package/dist/components/organisms/SingleButton/SingleButton.stories.d.ts +13 -0
  330. package/dist/components/organisms/SingleButton/defaultProps.d.ts +2 -0
  331. package/dist/components/organisms/SkipToContent/SkipToContent.d.ts +7 -0
  332. package/dist/components/organisms/SkipToContent/SkipToContent.stories.d.ts +15 -0
  333. package/dist/components/organisms/StaffListingCarousel/StaffListingCarousel.d.ts +20 -0
  334. package/dist/components/organisms/StaffListingCarousel/StaffListingCarousel.stories.d.ts +16 -0
  335. package/dist/components/organisms/StaffListingCarousel/defaultProps.d.ts +7 -0
  336. package/dist/components/organisms/StandardListingFilter/StandardListingFilter.d.ts +53 -0
  337. package/dist/components/organisms/StandardListingFilter/StandardListingFilter.stories.d.ts +7 -0
  338. package/dist/components/organisms/StandardListingFilter/defaultProps.d.ts +3 -0
  339. package/dist/components/organisms/TabsBlock/TabsBlock.d.ts +52 -0
  340. package/dist/components/organisms/TabsBlock/TabsBlock.stories.d.ts +24 -0
  341. package/dist/components/organisms/TabsBlock/defaultProps.d.ts +4 -0
  342. package/dist/components/organisms/TextWithBackground/TextWithBackground.d.ts +23 -0
  343. package/dist/components/organisms/TextWithBackground/TextWithBackground.stories.d.ts +22 -0
  344. package/dist/components/organisms/TextWithBackground/defaultProps.d.ts +4 -0
  345. package/dist/components/organisms/TopicSelector/TopicSelector.d.ts +17 -0
  346. package/dist/components/organisms/TopicSelector/TopicSelector.stories.d.ts +10 -0
  347. package/dist/components/organisms/TopicSelector/defaultProps.d.ts +2 -0
  348. package/dist/components/organisms/TwoColumnWrapper/TwoColumnWrapper.d.ts +12 -0
  349. package/dist/components/organisms/TwoColumnWrapper/TwoColumnWrapper.stories.d.ts +16 -0
  350. package/dist/components/organisms/VideoCardComponent/VideoCardComponent.d.ts +17 -0
  351. package/dist/components/organisms/VideoCardComponent/VideoCardComponent.stories.d.ts +6 -0
  352. package/dist/components/organisms/VideoCardComponent/defaultProps.d.ts +2 -0
  353. package/dist/components/organisms/VideoEmbed/VideoEmbed.d.ts +23 -0
  354. package/dist/components/organisms/VideoEmbed/VideoEmbed.stories.d.ts +17 -0
  355. package/dist/components/organisms/VideoEmbed/defaultProps.d.ts +2 -0
  356. package/dist/hooks/mediaHook.d.ts +1 -0
  357. package/dist/hooks/useFocusTrap.d.ts +5 -0
  358. package/dist/hooks/useOnClickOutside.d.ts +2 -0
  359. package/dist/hooks/useScrollDirection.d.ts +3 -0
  360. package/dist/index.d.ts +70 -0
  361. package/dist/main.css +1 -0
  362. package/dist/main.js +23 -0
  363. package/dist/module.js +23 -0
  364. package/dist/themeProps.d.ts +1 -0
  365. package/dist/utils/ariaCarousel.d.ts +29 -0
  366. package/dist/utils/getFocusableTreeWalker.d.ts +32 -0
  367. package/dist/utils/util.d.ts +3 -0
  368. 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,2 @@
1
+ import { InPageNavigationProps } from './InPageNavigation';
2
+ export declare const inPageNavigationProps: InPageNavigationProps;
@@ -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,2 @@
1
+ import { IntroTextProps } from './IntroText';
2
+ export declare const introTextProps: IntroTextProps;
@@ -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,2 @@
1
+ import { LeadNewsArticlesProps } from './LeadNewsArticles';
2
+ export declare const leadNewsArticlesProps: LeadNewsArticlesProps;
@@ -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,2 @@
1
+ import { LocationSectionProps } from './LocationSection';
2
+ export declare const locationSectionProps: LocationSectionProps;
@@ -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,2 @@
1
+ import { ModalCTAProps } from './ModalCTA';
2
+ export declare const modalCTAProps: ModalCTAProps;
@@ -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,2 @@
1
+ import { ModuleCardGroupProps } from './ModuleCardGroup';
2
+ export declare const moduleCardGroupProps: ModuleCardGroupProps;
@@ -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,3 @@
1
+ import { NewsArticlesPromoBlockProps } from './NewsArticlesPromoBlock';
2
+ export declare const newsArticlesPromoBlockProps: NewsArticlesPromoBlockProps;
3
+ export declare const videoNewsArticlesPromoBlockProps: NewsArticlesPromoBlockProps;
@@ -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,3 @@
1
+ import { PromoBlockProps } from './PromoBlockGrid';
2
+ export declare const promoBlockGridProps: PromoBlockProps;
3
+ export declare const promoBlockGridPropsCourse: PromoBlockProps;
@@ -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 {};