@royaloperahouse/harmonic 1.0.1-c → 1.0.1-d

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 (512) hide show
  1. package/dist/components/Typography/Typography.d.ts +281 -0
  2. package/dist/components/Typography/index.d.ts +2 -0
  3. package/dist/components/Typography/utils.d.ts +10 -0
  4. package/dist/components/atoms/Account/Account.d.ts +4 -0
  5. package/dist/components/atoms/Account/index.d.ts +2 -0
  6. package/dist/components/atoms/Badge/Badge.style.d.ts +2 -0
  7. package/dist/components/atoms/Badge/CinemaBadge.d.ts +4 -0
  8. package/dist/components/atoms/Badge/StreamBadge.d.ts +4 -0
  9. package/dist/components/atoms/Badge/index.d.ts +3 -0
  10. package/dist/components/atoms/Buttons/Auxiliary/AuxiliaryButton.d.ts +4 -0
  11. package/dist/components/atoms/Buttons/Auxiliary/AuxiliaryButton.style.d.ts +11 -0
  12. package/dist/components/atoms/Buttons/Auxiliary/utils.d.ts +3 -0
  13. package/dist/components/atoms/Buttons/Button.d.ts +11 -0
  14. package/dist/components/atoms/Buttons/Button.style.d.ts +3 -0
  15. package/dist/components/atoms/Buttons/Primary/PrimaryButton.d.ts +18 -0
  16. package/dist/components/atoms/Buttons/Primary/PrimaryButton.style.d.ts +11 -0
  17. package/dist/components/atoms/Buttons/Primary/utils.d.ts +13 -0
  18. package/dist/components/atoms/Buttons/Secondary/SecondaryButton.d.ts +4 -0
  19. package/dist/components/atoms/Buttons/Secondary/SecondaryButton.style.d.ts +11 -0
  20. package/dist/components/atoms/Buttons/Secondary/utils.d.ts +14 -0
  21. package/dist/components/atoms/Buttons/Tertiary/TertiaryButton.d.ts +4 -0
  22. package/dist/components/atoms/Buttons/Tertiary/TertiaryButton.style.d.ts +3 -0
  23. package/dist/components/atoms/Buttons/Tertiary/utils.d.ts +8 -0
  24. package/dist/components/atoms/Buttons/index.d.ts +4 -0
  25. package/dist/components/atoms/Buttons/utils.d.ts +5 -0
  26. package/dist/components/atoms/ControlledDropdown/ControlledDropdown.d.ts +4 -0
  27. package/dist/components/atoms/ControlledDropdown/ControlledDropdown.style.d.ts +7 -0
  28. package/dist/components/atoms/ControlledDropdown/index.d.ts +2 -0
  29. package/dist/components/atoms/Dropdown/Dropdown.d.ts +4 -0
  30. package/dist/components/atoms/Dropdown/Dropdown.style.d.ts +4 -0
  31. package/dist/components/atoms/Dropdown/index.d.ts +2 -0
  32. package/dist/components/atoms/Grid/Grid.d.ts +2 -0
  33. package/dist/components/atoms/Grid/GridItem.d.ts +3 -0
  34. package/dist/components/atoms/Grid/index.d.ts +3 -0
  35. package/dist/components/atoms/Icons/Icons.d.ts +4 -0
  36. package/dist/components/atoms/Icons/Icons.style.d.ts +9 -0
  37. package/dist/components/atoms/Icons/StorybookSupport/Iconography.d.ts +4 -0
  38. package/dist/components/atoms/Icons/StorybookSupport/Iconography.types.d.ts +10 -0
  39. package/dist/components/atoms/Icons/StorybookSupport/IconsDiv.style.d.ts +2 -0
  40. package/dist/components/atoms/Icons/SvgIcons/12px/Detract.svg.d.ts +4 -0
  41. package/dist/components/atoms/Icons/SvgIcons/12px/Expand.svg.d.ts +4 -0
  42. package/dist/components/atoms/Icons/SvgIcons/12px/Remove.svg.d.ts +4 -0
  43. package/dist/components/atoms/Icons/SvgIcons/12px/Tick.svg.d.ts +4 -0
  44. package/dist/components/atoms/Icons/SvgIcons/Access/AudioDescription.svg.d.ts +4 -0
  45. package/dist/components/atoms/Icons/SvgIcons/Access/BritishSignLanguage.svg.d.ts +4 -0
  46. package/dist/components/atoms/Icons/SvgIcons/Access/Captioned.svg.d.ts +4 -0
  47. package/dist/components/atoms/Icons/SvgIcons/Access/ClosedCaptions.svg.d.ts +4 -0
  48. package/dist/components/atoms/Icons/SvgIcons/Access/FamilyFriendly.svg.d.ts +4 -0
  49. package/dist/components/atoms/Icons/SvgIcons/Access/OpenCaptions.svg.d.ts +4 -0
  50. package/dist/components/atoms/Icons/SvgIcons/Access/RelaxedPerformance.svg.d.ts +4 -0
  51. package/dist/components/atoms/Icons/SvgIcons/Access/TouchTour.svg.d.ts +4 -0
  52. package/dist/components/atoms/Icons/SvgIcons/Actions/AddToMyList.svg.d.ts +4 -0
  53. package/dist/components/atoms/Icons/SvgIcons/Actions/BookTickets.svg.d.ts +4 -0
  54. package/dist/components/atoms/Icons/SvgIcons/Actions/ChooseDates.svg.d.ts +4 -0
  55. package/dist/components/atoms/Icons/SvgIcons/Actions/EditMyList.svg.d.ts +4 -0
  56. package/dist/components/atoms/Icons/SvgIcons/Actions/Favourite.svg.d.ts +4 -0
  57. package/dist/components/atoms/Icons/SvgIcons/Actions/FavouriteFull.svg.d.ts +4 -0
  58. package/dist/components/atoms/Icons/SvgIcons/Actions/Filter.svg.d.ts +4 -0
  59. package/dist/components/atoms/Icons/SvgIcons/Actions/FindAScreening.svg.d.ts +4 -0
  60. package/dist/components/atoms/Icons/SvgIcons/Actions/OnMyList.svg.d.ts +4 -0
  61. package/dist/components/atoms/Icons/SvgIcons/Actions/Reminder.svg.d.ts +4 -0
  62. package/dist/components/atoms/Icons/SvgIcons/Actions/Subscribe.svg.d.ts +4 -0
  63. package/dist/components/atoms/Icons/SvgIcons/Actions/Watch.svg.d.ts +4 -0
  64. package/dist/components/atoms/Icons/SvgIcons/Arrows/Arrow.svg.d.ts +4 -0
  65. package/dist/components/atoms/Icons/SvgIcons/Arrows/ArrowPagination.svg.d.ts +4 -0
  66. package/dist/components/atoms/Icons/SvgIcons/Arrows/CarouselArrow.svg.d.ts +4 -0
  67. package/dist/components/atoms/Icons/SvgIcons/Arrows/DropdownArrow.svg.d.ts +4 -0
  68. package/dist/components/atoms/Icons/SvgIcons/Arrows/LastPageArrow.svg.d.ts +4 -0
  69. package/dist/components/atoms/Icons/SvgIcons/Descriptors/Cinema.svg.d.ts +4 -0
  70. package/dist/components/atoms/Icons/SvgIcons/Descriptors/Clock.svg.d.ts +4 -0
  71. package/dist/components/atoms/Icons/SvgIcons/Descriptors/CreditCard.svg.d.ts +4 -0
  72. package/dist/components/atoms/Icons/SvgIcons/Descriptors/Email.svg.d.ts +4 -0
  73. package/dist/components/atoms/Icons/SvgIcons/Descriptors/Info.svg.d.ts +4 -0
  74. package/dist/components/atoms/Icons/SvgIcons/Descriptors/List.svg.d.ts +4 -0
  75. package/dist/components/atoms/Icons/SvgIcons/Descriptors/Location.svg.d.ts +4 -0
  76. package/dist/components/atoms/Icons/SvgIcons/Descriptors/PDF.svg.d.ts +4 -0
  77. package/dist/components/atoms/Icons/SvgIcons/Descriptors/Phone.svg.d.ts +4 -0
  78. package/dist/components/atoms/Icons/SvgIcons/Descriptors/Print.svg.d.ts +4 -0
  79. package/dist/components/atoms/Icons/SvgIcons/Descriptors/Seat.svg.d.ts +4 -0
  80. package/dist/components/atoms/Icons/SvgIcons/Descriptors/Secure.svg.d.ts +4 -0
  81. package/dist/components/atoms/Icons/SvgIcons/Descriptors/Standing.svg.d.ts +4 -0
  82. package/dist/components/atoms/Icons/SvgIcons/Descriptors/Tickets.svg.d.ts +4 -0
  83. package/dist/components/atoms/Icons/SvgIcons/Descriptors/Wheelchair.svg.d.ts +4 -0
  84. package/dist/components/atoms/Icons/SvgIcons/Logos/Social/Facebook.svg.d.ts +4 -0
  85. package/dist/components/atoms/Icons/SvgIcons/Logos/Social/Instagram.svg.d.ts +4 -0
  86. package/dist/components/atoms/Icons/SvgIcons/Logos/Social/Tiktok.svg.d.ts +4 -0
  87. package/dist/components/atoms/Icons/SvgIcons/Logos/Social/Twitter.svg.d.ts +4 -0
  88. package/dist/components/atoms/Icons/SvgIcons/Logos/Social/X.svg.d.ts +4 -0
  89. package/dist/components/atoms/Icons/SvgIcons/Logos/Social/Youtube.svg.d.ts +4 -0
  90. package/dist/components/atoms/Icons/SvgIcons/Navigation/BalletAndDance.svg.d.ts +4 -0
  91. package/dist/components/atoms/Icons/SvgIcons/Navigation/Basket.svg.d.ts +4 -0
  92. package/dist/components/atoms/Icons/SvgIcons/Navigation/BasketFull.svg.d.ts +4 -0
  93. package/dist/components/atoms/Icons/SvgIcons/Navigation/Home.svg.d.ts +4 -0
  94. package/dist/components/atoms/Icons/SvgIcons/Navigation/LiveStream.svg.d.ts +4 -0
  95. package/dist/components/atoms/Icons/SvgIcons/Navigation/Menu.svg.d.ts +4 -0
  96. package/dist/components/atoms/Icons/SvgIcons/Navigation/OperaAndMusic.svg.d.ts +4 -0
  97. package/dist/components/atoms/Icons/SvgIcons/Navigation/Search.svg.d.ts +4 -0
  98. package/dist/components/atoms/Icons/SvgIcons/Navigation/Settings.svg.d.ts +4 -0
  99. package/dist/components/atoms/Icons/SvgIcons/Navigation/User.svg.d.ts +4 -0
  100. package/dist/components/atoms/Icons/SvgIcons/Navigation/UserSignedIn.svg.d.ts +4 -0
  101. package/dist/components/atoms/Icons/SvgIcons/RBO/NavLogoMobile.svg.d.ts +4 -0
  102. package/dist/components/atoms/Icons/SvgIcons/RBO/NavLogoNoCrest.svg.d.ts +4 -0
  103. package/dist/components/atoms/Icons/SvgIcons/RBO/NavLogoWithCrest.svg.d.ts +4 -0
  104. package/dist/components/atoms/Icons/SvgIcons/Text/Delete.svg.d.ts +4 -0
  105. package/dist/components/atoms/Icons/SvgIcons/Text/Shift.svg.d.ts +4 -0
  106. package/dist/components/atoms/Icons/SvgIcons/Text/Space.svg.d.ts +4 -0
  107. package/dist/components/atoms/Icons/SvgIcons/Utility/Close.svg.d.ts +4 -0
  108. package/dist/components/atoms/Icons/SvgIcons/Utility/Confirm.svg.d.ts +4 -0
  109. package/dist/components/atoms/Icons/SvgIcons/Utility/Detract.svg.d.ts +4 -0
  110. package/dist/components/atoms/Icons/SvgIcons/Utility/Expand.svg.d.ts +4 -0
  111. package/dist/components/atoms/Icons/SvgIcons/Utility/ExternalLink.svg.d.ts +4 -0
  112. package/dist/components/atoms/Icons/SvgIcons/Utility/GridView.svg.d.ts +4 -0
  113. package/dist/components/atoms/Icons/SvgIcons/Utility/ListView.svg.d.ts +4 -0
  114. package/dist/components/atoms/Icons/SvgIcons/Utility/Refresh.svg.d.ts +4 -0
  115. package/dist/components/atoms/Icons/SvgIcons/Utility/Remove.svg.d.ts +4 -0
  116. package/dist/components/atoms/Icons/SvgIcons/Utility/Star.svg.d.ts +4 -0
  117. package/dist/components/atoms/Icons/SvgIcons/Video/Back10.svg.d.ts +4 -0
  118. package/dist/components/atoms/Icons/SvgIcons/Video/Clips.svg.d.ts +4 -0
  119. package/dist/components/atoms/Icons/SvgIcons/Video/Forward10.svg.d.ts +4 -0
  120. package/dist/components/atoms/Icons/SvgIcons/Video/FullScreen.svg.d.ts +4 -0
  121. package/dist/components/atoms/Icons/SvgIcons/Video/Minimise.svg.d.ts +4 -0
  122. package/dist/components/atoms/Icons/SvgIcons/Video/Muted.svg.d.ts +4 -0
  123. package/dist/components/atoms/Icons/SvgIcons/Video/Pause.svg.d.ts +4 -0
  124. package/dist/components/atoms/Icons/SvgIcons/Video/Play.svg.d.ts +4 -0
  125. package/dist/components/atoms/Icons/SvgIcons/Video/Restart.svg.d.ts +4 -0
  126. package/dist/components/atoms/Icons/SvgIcons/Video/Subtitles.svg.d.ts +4 -0
  127. package/dist/components/atoms/Icons/SvgIcons/Video/Trailer.svg.d.ts +4 -0
  128. package/dist/components/atoms/Icons/SvgIcons/Video/Volume.svg.d.ts +4 -0
  129. package/dist/components/atoms/Icons/SvgIcons/index.d.ts +90 -0
  130. package/dist/components/atoms/Icons/index.d.ts +2 -0
  131. package/dist/components/atoms/ImageAspectRatioWrapper/ImageAspectRatioWrapper.d.ts +4 -0
  132. package/dist/components/atoms/ImageAspectRatioWrapper/ImageAspectRatioWrapper.style.d.ts +3 -0
  133. package/dist/components/atoms/ImageAspectRatioWrapper/index.d.ts +2 -0
  134. package/dist/components/atoms/Logo/Logo.d.ts +4 -0
  135. package/dist/components/atoms/Logo/Logo.style.d.ts +1 -0
  136. package/dist/components/atoms/Logo/index.d.ts +2 -0
  137. package/dist/components/atoms/Person/Person.d.ts +7 -0
  138. package/dist/components/atoms/Person/Person.style.d.ts +2 -0
  139. package/dist/components/atoms/Person/index.d.ts +2 -0
  140. package/dist/components/atoms/Progress/Progress.d.ts +4 -0
  141. package/dist/components/atoms/Progress/Progress.styles.d.ts +11 -0
  142. package/dist/components/atoms/Progress/index.d.ts +2 -0
  143. package/dist/components/atoms/Radio2/Radio2.d.ts +4 -0
  144. package/dist/components/atoms/Radio2/Radio2.style.d.ts +7 -0
  145. package/dist/components/atoms/Radio2/index.d.ts +2 -0
  146. package/dist/components/atoms/RotatorButtons/RotatorButtons.d.ts +4 -0
  147. package/dist/components/atoms/RotatorButtons/RotatorButtons.style.d.ts +9 -0
  148. package/dist/components/atoms/RotatorButtons/index.d.ts +2 -0
  149. package/dist/components/atoms/Search/Search.d.ts +4 -0
  150. package/dist/components/atoms/Search/Search.style.d.ts +3 -0
  151. package/dist/components/atoms/Search/index.d.ts +2 -0
  152. package/dist/components/atoms/SecondaryLogo/SecodaryLogo.style.d.ts +2 -0
  153. package/dist/components/atoms/SecondaryLogo/SecondaryLogo.d.ts +4 -0
  154. package/dist/components/atoms/SecondaryLogo/index.d.ts +2 -0
  155. package/dist/components/atoms/SectionSplitter/SectionSplitter.d.ts +4 -0
  156. package/dist/components/atoms/SectionSplitter/SectionSplitter.style.d.ts +2 -0
  157. package/dist/components/atoms/SectionSplitter/index.d.ts +2 -0
  158. package/dist/components/atoms/SocialLinks/SocialLinks.d.ts +4 -0
  159. package/dist/components/atoms/SocialLinks/SocialLinks.style.d.ts +2 -0
  160. package/dist/components/atoms/SocialLinks/index.d.ts +2 -0
  161. package/dist/components/atoms/SponsorLogo/SponsorLogo.d.ts +4 -0
  162. package/dist/components/atoms/SponsorLogo/SponsorLogo.style.d.ts +1 -0
  163. package/dist/components/atoms/SponsorLogo/index.d.ts +2 -0
  164. package/dist/components/atoms/Sponsorship/Sponsorship.d.ts +4 -0
  165. package/dist/components/atoms/Sponsorship/Sponsorship.style.d.ts +4 -0
  166. package/dist/components/atoms/Sponsorship/constants.d.ts +3 -0
  167. package/dist/components/atoms/Sponsorship/index.d.ts +2 -0
  168. package/dist/components/atoms/Stepper/Stepper.d.ts +58 -0
  169. package/dist/components/atoms/Stepper/Stepper.style.d.ts +6 -0
  170. package/dist/components/atoms/Stepper/index.d.ts +2 -0
  171. package/dist/components/atoms/Tab/Tab.d.ts +4 -0
  172. package/dist/components/atoms/Tab/Tab.style.d.ts +3 -0
  173. package/dist/components/atoms/Tab/index.d.ts +2 -0
  174. package/dist/components/atoms/TabLink/TabLink.d.ts +4 -0
  175. package/dist/components/atoms/TabLink/TabLink.style.d.ts +3 -0
  176. package/dist/components/atoms/TabLink/index.d.ts +1 -0
  177. package/dist/components/atoms/TextArea/TextArea.d.ts +45 -0
  178. package/dist/components/atoms/TextArea/TextArea.style.d.ts +5 -0
  179. package/dist/components/atoms/TextArea/index.d.ts +2 -0
  180. package/dist/components/atoms/TextField/TextField.d.ts +4 -0
  181. package/dist/components/atoms/TextField/TextField.style.d.ts +10 -0
  182. package/dist/components/atoms/TextField/TextFieldLegacy.d.ts +11 -0
  183. package/dist/components/atoms/TextField/TextFieldLegacy.style.d.ts +5 -0
  184. package/dist/components/atoms/TextField/index.d.ts +3 -0
  185. package/dist/components/atoms/TextLink/TextLink.d.ts +4 -0
  186. package/dist/components/atoms/TextLink/TextLink.style.d.ts +3 -0
  187. package/dist/components/atoms/TextLink/index.d.ts +2 -0
  188. package/dist/components/atoms/TextLogo/TextLogo.d.ts +6 -0
  189. package/dist/components/atoms/TextLogo/TextLogo.types.d.ts +10 -0
  190. package/dist/components/atoms/TextLogo/index.d.ts +2 -0
  191. package/dist/components/atoms/TextLogo/styled.d.ts +12 -0
  192. package/dist/components/atoms/Tickbox/Tickbox.d.ts +7 -0
  193. package/dist/components/atoms/Tickbox/Tickbox.style.d.ts +9 -0
  194. package/dist/components/atoms/Tickbox/index.d.ts +2 -0
  195. package/dist/components/atoms/Tickbox2/Tickbox2.d.ts +4 -0
  196. package/dist/components/atoms/Tickbox2/Tickbox2.style.d.ts +7 -0
  197. package/dist/components/atoms/Tickbox2/index.d.ts +2 -0
  198. package/dist/components/atoms/Timer/Timer.d.ts +4 -0
  199. package/dist/components/atoms/Timer/Timer.style.d.ts +9 -0
  200. package/dist/components/atoms/Timer/index.d.ts +2 -0
  201. package/dist/components/atoms/TypeTags/TypeTags.d.ts +4 -0
  202. package/dist/components/atoms/TypeTags/TypeTags.style.d.ts +1 -0
  203. package/dist/components/atoms/TypeTags/index.d.ts +2 -0
  204. package/dist/components/atoms/Typography/Typography.d.ts +8 -0
  205. package/dist/components/atoms/Typography/Typography.style.d.ts +3 -0
  206. package/dist/components/atoms/Typography/index.d.ts +2 -0
  207. package/dist/components/atoms/VideoControls/VideoControls.d.ts +4 -0
  208. package/dist/components/atoms/VideoControls/VideoControls.style.d.ts +13 -0
  209. package/dist/components/atoms/VideoControls/index.d.ts +2 -0
  210. package/dist/components/atoms/VideoControlsImpact/VideoControlsImpact.d.ts +4 -0
  211. package/dist/components/atoms/VideoControlsImpact/VideoControlsImpact.style.d.ts +5 -0
  212. package/dist/components/atoms/VideoControlsImpact/index.d.ts +2 -0
  213. package/dist/components/atoms/index.d.ts +34 -0
  214. package/dist/components/index.d.ts +8 -0
  215. package/dist/components/molecules/Accordion/Accordion.d.ts +4 -0
  216. package/dist/components/molecules/Accordion/Accordion.style.d.ts +14 -0
  217. package/dist/components/molecules/Accordion/index.d.ts +2 -0
  218. package/dist/components/molecules/Accordions/Accordions.d.ts +4 -0
  219. package/dist/components/molecules/Accordions/Accordions.style.d.ts +1 -0
  220. package/dist/components/molecules/Accordions/index.d.ts +2 -0
  221. package/dist/components/molecules/AnchorBar/AnchorBar.d.ts +4 -0
  222. package/dist/components/molecules/AnchorBar/AnchorBar.style.d.ts +8 -0
  223. package/dist/components/molecules/AnchorBar/index.d.ts +2 -0
  224. package/dist/components/molecules/AnnouncementBanner/AnnouncementBanner.d.ts +4 -0
  225. package/dist/components/molecules/AnnouncementBanner/AnnouncementBanner.style.d.ts +10 -0
  226. package/dist/components/molecules/AnnouncementBanner/index.d.ts +2 -0
  227. package/dist/components/molecules/AuxiliaryNav/AuxiliaryNav.d.ts +21 -0
  228. package/dist/components/molecules/AuxiliaryNav/AuxiliaryNav.styles.d.ts +9 -0
  229. package/dist/components/molecules/AuxiliaryNav/index.d.ts +2 -0
  230. package/dist/components/molecules/Basket/Basket.d.ts +4 -0
  231. package/dist/components/molecules/Basket/Basket.style.d.ts +7 -0
  232. package/dist/components/molecules/Basket/helpers.d.ts +3 -0
  233. package/dist/components/molecules/Basket/hooks.d.ts +8 -0
  234. package/dist/components/molecules/Basket/index.d.ts +2 -0
  235. package/dist/components/molecules/BodyContent/BodyContent.d.ts +6 -0
  236. package/dist/components/molecules/BodyContent/BodyContent.style.d.ts +1 -0
  237. package/dist/components/molecules/BodyContent/BodyContent.types.d.ts +4 -0
  238. package/dist/components/molecules/BodyContent/index.d.ts +2 -0
  239. package/dist/components/molecules/Card/Card.d.ts +4 -0
  240. package/dist/components/molecules/Card/Card.style.d.ts +28 -0
  241. package/dist/components/molecules/Card/index.d.ts +2 -0
  242. package/dist/components/molecules/Cards/Cards.d.ts +4 -0
  243. package/dist/components/molecules/Cards/Cards.style.d.ts +2 -0
  244. package/dist/components/molecules/Cards/index.d.ts +2 -0
  245. package/dist/components/molecules/CastFilter/CastFilters.d.ts +4 -0
  246. package/dist/components/molecules/CastFilter/CastFilters.style.d.ts +19 -0
  247. package/dist/components/molecules/CastFilter/index.d.ts +2 -0
  248. package/dist/components/molecules/ContactCard/ContactCard.d.ts +4 -0
  249. package/dist/components/molecules/ContactCard/ContactCard.style.d.ts +7 -0
  250. package/dist/components/molecules/ContactCard/index.d.ts +2 -0
  251. package/dist/components/molecules/ContactNewsletter/ContactNewsletter.d.ts +4 -0
  252. package/dist/components/molecules/ContactNewsletter/ContactNewsletter.style.d.ts +8 -0
  253. package/dist/components/molecules/ContactNewsletter/index.d.ts +2 -0
  254. package/dist/components/molecules/ContentSummary/ContentSummary.d.ts +4 -0
  255. package/dist/components/molecules/ContentSummary/ContentSummary.style.d.ts +16 -0
  256. package/dist/components/molecules/ContentSummary/ContentSummaryData.d.ts +25 -0
  257. package/dist/components/molecules/ContentSummary/index.d.ts +2 -0
  258. package/dist/components/molecules/Editorial/Editorial.d.ts +4 -0
  259. package/dist/components/molecules/Editorial/Editorial.style.d.ts +6 -0
  260. package/dist/components/molecules/Editorial/index.d.ts +2 -0
  261. package/dist/components/molecules/HotFilters/HotFilters.d.ts +4 -0
  262. package/dist/components/molecules/HotFilters/HotFilters.style.d.ts +18 -0
  263. package/dist/components/molecules/HotFilters/index.d.ts +2 -0
  264. package/dist/components/molecules/ImageWithCaption/ImageWithCaption.d.ts +4 -0
  265. package/dist/components/molecules/ImageWithCaption/ImageWithCaption.style.d.ts +4 -0
  266. package/dist/components/molecules/ImageWithCaption/index.d.ts +2 -0
  267. package/dist/components/molecules/Information/InfoCta.d.ts +4 -0
  268. package/dist/components/molecules/Information/InfoCta.types.d.ts +11 -0
  269. package/dist/components/molecules/Information/Information.d.ts +4 -0
  270. package/dist/components/molecules/Information/Information.style.d.ts +5 -0
  271. package/dist/components/molecules/Information/index.d.ts +2 -0
  272. package/dist/components/molecules/Information/utils.d.ts +11 -0
  273. package/dist/components/molecules/MiniCard/MiniCard.d.ts +4 -0
  274. package/dist/components/molecules/MiniCard/MiniCard.style.d.ts +6 -0
  275. package/dist/components/molecules/MiniCard/index.d.ts +2 -0
  276. package/dist/components/molecules/NavTop/NavTop.d.ts +4 -0
  277. package/dist/components/molecules/NavTop/NavTop.style.d.ts +1 -0
  278. package/dist/components/molecules/NavTop/index.d.ts +2 -0
  279. package/dist/components/molecules/PageHeading/Compact/Compact.d.ts +4 -0
  280. package/dist/components/molecules/PageHeading/Compact/Compact.style.d.ts +38 -0
  281. package/dist/components/molecules/PageHeading/Compact/Compact.types.d.ts +14 -0
  282. package/dist/components/molecules/PageHeading/Compact/components/CompactHeaderBranding.d.ts +4 -0
  283. package/dist/components/molecules/PageHeading/Compact/components/CompactHeaderBranding.types.d.ts +7 -0
  284. package/dist/components/molecules/PageHeading/Compact/index.d.ts +2 -0
  285. package/dist/components/molecules/PageHeading/Highlight/Highlight.d.ts +4 -0
  286. package/dist/components/molecules/PageHeading/Highlight/Highlight.style.d.ts +9 -0
  287. package/dist/components/molecules/PageHeading/Highlight/index.d.ts +2 -0
  288. package/dist/components/molecules/PageHeading/HighlightCarousel/HighlightCarousel.d.ts +4 -0
  289. package/dist/components/molecules/PageHeading/HighlightCarousel/HighlightCarousel.style.d.ts +14 -0
  290. package/dist/components/molecules/PageHeading/HighlightCarousel/index.d.ts +2 -0
  291. package/dist/components/molecules/PageHeading/Impact/Impact.d.ts +4 -0
  292. package/dist/components/molecules/PageHeading/Impact/Impact.style.d.ts +302 -0
  293. package/dist/components/molecules/PageHeading/Impact/index.d.ts +2 -0
  294. package/dist/components/molecules/PageHeading/PageHeading.d.ts +4 -0
  295. package/dist/components/molecules/PageHeading/PageHeading.style.d.ts +11 -0
  296. package/dist/components/molecules/PageHeading/Panel/Panel.d.ts +4 -0
  297. package/dist/components/molecules/PageHeading/Panel/Panel.style.d.ts +9 -0
  298. package/dist/components/molecules/PageHeading/Panel/index.d.ts +2 -0
  299. package/dist/components/molecules/PageHeading/Promo/Promo.d.ts +4 -0
  300. package/dist/components/molecules/PageHeading/Promo/Promo.style.d.ts +28 -0
  301. package/dist/components/molecules/PageHeading/Promo/components/Badge.d.ts +4 -0
  302. package/dist/components/molecules/PageHeading/Promo/components/Badge.types.d.ts +7 -0
  303. package/dist/components/molecules/PageHeading/Promo/components/Button.d.ts +4 -0
  304. package/dist/components/molecules/PageHeading/Promo/components/Button.types.d.ts +7 -0
  305. package/dist/components/molecules/PageHeading/Promo/components/Image.d.ts +4 -0
  306. package/dist/components/molecules/PageHeading/Promo/index.d.ts +2 -0
  307. package/dist/components/molecules/PageHeading/index.d.ts +8 -0
  308. package/dist/components/molecules/Pagination/Pagination.d.ts +6 -0
  309. package/dist/components/molecules/Pagination/Pagination.style.d.ts +9 -0
  310. package/dist/components/molecules/Pagination/Pagination.types.d.ts +13 -0
  311. package/dist/components/molecules/Pagination/components/NavButtonOrLink.d.ts +4 -0
  312. package/dist/components/molecules/Pagination/components/PageLinkOrButton.d.ts +4 -0
  313. package/dist/components/molecules/Pagination/components/index.d.ts +2 -0
  314. package/dist/components/molecules/Pagination/index.d.ts +2 -0
  315. package/dist/components/molecules/PasswordStrength/PasswordStrength.d.ts +33 -0
  316. package/dist/components/molecules/PasswordStrength/PasswordStrength.styles.d.ts +13 -0
  317. package/dist/components/molecules/PasswordStrength/index.d.ts +2 -0
  318. package/dist/components/molecules/Paywall/Paywall.d.ts +4 -0
  319. package/dist/components/molecules/Paywall/Paywall.styles.d.ts +289 -0
  320. package/dist/components/molecules/Paywall/index.d.ts +2 -0
  321. package/dist/components/molecules/PeopleListing/CreditListing/CreditListing.d.ts +7 -0
  322. package/dist/components/molecules/PeopleListing/CreditListing/CreditListing.style.d.ts +9 -0
  323. package/dist/components/molecules/PeopleListing/CreditListing/index.d.ts +2 -0
  324. package/dist/components/molecules/PeopleListing/PeopleListing.d.ts +4 -0
  325. package/dist/components/molecules/PeopleListing/PeopleListing.style.d.ts +3 -0
  326. package/dist/components/molecules/PeopleListing/fixtures.d.ts +4 -0
  327. package/dist/components/molecules/PeopleListing/index.d.ts +3 -0
  328. package/dist/components/molecules/PersonCard/PersonCard.d.ts +4 -0
  329. package/dist/components/molecules/PersonCard/PersonCard.style.d.ts +4 -0
  330. package/dist/components/molecules/PersonCard/index.d.ts +2 -0
  331. package/dist/components/molecules/PersonDetails/PersonDetails.d.ts +4 -0
  332. package/dist/components/molecules/PersonDetails/PersonDetails.style.d.ts +2 -0
  333. package/dist/components/molecules/PersonDetails/index.d.ts +2 -0
  334. package/dist/components/molecules/PolicyLinks/PolicyLinks.d.ts +4 -0
  335. package/dist/components/molecules/PolicyLinks/PolicyLinks.style.d.ts +1 -0
  336. package/dist/components/molecules/PolicyLinks/index.d.ts +2 -0
  337. package/dist/components/molecules/PromoWithTags/PromoWithTags.d.ts +4 -0
  338. package/dist/components/molecules/PromoWithTags/PromoWithTags.style.d.ts +290 -0
  339. package/dist/components/molecules/PromoWithTags/index.d.ts +2 -0
  340. package/dist/components/molecules/PromoWithTitle/PromoChild.d.ts +4 -0
  341. package/dist/components/molecules/PromoWithTitle/PromoChild.types.d.ts +7 -0
  342. package/dist/components/molecules/PromoWithTitle/PromoWithTitle.d.ts +4 -0
  343. package/dist/components/molecules/PromoWithTitle/PromoWithTitle.style.d.ts +278 -0
  344. package/dist/components/molecules/PromoWithTitle/index.d.ts +2 -0
  345. package/dist/components/molecules/Quote/Quote.d.ts +4 -0
  346. package/dist/components/molecules/Quote/Quote.style.d.ts +3 -0
  347. package/dist/components/molecules/Quote/index.d.ts +2 -0
  348. package/dist/components/molecules/RadioGroup2/RadioGroup2.d.ts +38 -0
  349. package/dist/components/molecules/RadioGroup2/RadioGroup2.style.d.ts +4 -0
  350. package/dist/components/molecules/RadioGroup2/index.d.ts +2 -0
  351. package/dist/components/molecules/ReadMore/ReadMore.d.ts +4 -0
  352. package/dist/components/molecules/ReadMore/ReadMore.style.d.ts +9 -0
  353. package/dist/components/molecules/ReadMore/index.d.ts +2 -0
  354. package/dist/components/molecules/SearchBar/SearchBar.d.ts +4 -0
  355. package/dist/components/molecules/SearchBar/SearchBar.style.d.ts +7 -0
  356. package/dist/components/molecules/SearchBar/index.d.ts +2 -0
  357. package/dist/components/molecules/SectionTitle/SectionTitle.d.ts +4 -0
  358. package/dist/components/molecules/SectionTitle/SectionTitle.style.d.ts +2 -0
  359. package/dist/components/molecules/SectionTitle/index.d.ts +2 -0
  360. package/dist/components/molecules/Select2/Select2.d.ts +22 -0
  361. package/dist/components/molecules/Select2/Select2.style.d.ts +5 -0
  362. package/dist/components/molecules/Select2/Select2.types.d.ts +6 -0
  363. package/dist/components/molecules/Select2/index.d.ts +2 -0
  364. package/dist/components/molecules/Select2Async/Select2Async.d.ts +18 -0
  365. package/dist/components/molecules/Select2Async/index.d.ts +2 -0
  366. package/dist/components/molecules/SignUpForm/SignUpForm.d.ts +4 -0
  367. package/dist/components/molecules/SignUpForm/SignUpForm.style.d.ts +20 -0
  368. package/dist/components/molecules/SignUpForm/components/SignUpForm.d.ts +4 -0
  369. package/dist/components/molecules/SignUpForm/components/SignUpFormButton.d.ts +4 -0
  370. package/dist/components/molecules/SignUpForm/components/SignUpFormButton.types.d.ts +6 -0
  371. package/dist/components/molecules/SignUpForm/components/SignUpMessage.d.ts +4 -0
  372. package/dist/components/molecules/SignUpForm/components/SignUpTitle.d.ts +4 -0
  373. package/dist/components/molecules/SignUpForm/index.d.ts +2 -0
  374. package/dist/components/molecules/SkipToMain/SkipToMain.d.ts +20 -0
  375. package/dist/components/molecules/SkipToMain/SkipToMain.style.d.ts +6 -0
  376. package/dist/components/molecules/SkipToMain/index.d.ts +2 -0
  377. package/dist/components/molecules/StatusBanner/StatusBanner.d.ts +4 -0
  378. package/dist/components/molecules/StatusBanner/StatusBanner.style.d.ts +3 -0
  379. package/dist/components/molecules/StatusBanner/index.d.ts +2 -0
  380. package/dist/components/molecules/Swipe/Swipe.d.ts +14 -0
  381. package/dist/components/molecules/Swipe/Swipe.style.d.ts +8 -0
  382. package/dist/components/molecules/Swipe/Swipe.types.d.ts +17 -0
  383. package/dist/components/molecules/Swipe/helper.d.ts +4 -0
  384. package/dist/components/molecules/Swipe/index.d.ts +2 -0
  385. package/dist/components/molecules/Table/Table.d.ts +4 -0
  386. package/dist/components/molecules/Table/Table.style.d.ts +12 -0
  387. package/dist/components/molecules/Table/components/DataCells.d.ts +7 -0
  388. package/dist/components/molecules/Table/components/HeaderCells.d.ts +4 -0
  389. package/dist/components/molecules/Table/components/HeaderCells.types.d.ts +5 -0
  390. package/dist/components/molecules/Table/components/TableCell.d.ts +3 -0
  391. package/dist/components/molecules/Table/components/TableHelpers.d.ts +4 -0
  392. package/dist/components/molecules/Table/components/TableRow.d.ts +3 -0
  393. package/dist/components/molecules/Table/index.d.ts +2 -0
  394. package/dist/components/molecules/Tabs/Tabs.d.ts +4 -0
  395. package/dist/components/molecules/Tabs/Tabs.style.d.ts +5 -0
  396. package/dist/components/molecules/Tabs/index.d.ts +2 -0
  397. package/dist/components/molecules/UpsellCard/OfferText.d.ts +3 -0
  398. package/dist/components/molecules/UpsellCard/UpsellCard.d.ts +4 -0
  399. package/dist/components/molecules/UpsellCard/UpsellCard.style.d.ts +283 -0
  400. package/dist/components/molecules/UpsellCard/index.d.ts +2 -0
  401. package/dist/components/molecules/UpsellCards/UpsellCards.d.ts +4 -0
  402. package/dist/components/molecules/UpsellCards/UpsellCards.style.d.ts +1 -0
  403. package/dist/components/molecules/UpsellCards/index.d.ts +2 -0
  404. package/dist/components/molecules/VideoWithControls/VideoWithControls.d.ts +4 -0
  405. package/dist/components/molecules/VideoWithControls/VideoWithControls.style.d.ts +2 -0
  406. package/dist/components/molecules/VideoWithControls/index.d.ts +2 -0
  407. package/dist/components/molecules/index.d.ts +46 -0
  408. package/dist/components/organisms/AnchorTabBar/AnchorTabBar.d.ts +4 -0
  409. package/dist/components/organisms/AnchorTabBar/AnchorTabBar.style.d.ts +13 -0
  410. package/dist/components/organisms/AnchorTabBar/index.d.ts +2 -0
  411. package/dist/components/organisms/Carousels/Carousel/Carousel.d.ts +6 -0
  412. package/dist/components/organisms/Carousels/Carousel/Carousel.style.d.ts +282 -0
  413. package/dist/components/organisms/Carousels/Carousel/helper.d.ts +26 -0
  414. package/dist/components/organisms/Carousels/Carousel/index.d.ts +2 -0
  415. package/dist/components/organisms/Carousels/HighlightsCarousel/HighlightsCarousel.d.ts +6 -0
  416. package/dist/components/organisms/Carousels/HighlightsCarousel/HighlightsCarousel.style.d.ts +22 -0
  417. package/dist/components/organisms/Carousels/HighlightsCarousel/HighlightsCinema.d.ts +4 -0
  418. package/dist/components/organisms/Carousels/HighlightsCarousel/HighlightsCore.d.ts +4 -0
  419. package/dist/components/organisms/Carousels/HighlightsCarousel/HighlightsStream.d.ts +4 -0
  420. package/dist/components/organisms/Carousels/HighlightsCarousel/components/Buttons.d.ts +4 -0
  421. package/dist/components/organisms/Carousels/HighlightsCarousel/components/Buttons.types.d.ts +2 -0
  422. package/dist/components/organisms/Carousels/HighlightsCarousel/components/InfoSection.d.ts +4 -0
  423. package/dist/components/organisms/Carousels/HighlightsCarousel/components/InfoSection.types.d.ts +8 -0
  424. package/dist/components/organisms/Carousels/HighlightsCarousel/components/SwipeCarousel.d.ts +4 -0
  425. package/dist/components/organisms/Carousels/HighlightsCarousel/components/SwipeCarousel.types.d.ts +11 -0
  426. package/dist/components/organisms/Carousels/HighlightsCarousel/constants.d.ts +1 -0
  427. package/dist/components/organisms/Carousels/HighlightsCarousel/helper.d.ts +291 -0
  428. package/dist/components/organisms/Carousels/HighlightsCarousel/index.d.ts +5 -0
  429. package/dist/components/organisms/Carousels/MinimalCarousel/MinimalCarousel.d.ts +4 -0
  430. package/dist/components/organisms/Carousels/MinimalCarousel/MinimalCarousel.style.d.ts +4 -0
  431. package/dist/components/organisms/Carousels/MinimalCarousel/index.d.ts +2 -0
  432. package/dist/components/organisms/Footer/Footer.d.ts +4 -0
  433. package/dist/components/organisms/Footer/Footer.style.d.ts +8 -0
  434. package/dist/components/organisms/Footer/index.d.ts +1 -0
  435. package/dist/components/organisms/ModalWindow/ModalWindow.d.ts +68 -0
  436. package/dist/components/organisms/ModalWindow/ModalWindow.style.d.ts +4 -0
  437. package/dist/components/organisms/ModalWindow/index.d.ts +2 -0
  438. package/dist/components/organisms/Navigation/Navigation.d.ts +4 -0
  439. package/dist/components/organisms/Navigation/Navigation.style.d.ts +24 -0
  440. package/dist/components/organisms/Navigation/index.d.ts +2 -0
  441. package/dist/components/organisms/StickyBar/StickyBar.d.ts +4 -0
  442. package/dist/components/organisms/StickyBar/StickyBar.style.d.ts +6 -0
  443. package/dist/components/organisms/StickyBar/index.d.ts +2 -0
  444. package/dist/components/organisms/TitleWithCTA/TitleWithCTA.d.ts +4 -0
  445. package/dist/components/organisms/TitleWithCTA/TitleWithCTA.style.d.ts +26 -0
  446. package/dist/components/organisms/TitleWithCTA/index.d.ts +2 -0
  447. package/dist/components/organisms/UpsellSection/UpsellSection.d.ts +4 -0
  448. package/dist/components/organisms/UpsellSection/UpsellSection.style.d.ts +274 -0
  449. package/dist/components/organisms/UpsellSection/index.d.ts +2 -0
  450. package/dist/components/organisms/index.d.ts +11 -0
  451. package/dist/harmonic.cjs.development.css +1265 -0
  452. package/dist/harmonic.cjs.development.js +14681 -0
  453. package/dist/harmonic.cjs.development.js.map +1 -0
  454. package/dist/harmonic.cjs.production.min.js +2 -0
  455. package/dist/harmonic.cjs.production.min.js.map +1 -0
  456. package/dist/harmonic.esm.js +14603 -0
  457. package/dist/harmonic.esm.js.map +1 -0
  458. package/dist/helpers/accessibility.d.ts +1 -0
  459. package/dist/helpers/arrays.d.ts +2 -0
  460. package/dist/helpers/aspectRatio.d.ts +2 -0
  461. package/dist/helpers/defaultValues.d.ts +7 -0
  462. package/dist/helpers/devices.d.ts +10 -0
  463. package/dist/helpers/formatStrings.d.ts +3 -0
  464. package/dist/helpers/forms.d.ts +20 -0
  465. package/dist/helpers/generateDomElementId.d.ts +8 -0
  466. package/dist/helpers/htmlStrings.d.ts +5 -0
  467. package/dist/helpers/keyboards.d.ts +3 -0
  468. package/dist/helpers/theme.d.ts +2 -0
  469. package/dist/helpers/urls.d.ts +2 -0
  470. package/dist/index.d.ts +15 -0
  471. package/dist/index.js +8 -0
  472. package/dist/jest.setup.d.ts +1 -0
  473. package/dist/styles/GlobalStyles.d.ts +3 -0
  474. package/dist/styles/HarmonicThemeProvider/HarmonicThemeProvider.d.ts +13 -0
  475. package/dist/styles/HarmonicThemeProvider/index.d.ts +3 -0
  476. package/dist/styles/ThemeProvider.d.ts +4 -0
  477. package/dist/styles/themes.d.ts +3788 -0
  478. package/dist/styles/viewports.d.ts +16 -0
  479. package/dist/styles/zIndexes.d.ts +4 -0
  480. package/dist/types/anchorBar.d.ts +19 -0
  481. package/dist/types/auxiliaryNav.d.ts +39 -0
  482. package/dist/types/buttonTypes.d.ts +65 -0
  483. package/dist/types/card.d.ts +149 -0
  484. package/dist/types/carousel.d.ts +200 -0
  485. package/dist/types/contactCard.d.ts +34 -0
  486. package/dist/types/creditListing.d.ts +16 -0
  487. package/dist/types/editorial.d.ts +278 -0
  488. package/dist/types/footer.d.ts +33 -0
  489. package/dist/types/formTypes.d.ts +325 -0
  490. package/dist/types/iconTypes.d.ts +39 -0
  491. package/dist/types/image.d.ts +72 -0
  492. package/dist/types/impactHeader.d.ts +192 -0
  493. package/dist/types/index.d.ts +16 -0
  494. package/dist/types/information.d.ts +48 -0
  495. package/dist/types/links.d.ts +17 -0
  496. package/dist/types/miniCard.d.ts +27 -0
  497. package/dist/types/modalWindow.d.ts +20 -0
  498. package/dist/types/navigation.d.ts +368 -0
  499. package/dist/types/pagination.d.ts +9 -0
  500. package/dist/types/passwordStrength.d.ts +51 -0
  501. package/dist/types/progress.d.ts +37 -0
  502. package/dist/types/promoWithTags.d.ts +105 -0
  503. package/dist/types/quote.d.ts +8 -0
  504. package/dist/types/signUpForm.d.ts +90 -0
  505. package/dist/types/tableTypes.d.ts +31 -0
  506. package/dist/types/tickbox.d.ts +79 -0
  507. package/dist/types/timer.d.ts +37 -0
  508. package/dist/types/types.d.ts +800 -0
  509. package/dist/types/typography.d.ts +126 -0
  510. package/dist/types/upsell.d.ts +85 -0
  511. package/dist/types/utility.d.ts +4 -0
  512. package/package.json +2 -1
