@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,90 @@
1
+ export declare const IconLibrary: {
2
+ AddToMyList: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
3
+ Arrow: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
4
+ ArrowPagination: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
5
+ AudioDescription: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
6
+ Back10: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
7
+ BalletAndDance: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
8
+ Basket: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
9
+ BasketFull: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
10
+ BritishSignLanguage: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
11
+ BookTickets: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
12
+ CarouselArrow: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
13
+ ChooseDates: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
14
+ Cinema: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
15
+ Clips: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
16
+ Clock: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
17
+ Close: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
18
+ Captioned: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
19
+ ClosedCaptions: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
20
+ Confirm: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
21
+ CreditCard: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
22
+ Delete: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
23
+ Detract: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
24
+ DropdownArrow: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
25
+ EditMyList: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
26
+ Email: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
27
+ Expand: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
28
+ Expand12px: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
29
+ ExternalLink: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
30
+ Facebook: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
31
+ FamilyFriendly: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
32
+ Favourite: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
33
+ FavouriteFull: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
34
+ Filter: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
35
+ FindAScreening: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
36
+ Forward10: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
37
+ FullScreen: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
38
+ GridView: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
39
+ Home: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
40
+ Info: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
41
+ Instagram: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
42
+ LastPageArrow: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
43
+ List: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
44
+ ListView: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
45
+ LiveStream: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
46
+ Location: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
47
+ Menu: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
48
+ Minimise: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
49
+ Muted: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
50
+ NavLogoMobile: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
51
+ NavLogoNoCrest: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
52
+ NavLogoWithCrest: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
53
+ OnMyList: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
54
+ OpenCaptions: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
55
+ OperaAndMusic: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
56
+ Pause: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
57
+ PDF: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
58
+ Phone: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
59
+ Play: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
60
+ Print: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
61
+ Refresh: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
62
+ RelaxedPerformance: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
63
+ Reminder: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
64
+ Remove: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
65
+ Remove12px: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
66
+ Restart: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
67
+ Search: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
68
+ Seat: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
69
+ Secure: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
70
+ Settings: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
71
+ Shift: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
72
+ Space: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
73
+ Standing: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
74
+ Star: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
75
+ Subscribe: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
76
+ Subtitles: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
77
+ Tick: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
78
+ Tickets: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
79
+ Tiktok: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
80
+ TouchTour: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
81
+ Trailer: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
82
+ Twitter: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
83
+ User: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
84
+ UserSignedIn: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
85
+ Volume: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
86
+ Watch: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
87
+ Wheelchair: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
88
+ X: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
89
+ Youtube: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
90
+ };
@@ -0,0 +1,2 @@
1
+ export { default as Icon } from './Icons';
2
+ export * from './Icons';
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { ImageAspectRatioWrapperProps } from '../../../types/image';
3
+ declare const ImageAspectRatioWrapper: React.ForwardRefExoticComponent<ImageAspectRatioWrapperProps & React.RefAttributes<HTMLDivElement>>;
4
+ export default ImageAspectRatioWrapper;
@@ -0,0 +1,3 @@
1
+ import { IImageAspectRatioWrapperProps } from '../../../types/image';
2
+ declare const StyledImageAspectRatioWrapper: import("styled-components").StyledComponent<"div", any, IImageAspectRatioWrapperProps, never>;
3
+ export default StyledImageAspectRatioWrapper;
@@ -0,0 +1,2 @@
1
+ import ImageAspectRatioWrapper from './ImageAspectRatioWrapper';
2
+ export default ImageAspectRatioWrapper;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { ILogoProps } from '../../../types/types';
3
+ declare const Logo: ({ id, dataRoh, urlLink, desktopImage, devicesImage, title, altText, }: ILogoProps) => React.JSX.Element;
4
+ export default Logo;
@@ -0,0 +1 @@
1
+ export declare const LogoWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
@@ -0,0 +1,2 @@
1
+ import Logo from './Logo';
2
+ export default Logo;
@@ -0,0 +1,7 @@
1
+ import { FunctionComponent } from 'react';
2
+ import { ListingPerson } from '../../../types/types';
3
+ declare const Person: FunctionComponent<{
4
+ person: ListingPerson;
5
+ withSeparator: boolean;
6
+ }>;
7
+ export default Person;
@@ -0,0 +1,2 @@
1
+ export declare const PersonLink: import("styled-components").StyledComponent<"a", any, {}, never>;
2
+ export declare const ReplacementContent: import("styled-components").StyledComponent<"span", any, {}, never>;
@@ -0,0 +1,2 @@
1
+ import Person from './Person';
2
+ export default Person;
@@ -0,0 +1,4 @@
1
+ import { FunctionComponent } from 'react';
2
+ import { IProgressProps } from '../../../types/progress';
3
+ declare const Progress: FunctionComponent<IProgressProps>;
4
+ export default Progress;
@@ -0,0 +1,11 @@
1
+ import { IProgressProps } from '../../../types/progress';
2
+ export declare const ProgressView: import("styled-components").StyledComponent<"div", any, IProgressProps, never>;
3
+ export declare const ElapsedProgressView: import("styled-components").StyledComponent<"div", any, IProgressProps & {
4
+ isProgressWithSteps: boolean;
5
+ }, never>;
6
+ export declare const PendingProgressView: import("styled-components").StyledComponent<"div", any, IProgressProps, never>;
7
+ export declare const StepsWrapper: import("styled-components").StyledComponent<"div", any, IProgressProps, never>;
8
+ export declare const StepWrapper: import("styled-components").StyledComponent<"div", any, {
9
+ isVisible: boolean;
10
+ isActive: boolean;
11
+ }, never>;
@@ -0,0 +1,2 @@
1
+ import Progress from './Progress';
2
+ export default Progress;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IRadio2Props } from '../../../types/formTypes';
3
+ declare const Radio2: React.ForwardRefExoticComponent<IRadio2Props & React.RefAttributes<HTMLInputElement>>;
4
+ export default Radio2;
@@ -0,0 +1,7 @@
1
+ import { IRadio2Props } from '../../../types/formTypes';
2
+ export declare const Container: import("styled-components").StyledComponent<"div", any, {}, never>;
3
+ export declare const Radio: import("styled-components").StyledComponent<"div", any, Pick<IRadio2Props, "error" | "darkMode" | "disabled" | "blackBox">, never>;
4
+ export declare const TickboxLabel: import("styled-components").StyledComponent<"label", any, Pick<IRadio2Props, "darkMode" | "blackBox">, never>;
5
+ export declare const RadioIcon: import("styled-components").StyledComponent<"div", any, {}, never>;
6
+ export declare const TextLabel: import("styled-components").StyledComponent<"div", any, Pick<IRadio2Props, "darkMode" | "disabled">, never>;
7
+ export declare const ErrorLabel: import("styled-components").StyledComponent<"div", any, Pick<IRadio2Props, "darkMode">, never>;
@@ -0,0 +1,2 @@
1
+ import Radio2 from './Radio2';
2
+ export default Radio2;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import type { RotatorButtonsProps } from '../../../types/buttonTypes';
3
+ declare const RotatorButtons: ({ onClickPrev, onClickNext, availablePrev, availableNext, showFullscreen, onClickFullscreen, isFullscreen, size, className, }: RotatorButtonsProps) => React.JSX.Element | null;
4
+ export default RotatorButtons;
@@ -0,0 +1,9 @@
1
+ import { RotatorButtonSize } from '../../../types/buttonTypes';
2
+ export declare const ButtonsContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
3
+ declare type BaseProps = {
4
+ size?: RotatorButtonSize;
5
+ };
6
+ export declare const IconWrapper: import("styled-components").StyledComponent<"div", any, BaseProps, never>;
7
+ export declare const IconUnavailableWrapper: import("styled-components").StyledComponent<"div", any, BaseProps, never>;
8
+ export declare const FullscreenIconWrapper: import("styled-components").StyledComponent<"div", any, BaseProps, never>;
9
+ export {};
@@ -0,0 +1,2 @@
1
+ import RotatorButtons from './RotatorButtons';
2
+ export default RotatorButtons;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { ISearchProps } from '../../../types/navigation';
3
+ declare const Search: React.ForwardRefExoticComponent<Pick<ISearchProps, "selected" | "onClick" | "className"> & React.RefAttributes<HTMLButtonElement>>;
4
+ export default Search;
@@ -0,0 +1,3 @@
1
+ import { ISearchProps } from '../../../types/navigation';
2
+ export declare const SearchContainer: import("styled-components").StyledComponent<"button", any, ISearchProps, never>;
3
+ export declare const SvgContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
@@ -0,0 +1,2 @@
1
+ import Search from './Search';
2
+ export default Search;
@@ -0,0 +1,2 @@
1
+ import { ILogosStyledProps } from '../../../types/types';
2
+ export declare const SecondaryLogoWrapper: import("styled-components").StyledComponent<"svg", any, ILogosStyledProps, never>;
@@ -0,0 +1,4 @@
1
+ import { FunctionComponent } from 'react';
2
+ import { ILogosProps } from '../../../types/types';
3
+ declare const SecondaryLogo: FunctionComponent<ILogosProps>;
4
+ export default SecondaryLogo;
@@ -0,0 +1,2 @@
1
+ import SecondaryLogo from './SecondaryLogo';
2
+ export default SecondaryLogo;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { ISectionSplitterProps } from '../../../types/types';
3
+ declare const SectionSplitter: ({ fullWidth, className }: ISectionSplitterProps) => React.JSX.Element;
4
+ export default SectionSplitter;
@@ -0,0 +1,2 @@
1
+ export declare const SectionSplitterContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
2
+ export declare const Splitter: import("styled-components").StyledComponent<"div", any, {}, never>;
@@ -0,0 +1,2 @@
1
+ import SectionSplitter from './SectionSplitter';
2
+ export default SectionSplitter;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { SocialLinksProps } from '../../../types/footer';
3
+ declare const SocialLinks: React.FC<SocialLinksProps>;
4
+ export default SocialLinks;
@@ -0,0 +1,2 @@
1
+ export declare const MediaLinksWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
2
+ export declare const MediaIconWrapper: import("styled-components").StyledComponent<"a", any, {}, never>;
@@ -0,0 +1,2 @@
1
+ import SocialLinks from './SocialLinks';
2
+ export default SocialLinks;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { ISponsorLogoProps } from '../../../types/types';
3
+ declare const SponsorLogo: ({ imageSource, alt, children, className, href, title, dataRoh, target, }: ISponsorLogoProps) => React.ReactElement;
4
+ export default SponsorLogo;
@@ -0,0 +1 @@
1
+ export declare const SponsorLogoWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
@@ -0,0 +1,2 @@
1
+ import SponsorLogo from './SponsorLogo';
2
+ export default SponsorLogo;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { ISponsorshipProps } from '../../../types/types';
3
+ declare const Sponsorship: React.FC<ISponsorshipProps>;
4
+ export default Sponsorship;
@@ -0,0 +1,4 @@
1
+ export declare const SponsorshipWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
2
+ export declare const SponsorshipLinkText: import("styled-components").StyledComponent<"span", any, {}, never>;
3
+ export declare const SponsorshipLink: import("styled-components").StyledComponent<"a", any, {}, never>;
4
+ export declare const SponsorshipStyledIframe: import("styled-components").StyledComponent<"iframe", any, {}, never>;
@@ -0,0 +1,3 @@
1
+ export declare const DEFAULT_SPONSORSHIP_IFRAME = "https://static.roh.org.uk/rolex/v4/rolex.html?size=80";
2
+ export declare const DEFAULT_SPONSORSHIP_TITLE = "rolex";
3
+ export declare const DEFAULT_DATA_ROH = "ImgAdvert";
@@ -0,0 +1,2 @@
1
+ import Sponsorship from './Sponsorship';
2
+ export default Sponsorship;
@@ -0,0 +1,58 @@
1
+ import { ReactElement } from 'react';
2
+ import { IStepperProps } from '../../../types/formTypes';
3
+ /**
4
+ * A harmonic Stepper component, used similarly to an HTML input type number.
5
+ *
6
+ * The buttons are clickable but not keyboard focusable
7
+ *
8
+ * An `initialValue`, the `step` to increase / decrease by, `min`
9
+ * and `max` values can all be provided, but are optional, with defaults.
10
+ *
11
+ * The displayed value can be controlled by:
12
+ *
13
+ * - Entering a value in to the central input area (both mouse and keyboard-focusable)
14
+ *
15
+ * - Clicking the buttons on either side (mouse only)
16
+ *
17
+ * - Keyboard-focusing the stepper box and using the arrow keys
18
+ *
19
+ * In all cases the value will be clamped between min and max values.
20
+ *
21
+ * The maximum width of the component is 4 characters, meaning 3 digits with a
22
+ * sign, or 4 without.
23
+ *
24
+ * Optional `plusAction` and `minusAction` functions can be provided and will be
25
+ * called on click of the corresponding buttons.
26
+ *
27
+ * The component will display an `error` string beneath the stepper box, if present.
28
+ *
29
+ * Styles are provided for the `disabled` state and for display on dark or
30
+ * coloured backgrounds, using the `darkMode` boolean.
31
+ *
32
+ * Finally, an `accessibleName` string can be provided. Although optional,
33
+ * it's a very good idea to include this so that users of screen-readers
34
+ * know what they are actually controlling.
35
+ *
36
+ * Example:
37
+ *
38
+ * ```tsx
39
+ * import { Stepper } from '@royaloperahouse/harmonic'
40
+ *
41
+ * <div>
42
+ * <p>How How many seas must a white dove sail before she sleeps in the sand?</p>
43
+ * <Stepper
44
+ * initialValue={12}
45
+ * step={2}
46
+ * min={-8}
47
+ * max={667}
48
+ * plusAction={() => {console.log('More seas')}}
49
+ * minusAction={() => {console.log('Fewer seas')}}
50
+ * darkMode={false}
51
+ * disabled={false}
52
+ * error="Something went wrong!"
53
+ * accessibleName="Number of seas"
54
+ * />
55
+ * </div>
56
+ */
57
+ export declare const Component: ({ initialValue, step, min, max, minusAction, plusAction, darkMode, error, disabled, accessibleName, }: IStepperProps) => ReactElement;
58
+ export default Component;
@@ -0,0 +1,6 @@
1
+ import { IStepperProps } from '../../../types/formTypes';
2
+ export declare const StepperWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
3
+ export declare const StepperError: import("styled-components").StyledComponent<"div", any, Pick<IStepperProps, "darkMode">, never>;
4
+ export declare const StepperBox: import("styled-components").StyledComponent<"div", any, Pick<IStepperProps, "darkMode" | "error" | "disabled">, never>;
5
+ export declare const StepperValue: import("styled-components").StyledComponent<"input", any, Pick<IStepperProps, "disabled">, never>;
6
+ export declare const StepperButton: import("styled-components").StyledComponent<"div", any, Pick<IStepperProps, "disabled">, never>;
@@ -0,0 +1,2 @@
1
+ import Stepper from './Stepper';
2
+ export { Stepper };
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { ITabProps } from '../../../types/types';
3
+ declare const Tab: ({ title, titleLink, onClick, onFocus, onReset, selected, iconName, iconDirection, withIcon, withTextInMobile, trimText, className, role, ariaLabel, tabLinkId, color, dataTestId, isOpen, }: ITabProps) => React.JSX.Element;
4
+ export default Tab;
@@ -0,0 +1,3 @@
1
+ import { ITabProps } from '../../../types/types';
2
+ export declare const TabText: import("styled-components").StyledComponent<"a", any, ITabProps, never>;
3
+ export declare const TitleContainer: import("styled-components").StyledComponent<"div", any, ITabProps, never>;
@@ -0,0 +1,2 @@
1
+ import Tab from './Tab';
2
+ export default Tab;
@@ -0,0 +1,4 @@
1
+ import { FunctionComponent } from 'react';
2
+ import { ITabLinkProps } from '../../../types/navigation';
3
+ declare const TabLink: FunctionComponent<ITabLinkProps>;
4
+ export default TabLink;
@@ -0,0 +1,3 @@
1
+ import { ITabLinkProps } from '../../../types/navigation';
2
+ export declare const TabLinkWrapper: import("styled-components").StyledComponent<"a", any, ITabLinkProps, never>;
3
+ export declare const TabLinkIconWrapper: import("styled-components").StyledComponent<"span", any, {}, never>;
@@ -0,0 +1 @@
1
+ export { default as TabLink } from './TabLink';
@@ -0,0 +1,45 @@
1
+ import React from 'react';
2
+ import { ITextAreaProps } from '../../../types/formTypes';
3
+ /**
4
+ * An HTML textarea component for Harmonic.
5
+ *
6
+ * Control the height and width of the component with `height` and `width`.
7
+ *
8
+ * The TextArea can also be used as the direct child of a
9
+ * Harmonic Grid component, in which case you can control the width and
10
+ * horizontal position by specifying GridItem props.
11
+ *
12
+ * If a fixed pixel width is specified it will take precedence over the
13
+ * column span on Desktop.
14
+ *
15
+ * Example using width:
16
+ *
17
+ * ```tsx
18
+ * <TextArea
19
+ * label='My Text Area'
20
+ * error={myError}
21
+ * height={100}
22
+ * width={300}
23
+ * darkMode={true}
24
+ * />
25
+ * ```
26
+ *
27
+ * Example of use as a GridItem:
28
+ *
29
+ * ```tsx
30
+ * import {Grid, TextArea} from '@royaloperahouse/harmonic';
31
+ *
32
+ * <Grid>
33
+ * <TextArea
34
+ * label='My Text Area'
35
+ * error={myError}
36
+ * darkMode={false}
37
+ * height={250}
38
+ * columnStartDesktop={2}
39
+ * columnSpanDesktop={7}
40
+ * />
41
+ * </Grid>
42
+ * ```
43
+ */
44
+ declare const TextArea: ({ label, error, width, darkMode, height, columnStartDesktop, columnStartDevice, columnSpanDesktop, columnSpanDevice, maxLength, tabIndex, ...textareaProps }: ITextAreaProps) => React.JSX.Element;
45
+ export default TextArea;
@@ -0,0 +1,5 @@
1
+ import { ITextAreaProps } from '../../../types/formTypes';
2
+ export declare const TextAreaWrapper: import("styled-components").StyledComponent<"div", any, Pick<ITextAreaProps, "width" | "height">, never>;
3
+ export declare const TextAreaLabel: import("styled-components").StyledComponent<"div", any, Pick<ITextAreaProps, "darkMode">, never>;
4
+ export declare const TextAreaBox: import("styled-components").StyledComponent<"textarea", any, Pick<ITextAreaProps, "error" | "darkMode">, never>;
5
+ export declare const TextAreaError: import("styled-components").StyledComponent<"div", any, Pick<ITextAreaProps, "darkMode">, never>;
@@ -0,0 +1,2 @@
1
+ import TextArea from './TextArea';
2
+ export default TextArea;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { ITextFieldProps } from '../../../types/formTypes';
3
+ declare const TextField: React.ForwardRefExoticComponent<ITextFieldProps & React.RefAttributes<HTMLInputElement>>;
4
+ export default TextField;
@@ -0,0 +1,10 @@
1
+ import { ITextFieldProps } from '../../../types/formTypes';
2
+ export declare const Container: import("styled-components").StyledComponent<"div", any, {}, never>;
3
+ export declare const InputWrapper: import("styled-components").StyledComponent<"div", any, Pick<ITextFieldProps, "width">, never>;
4
+ export declare const Input: import("styled-components").StyledComponent<"input", any, Pick<ITextFieldProps, "error" | "darkMode"> & {
5
+ isPasswordField: boolean;
6
+ }, never>;
7
+ export declare const ShowHideButton: import("styled-components").StyledComponent<"button", any, {}, never>;
8
+ export declare const TextLabel: import("styled-components").StyledComponent<"div", any, Pick<ITextFieldProps, "darkMode">, never>;
9
+ export declare const ErrorLabel: import("styled-components").StyledComponent<"div", any, Pick<ITextFieldProps, "darkMode">, never>;
10
+ export declare const BodyCopyHarmonicWithWrapper: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../../../types/typography").ITaggedTypographyProps & import("react").RefAttributes<HTMLParagraphElement>>, any, {}, never>;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { ITextFieldProps } from '../../../types/formTypes';
3
+ /**
4
+ * @deprecated
5
+ *
6
+ * # IMPORTANT
7
+ * Please use the `<TextField />` component instead of this component if possible.
8
+ * This component was introduced due to incompatibilities between versions of the Harmonic library.
9
+ * */
10
+ declare const TextFieldLegacy: ({ label, error, darkMode, width, ...inputProps }: ITextFieldProps) => React.JSX.Element;
11
+ export default TextFieldLegacy;
@@ -0,0 +1,5 @@
1
+ import { ITextFieldProps } from '../../../types/formTypes';
2
+ export declare const TextFieldContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
3
+ export declare const Input: import("styled-components").StyledComponent<"input", any, Pick<ITextFieldProps, "error" | "darkMode">, never>;
4
+ export declare const TextLabel: import("styled-components").StyledComponent<"p", any, Pick<ITextFieldProps, "darkMode">, never>;
5
+ export declare const ErrorLabel: import("styled-components").StyledComponent<"p", any, Pick<ITextFieldProps, "darkMode">, never>;
@@ -0,0 +1,3 @@
1
+ import TextField from './TextField';
2
+ import TextFieldLegacy from './TextFieldLegacy';
3
+ export { TextField, TextFieldLegacy };
@@ -0,0 +1,4 @@
1
+ import { FunctionComponent } from 'react';
2
+ import { ITextLinkProps } from '../../../types/types';
3
+ declare const TextLink: FunctionComponent<ITextLinkProps>;
4
+ export default TextLink;
@@ -0,0 +1,3 @@
1
+ import { ITextLinkProps } from '../../../types/types';
2
+ export declare const TextLinkWrapper: import("styled-components").StyledComponent<"a", any, ITextLinkProps, never>;
3
+ export declare const TextLinkIconWrapper: import("styled-components").StyledComponent<"span", any, {}, never>;
@@ -0,0 +1,2 @@
1
+ import TextLink from './TextLink';
2
+ export default TextLink;
@@ -0,0 +1,6 @@
1
+ import * as React from 'react';
2
+ import { ITextLogoProps } from './TextLogo.types';
3
+ export { TextLogoProduct } from './TextLogo.types';
4
+ export type { ITextLogoProps } from './TextLogo.types';
5
+ declare const Logo: ({ color, productName, fontSize }: ITextLogoProps) => React.ReactElement;
6
+ export default Logo;
@@ -0,0 +1,10 @@
1
+ import { Colors } from '../../../types';
2
+ export declare enum TextLogoProduct {
3
+ Stream = "STREAM",
4
+ Cinema = "CINEMA"
5
+ }
6
+ export interface ITextLogoProps {
7
+ productName: TextLogoProduct;
8
+ color: Colors;
9
+ fontSize?: number;
10
+ }
@@ -0,0 +1,2 @@
1
+ import TextLogo from './TextLogo';
2
+ export default TextLogo;