@uob-web-and-digital/component-library 2.7.2 → 2.7.4

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 type { StoryObj } from '@storybook/react';
2
+ import CampusSelector from './CampusSelector';
3
+ declare const meta: {
4
+ title: string;
5
+ component: typeof CampusSelector;
6
+ tags: string[];
7
+ };
8
+ export default meta;
9
+ type Story = StoryObj<typeof CampusSelector>;
10
+ export declare const Mobile: Story;
11
+ export declare const Desktop: Story;
@@ -0,0 +1,16 @@
1
+ import { ReactElement } from 'react';
2
+ import { ThemeProps } from '../../../themeProps';
3
+ import { LinkWithArrowProps } from '../../atoms/LinkWithArrow/LinkWithArrow';
4
+ import './cardFact.scss';
5
+ export interface CardFactProps {
6
+ theme: ThemeProps;
7
+ inverse?: boolean;
8
+ stat: string;
9
+ description?: string;
10
+ source?: string;
11
+ link?: LinkWithArrowProps;
12
+ }
13
+ /**
14
+ * Primary UI component for user interaction
15
+ */
16
+ export default function CardFact({ theme, inverse, stat, description, source, link }: CardFactProps): ReactElement;
@@ -0,0 +1,14 @@
1
+ import type { StoryObj } from '@storybook/react';
2
+ import CardFact from './CardFact';
3
+ declare const meta: {
4
+ title: string;
5
+ component: typeof CardFact;
6
+ tags: string[];
7
+ parameters: {
8
+ layout: string;
9
+ };
10
+ };
11
+ export default meta;
12
+ type Story = StoryObj<typeof CardFact>;
13
+ export declare const CardFactExampleLight: Story;
14
+ export declare const CardFactExampleDark: Story;
@@ -0,0 +1,32 @@
1
+ import React, { KeyboardEvent } from 'react';
2
+ import { ImageProps } from '../../atoms/Image/Image';
3
+ import { ThemeProps } from '../../../themeProps';
4
+ import './cardFeatured.scss';
5
+ export interface CardFeaturedProps {
6
+ theme: ThemeProps;
7
+ inverse?: boolean;
8
+ imagePrimary: ImageProps;
9
+ imageSecondary: ImageProps;
10
+ imageTertiary: ImageProps;
11
+ categoryLabel: string;
12
+ slideTitle: string;
13
+ subTitle: string;
14
+ introText: string;
15
+ link: string;
16
+ linkText: string;
17
+ cardOrder?: number;
18
+ activeVariant?: string;
19
+ leftInitialPositionTablet?: string;
20
+ rightInitialPositionTablet?: string;
21
+ leftInitialPositionDesktop?: string;
22
+ rightInitialPositionDesktop?: string;
23
+ isMobile?: boolean;
24
+ isTablet?: boolean;
25
+ onKeyDown?: (e: KeyboardEvent<Element>) => void;
26
+ }
27
+ /**
28
+ * Primary UI component for user interaction
29
+ */
30
+ type CardRef = HTMLDivElement | null;
31
+ export declare const CardFeatured: React.ForwardRefExoticComponent<CardFeaturedProps & React.RefAttributes<CardRef>>;
32
+ export default CardFeatured;
@@ -0,0 +1,11 @@
1
+ /// <reference types="react" />
2
+ import type { StoryObj } from '@storybook/react';
3
+ import CardFeatured from './CardFeatured';
4
+ declare const meta: {
5
+ title: string;
6
+ component: React.ForwardRefExoticComponent<import("./CardFeatured").CardFeaturedProps & React.RefAttributes<HTMLDivElement | null>>;
7
+ tags: string[];
8
+ };
9
+ export default meta;
10
+ type Story = StoryObj<typeof CardFeatured>;
11
+ export declare const Light: Story;
@@ -0,0 +1,44 @@
1
+ export declare const variantSecondaryImageTablet: {
2
+ first: {
3
+ top: string;
4
+ };
5
+ second: {
6
+ top: string;
7
+ };
8
+ third: {
9
+ top: string;
10
+ };
11
+ };
12
+ export declare const variantTertiaryImageTablet: {
13
+ first: {
14
+ bottom: string;
15
+ };
16
+ second: {
17
+ bottom: string;
18
+ };
19
+ third: {
20
+ bottom: string;
21
+ };
22
+ };
23
+ export declare const variantSecondaryImageDesktop: {
24
+ first: {
25
+ top: string;
26
+ };
27
+ second: {
28
+ top: string;
29
+ };
30
+ third: {
31
+ top: string;
32
+ };
33
+ };
34
+ export declare const variantTertiaryImageDesktop: {
35
+ first: {
36
+ bottom: string;
37
+ };
38
+ second: {
39
+ bottom: string;
40
+ };
41
+ third: {
42
+ bottom: string;
43
+ };
44
+ };
@@ -0,0 +1,2 @@
1
+ import { CardFeaturedProps } from './CardFeatured';
2
+ export declare const cardFeaturedProps: CardFeaturedProps;
@@ -0,0 +1,23 @@
1
+ import { ReactElement } from 'react';
2
+ import { ImageProps } from '../../atoms/Image/Image';
3
+ import { ThemeProps } from '../../../themeProps';
4
+ import './cardFeaturedNews.scss';
5
+ export interface CardFeaturedNewsProps {
6
+ theme: ThemeProps;
7
+ inverse?: boolean;
8
+ image?: ImageProps;
9
+ tag?: string;
10
+ title: string;
11
+ subtitle?: string;
12
+ href: string;
13
+ publishDate?: string;
14
+ authorString?: string;
15
+ location?: string;
16
+ copy?: string;
17
+ isPrimary?: boolean;
18
+ titleTag: 'h2' | 'h3' | 'h4';
19
+ }
20
+ /**
21
+ * Primary UI component for user interaction
22
+ */
23
+ export default function CardFeaturedNews({ theme, inverse, image, title, href, publishDate, copy, isPrimary, titleTag }: CardFeaturedNewsProps): ReactElement;
@@ -0,0 +1,13 @@
1
+ import type { StoryObj } from '@storybook/react';
2
+ import CardFeaturedNews from './CardFeaturedNews';
3
+ declare const meta: {
4
+ title: string;
5
+ component: typeof CardFeaturedNews;
6
+ tags: string[];
7
+ parameters: {
8
+ layout: string;
9
+ };
10
+ };
11
+ export default meta;
12
+ type Story = StoryObj<typeof CardFeaturedNews>;
13
+ export declare const FeaturedNewsCardExample: Story;
@@ -0,0 +1,15 @@
1
+ import { ReactElement } from 'react';
2
+ import { ImageProps } from '../../atoms/Image/Image';
3
+ import { ThemeProps } from '../../../themeProps';
4
+ import './cardImage.scss';
5
+ export interface CardImageProps {
6
+ theme: ThemeProps;
7
+ inverse?: boolean;
8
+ image: ImageProps;
9
+ imageCaption?: string;
10
+ imageCredit?: string;
11
+ }
12
+ /**
13
+ * Primary UI component for user interaction
14
+ */
15
+ export default function CardImage({ theme, inverse, image, imageCaption, imageCredit }: CardImageProps): ReactElement;
@@ -0,0 +1,18 @@
1
+ import type { StoryObj } from '@storybook/react';
2
+ import CardImage from './CardImage';
3
+ import './cardImage.scss';
4
+ declare const meta: {
5
+ title: string;
6
+ component: typeof CardImage;
7
+ tags: string[];
8
+ parameters: {
9
+ backgrounds: {
10
+ default: string;
11
+ };
12
+ };
13
+ };
14
+ export default meta;
15
+ type Story = StoryObj<typeof CardImage>;
16
+ export declare const Default: Story;
17
+ export declare const Dark: Story;
18
+ export declare const Light: Story;
@@ -0,0 +1,2 @@
1
+ import { CardImageProps } from './CardImage';
2
+ export declare const cardImageProps: CardImageProps;
@@ -0,0 +1,19 @@
1
+ import { ReactElement } from 'react';
2
+ import { ImageProps } from '../../atoms/Image/Image';
3
+ import { ThemeProps } from '../../../themeProps';
4
+ import './cardMenu.scss';
5
+ export interface CardMenuProps {
6
+ theme: ThemeProps;
7
+ inverse?: boolean;
8
+ image: ImageProps;
9
+ tag: string;
10
+ title: string;
11
+ description?: string;
12
+ href: string;
13
+ linkText?: string;
14
+ type: 'primary' | 'secondary';
15
+ }
16
+ /**
17
+ * Primary UI component for user interaction
18
+ */
19
+ export default function CardMenu({ theme, inverse, image, tag, title, href, linkText, description, type }: CardMenuProps): ReactElement;
@@ -0,0 +1,14 @@
1
+ import type { StoryObj } from '@storybook/react';
2
+ import CardMenu from './CardMenu';
3
+ declare const meta: {
4
+ title: string;
5
+ component: typeof CardMenu;
6
+ tags: string[];
7
+ parameters: {
8
+ layout: string;
9
+ };
10
+ };
11
+ export default meta;
12
+ type Story = StoryObj<typeof CardMenu>;
13
+ export declare const Primary: Story;
14
+ export declare const Secondary: Story;
@@ -0,0 +1,14 @@
1
+ import { ReactElement } from 'react';
2
+ import { ThemeProps } from '../../../themeProps';
3
+ import './cardModuleCard.scss';
4
+ export interface CardModuleCardProps {
5
+ theme: ThemeProps;
6
+ title: string;
7
+ creditCount?: string;
8
+ href: string;
9
+ titleTag?: 'h2' | 'h3';
10
+ }
11
+ /**
12
+ * Primary UI component for user interaction
13
+ */
14
+ export default function CardModuleCard({ theme, title, creditCount, href, titleTag }: CardModuleCardProps): ReactElement;
@@ -0,0 +1,14 @@
1
+ import type { StoryObj } from '@storybook/react';
2
+ import CardModuleCard from './CardModuleCard';
3
+ declare const meta: {
4
+ title: string;
5
+ component: typeof CardModuleCard;
6
+ tags: string[];
7
+ parameters: {
8
+ layout: string;
9
+ };
10
+ };
11
+ export default meta;
12
+ type Story = StoryObj<typeof CardModuleCard>;
13
+ export declare const Example: Story;
14
+ export declare const WithoutCreditCount: Story;
@@ -0,0 +1,19 @@
1
+ import { ReactElement } from 'react';
2
+ import { ImageProps } from '../../atoms/Image/Image';
3
+ import { ThemeProps } from '../../../themeProps';
4
+ import './cardNews.scss';
5
+ import { HeadingProps } from '../../atoms/Heading/Heading';
6
+ export interface CardNewsProps {
7
+ theme: ThemeProps;
8
+ inverse?: boolean;
9
+ image: ImageProps;
10
+ tag: string;
11
+ title: string;
12
+ href: string;
13
+ publishDate: string;
14
+ titleTag: HeadingProps['htmlTag'];
15
+ }
16
+ /**
17
+ * Primary UI component for user interaction
18
+ */
19
+ export default function CardNews({ theme, inverse, image, tag, title, href, publishDate, titleTag }: CardNewsProps): ReactElement;
@@ -0,0 +1,15 @@
1
+ import type { StoryObj } from '@storybook/react';
2
+ import CardNews from './CardNews';
3
+ declare const meta: {
4
+ title: string;
5
+ component: typeof CardNews;
6
+ tags: string[];
7
+ parameters: {
8
+ layout: string;
9
+ };
10
+ };
11
+ export default meta;
12
+ type Story = StoryObj<typeof CardNews>;
13
+ export declare const Light: Story;
14
+ export declare const LightH3Title: Story;
15
+ export declare const LightH4Title: Story;
@@ -0,0 +1,2 @@
1
+ import { CardNewsProps } from './CardNews';
2
+ export declare const cardNewsProps: CardNewsProps;
@@ -0,0 +1,18 @@
1
+ import { ReactElement } from 'react';
2
+ import { ImageProps } from '../../atoms/Image/Image';
3
+ import { ThemeProps } from '../../../themeProps';
4
+ import './cardProfile.scss';
5
+ export interface CardProfileProps {
6
+ theme: ThemeProps;
7
+ inverse?: boolean;
8
+ image: ImageProps;
9
+ name: string;
10
+ courseTitle: string;
11
+ copy: string;
12
+ href: string;
13
+ titleTag?: 'h2' | 'h3';
14
+ }
15
+ /**
16
+ * Primary UI component for user interaction
17
+ */
18
+ export default function CardProfile({ theme, inverse, image, name, courseTitle, href, copy, titleTag }: CardProfileProps): ReactElement;
@@ -0,0 +1,13 @@
1
+ import type { StoryObj } from '@storybook/react';
2
+ import CardProfile from './CardProfile';
3
+ declare const meta: {
4
+ title: string;
5
+ component: typeof CardProfile;
6
+ tags: string[];
7
+ parameters: {
8
+ layout: string;
9
+ };
10
+ };
11
+ export default meta;
12
+ type Story = StoryObj<typeof CardProfile>;
13
+ export declare const ExampleSingleCard: Story;
@@ -0,0 +1,34 @@
1
+ import { ReactElement } from 'react';
2
+ import { ImageProps } from '../../atoms/Image/Image';
3
+ import { ThemeProps } from '../../../themeProps';
4
+ import './cardPromo.scss';
5
+ import { HeadingProps } from '../../atoms/Heading/Heading';
6
+ import { CalendarGraphicProps } from '../../atoms/CalendarGraphic/CalendarGraphic';
7
+ export interface CardPromoProps {
8
+ theme: ThemeProps;
9
+ inverse?: boolean;
10
+ image?: ImageProps;
11
+ tag?: string;
12
+ title: string;
13
+ subtitle?: string;
14
+ href: string;
15
+ publishDate?: string;
16
+ eventTime?: string;
17
+ authorString?: string;
18
+ readingTime?: string;
19
+ studyLevel?: string;
20
+ topic?: string;
21
+ location?: string;
22
+ copy?: string;
23
+ isSingle?: boolean;
24
+ titleTag: HeadingProps['htmlTag'];
25
+ cardCopyIsRichText?: boolean;
26
+ eventStatus?: CalendarGraphicProps['status'];
27
+ eventDay?: CalendarGraphicProps['day'];
28
+ eventMonth?: CalendarGraphicProps['month'];
29
+ inStoryCarousel?: boolean;
30
+ }
31
+ /**
32
+ * Primary UI component for user interaction
33
+ */
34
+ export default function CardPromo({ theme, inverse, image, tag, title, subtitle, href, publishDate, authorString, readingTime, location, copy, isSingle, titleTag, cardCopyIsRichText, eventTime, eventStatus, eventDay, eventMonth, inStoryCarousel }: CardPromoProps): ReactElement;
@@ -0,0 +1,21 @@
1
+ import type { StoryObj } from '@storybook/react';
2
+ import CardPromo from './CardPromo';
3
+ declare const meta: {
4
+ title: string;
5
+ component: typeof CardPromo;
6
+ tags: string[];
7
+ parameters: {
8
+ layout: string;
9
+ };
10
+ };
11
+ export default meta;
12
+ type Story = StoryObj<typeof CardPromo>;
13
+ export declare const SinglePromoCardLight: Story;
14
+ export declare const SinglePromoCardDark: Story;
15
+ export declare const SinglePromoCardLightRichTextCopy: Story;
16
+ export declare const SinglePromoCardDarkRichTextCopy: Story;
17
+ export declare const CardNoImage: Story;
18
+ export declare const OneOfManyPromoCards: Story;
19
+ export declare const EventPromoCardUpcomingExample: Story;
20
+ export declare const EventPromoCardRecordedExample: Story;
21
+ export declare const EventPromoCardMoreDatesExample: Story;
@@ -0,0 +1,22 @@
1
+ import { ReactElement } from 'react';
2
+ import { ImageProps } from '../../atoms/Image/Image';
3
+ import { ThemeProps } from '../../../themeProps';
4
+ import './cardPromoProfile.scss';
5
+ import { SearchResultDetailProps } from '../../atoms/SearchResultDetail/SearchResultDetail';
6
+ export interface CardPromoProfileProps {
7
+ theme: ThemeProps;
8
+ inverse?: boolean;
9
+ image: ImageProps;
10
+ name: string;
11
+ jobTitle: string;
12
+ department: string;
13
+ copy: string;
14
+ href: string;
15
+ isSingle?: boolean;
16
+ details?: Omit<SearchResultDetailProps, 'theme'>[];
17
+ titleTag: 'h2' | 'h3' | 'h4';
18
+ }
19
+ /**
20
+ * Primary UI component for user interaction
21
+ */
22
+ export default function CardPromoProfile({ theme, inverse, image, name, jobTitle, department, href, copy, isSingle, titleTag, details }: CardPromoProfileProps): ReactElement;
@@ -0,0 +1,15 @@
1
+ import type { StoryObj } from '@storybook/react';
2
+ import CardPromoProfile from './CardPromoProfile';
3
+ declare const meta: {
4
+ title: string;
5
+ component: typeof CardPromoProfile;
6
+ tags: string[];
7
+ parameters: {
8
+ layout: string;
9
+ };
10
+ };
11
+ export default meta;
12
+ type Story = StoryObj<typeof CardPromoProfile>;
13
+ export declare const CardPromoProfileSingle: Story;
14
+ export declare const CardPromoProfileSingleDark: Story;
15
+ export declare const CardPromoProfileMultiple: Story;
@@ -0,0 +1,30 @@
1
+ import { ReactElement } from 'react';
2
+ import { ImageProps } from '../../atoms/Image/Image';
3
+ import { ThemeProps } from '../../../themeProps';
4
+ import { TextButtonProps } from '../../atoms/TextButton/TextButton';
5
+ import { LinkWithArrowProps } from '../../atoms/LinkWithArrow/LinkWithArrow';
6
+ import './cardPromoSignpost.scss';
7
+ import { HeadingProps } from '../../atoms/Heading/Heading';
8
+ export interface CardPromoSignpostProps {
9
+ theme: ThemeProps;
10
+ inverse?: boolean;
11
+ image?: ImageProps;
12
+ imageOrientation?: 'left' | 'right';
13
+ tag?: string;
14
+ title?: string;
15
+ subtitle?: string;
16
+ publishDate?: string;
17
+ authorString?: string;
18
+ location?: string;
19
+ copy?: string;
20
+ cardCopyIsRichText?: boolean;
21
+ isSingle?: boolean;
22
+ buttonPrimary?: TextButtonProps;
23
+ buttonSecondary?: TextButtonProps;
24
+ link?: LinkWithArrowProps;
25
+ titleTag: HeadingProps['htmlTag'];
26
+ }
27
+ /**
28
+ * Primary UI component for user interaction
29
+ */
30
+ export default function CardPromoSignpost({ theme, inverse, image, tag, title, subtitle, publishDate, authorString, location, copy, isSingle, cardCopyIsRichText, buttonPrimary, buttonSecondary, link, imageOrientation, titleTag }: CardPromoSignpostProps): ReactElement;
@@ -0,0 +1,18 @@
1
+ import type { StoryObj } from '@storybook/react';
2
+ import CardPromoSignpost from './CardPromoSignpost';
3
+ declare const meta: {
4
+ title: string;
5
+ component: typeof CardPromoSignpost;
6
+ tags: string[];
7
+ parameters: {
8
+ layout: string;
9
+ };
10
+ };
11
+ export default meta;
12
+ type Story = StoryObj<typeof CardPromoSignpost>;
13
+ export declare const SinglePromoSignpostCardLight: Story;
14
+ export declare const SinglePromoSignpostCardsDarkRightImage: Story;
15
+ export declare const SinglePromoSignpostCardLightNoTitle: Story;
16
+ export declare const OneOfManyPromoSignpostCardsDark: Story;
17
+ export declare const SinglePromoSignpostCardsDarkRightImageH4Title: Story;
18
+ export declare const ImageWithTextExampleWithMultiCopyParagraphs: Story;
@@ -0,0 +1,20 @@
1
+ import { ReactElement } from 'react';
2
+ import { ImageProps } from '../../atoms/Image/Image';
3
+ import { ThemeProps } from '../../../themeProps';
4
+ import './cardPromoVideo.scss';
5
+ export interface CardPromoVideoProps {
6
+ theme: ThemeProps;
7
+ inverse?: boolean;
8
+ image?: ImageProps;
9
+ title: string;
10
+ href: string;
11
+ publishDate?: string;
12
+ videoLength?: string;
13
+ copy?: string;
14
+ isSingle?: boolean;
15
+ titleTag: 'h2' | 'h3';
16
+ }
17
+ /**
18
+ * Primary UI component for user interaction
19
+ */
20
+ export default function CardPromoVideo({ theme, inverse, image, title, publishDate, videoLength, copy, isSingle, href, titleTag }: CardPromoVideoProps): ReactElement;
@@ -0,0 +1,16 @@
1
+ import type { StoryObj } from '@storybook/react';
2
+ import CardPromoVideo from './CardPromoVideo';
3
+ declare const meta: {
4
+ title: string;
5
+ component: typeof CardPromoVideo;
6
+ tags: string[];
7
+ parameters: {
8
+ layout: string;
9
+ };
10
+ };
11
+ export default meta;
12
+ type Story = StoryObj<typeof CardPromoVideo>;
13
+ export declare const SinglePromoVideoCardDark: Story;
14
+ export declare const SinglePromoVideoCardLight: Story;
15
+ export declare const OneOfManyPromoVideoCardsDark: Story;
16
+ export declare const OneOfManyPromoVideoCardsLight: Story;
@@ -0,0 +1,15 @@
1
+ import { ReactElement } from 'react';
2
+ import { ThemeProps } from '../../../themeProps';
3
+ import './cardRelatedCourse.scss';
4
+ export interface CardRelatedProps {
5
+ theme: ThemeProps;
6
+ inverse?: boolean;
7
+ title: string;
8
+ subtitle: string;
9
+ href: string;
10
+ titleTag?: 'h2' | 'h3';
11
+ }
12
+ /**
13
+ * Primary UI component for user interaction
14
+ */
15
+ export default function CardRelated({ theme, inverse, title, subtitle, href, titleTag }: CardRelatedProps): ReactElement;
@@ -0,0 +1,13 @@
1
+ import type { StoryObj } from '@storybook/react';
2
+ import CardRelatedCourse from './CardRelatedCourse';
3
+ declare const meta: {
4
+ title: string;
5
+ component: typeof CardRelatedCourse;
6
+ tags: string[];
7
+ parameters: {
8
+ layout: string;
9
+ };
10
+ };
11
+ export default meta;
12
+ type Story = StoryObj<typeof CardRelatedCourse>;
13
+ export declare const Example: Story;
@@ -0,0 +1,18 @@
1
+ import { ReactElement } from 'react';
2
+ import { ThemeProps } from '../../../themeProps';
3
+ import { HeadingProps } from '../../atoms/Heading/Heading';
4
+ import './cardResearchStory.scss';
5
+ export interface CardResearchStoryProps {
6
+ theme: ThemeProps;
7
+ inverse?: boolean;
8
+ title: string;
9
+ author: string;
10
+ copy: string;
11
+ href: string;
12
+ date?: string;
13
+ titleTag?: HeadingProps['htmlTag'];
14
+ }
15
+ /**
16
+ * Primary UI component for user interaction
17
+ */
18
+ export default function CardResearchStory({ theme, inverse, title, author, href, copy, date, titleTag }: CardResearchStoryProps): ReactElement;
@@ -0,0 +1,13 @@
1
+ import type { StoryObj } from '@storybook/react';
2
+ import CardResearchStory from './CardResearchStory';
3
+ declare const meta: {
4
+ title: string;
5
+ component: typeof CardResearchStory;
6
+ tags: string[];
7
+ parameters: {
8
+ layout: string;
9
+ };
10
+ };
11
+ export default meta;
12
+ type Story = StoryObj<typeof CardResearchStory>;
13
+ export declare const ExampleCardResearchStory: Story;
@@ -0,0 +1,21 @@
1
+ import { ReactElement } from 'react';
2
+ import { ThemeProps } from '../../../themeProps';
3
+ import './cardScholarship.scss';
4
+ export interface ScholarshipProps {
5
+ awardType: string;
6
+ value: string;
7
+ deadline: string;
8
+ }
9
+ export interface CardScholarshipProps {
10
+ theme: ThemeProps;
11
+ inverse?: boolean;
12
+ title: string;
13
+ copy: string;
14
+ href: string;
15
+ scholarshipDetails: ScholarshipProps;
16
+ titleTag?: 'h2' | 'h3';
17
+ }
18
+ /**
19
+ * Primary UI component for user interaction
20
+ */
21
+ export default function CardScholarship({ theme, inverse, title, href, copy, scholarshipDetails, titleTag }: CardScholarshipProps): ReactElement;
@@ -0,0 +1,13 @@
1
+ import type { StoryObj } from '@storybook/react';
2
+ import CardScholarship from './CardScholarship';
3
+ declare const meta: {
4
+ title: string;
5
+ component: typeof CardScholarship;
6
+ tags: string[];
7
+ parameters: {
8
+ layout: string;
9
+ };
10
+ };
11
+ export default meta;
12
+ type Story = StoryObj<typeof CardScholarship>;
13
+ export declare const ExampleScholarshipCard: Story;