@@ -0,0 +1,800 @@
1
+ import { ReactNode, AnchorHTMLAttributes, MouseEventHandler, ReactElement } from 'react';
2
+ import { StyledProps } from 'styled-components';
3
+ import { IconNameType, DirectionType, IIconProps } from './iconTypes';
4
+ import type { ExternalLink } from './links';
5
+ export declare enum Colors {
6
+ White = "white",
7
+ Black = "black",
8
+ DarkGrey = "darkgrey",
9
+ MidGrey = "midgrey",
10
+ LightGrey = "lightgrey",
11
+ Trasparent = "transparent",
12
+ ErrorState = "errorstate",
13
+ MediumState = "mediumstate",
14
+ GoodState = "goodstate",
15
+ Primary = "primary",
16
+ Core = "core",
17
+ Stream = "stream",
18
+ Cinema = "cinema"
19
+ }
20
+ export declare const ThemeColor: {
21
+ readonly primary: "primary";
22
+ readonly 'primary-red': "primary-red";
23
+ readonly 'primary-black': "primary-black";
24
+ readonly 'base-white': "base-white";
25
+ readonly 'base-black': "base-black";
26
+ readonly 'base-dark-grey': "base-dark-grey";
27
+ readonly 'base-mid-grey': "base-mid-grey";
28
+ readonly 'base-light-grey': "base-light-grey";
29
+ readonly 'base-transparent': "base-transparent";
30
+ readonly 'state-error': "state-error";
31
+ readonly 'state-medium': "state-medium";
32
+ readonly 'state-good': "state-good";
33
+ readonly 'state-focused': "state-focused";
34
+ readonly 'state-disabled': "state-disabled";
35
+ readonly 'rbo-red-hovered': "rbo-red-hovered";
36
+ readonly 'rbo-red-pressed': "rbo-red-pressed";
37
+ readonly 'rbo-black-hovered': "rbo-black-hovered";
38
+ readonly 'rbo-black-pressed': "rbo-black-pressed";
39
+ readonly 'black-hovered': "black-hovered";
40
+ readonly 'black-pressed': "black-pressed";
41
+ readonly 'white-hovered': "white-hovered";
42
+ readonly 'white-pressed': "white-pressed";
43
+ readonly 'secondary-yellow': "secondary-yellow";
44
+ readonly 'secondary-pink': "secondary-pink";
45
+ readonly 'secondary-orange': "secondary-orange";
46
+ readonly 'secondary-blue': "secondary-blue";
47
+ };
48
+ export declare type ThemeColor = keyof typeof ThemeColor;
49
+ export declare enum ThemeType {
50
+ Core = "core",
51
+ Stream = "stream",
52
+ Cinema = "cinema",
53
+ Schools = "schools"
54
+ }
55
+ export interface IThemeProviderProps {
56
+ /** The theme to use for the child elements */
57
+ theme: ThemeType;
58
+ children: ReactNode;
59
+ }
60
+ export interface ILogoProps {
61
+ /**
62
+ * The id value
63
+ */
64
+ id?: string;
65
+ /**
66
+ * The data-roh value
67
+ */
68
+ dataRoh?: string;
69
+ /**
70
+ * The link of the logo
71
+ */
72
+ urlLink?: string;
73
+ /**
74
+ * The image for desktop
75
+ */
76
+ desktopImage: string;
77
+ /**
78
+ * The image for other devices
79
+ */
80
+ devicesImage?: string;
81
+ /**
82
+ * The title of the image
83
+ */
84
+ title?: string;
85
+ /**
86
+ * The title of the image
87
+ */
88
+ altText?: string;
89
+ }
90
+ export interface IOptionItem {
91
+ /**
92
+ * The text of the option
93
+ */
94
+ option: string;
95
+ /**
96
+ * The link of the option
97
+ */
98
+ optionLink: string;
99
+ }
100
+ export interface ITabProps {
101
+ children?: ReactNode;
102
+ /**
103
+ * The value of the title
104
+ */
105
+ title?: string;
106
+ /**
107
+ * The link of the title
108
+ */
109
+ titleLink?: string;
110
+ /**
111
+ * To keep selected the title of the Tab
112
+ */
113
+ selected?: boolean;
114
+ /**
115
+ * Icon direction
116
+ */
117
+ iconDirection?: DirectionType;
118
+ /**
119
+ * The name of the icon
120
+ */
121
+ iconName?: IconNameType;
122
+ /**
123
+ * If options are available in mobile devices
124
+ */
125
+ withOptionsInMobile?: boolean;
126
+ /**
127
+ * The orientation of the icon
128
+ */
129
+ withIcon?: 'right' | 'left' | 'none';
130
+ /**
131
+ * If show text in mobile devices
132
+ */
133
+ withTextInMobile?: boolean;
134
+ /**
135
+ * Function to be called when click
136
+ */
137
+ onClick?: (e: string) => void;
138
+ /**
139
+ * Function to be called when focus event is fired
140
+ */
141
+ onFocus?: () => void;
142
+ /**
143
+ * Function to be called when it is needed to back to initial state
144
+ */
145
+ onReset?: () => void;
146
+ /**
147
+ * Additional CSS class names to apply to the navigation component.
148
+ */
149
+ className?: string;
150
+ /**
151
+ * The unique ID to assign to the link element.
152
+ */
153
+ tabLinkId?: string;
154
+ /**
155
+ * Defines the ARIA role of the element for accessibility purposes.
156
+ */
157
+ role?: string;
158
+ /**
159
+ * Provides an accessible label for screen readers to describe the element's purpose.
160
+ */
161
+ ariaLabel?: string;
162
+ /**
163
+ * Text color
164
+ */
165
+ color?: ThemeColor;
166
+ /**
167
+ * Defines if it is needed to trim the text of the Tab and add 3 dots in the end
168
+ */
169
+ trimText?: boolean;
170
+ /**
171
+ * data-testid string for easier testing
172
+ */
173
+ dataTestId?: string;
174
+ /**
175
+ * Boolean indicating if the Tab is open.
176
+ */
177
+ isOpen?: boolean;
178
+ }
179
+ export interface IDropdownProps {
180
+ /**
181
+ * The value of the title
182
+ */
183
+ title?: string;
184
+ /**
185
+ * The orientation of the icon
186
+ */
187
+ withIcon?: 'right' | 'left' | 'none';
188
+ /**
189
+ * The link of the title
190
+ */
191
+ titleLink?: string;
192
+ /**
193
+ * To keep selected the title of the Dropdown
194
+ */
195
+ selected?: boolean;
196
+ /**
197
+ * An Array with the options in the Dropdown
198
+ */
199
+ options?: IOptionItem[];
200
+ /**
201
+ * The name of the icon
202
+ */
203
+ iconName?: IconNameType;
204
+ /**
205
+ * Set if the behaviour of Dropdown change in mobile devices
206
+ */
207
+ isMobileBehaviour?: boolean;
208
+ /**
209
+ * If options are available in mobile devices
210
+ */
211
+ withOptionsInMobile?: boolean;
212
+ /**
213
+ * Function to be called when click
214
+ */
215
+ onChange?: (e: string) => void;
216
+ /**
217
+ * Additional CSS class names to apply to the navigation component.
218
+ */
219
+ className?: string;
220
+ /**
221
+ * Defines the ARIA role of the element for accessibility purposes.
222
+ */
223
+ role?: string;
224
+ /**
225
+ * Provides an accessible label for screen readers to describe the element's purpose.
226
+ */
227
+ ariaLabel?: string;
228
+ /**
229
+ * The unique ID to assign to the link element inside the tab.
230
+ */
231
+ tabLinkId?: string;
232
+ /**
233
+ * Defines if it is needed to trim the text of the Tab and add 3 dots in the end
234
+ */
235
+ trimTabText?: boolean;
236
+ }
237
+ export interface ITabsProps {
238
+ /**
239
+ * An Array with Dropdown components
240
+ */
241
+ items?: IDropdownProps[];
242
+ /**
243
+ * Function to be called when click on showmenu
244
+ */
245
+ onShowMenu?: (e: boolean) => void;
246
+ /**
247
+ * Show menu in mobile devices
248
+ */
249
+ showMenu?: boolean;
250
+ /**
251
+ * Function to be called when click
252
+ */
253
+ onChange?: (e: string) => void;
254
+ /**
255
+ * Additional CSS class names to apply to the navigation component.
256
+ */
257
+ className?: string;
258
+ }
259
+ export declare type IDropdowItemProps = StyledProps<AnchorHTMLAttributes<HTMLAnchorElement>>;
260
+ export interface IControlledDropdownProps {
261
+ /**
262
+ * Text displayed as heading in the dropdown
263
+ */
264
+ text: string;
265
+ /**
266
+ * options to display
267
+ */
268
+ options?: IOptionItem[];
269
+ /**
270
+ * Set if the dropdown is active or not
271
+ */
272
+ active?: boolean;
273
+ /**
274
+ * Callback called when header is clicked
275
+ */
276
+ onClick: () => void;
277
+ /**
278
+ * Callback called when an option is clicked
279
+ */
280
+ onOptionClick?: (s: string) => void;
281
+ /**
282
+ * Mouse enter event handler
283
+ */
284
+ onMouseEnter?: () => void;
285
+ /**
286
+ * Mouse leave event handler
287
+ */
288
+ onMouseLeave?: () => void;
289
+ /**
290
+ * Callback called to reset dropdown behaviour
291
+ */
292
+ onReset?: () => void;
293
+ /**
294
+ * Callback called when main link or option are focused
295
+ */
296
+ onFocus?: () => void;
297
+ /**
298
+ * Callback called when focus leaves element
299
+ */
300
+ onFocusLeave?: () => void;
301
+ /**
302
+ * Callback called when main link or last option lose focus
303
+ */
304
+ onBlur?: () => void;
305
+ /**
306
+ * Additional CSS class names to apply to the navigation component.
307
+ */
308
+ className?: string;
309
+ }
310
+ export interface IControlledDropdownHeaderProps extends StyledProps<any> {
311
+ /**
312
+ * Set if the dropdown is active or not
313
+ */
314
+ active: boolean;
315
+ }
316
+ export declare type ListingPerson = {
317
+ /**
318
+ * Person name
319
+ */
320
+ name: string;
321
+ /**
322
+ * Link to person profile
323
+ */
324
+ link?: string;
325
+ /**
326
+ * String separator
327
+ */
328
+ headshot?: string;
329
+ /**
330
+ * Headshot image url
331
+ */
332
+ separator?: string;
333
+ /**
334
+ * Use headshot or not
335
+ */
336
+ useHeadshot: boolean;
337
+ /**
338
+ * Replacement text
339
+ */
340
+ replacement?: string;
341
+ };
342
+ export declare type ListingRole = {
343
+ /**
344
+ * Role name
345
+ */
346
+ name: string;
347
+ /**
348
+ * List of people in the role
349
+ */
350
+ people: ListingPerson[];
351
+ /**
352
+ * Data roh param
353
+ */
354
+ dataROH?: string;
355
+ };
356
+ export interface IPeopleListing {
357
+ /** List of roles to be displayed */
358
+ roles: ListingRole[];
359
+ /** Custom CSS classes */
360
+ className?: string;
361
+ /** Render person headshots in greyscale */
362
+ greyscale?: boolean;
363
+ /** Optional number of people per row on large desktop */
364
+ largeDesktopColumns?: 3 | 4;
365
+ }
366
+ export interface IPagination {
367
+ /**
368
+ * The total number of pages
369
+ */
370
+ pageCount: 10;
371
+ /**
372
+ * The current page
373
+ */
374
+ currentPage: 1;
375
+ /**
376
+ * The url to base page links on
377
+ */
378
+ baseUrl: '/';
379
+ }
380
+ export interface INodeProps {
381
+ /**
382
+ * The current object of Node
383
+ */
384
+ current: any;
385
+ }
386
+ export interface IGridItemProps extends StyledProps<any> {
387
+ /**
388
+ * The column in which to place the child elements
389
+ */
390
+ columnStartDesktop: number;
391
+ /**
392
+ * The number of columns over which the child elements will span
393
+ */
394
+ columnSpanDesktop?: number;
395
+ /**
396
+ * The column in which to place the child elements in tablet devices
397
+ */
398
+ columnStartDevice: number;
399
+ /**
400
+ * The number of columns over which the child elements will span in tablet devices
401
+ */
402
+ columnSpanDevice?: number;
403
+ /**
404
+ * The column in which to place the child elements in small mobile devices
405
+ */
406
+ columnStartSmallDevice?: number;
407
+ /**
408
+ * The number of columns over which the child elements will span in small mobile devices
409
+ */
410
+ columnSpanSmallDevice?: number;
411
+ }
412
+ export interface ISponsorLogoProps extends ExternalLink {
413
+ /**
414
+ * S3 Image source
415
+ */
416
+ imageSource?: string;
417
+ /**
418
+ * Alternative text for the logo (used for accessibility)
419
+ */
420
+ alt?: string;
421
+ /**
422
+ * Content to be displayed within the component.
423
+ */
424
+ children?: ReactNode;
425
+ /**
426
+ * Additional CSS class names to apply to the navigation component.
427
+ */
428
+ className?: string;
429
+ }
430
+ export declare type IHotFilterItem = Pick<AnchorHTMLAttributes<HTMLAnchorElement>, 'aria-label' | 'role'> & {
431
+ text: string;
432
+ onClick?: () => void;
433
+ };
434
+ export declare type IHotFilterProps = {
435
+ items: IHotFilterItem[];
436
+ className?: string;
437
+ selectedIndex?: number;
438
+ onSelect?: (index: number) => void;
439
+ };
440
+ export declare type ICastFilterItem = {
441
+ /**
442
+ * Name of the cast member shown below the image circle. Required.
443
+ */
444
+ name: string;
445
+ /**
446
+ * Image source for the image to be shown. Optional but if not included an unaesthetic placeholder will show.
447
+ */
448
+ image?: string;
449
+ /**
450
+ * Optional accessible name for the option. If omitted, `name` is used.
451
+ */
452
+ 'aria-label'?: string;
453
+ /**
454
+ * Kept for backwards compatibility with existing integrations.
455
+ * CastFilter always renders option semantics and ignores this value at runtime.
456
+ */
457
+ role?: string;
458
+ onClick?: () => void;
459
+ };
460
+ export declare type ICastFiltersProps = {
461
+ className?: string;
462
+ /**
463
+ * Array of cast to filter by.
464
+ */
465
+ cast: ICastFilterItem[];
466
+ /**
467
+ * Indices of currently selected cast in the `cast` array.
468
+ */
469
+ selectedIndices?: number[];
470
+ /**
471
+ * Text shown at the top of the component, e.g. 'Filter by cast'. If this is not provided
472
+ * the component will render without any.
473
+ */
474
+ headingText?: string;
475
+ /**
476
+ * Override the text of the primary CTA. Default is 'Apply'.
477
+ */
478
+ ctaText?: string;
479
+ /**
480
+ * Override the text of the text link. Default is 'Clear'.
481
+ */
482
+ textLinkText?: string;
483
+ /**
484
+ * Text to show if no selection is made.
485
+ */
486
+ emptySelectionText?: string;
487
+ /**
488
+ * Default image to show in cases where a cast member image prop is missing.
489
+ * If this is undefined then a light grey background will be displayed instead.
490
+ */
491
+ placeholderImage?: string;
492
+ /**
493
+ * Description to be used as aria-roledescription of the cast filter listbox.
494
+ * Read out by screen readers to describe the contents of the list.
495
+ */
496
+ listRoleDescription?: string;
497
+ /**
498
+ * Handle selecting individual cast filters.
499
+ */
500
+ onSelect?: (index: number) => void;
501
+ /**
502
+ * Handle clicking the primary CTA.
503
+ */
504
+ onApply?: (indices: number[]) => void;
505
+ /**
506
+ * Handle clicking the text link.
507
+ */
508
+ onClear?: () => void;
509
+ /**
510
+ * Render person images in greyscale
511
+ */
512
+ greyscale?: boolean;
513
+ };
514
+ export interface ISponsorshipProps {
515
+ /**
516
+ * Source URL for Sponsorship IFRAME.
517
+ */
518
+ src?: string;
519
+ /**
520
+ * Used for Analytics.
521
+ */
522
+ dataRoh?: string;
523
+ /**
524
+ * Used for Accessibility.
525
+ */
526
+ title?: string;
527
+ }
528
+ export interface ITextLinkProps extends AnchorHTMLAttributes<HTMLAnchorElement> {
529
+ children: ReactNode;
530
+ /**
531
+ * Function to be called when a button is clicked
532
+ */
533
+ onClick?: MouseEventHandler<HTMLAnchorElement>;
534
+ /**
535
+ * Name of the icon to be used in the button
536
+ */
537
+ iconName?: IconNameType;
538
+ /**
539
+ * Direction of the icon used in the button
540
+ */
541
+ iconDirection?: DirectionType;
542
+ /**
543
+ * Color of text and icon
544
+ */
545
+ textColor?: ThemeColor;
546
+ /**
547
+ * Disable default truncation
548
+ */
549
+ disableTruncation?: boolean;
550
+ }
551
+ export interface ISectionSplitterProps {
552
+ /** Set the width of the Section to full */
553
+ fullWidth?: boolean;
554
+ /** Custom CSS classes */
555
+ className?: string;
556
+ }
557
+ export interface ITypeTagsProps {
558
+ /**
559
+ * List of Type Tags to display.
560
+ */
561
+ list: string[];
562
+ }
563
+ export interface IBodyContentProps {
564
+ /** Text placed in the BodyContent component */
565
+ text: string;
566
+ /** Set columnStart in Desktop */
567
+ columnStartDesktop?: number;
568
+ /** Set columnSpan in Desktop */
569
+ columnSpanDesktop?: number;
570
+ /** Set columnStart in Device */
571
+ columnStartDevice?: number;
572
+ /** Set columnSpan in Device */
573
+ columnSpanDevice?: number;
574
+ /** Custom CSS classes */
575
+ className?: string;
576
+ /** Set to true to wrap the content in a Grid component */
577
+ renderGrid?: boolean;
578
+ /** Set to true to render the GridItem component */
579
+ renderGridItem?: boolean;
580
+ }
581
+ export declare type SectionTitleSize = 'small' | 'large';
582
+ export interface ISectionTitleProps {
583
+ /** Title to display. */
584
+ title: string;
585
+ /** Size of title to display - by default small, which renders as an H2 (and large is an H1). */
586
+ size?: SectionTitleSize;
587
+ /** Optional description that can be rendered below the title. */
588
+ description?: string;
589
+ /** Custom CSS classes */
590
+ className?: string;
591
+ }
592
+ export interface ILogosProps {
593
+ /**
594
+ * Color used to fill logos.
595
+ */
596
+ fillColor?: Colors.White | Colors.Black;
597
+ /**
598
+ * Text aligned logo variants.
599
+ */
600
+ align?: 'left' | 'center';
601
+ /**
602
+ * Fill color inversion.
603
+ */
604
+ invert?: boolean;
605
+ }
606
+ export interface ILogosStyledProps extends StyledProps<any> {
607
+ /**
608
+ * Color used to fill logos.
609
+ */
610
+ fillColor?: Colors.White | Colors.Black;
611
+ }
612
+ export interface IAccordionProps {
613
+ /** Title to display. */
614
+ title?: string;
615
+ /** The component to be wrapped into the accordion */
616
+ children?: ReactNode;
617
+ /** Set if accordions are stacked */
618
+ showLine?: boolean;
619
+ /** Set init open */
620
+ initOpen?: boolean;
621
+ /** Custom CSS classes */
622
+ className?: string;
623
+ /** Harmonic icon name and direction for expanded state. Default is 'Detract' */
624
+ expandedStateIcon?: IIconProps;
625
+ /** Harmonic icon name and direction for collapsed state. Default is 'Expand' */
626
+ collapsedStateIcon?: IIconProps;
627
+ }
628
+ export interface IAccordionsProps {
629
+ /** Array of Accordion component */
630
+ items: IAccordionProps[];
631
+ /** Custom CSS classes */
632
+ className?: string;
633
+ }
634
+ export declare const BannerVariants: {
635
+ readonly 'service-persistent': "service-persistent";
636
+ readonly 'in-page-persistent': "in-page-persistent";
637
+ readonly 'in-page': "in-page";
638
+ };
639
+ export declare type BannerVariant = keyof typeof BannerVariants;
640
+ export interface IAnnouncementBannerProps {
641
+ /**
642
+ * Announcement banner title
643
+ */
644
+ title: string;
645
+ /**
646
+ * Announcement message text
647
+ */
648
+ announcementText: string;
649
+ /**
650
+ * Date and time text
651
+ */
652
+ time?: string;
653
+ /**
654
+ * Icon graphic
655
+ */
656
+ icon?: 'Info' | 'Clock' | 'Location' | 'Reminder' | 'Star';
657
+ /**
658
+ * Custom CSS classes
659
+ */
660
+ className?: string;
661
+ /**
662
+ * Banner layout variant
663
+ */
664
+ variant?: BannerVariant;
665
+ /**
666
+ * Callback function to be executed when the banner is closed.
667
+ */
668
+ onClose?: () => void;
669
+ }
670
+ export interface IReadMoreProps {
671
+ /**
672
+ * Read More Component title
673
+ */
674
+ title?: string;
675
+ /**
676
+ * Intro text to be truncated
677
+ */
678
+ introText: ReactNode;
679
+ /**
680
+ * Component to be wrapped in ReadMore comp
681
+ */
682
+ fullText: ReactNode;
683
+ /**
684
+ * Set init open
685
+ */
686
+ initOpen: boolean;
687
+ /**
688
+ * Custom text for link when closed
689
+ */
690
+ showMoreText: string;
691
+ /**
692
+ * Custom text for link when opened
693
+ */
694
+ hideText: string;
695
+ /**
696
+ * Character limit
697
+ */
698
+ characterLimit?: number;
699
+ /**
700
+ * Optional truncation
701
+ */
702
+ truncate?: boolean;
703
+ }
704
+ export interface IStatusBannerProps {
705
+ /**
706
+ * Status banner text
707
+ */
708
+ statusText: string;
709
+ /**
710
+ * Set init visibility
711
+ */
712
+ visibility: boolean;
713
+ }
714
+ export interface IVideoControlsProps {
715
+ /**
716
+ * Video element id
717
+ */
718
+ videoElementId: string;
719
+ /**
720
+ * Id of an element containing both the VideoControls and the video HTML element
721
+ * Used to request fullscreen.
722
+ */
723
+ videoContainerId?: string;
724
+ /**
725
+ * Default muted
726
+ */
727
+ muted: boolean;
728
+ /**
729
+ * Default playing
730
+ */
731
+ autoPlay: boolean;
732
+ /**
733
+ * Hide volume
734
+ */
735
+ soundControl?: boolean;
736
+ /**
737
+ * Hide fullscreen. If false, provide a videoContainerId.
738
+ */
739
+ fullScreenOption?: boolean;
740
+ /**
741
+ * Loops
742
+ */
743
+ loop?: boolean;
744
+ }
745
+ export interface IVideoControlsImpactProps {
746
+ /** Video element id */
747
+ videoElementId: string;
748
+ /** Loops */
749
+ loop?: boolean;
750
+ }
751
+ export declare type IVideoWithControlsSettings = Omit<IVideoControlsProps, 'videoElementId' | 'videoContainerId'>;
752
+ export interface IVideoWithControlsProps {
753
+ /**
754
+ * Video element
755
+ */
756
+ video: ReactElement<HTMLVideoElement>;
757
+ /**
758
+ * Settings for video controls
759
+ */
760
+ settings: IVideoWithControlsSettings;
761
+ }
762
+ export declare type Image = Pick<HTMLImageElement, 'alt' | 'src'>;
763
+ export declare enum LinkTarget {
764
+ /**
765
+ * Opens the link in the same frame or tab as the current page.
766
+ */
767
+ Self = "_self",
768
+ /**
769
+ * Opens the link in a new browser tab or window, depending on the browser settings.
770
+ */
771
+ Blank = "_blank"
772
+ }
773
+ export interface ISkipToMainProps {
774
+ /**
775
+ * Defines which tag the button should skip to.
776
+ */
777
+ skipToId?: string;
778
+ }
779
+ export declare type PaywallProps = {
780
+ /** Custom CSS classes */
781
+ className?: string;
782
+ /** Heading text */
783
+ title: string;
784
+ /** Introduction text */
785
+ intro?: string;
786
+ /** Body HTML */
787
+ description: string;
788
+ /** Function called when CTA clicked */
789
+ buttonOnClick?: MouseEventHandler<HTMLAnchorElement>;
790
+ /** CTA text */
791
+ buttonText: string;
792
+ /** CTA URL */
793
+ buttonUrl: string;
794
+ /** Function called when sign-in link clicked */
795
+ signInLinkOnClick?: MouseEventHandler<HTMLAnchorElement>;
796
+ /** Text before sign-in link (required to show sign-in link) */
797
+ signInPromptText?: string;
798
+ /** Sign-in link URL (required to show sign-in link) */
799
+ signInLinkUrl?: string;
800
+ };