@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
package/README.md CHANGED
@@ -1,111 +1,111 @@
1
- # University of Birmingham Component Library
2
-
3
- This is the frontend component library for the University of Birmingham website built using Storybook 7 and SASS.
4
-
5
- ## Contents
6
-
7
- - [Installation and setup](#installation-and-setup)
8
- - [Working locally on the project](#working-locally-on-the-project)
9
- - [Creating Components](#creating-components)
10
- - [Deploying changes to the public Storybook](#deploying-project-changes-to-the-public-storybook)
11
- - [Publishing changes to the NPMJS package library](#publishing-changes-to-the-npmjs-package-library)
12
- - [Using the NPMJS package library](#using-the-component-package-library)
13
-
14
- ## Installation and setup
15
-
16
- ### Compatibility
17
-
18
- - **Node:** ^18.18.0
19
- - **React:** ^18.3.1
20
-
21
- ### Setting up the project locally
22
-
23
- 1. Clone the repo from Github: `git clone git@github.com:uob-itservices/component-library.git`
24
- 2. Install NPM Node Modules by running `npm install` from the project root
25
-
26
- ## Working locally on the project
27
-
28
- Run `npm run storybook` from the project root. This will run a new instance of [Storybook](https://storybook.js.org/) that can be accessed from `localhost:6006`.
29
-
30
- Changes made locally are automatically compiled and the browser instance of Storybook will automaticaly refresh, hot-loading changes very quickly where possible.
31
-
32
- ## Creating components
33
-
34
- Components should always be created within the `src/components` folder.
35
-
36
- ### Naming component folders
37
-
38
- You can create a new folder within `src/components` that is based on the chosen name for your component. The format of this folder name, react component and story should always be PascalCase i.e. `MyNewComponent`. SASS files should always be camelCase i.e. `myNewComponent`
39
-
40
- ### Component file structure
41
-
42
- Within the component folder you must create the following 3 files:
43
-
44
- ```
45
- ComponentName
46
- |_ {ComponentName}.tsx
47
- |_ {ComponentName}.stories.ts
48
- |_ {componentName}.scss
49
- ```
50
-
51
- #### {ComponentName}.tsx
52
-
53
- This file is where the Component Structure is defined.
54
-
55
- #### {ComponentName}.stories.ts
56
-
57
- This file allows developers to pass in mockup content to the component that will render within Storybook. More information is available in the Storybook docs [Storybook JS - Defining Stories](https://storybook.js.org/docs/react/writing-stories/introduction#defining-stories)
58
-
59
- #### {componentName}.scss
60
-
61
- This is where component styling is defined using SASS/CSS.
62
-
63
- ## Deploying project changes to the public Storybook
64
-
65
- The visible Storybook for sharing changes is private and is accessed at [https://stunning-invention-1w42em5.pages.github.io/](https://stunning-invention-1w42em5.pages.github.io/) you will need to be a member of the uob-itservices GitHub organisation and have access to the repository.
66
-
67
- This is automatically deployed and built when changes are pushed to the `develop` branch of the GitHub repository.
68
-
69
- ## Linting Before Committing
70
-
71
- Before pushing a new commit to this component-library, please ensure that you run the following ES Lint command in your terminal:
72
-
73
- `npm run lint`
74
-
75
- This will highlight any linting issues that may arise when making file changes that will need to be fixed.
76
-
77
- To adhere to the commit message best practice commitlint is used. More information on commit message linting can be found here at [https://github.com/conventional-changelog/commitlint/#what-is-commitlint](https://github.com/conventional-changelog/commitlint/#what-is-commitlint)
78
-
79
- ## Publishing changes to the NPMJS package library
80
-
81
- The repository will need publishing to the NPMJS package library [https://www.npmjs.com/package/@uob-web-and-digital/component-library](https://www.npmjs.com/package/@uob-web-and-digital/component-library) before it can be used in the UoB website.
82
-
83
- This is a private package so a read-only NPM access token will need be created in order to install the package.
84
-
85
- When the library in ready for a new release of the NPM package, you will need to increase the version number in the package.json and run a `npm install` to ensure the project gets updated with this version. After this you will need to create a pull request into the `develop` branch and then another pull request from the `develop` branch into `main`
86
-
87
- As this is a manual process, ensure that the `main` branch of the repository is always in sync with the currently published package.
88
-
89
- Releasing to the NPM registry are managed by GitHub Actions. You will need to create a new release and use the new release version as the tag. Once the release is published a GitHub Action will automatically run all the steps to publish the package on NPM.
90
-
91
- ## Using the component package library
92
-
93
- In order to use the package you must have a NPM Access Token with read-only access to `@uob-web-and-digital/component-library`.
94
-
95
- To install the package run `npm install @uob-web-and-digital/component-library`.
96
-
97
- After installation you will need to add the following to your layout file;
98
-
99
- ```
100
- import '@uob-web-and-digital/component-library/dist/main.css';
101
- ```
102
-
103
- ## Base64 fonts
104
-
105
- Fonts are base64 encoded so they are not hosted on a third party.
106
-
107
- To encode fonts to base64 you can run;
108
-
109
- ```
110
- base64 -i Font.woff2 -o Font64txt
111
- ```
1
+ # University of Birmingham Component Library
2
+
3
+ This is the frontend component library for the University of Birmingham website built using Storybook 7 and SASS.
4
+
5
+ ## Contents
6
+
7
+ - [Installation and setup](#installation-and-setup)
8
+ - [Working locally on the project](#working-locally-on-the-project)
9
+ - [Creating Components](#creating-components)
10
+ - [Deploying changes to the public Storybook](#deploying-project-changes-to-the-public-storybook)
11
+ - [Publishing changes to the NPMJS package library](#publishing-changes-to-the-npmjs-package-library)
12
+ - [Using the NPMJS package library](#using-the-component-package-library)
13
+
14
+ ## Installation and setup
15
+
16
+ ### Compatibility
17
+
18
+ - **Node:** ^18.18.0
19
+ - **React:** ^18.3.1
20
+
21
+ ### Setting up the project locally
22
+
23
+ 1. Clone the repo from Github: `git clone git@github.com:uob-itservices/component-library.git`
24
+ 2. Install NPM Node Modules by running `npm install` from the project root
25
+
26
+ ## Working locally on the project
27
+
28
+ Run `npm run storybook` from the project root. This will run a new instance of [Storybook](https://storybook.js.org/) that can be accessed from `localhost:6006`.
29
+
30
+ Changes made locally are automatically compiled and the browser instance of Storybook will automaticaly refresh, hot-loading changes very quickly where possible.
31
+
32
+ ## Creating components
33
+
34
+ Components should always be created within the `src/components` folder.
35
+
36
+ ### Naming component folders
37
+
38
+ You can create a new folder within `src/components` that is based on the chosen name for your component. The format of this folder name, react component and story should always be PascalCase i.e. `MyNewComponent`. SASS files should always be camelCase i.e. `myNewComponent`
39
+
40
+ ### Component file structure
41
+
42
+ Within the component folder you must create the following 3 files:
43
+
44
+ ```
45
+ ComponentName
46
+ |_ {ComponentName}.tsx
47
+ |_ {ComponentName}.stories.ts
48
+ |_ {componentName}.scss
49
+ ```
50
+
51
+ #### {ComponentName}.tsx
52
+
53
+ This file is where the Component Structure is defined.
54
+
55
+ #### {ComponentName}.stories.ts
56
+
57
+ This file allows developers to pass in mockup content to the component that will render within Storybook. More information is available in the Storybook docs [Storybook JS - Defining Stories](https://storybook.js.org/docs/react/writing-stories/introduction#defining-stories)
58
+
59
+ #### {componentName}.scss
60
+
61
+ This is where component styling is defined using SASS/CSS.
62
+
63
+ ## Deploying project changes to the public Storybook
64
+
65
+ The visible Storybook for sharing changes is private and is accessed at [https://stunning-invention-1w42em5.pages.github.io/](https://stunning-invention-1w42em5.pages.github.io/) you will need to be a member of the uob-itservices GitHub organisation and have access to the repository.
66
+
67
+ This is automatically deployed and built when changes are pushed to the `develop` branch of the GitHub repository.
68
+
69
+ ## Linting Before Committing
70
+
71
+ Before pushing a new commit to this component-library, please ensure that you run the following ES Lint command in your terminal:
72
+
73
+ `npm run lint`
74
+
75
+ This will highlight any linting issues that may arise when making file changes that will need to be fixed.
76
+
77
+ To adhere to the commit message best practice commitlint is used. More information on commit message linting can be found here at [https://github.com/conventional-changelog/commitlint/#what-is-commitlint](https://github.com/conventional-changelog/commitlint/#what-is-commitlint)
78
+
79
+ ## Publishing changes to the NPMJS package library
80
+
81
+ The repository will need publishing to the NPMJS package library [https://www.npmjs.com/package/@uob-web-and-digital/component-library](https://www.npmjs.com/package/@uob-web-and-digital/component-library) before it can be used in the UoB website.
82
+
83
+ This is a private package so a read-only NPM access token will need be created in order to install the package.
84
+
85
+ When the library in ready for a new release of the NPM package, you will need to increase the version number in the package.json and run a `npm install` to ensure the project gets updated with this version. After this you will need to create a pull request into the `develop` branch and then another pull request from the `develop` branch into `main`
86
+
87
+ As this is a manual process, ensure that the `main` branch of the repository is always in sync with the currently published package.
88
+
89
+ Releasing to the NPM registry are managed by GitHub Actions. You will need to create a new release and use the new release version as the tag. Once the release is published a GitHub Action will automatically run all the steps to publish the package on NPM.
90
+
91
+ ## Using the component package library
92
+
93
+ In order to use the package you must have a NPM Access Token with read-only access to `@uob-web-and-digital/component-library`.
94
+
95
+ To install the package run `npm install @uob-web-and-digital/component-library`.
96
+
97
+ After installation you will need to add the following to your layout file;
98
+
99
+ ```
100
+ import '@uob-web-and-digital/component-library/dist/main.css';
101
+ ```
102
+
103
+ ## Base64 fonts
104
+
105
+ Fonts are base64 encoded so they are not hosted on a third party.
106
+
107
+ To encode fonts to base64 you can run;
108
+
109
+ ```
110
+ base64 -i Font.woff2 -o Font64txt
111
+ ```
@@ -0,0 +1,10 @@
1
+ import { ReactElement } from 'react';
2
+ import { ThemeProps } from '../../../themeProps';
3
+ import './breadcrumbLink.scss';
4
+ export interface BreadcrumbLinkProps {
5
+ theme: ThemeProps;
6
+ inverse?: boolean;
7
+ url: string;
8
+ title: string;
9
+ }
10
+ export default function BreadcrumbLink({ theme, inverse, url, title }: BreadcrumbLinkProps): ReactElement;
@@ -0,0 +1,11 @@
1
+ import type { StoryObj } from '@storybook/react';
2
+ import BreadcrumbLink from './BreadcrumbLink';
3
+ declare const meta: {
4
+ title: string;
5
+ component: typeof BreadcrumbLink;
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,10 @@
1
+ import { ReactElement } from 'react';
2
+ import { ThemeProps } from '../../../themeProps';
3
+ import './calendarGraphic.scss';
4
+ export interface CalendarGraphicProps {
5
+ theme: ThemeProps;
6
+ status: 'Upcoming' | 'Recorded' | 'More';
7
+ day?: string;
8
+ month?: string;
9
+ }
10
+ export default function CalendarGraphic({ theme, status, day, month }: CalendarGraphicProps): ReactElement;
@@ -0,0 +1,12 @@
1
+ import type { StoryObj } from '@storybook/react';
2
+ import CalendarGraphic from './CalendarGraphic';
3
+ declare const meta: {
4
+ title: string;
5
+ component: typeof CalendarGraphic;
6
+ tags: string[];
7
+ };
8
+ export default meta;
9
+ type Story = StoryObj<typeof meta>;
10
+ export declare const CalendarGraphicUpcomingEvent: Story;
11
+ export declare const CalendarGraphicRecordedEvent: Story;
12
+ export declare const CalendarGraphicMoreDatesEvent: Story;
@@ -0,0 +1,17 @@
1
+ import { ReactElement } from 'react';
2
+ import { ThemeProps } from '../../../themeProps';
3
+ import './campusSelectorLink.scss';
4
+ export interface CampusSelectorLinkProps {
5
+ /**
6
+ * The theme to use
7
+ */
8
+ theme: ThemeProps;
9
+ /**
10
+ * Whether to inverse the colours
11
+ */
12
+ label: string;
13
+ url: string;
14
+ externalLink?: boolean;
15
+ active?: boolean;
16
+ }
17
+ export default function CampusSelectorLink({ theme, label, url, externalLink, active }: CampusSelectorLinkProps): ReactElement;
@@ -0,0 +1,11 @@
1
+ import type { StoryObj } from '@storybook/react';
2
+ import CampusSelectorLink from './CampusSelectorLink';
3
+ declare const meta: {
4
+ title: string;
5
+ component: typeof CampusSelectorLink;
6
+ tags: string[];
7
+ };
8
+ export default meta;
9
+ type Story = StoryObj<typeof CampusSelectorLink>;
10
+ export declare const Default: Story;
11
+ export declare const Active: Story;
@@ -0,0 +1,13 @@
1
+ import { ReactElement, ChangeEvent } from 'react';
2
+ import { ThemeProps } from '../../../themeProps';
3
+ import './checkbox.scss';
4
+ export interface CheckboxProps {
5
+ theme: ThemeProps;
6
+ name: string;
7
+ value: string;
8
+ defaultChecked?: boolean;
9
+ label: string;
10
+ id: string;
11
+ onChange?: (e: ChangeEvent) => void;
12
+ }
13
+ export default function Checkbox({ theme, name, defaultChecked, label, id, value, onChange }: CheckboxProps): ReactElement;
@@ -0,0 +1,10 @@
1
+ import type { StoryObj } from '@storybook/react';
2
+ import Checkbox from './Checkbox';
3
+ declare const meta: {
4
+ title: string;
5
+ component: typeof Checkbox;
6
+ tags: string[];
7
+ };
8
+ export default meta;
9
+ type Story = StoryObj<typeof Checkbox>;
10
+ export declare const Default: Story;
@@ -0,0 +1,10 @@
1
+ import { ReactElement } from 'react';
2
+ import { ThemeProps } from '../../../themeProps';
3
+ import { IconType } from '../Icons/Icons';
4
+ import './courseDeliveryPill.scss';
5
+ export interface CourseDeliveryPillProps {
6
+ theme: ThemeProps;
7
+ label: string;
8
+ iconType?: IconType;
9
+ }
10
+ export default function CourseDeliveryPill({ theme, label, iconType }: CourseDeliveryPillProps): ReactElement;
@@ -0,0 +1,11 @@
1
+ import type { StoryObj } from '@storybook/react';
2
+ import CourseDeliveryPill from './CourseDeliveryPill';
3
+ declare const meta: {
4
+ title: string;
5
+ component: typeof CourseDeliveryPill;
6
+ tags: string[];
7
+ };
8
+ export default meta;
9
+ type Story = StoryObj<typeof CourseDeliveryPill>;
10
+ export declare const Default: Story;
11
+ export declare const NoIcon: Story;
@@ -0,0 +1,11 @@
1
+ import { ReactElement } from 'react';
2
+ import { ThemeProps } from '../../../themeProps';
3
+ import { IconType } from '../Icons/Icons';
4
+ import './courseIcon.scss';
5
+ export interface CourseIconProps {
6
+ theme: ThemeProps;
7
+ inverse?: boolean;
8
+ icon: IconType;
9
+ backgroundColor?: 'pale' | 'dark';
10
+ }
11
+ export default function CourseIcon({ theme, inverse, icon, backgroundColor }: CourseIconProps): ReactElement;
@@ -0,0 +1,12 @@
1
+ import { ReactElement } from 'react';
2
+ declare const meta: {
3
+ title: string;
4
+ parameters: {
5
+ layout: string;
6
+ backgrounds: {
7
+ default: string;
8
+ };
9
+ };
10
+ };
11
+ export default meta;
12
+ export declare const allCourseIconsExample: () => ReactElement;
@@ -0,0 +1,12 @@
1
+ import { ChangeEvent, ReactElement } from 'react';
2
+ import { ThemeProps } from '../../../themeProps';
3
+ import './dateInput.scss';
4
+ export interface DateInputProps {
5
+ theme: ThemeProps;
6
+ name: string;
7
+ id: string;
8
+ label: string;
9
+ defaultValue?: string;
10
+ onChange?: (e: ChangeEvent) => void;
11
+ }
12
+ export default function DateInput({ theme, name, id, label, defaultValue, onChange }: DateInputProps): ReactElement;
@@ -0,0 +1,6 @@
1
+ import type { Meta, StoryObj } from '@storybook/react';
2
+ import DateInput from './DateInput';
3
+ declare const meta: Meta<typeof DateInput>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof DateInput>;
6
+ export declare const Default: Story;
@@ -0,0 +1,17 @@
1
+ import { ReactElement } from 'react';
2
+ import { ThemeProps } from '../../../themeProps';
3
+ import './exampleTheming.scss';
4
+ export interface ExampleThemingProps {
5
+ /**
6
+ * The theme to use
7
+ */
8
+ theme: ThemeProps;
9
+ /**
10
+ * Whether to inverse the colours
11
+ */
12
+ inverse?: boolean;
13
+ }
14
+ /**
15
+ * Primary UI component for user interaction
16
+ */
17
+ export declare const ExampleTheming: ({ theme, inverse }: ExampleThemingProps) => ReactElement;
@@ -0,0 +1,12 @@
1
+ /// <reference types="react" />
2
+ import type { StoryObj } from '@storybook/react';
3
+ import { ExampleTheming } from './ExampleTheming';
4
+ declare const meta: {
5
+ title: string;
6
+ component: ({ theme, inverse }: import("./ExampleTheming").ExampleThemingProps) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
7
+ tags: string[];
8
+ };
9
+ export default meta;
10
+ type Story = StoryObj<typeof ExampleTheming>;
11
+ export declare const Dark: Story;
12
+ export declare const Light: Story;
@@ -0,0 +1,23 @@
1
+ import React, { ReactElement } from 'react';
2
+ import { ThemeProps } from '../../../themeProps';
3
+ import './formInput.scss';
4
+ export interface FormInputProps {
5
+ /**
6
+ * The theme to use
7
+ */
8
+ theme: ThemeProps;
9
+ /**
10
+ * Whether to inverse the colours
11
+ */
12
+ inverse?: boolean;
13
+ fieldName: string;
14
+ hiddenLabel?: boolean;
15
+ defaultValue?: string;
16
+ placeholder?: string;
17
+ required?: boolean;
18
+ onChange?: (e: React.ChangeEvent<HTMLInputElement>) => void;
19
+ }
20
+ /**
21
+ * Primary UI component for user interaction
22
+ */
23
+ export declare const FormInput: ({ theme, inverse, fieldName, hiddenLabel, defaultValue, placeholder, required, onChange }: FormInputProps) => ReactElement;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import type { StoryObj } from '@storybook/react';
3
+ import { FormInput } from './FormInput';
4
+ declare const meta: {
5
+ title: string;
6
+ component: ({ theme, inverse, fieldName, hiddenLabel, defaultValue, placeholder, required, onChange }: import("./FormInput").FormInputProps) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
7
+ tags: string[];
8
+ };
9
+ export default meta;
10
+ type Story = StoryObj<typeof FormInput>;
11
+ export declare const FormInputExample: Story;
@@ -0,0 +1,2 @@
1
+ import { FormInputProps } from './FormInput';
2
+ export declare const formInputProps: FormInputProps;
@@ -0,0 +1,23 @@
1
+ import React, { ReactElement } from 'react';
2
+ import { ThemeProps } from '../../../themeProps';
3
+ import './formSelect.scss';
4
+ export interface SelectOptionsProps {
5
+ label: string;
6
+ value: string;
7
+ selected?: boolean;
8
+ }
9
+ export interface FormSelectProps {
10
+ theme: ThemeProps;
11
+ inverse?: boolean;
12
+ fieldName: string;
13
+ title: string;
14
+ onChange?: (e: React.ChangeEvent<HTMLSelectElement>) => void;
15
+ ariaControls?: string;
16
+ autoFocus?: boolean;
17
+ selectOptions: SelectOptionsProps[];
18
+ defaultValue: string;
19
+ value?: string;
20
+ hiddenLabel?: boolean;
21
+ customLabel?: string;
22
+ }
23
+ export declare const FormSelect: ({ theme, inverse, fieldName, selectOptions, defaultValue, hiddenLabel, customLabel, title, onChange, value }: FormSelectProps) => ReactElement;
@@ -0,0 +1,12 @@
1
+ import React from 'react';
2
+ import type { StoryObj } from '@storybook/react';
3
+ import { FormSelect } from './FormSelect';
4
+ declare const meta: {
5
+ title: string;
6
+ component: ({ theme, inverse, fieldName, selectOptions, defaultValue, hiddenLabel, customLabel, title, onChange, value }: import("./FormSelect").FormSelectProps) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
7
+ tags: string[];
8
+ };
9
+ export default meta;
10
+ type Story = StoryObj<typeof FormSelect>;
11
+ export declare const Dark: Story;
12
+ export declare const Light: Story;
@@ -0,0 +1,2 @@
1
+ import { FormSelectProps } from './FormSelect';
2
+ export declare const formSelectProps: FormSelectProps;
@@ -0,0 +1,7 @@
1
+ import { ReactElement, ReactNode } from 'react';
2
+ export interface HeadingProps {
3
+ htmlTag: 'h1' | 'h2' | 'h3' | 'h4' | 'h5';
4
+ classNames?: string;
5
+ children?: ReactNode;
6
+ }
7
+ export default function Heading({ htmlTag, classNames, children }: HeadingProps): ReactElement;
@@ -0,0 +1,12 @@
1
+ import type { StoryObj } from '@storybook/react';
2
+ import Heading from './Heading';
3
+ declare const meta: {
4
+ title: string;
5
+ component: typeof Heading;
6
+ tags: string[];
7
+ };
8
+ export default meta;
9
+ type Story = StoryObj<typeof Heading>;
10
+ export declare const Default: Story;
11
+ export declare const h3: Story;
12
+ export declare const h4: Story;
@@ -0,0 +1,20 @@
1
+ import React from 'react';
2
+ import { IconType } from '../Icons/Icons';
3
+ import { ThemeProps } from '../../../themeProps';
4
+ import './iconButton.scss';
5
+ export interface IconButtonProps {
6
+ theme: ThemeProps;
7
+ inverse?: boolean;
8
+ url?: string;
9
+ title: string;
10
+ icon: IconType;
11
+ externalLink?: boolean;
12
+ onClick?: () => void;
13
+ ariaControls?: string;
14
+ ariaExpanded?: boolean;
15
+ isSubmit?: boolean;
16
+ disabled?: boolean;
17
+ }
18
+ type Ref = HTMLButtonElement | null;
19
+ export declare const IconButton: React.ForwardRefExoticComponent<IconButtonProps & React.RefAttributes<Ref>>;
20
+ export {};
@@ -0,0 +1,29 @@
1
+ /// <reference types="react" />
2
+ import type { StoryObj } from '@storybook/react';
3
+ declare const meta: {
4
+ title: string;
5
+ component: React.ForwardRefExoticComponent<import("./IconButton").IconButtonProps & React.RefAttributes<HTMLButtonElement | null>>;
6
+ tags: string[];
7
+ };
8
+ export default meta;
9
+ type Story = StoryObj<typeof meta>;
10
+ export declare const FacebookDark: Story;
11
+ export declare const FacebookLight: Story;
12
+ export declare const TwitterDark: Story;
13
+ export declare const TwitterLight: Story;
14
+ export declare const InstagramDark: Story;
15
+ export declare const InstagramLight: Story;
16
+ export declare const WeiboDark: Story;
17
+ export declare const WeiboLight: Story;
18
+ export declare const WechatDark: Story;
19
+ export declare const WechatLight: Story;
20
+ export declare const YoutubeDark: Story;
21
+ export declare const YoutubeLight: Story;
22
+ export declare const LinkedInDark: Story;
23
+ export declare const HamburgerLight: Story;
24
+ export declare const ArrowRightDark: Story;
25
+ export declare const ArrowRightLight: Story;
26
+ export declare const ArrowLeftDark: Story;
27
+ export declare const ArrowLeftLight: Story;
28
+ export declare const EmailDark: Story;
29
+ export declare const EmailLight: Story;
@@ -0,0 +1,12 @@
1
+ import { IconButtonProps } from './IconButton';
2
+ export declare const FaceBookProps: IconButtonProps;
3
+ export declare const TwitterProps: IconButtonProps;
4
+ export declare const InstagramProps: IconButtonProps;
5
+ export declare const WeiboProps: IconButtonProps;
6
+ export declare const WeChatProps: IconButtonProps;
7
+ export declare const YouTubeProps: IconButtonProps;
8
+ export declare const LinkedInProps: IconButtonProps;
9
+ export declare const ArrowLeftProps: IconButtonProps;
10
+ export declare const ArrowRightProps: IconButtonProps;
11
+ export declare const HamburgerProps: IconButtonProps;
12
+ export declare const EmailProps: IconButtonProps;
@@ -0,0 +1,17 @@
1
+ import React from 'react';
2
+ import { IconType } from '../Icons/Icons';
3
+ import { ThemeProps } from '../../../themeProps';
4
+ import './iconControl.scss';
5
+ export interface IconControlProps {
6
+ theme: ThemeProps;
7
+ inverse?: boolean;
8
+ title: string;
9
+ icon: IconType;
10
+ onClick?: () => void;
11
+ ariaControls?: string;
12
+ isSubmit?: boolean;
13
+ disabled?: boolean;
14
+ }
15
+ type Ref = HTMLButtonElement | null;
16
+ export declare const IconControl: React.ForwardRefExoticComponent<IconControlProps & React.RefAttributes<Ref>>;
17
+ export {};
@@ -0,0 +1,13 @@
1
+ /// <reference types="react" />
2
+ import type { StoryObj } from '@storybook/react';
3
+ declare const meta: {
4
+ title: string;
5
+ component: React.ForwardRefExoticComponent<import("./IconControl").IconControlProps & React.RefAttributes<HTMLButtonElement | null>>;
6
+ tags: string[];
7
+ };
8
+ export default meta;
9
+ type Story = StoryObj<typeof meta>;
10
+ export declare const CloseControlDarkBackground: Story;
11
+ export declare const CloseControlLightBackground: Story;
12
+ export declare const DownControlDarkBackground: Story;
13
+ export declare const DownControlLightBackground: Story;
@@ -0,0 +1,3 @@
1
+ import { IconControlProps } from './IconControl';
2
+ export declare const CloseControlProps: IconControlProps;
3
+ export declare const DownControlProps: IconControlProps;