@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,1265 @@
1
+ /* Base classes */
2
+ .typography-module_display__ZHsz9 {
3
+ margin: 0;
4
+ font-family: var(--font-family-sans);
5
+ line-height: 100%;
6
+ }
7
+
8
+ .typography-module_header__FVsLI {
9
+ margin: 0;
10
+ font-family: var(--font-family-sans);
11
+ font-weight: 500;
12
+ }
13
+
14
+ .typography-module_subtitle__x3sSn {
15
+ margin: 0;
16
+ font-family: var(--font-family-sans);
17
+ font-weight: 500;
18
+ }
19
+
20
+ .typography-module_bodycopy__-BY2U {
21
+ margin: 0;
22
+ font-family: var(--font-family-sans);
23
+ font-weight: 400;
24
+ }
25
+
26
+ .typography-module_overline__y1yCC {
27
+ margin: 0;
28
+ font-family: var(--font-family-sans);
29
+ font-weight: 500;
30
+ text-transform: uppercase;
31
+ }
32
+
33
+ .typography-module_buttontext__Gp0W- {
34
+ margin: 0;
35
+ font-family: var(--font-family-sans);
36
+ font-weight: 400;
37
+ }
38
+
39
+ .typography-module_captiontext__zyA-- {
40
+ margin: 0;
41
+ font-family: var(--font-family-sans);
42
+ font-weight: 400;
43
+ }
44
+
45
+ .typography-module_navigationtext__Qj6Zw {
46
+ margin: 0;
47
+ font-family: var(--font-family-sans);
48
+ font-weight: 500;
49
+ }
50
+
51
+ /* Size modifiers */
52
+ .typography-module_display--large__RwPQD {
53
+ font-size: 96px;
54
+ font-weight: 700;
55
+ letter-spacing: -5px;
56
+ }
57
+
58
+ .typography-module_display--small__XWUSJ {
59
+ font-size: 68px;
60
+ font-weight: 500;
61
+ letter-spacing: -3px;
62
+ }
63
+
64
+ .typography-module_header--large__2vP3p {
65
+ font-size: 44px;
66
+ line-height: 48px;
67
+ letter-spacing: -1.5px;
68
+ }
69
+
70
+ .typography-module_header--medium__OgzlB {
71
+ font-size: 34px;
72
+ line-height: 40px;
73
+ letter-spacing: -1px;
74
+ }
75
+
76
+ .typography-module_header--small__zLuFf {
77
+ font-size: 26px;
78
+ line-height: 32px;
79
+ letter-spacing: -0.5px;
80
+ }
81
+
82
+ .typography-module_subtitle--large__1Ep9J {
83
+ font-size: 19px;
84
+ line-height: 26px;
85
+ letter-spacing: -0.5px;
86
+ }
87
+
88
+ .typography-module_subtitle--small__Vt9bZ {
89
+ font-size: 17px;
90
+ line-height: 24px;
91
+ letter-spacing: -0.5px;
92
+ }
93
+
94
+ .typography-module_bodycopy--large__BNzf2 {
95
+ font-size: 19px;
96
+ line-height: 26px;
97
+ letter-spacing: -0.5px;
98
+ }
99
+
100
+ .typography-module_bodycopy--medium__cwJEu {
101
+ font-size: 17px;
102
+ line-height: 24px;
103
+ letter-spacing: -0.5px;
104
+ }
105
+
106
+ .typography-module_bodycopy--small__fTLSM {
107
+ font-size: 14px;
108
+ line-height: 20px;
109
+ letter-spacing: -0.5px;
110
+ }
111
+
112
+ .typography-module_overline--large__79WUM {
113
+ font-size: 14px;
114
+ line-height: 18px;
115
+ letter-spacing: 0.3px;
116
+ }
117
+
118
+ .typography-module_overline--small__MGEG6 {
119
+ font-size: 12px;
120
+ line-height: 14px;
121
+ letter-spacing: 0.2px;
122
+ }
123
+
124
+ /* Button, Caption, Navigation text */
125
+ .typography-module_buttontext__Gp0W- {
126
+ font-size: 17px;
127
+ line-height: 20px;
128
+ letter-spacing: -0.5px;
129
+ }
130
+
131
+ .typography-module_captiontext__zyA-- {
132
+ font-size: 17px;
133
+ line-height: 24px;
134
+ letter-spacing: -0.5px;
135
+ }
136
+
137
+ .typography-module_navigationtext__Qj6Zw {
138
+ font-size: 19px;
139
+ line-height: 19px;
140
+ letter-spacing: 0.4px;
141
+ }
142
+
143
+ /* Color modifiers */
144
+ .typography-module_display--primary__9sTwU,
145
+ .typography-module_header--primary__KF0PJ,
146
+ .typography-module_subtitle--primary__yL-hS,
147
+ .typography-module_bodycopy--primary__5Uo2D,
148
+ .typography-module_overline--primary__a2NSa,
149
+ .typography-module_buttontext--primary__HnmE3,
150
+ .typography-module_captiontext--primary__mmafI,
151
+ .typography-module_navigationtext--primary__vIsUl {
152
+ color: var(--color-primary);
153
+ }
154
+
155
+ .typography-module_display--black__8hmsx,
156
+ .typography-module_header--black__M3I14,
157
+ .typography-module_subtitle--black__IQRSo,
158
+ .typography-module_bodycopy--black__J8BNP,
159
+ .typography-module_overline--black__RUDoj,
160
+ .typography-module_buttontext--black__irjmz,
161
+ .typography-module_captiontext--black__7axhP,
162
+ .typography-module_navigationtext--black__wDz-G {
163
+ color: var(--color-base-black);
164
+ }
165
+
166
+ .typography-module_display--white__3QA6W,
167
+ .typography-module_header--white__mm-ex,
168
+ .typography-module_subtitle--white__VzQ3K,
169
+ .typography-module_bodycopy--white__NJ8J8,
170
+ .typography-module_overline--white__cV5QV,
171
+ .typography-module_buttontext--white__rrr8U,
172
+ .typography-module_captiontext--white__OMFwW,
173
+ .typography-module_navigationtext--white__5YDdY {
174
+ color: var(--color-base-white);
175
+ }
176
+
177
+ .typography-module_display--red__khdLJ,
178
+ .typography-module_header--red__hxuj9,
179
+ .typography-module_subtitle--red__gSK7d,
180
+ .typography-module_bodycopy--red__P5Mau,
181
+ .typography-module_overline--red__OW5dE,
182
+ .typography-module_buttontext--red__mlRi2,
183
+ .typography-module_captiontext--red__jMQIK,
184
+ .typography-module_navigationtext--red__-QADV {
185
+ color: var(--color-primary-red);
186
+ }
187
+
188
+ .typography-module_display--grey__RsgTf,
189
+ .typography-module_header--grey__rC0vN,
190
+ .typography-module_subtitle--grey__1nkEx,
191
+ .typography-module_bodycopy--grey__SNnaU,
192
+ .typography-module_overline--grey__lGOsK,
193
+ .typography-module_buttontext--grey__1Y4oX,
194
+ .typography-module_captiontext--grey__V0MLc,
195
+ .typography-module_navigationtext--grey__xi3sz {
196
+ color: var(--color-base-dark-grey);
197
+ }
198
+
199
+ .typography-module_display--inherit__ZNOHM,
200
+ .typography-module_header--inherit__qmHQE,
201
+ .typography-module_subtitle--inherit__mly-X,
202
+ .typography-module_bodycopy--inherit__CoC-f,
203
+ .typography-module_overline--inherit__Cq4ni,
204
+ .typography-module_buttontext--inherit__vguWx,
205
+ .typography-module_captiontext--inherit__ya6gm,
206
+ .typography-module_navigationtext--inherit__cJLWf {
207
+ color: inherit;
208
+ }
209
+
210
+ /* Typography variants */
211
+ .typography-module_display--serif__C0-Ve {
212
+ font-family: var(--font-family-serif);
213
+ }
214
+
215
+ .typography-module_header--serif__uTGCc {
216
+ font-family: var(--font-family-serif);
217
+ letter-spacing: -0.5px;
218
+ }
219
+
220
+ .typography-module_display--em__h2bPV {
221
+ font-family: var(--font-family-serif);
222
+ font-style: italic;
223
+ }
224
+
225
+ .typography-module_header--em__UFQIA {
226
+ font-family: var(--font-family-serif);
227
+ font-style: italic;
228
+ letter-spacing: -0.5px;
229
+ }
230
+
231
+ .typography-module_display--bold__PG-8g,
232
+ .typography-module_header--bold__InvJk,
233
+ .typography-module_subtitle--bold__Subov,
234
+ .typography-module_bodycopy--bold__nZX3C,
235
+ .typography-module_overline--bold__3mUXy,
236
+ .typography-module_buttontext--bold__rBKIJ,
237
+ .typography-module_captiontext--bold__ebTyV,
238
+ .typography-module_navigationtext--bold__SRlV2 {
239
+ font-weight: 700;
240
+ }
241
+
242
+ /* Media queries */
243
+ @media (max-width: 699px) {
244
+ .typography-module_display--large__RwPQD {
245
+ font-size: 38px;
246
+ letter-spacing: -1.5px;
247
+ }
248
+
249
+ .typography-module_display--small__XWUSJ {
250
+ font-size: 32px;
251
+ letter-spacing: -1.5px;
252
+ }
253
+
254
+ .typography-module_header--large__2vP3p {
255
+ font-size: 28px;
256
+ line-height: 34px;
257
+ letter-spacing: -1.5px;
258
+ }
259
+
260
+ .typography-module_header--medium__OgzlB {
261
+ font-size: 24px;
262
+ line-height: 28px;
263
+ letter-spacing: -1px;
264
+ }
265
+
266
+ .typography-module_header--small__zLuFf {
267
+ font-size: 20px;
268
+ line-height: 26px;
269
+ letter-spacing: -0.75px;
270
+ }
271
+
272
+ .typography-module_subtitle--large__1Ep9J {
273
+ font-size: 17px;
274
+ line-height: 24px;
275
+ letter-spacing: -0.5px;
276
+ }
277
+
278
+ .typography-module_subtitle--small__Vt9bZ {
279
+ font-size: 14px;
280
+ line-height: 20px;
281
+ letter-spacing: -0.2px;
282
+ }
283
+
284
+ .typography-module_bodycopy--large__BNzf2 {
285
+ font-size: 17px;
286
+ line-height: 24px;
287
+ letter-spacing: -0.5px;
288
+ }
289
+
290
+ .typography-module_bodycopy--medium__cwJEu {
291
+ font-size: 14px;
292
+ line-height: 20px;
293
+ letter-spacing: -0.2px;
294
+ }
295
+
296
+ .typography-module_bodycopy--small__fTLSM {
297
+ font-size: 11px;
298
+ line-height: 16px;
299
+ letter-spacing: -0.2px;
300
+ }
301
+
302
+ .typography-module_overline--large__79WUM {
303
+ line-height: 17px;
304
+ letter-spacing: 0.3px;
305
+ }
306
+
307
+ .typography-module_overline--small__MGEG6 {
308
+ line-height: 14px;
309
+ letter-spacing: 0.3px;
310
+ }
311
+ }
312
+
313
+ @font-face {
314
+ font-family: 'GreyLLTT';
315
+ src: url('https://static.roh.org.uk/fonts/harmonic/GreyLLTT-Regular.woff2') format('woff2');
316
+ font-weight: 400;
317
+ font-style: normal;
318
+ font-display: swap;
319
+ }
320
+
321
+ @font-face {
322
+ font-family: 'GreyLLTT';
323
+ src: url('https://static.roh.org.uk/fonts/harmonic/GreyLLTT-Medium.woff2') format('woff2');
324
+ font-weight: 500;
325
+ font-style: normal;
326
+ font-display: swap;
327
+ }
328
+
329
+ @font-face {
330
+ font-family: 'GreyLLTT';
331
+ src: url('https://static.roh.org.uk/fonts/harmonic/GreyLLTT-Bold.woff2') format('woff2');
332
+ font-weight: 700;
333
+ font-style: normal;
334
+ font-display: swap;
335
+ }
336
+
337
+ @font-face {
338
+ font-family: 'VictorSerif';
339
+ src: url('https://static.roh.org.uk/fonts/harmonic/VictorSerif-Medium.woff2') format('woff2');
340
+ font-weight: 500;
341
+ font-style: normal;
342
+ font-display: swap;
343
+ }
344
+
345
+ @font-face {
346
+ font-family: 'VictorSerif';
347
+ src: url('https://static.roh.org.uk/fonts/harmonic/VictorSerif-MediumItalic.woff2') format('woff2');
348
+ font-weight: 500;
349
+ font-style: italic;
350
+ font-display: swap;
351
+ }
352
+
353
+ /* ~~~~~ General Styling Classes ~~~~~ */
354
+ .typography_color-primary__LOfDi {
355
+ color: var(--color-primary);
356
+ }
357
+
358
+ .typography_color-black__6MHRL {
359
+ color: var(--color-base-black);
360
+ }
361
+
362
+ .typography_color-white__PfW5s {
363
+ color: var(--color-base-white);
364
+ }
365
+
366
+ .typography_color-red__iPlbG {
367
+ color: var(--color-primary-red);
368
+ }
369
+
370
+ .typography_color-grey__GA1c2 {
371
+ color: var(--color-base-dark-grey);
372
+ }
373
+
374
+ .typography_color-inherit__RDd0Y {
375
+ color: inherit;
376
+ }
377
+
378
+ .typography_em__E6tX- {
379
+ font-style: italic;
380
+ }
381
+ /* ~~~ */
382
+
383
+ /* Display Headers */
384
+ .typography_display__-F3p4 {
385
+ margin: 0;
386
+ font-family: var(--font-family-sans);
387
+ line-height: 100%;
388
+
389
+ &.typography_large__uq0zC {
390
+ font-size: 96px;
391
+ font-weight: 700;
392
+ letter-spacing: -5px;
393
+ }
394
+
395
+ &.typography_small__wfQ0K {
396
+ font-size: 68px;
397
+ font-weight: 500;
398
+ letter-spacing: -3px;
399
+ }
400
+
401
+ /* Serif and Italic styles */
402
+ &.typography_serif__VSO38,
403
+ &.typography_em__E6tX- {
404
+ font-family: var(--font-family-serif);
405
+ font-weight: 500;
406
+ }
407
+
408
+ /* Serif and Italic adjustments */
409
+ &.typography_large__uq0zC.typography_serif__VSO38,
410
+ &.typography_large__uq0zC.typography_em__E6tX- {
411
+ letter-spacing: -3px;
412
+ }
413
+
414
+ &.typography_small__wfQ0K.typography_serif__VSO38,
415
+ &.typography_small__wfQ0K.typography_em__E6tX- {
416
+ letter-spacing: -2px;
417
+ }
418
+
419
+ @media (max-width: 699px) {
420
+ &.typography_large__uq0zC {
421
+ font-size: 38px;
422
+ letter-spacing: -1.5px;
423
+ }
424
+
425
+ &.typography_small__wfQ0K {
426
+ font-size: 32px;
427
+ letter-spacing: -1.5px;
428
+ }
429
+
430
+ &.typography_large__uq0zC.typography_serif__VSO38,
431
+ &.typography_large__uq0zC.typography_em__E6tX-,
432
+ &.typography_small__wfQ0K.typography_serif__VSO38,
433
+ &.typography_small__wfQ0K.typography_em__E6tX- {
434
+ letter-spacing: -0.5px;
435
+ }
436
+ }
437
+ }
438
+
439
+ /* Headers */
440
+ .typography_header__BexiD {
441
+ margin: 0;
442
+ font-family: var(--font-family-sans);
443
+ font-weight: 500;
444
+
445
+ &.typography_large__uq0zC {
446
+ font-size: 44px;
447
+ line-height: 48px;
448
+ letter-spacing: -1.5px;
449
+ }
450
+
451
+ &.typography_medium__K0uZD {
452
+ font-size: 34px;
453
+ line-height: 40px;
454
+ letter-spacing: -1px;
455
+ }
456
+
457
+ &.typography_small__wfQ0K {
458
+ font-size: 26px;
459
+ line-height: 32px;
460
+ letter-spacing: -0.5px;
461
+ }
462
+
463
+ /* Serif and Italic styles */
464
+ &.typography_serif__VSO38,
465
+ &.typography_em__E6tX- {
466
+ font-family: var(--font-family-serif);
467
+ }
468
+
469
+ /* Serif and Italic letter-spacing overrides */
470
+ &.typography_large__uq0zC.typography_serif__VSO38,
471
+ &.typography_large__uq0zC.typography_em__E6tX- {
472
+ letter-spacing: -0.5px;
473
+ }
474
+
475
+ &.typography_medium__K0uZD.typography_serif__VSO38,
476
+ &.typography_medium__K0uZD.typography_em__E6tX- {
477
+ letter-spacing: -0.5px;
478
+ }
479
+
480
+ &.typography_small__wfQ0K.typography_serif__VSO38,
481
+ &.typography_small__wfQ0K.typography_em__E6tX- {
482
+ letter-spacing: -0.5px;
483
+ }
484
+
485
+ @media (max-width: 699px) {
486
+ &.typography_large__uq0zC {
487
+ font-size: 28px;
488
+ line-height: 34px;
489
+ letter-spacing: -1.5px;
490
+ }
491
+
492
+ &.typography_medium__K0uZD {
493
+ font-size: 24px;
494
+ line-height: 28px;
495
+ letter-spacing: -1px;
496
+ }
497
+
498
+ &.typography_small__wfQ0K {
499
+ font-size: 20px;
500
+ line-height: 26px;
501
+ letter-spacing: -0.75px;
502
+ }
503
+
504
+ /* Mobile overrides for serif/italic letter-spacing */
505
+ &.typography_large__uq0zC.typography_serif__VSO38,
506
+ &.typography_large__uq0zC.typography_em__E6tX-,
507
+ &.typography_medium__K0uZD.typography_serif__VSO38,
508
+ &.typography_medium__K0uZD.typography_em__E6tX-,
509
+ &.typography_small__wfQ0K.typography_serif__VSO38,
510
+ &.typography_small__wfQ0K.typography_em__E6tX- {
511
+ letter-spacing: -0.5px;
512
+ }
513
+ }
514
+ }
515
+
516
+ /* Subtitle */
517
+ .typography_subtitle__aoFTV {
518
+ margin: 0;
519
+ font-family: var(--font-family-sans);
520
+ font-weight: 500;
521
+
522
+ &.typography_large__uq0zC {
523
+ font-size: 19px;
524
+ line-height: 26px;
525
+ letter-spacing: -0.5px;
526
+ }
527
+
528
+ &.typography_small__wfQ0K {
529
+ font-size: 17px;
530
+ line-height: 24px;
531
+ letter-spacing: -0.5px;
532
+ }
533
+
534
+ @media (max-width: 699px) {
535
+ &.typography_large__uq0zC {
536
+ font-size: 17px;
537
+ line-height: 24px;
538
+ letter-spacing: -0.5px;
539
+ }
540
+
541
+ &.typography_small__wfQ0K {
542
+ font-size: 14px;
543
+ line-height: 20px;
544
+ letter-spacing: -0.2px;
545
+ }
546
+ }
547
+ }
548
+
549
+ /* Body Copy */
550
+ .typography_bodycopy__vYtQ8 {
551
+ margin: 0;
552
+ font-family: var(--font-family-sans);
553
+ font-weight: 400;
554
+
555
+ &.typography_large__uq0zC {
556
+ font-size: 19px;
557
+ line-height: 26px;
558
+ letter-spacing: -0.5px;
559
+ }
560
+
561
+ &.typography_medium__K0uZD {
562
+ font-size: 17px;
563
+ line-height: 24px;
564
+ letter-spacing: -0.5px;
565
+ }
566
+
567
+ &.typography_small__wfQ0K {
568
+ font-size: 14px;
569
+ line-height: 20px;
570
+ letter-spacing: -0.5px;
571
+ }
572
+
573
+ @media (max-width: 699px) {
574
+ &.typography_large__uq0zC {
575
+ font-size: 17px;
576
+ line-height: 24px;
577
+ letter-spacing: -0.5px;
578
+ }
579
+
580
+ &.typography_medium__K0uZD {
581
+ font-size: 14px;
582
+ line-height: 20px;
583
+ letter-spacing: -0.2px;
584
+ }
585
+
586
+ &.typography_small__wfQ0K {
587
+ font-size: 11px;
588
+ line-height: 16px;
589
+ letter-spacing: -0.2px;
590
+ }
591
+ }
592
+ }
593
+
594
+ /* Overline */
595
+ .typography_overline__EnUK3 {
596
+ margin: 0;
597
+ font-family: var(--font-family-sans);
598
+ font-weight: 500;
599
+ text-transform: uppercase;
600
+
601
+ &.typography_large__uq0zC {
602
+ font-size: 14px;
603
+ line-height: 18px;
604
+ letter-spacing: 0.3px;
605
+ }
606
+
607
+ &.typography_small__wfQ0K {
608
+ font-size: 12px;
609
+ line-height: 14px;
610
+ letter-spacing: 0.2px;
611
+ }
612
+
613
+ @media (max-width: 699px) {
614
+ &.typography_large__uq0zC {
615
+ line-height: 17px;
616
+ letter-spacing: 0.3px; /* Added to ensure it stays */
617
+ }
618
+
619
+ &.typography_small__wfQ0K {
620
+ line-height: 14px;
621
+ letter-spacing: 0.3px;
622
+ }
623
+ }
624
+ }
625
+
626
+ /* Button Text */
627
+ .typography_buttontext__vcxNi {
628
+ margin: 0;
629
+ font-family: var(--font-family-sans);
630
+ font-size: 17px;
631
+ line-height: 20px;
632
+ letter-spacing: -0.5px;
633
+ font-weight: 400;
634
+
635
+ @media (max-width: 699px) {
636
+ font-weight: 500;
637
+ line-height: 17px;
638
+ }
639
+ }
640
+
641
+ /* Caption Text */
642
+ .typography_captiontext__91UFb {
643
+ margin: 0;
644
+ font-family: var(--font-family-sans);
645
+ font-weight: 400;
646
+ font-size: 17px;
647
+ line-height: 24px;
648
+ letter-spacing: -0.5px;
649
+
650
+ @media (max-width: 699px) {
651
+ font-size: 14px;
652
+ line-height: 20px;
653
+ letter-spacing: -0.2px;
654
+ }
655
+ }
656
+
657
+ /* Navigation Text */
658
+ .typography_navigationtext__YfGf7 {
659
+ margin: 0;
660
+ font-family: var(--font-family-sans);
661
+ font-size: 19px;
662
+ line-height: 19px;
663
+ letter-spacing: 0.4px;
664
+ font-weight: 500;
665
+
666
+ @media (max-width: 699px) {
667
+ font-size: 17px;
668
+ line-height: 17px;
669
+ }
670
+ }
671
+
672
+ .core-theme-module_coreTheme__pWxYB {
673
+ /* RBO Red */
674
+ /* Primary Palette */
675
+ --color-primary: #1a1a1a;
676
+ --color-primary-background: #eb0a0a;
677
+ --color-primary-red: #eb0a0a;
678
+ --color-primary-black: #1a1a1a;
679
+
680
+ /* Base Colours */
681
+ --color-base-white: #ffffff;
682
+ --color-base-black: #000000;
683
+ --color-base-dark-grey: #4c4f53;
684
+ --color-base-mid-grey: #72767c;
685
+ --color-base-light-grey: #e9e9e9;
686
+ --color-base-transparent: transparent;
687
+
688
+ /* States */
689
+ --color-state-error: #cc071e;
690
+ --color-state-medium: #ffce45;
691
+ --color-state-good: #2a874a;
692
+ --color-state-focused: #1e1da0;
693
+ --color-state-disabled: #b3b3b3;
694
+
695
+ /* RBO Red (Core) */
696
+ --color-rbo-red-hovered: #c40808;
697
+ --color-rbo-red-pressed: #9d0707;
698
+
699
+ /* RBO Black */
700
+ --color-rbo-black-hovered: #575757;
701
+ --color-rbo-black-pressed: #353535;
702
+
703
+ /* Black */
704
+ --color-black-hovered: #575757;
705
+ --color-black-pressed: #353535;
706
+
707
+ /* White */
708
+ --color-white-hovered: #fafafa;
709
+ --color-white-pressed: #f2f2f2;
710
+
711
+ /* Secondary Palette */
712
+ --color-secondary-yellow: #ffce45;
713
+ --color-secondary-pink: #ff36d0;
714
+ --color-secondary-orange: #ff6700;
715
+ --color-secondary-blue: #5f9cff;
716
+
717
+ /* Shadows */
718
+ --shadow-floating: 0px 4px 38px 0px #0000000a;
719
+
720
+ /* Core theme colors */
721
+ --base-color-primary: #c8102e;
722
+ --base-color-core: #c8102e;
723
+ --base-color-stream: #1866dc;
724
+ --base-color-cinema: #1a1a1a;
725
+ --base-color-white: #ffffff;
726
+ --base-color-black: #000000;
727
+ --base-color-dark-grey: #4c4f53;
728
+ --base-color-mid-grey: #72767c;
729
+ --base-color-light-grey: #e9e9e9;
730
+ --base-color-transparent: transparent;
731
+ --base-color-errorstate: #eb0a0a;
732
+ --base-color-mediumstate: #ffce45;
733
+ --base-color-goodstate: #2a874a;
734
+ --base-color-progress: #1866dc;
735
+ --base-color-navigation: #c8102e;
736
+ --base-color-lapislazuli: #0060a0;
737
+ --base-color-lemonchiffon: #fffbbe;
738
+
739
+ --button-height: 48px;
740
+ --button-line-height: 20px;
741
+ --button-padding-x: 20px;
742
+ --button-padding-y: 14px;
743
+ --button-padding-y-icon: 12px;
744
+ --button-icon-margin: 12px;
745
+ --button-icon-width: 20px;
746
+ --button-icon-height: 20px;
747
+ --button-font-size: 14px;
748
+ --button-font-weight: 400;
749
+ --button-color: var(--color-base-white);
750
+ --button-bg-color: var(--color-primary-red);
751
+ --button-hover-color: var(--color-rbo-red-hovered);
752
+ --button-pressed-color: var(--color-rbo-red-pressed);
753
+ --button-secondary-color: var(--color-primary-red);
754
+ --button-secondary-hover-color: var(--color-rbo-red-hovered);
755
+ --button-secondary-pressed-color: var(--color-rbo-red-pressed);
756
+ --button-tertiary-color: var(--color-primary-black);
757
+ --button-tertiary-hover-color: var(--color-rbo-black-hovered);
758
+ --button-tertiary-pressed-color: var(--color-rbo-black-pressed);
759
+ --button-auxiliary-color: var(--color-primary-black);
760
+ --button-auxiliary-bg-color: var(--color-base-transparent);
761
+ --button-anchor-tab-color: var(--color-primary-red);
762
+
763
+ /* ----- Variables already used in Harmonic START ----- */
764
+ --grid-column-gap: 36px;
765
+ --grid-margin: 10%;
766
+
767
+ --rotator-button-width: 60px;
768
+ --rotator-button-icon-width: 36px;
769
+ --rotator-button-small-width: 44px;
770
+ --rotator-button-small-icon-width: 28px;
771
+ --rotator-button-color: var(--color-primary-black);
772
+ --rotator-button-bg-color: var(--color-base-light-grey);
773
+ --rotator-button-hover-color: var(--color-base-white);
774
+ --rotator-button-hover-bg-color: var(--color-primary-red);
775
+
776
+ --carousel-image-caption-margin: 12px;
777
+
778
+ --line-height-listing: 36px;
779
+
780
+ --upsell-border-color: var(--color-primary-red);
781
+
782
+ --font-feature-settings-body: 'pnum' on, 'onum' on, 'liga' off;
783
+ --font-feature-settings-header: 'tnum' on, 'lnum' on;
784
+ --font-feature-settings-subtitle: 'tnum' on, 'lnum' on;
785
+
786
+ --text-transform-body: none;
787
+ --text-transform-header: uppercase;
788
+ --text-transform-subtitle: uppercase;
789
+
790
+ @media (max-width: 699px) {
791
+ --grid-column-gap: 12px;
792
+ --grid-margin: 20px;
793
+ --rotator-button-width: 40px;
794
+ --rotator-button-icon-width: 24px;
795
+
796
+ --line-height-listing: 34px;
797
+
798
+ --font-feature-settings-body: 'pnum' on, 'onum' on, 'liga' off;
799
+ --font-feature-settings-header: 'tnum' on, 'lnum' on;
800
+ --font-feature-settings-subtitle: 'tnum' on, 'lnum' on;
801
+
802
+ --text-transform-body: none;
803
+ --text-transform-header: uppercase;
804
+ --text-transform-subtitle: uppercase;
805
+ }
806
+
807
+ @media (min-width: 700px) and (max-width: 1139px) {
808
+ --grid-column-gap: 20px;
809
+ --grid-margin: 32px;
810
+ --rotator-button-width: 44px;
811
+ --rotator-button-icon-width: 24px;
812
+ }
813
+
814
+ /* ----- Variables already used in Harmonic END ----- */
815
+
816
+ --font-size-header-1: 96px;
817
+ --font-weight-header-1: 500;
818
+ --letter-spacing-header-1: 2px;
819
+ --line-height-header-1: 110px;
820
+ --margin-header-1: 0.67em 0;
821
+
822
+ --font-size-header-2: 68px;
823
+ --font-weight-header-2: 500;
824
+ --letter-spacing-header-2: 1px;
825
+ --line-height-header-2: 72px;
826
+ --margin-header-2: 0.83em 0;
827
+
828
+ --font-size-header-3: 44px;
829
+ --font-weight-header-3: 500;
830
+ --letter-spacing-header-3: 1px;
831
+ --line-height-header-3: 48px;
832
+ --margin-header-3: 1em 0;
833
+
834
+ --font-size-header-4: 34px;
835
+ --font-weight-header-4: 500;
836
+ --letter-spacing-header-4: 1px;
837
+ --line-height-header-4: 40px;
838
+ --margin-header-4: 1.33em 0;
839
+
840
+ --font-size-header-5: 24px;
841
+ --font-weight-header-5: 500;
842
+ --letter-spacing-header-5: 1px;
843
+ --line-height-header-5: 30px;
844
+ --margin-header-5: 1.67em 0;
845
+
846
+ --font-size-header-6: 20px;
847
+ --font-weight-header-6: 500;
848
+ --letter-spacing-header-6: 1px;
849
+ --line-height-header-6: 28px;
850
+ --margin-header-6: 2.33em 0;
851
+
852
+ --font-size-altHeader-3: 44px;
853
+ --font-weight-altHeader-3: normal;
854
+ --letter-spacing-altHeader-3: normal;
855
+ --line-height-altHeader-3: 48px;
856
+
857
+ --font-size-altHeader-4: 34px;
858
+ --font-weight-altHeader-4: normal;
859
+ --letter-spacing-altHeader-4: normal;
860
+ --line-height-altHeader-4: 44px;
861
+
862
+ --font-size-altHeader-5: 24px;
863
+ --font-weight-altHeader-5: normal;
864
+ --letter-spacing-altHeader-5: normal;
865
+ --line-height-altHeader-5: 30px;
866
+
867
+ --font-size-altHeader-6: 20px;
868
+ --font-weight-altHeader-6: normal;
869
+ --letter-spacing-altHeader-6: normal;
870
+ --line-height-altHeader-6: 28px;
871
+
872
+ --font-size-overline-1: 14px;
873
+ --font-weight-overline-1: 500;
874
+ --letter-spacing-overline-1: 1px;
875
+ --line-height-overline-1: 16px;
876
+
877
+ --font-size-overline-2: 12px;
878
+ --font-weight-overline-2: 500;
879
+ --letter-spacing-overline-2: 1px;
880
+ --line-height-overline-2: 14px;
881
+
882
+ --font-size-overline-3: 10px;
883
+ --font-weight-overline-3: 500;
884
+ --letter-spacing-overline-3: 1px;
885
+ --line-height-overline-3: 12px;
886
+
887
+ --font-size-overline-4: 8px;
888
+ --font-weight-overline-4: 500;
889
+ --letter-spacing-overline-4: 1px;
890
+ --line-height-overline-4: 10px;
891
+
892
+ --font-size-body-1: 19px;
893
+ --font-weight-body-1: 400;
894
+ --letter-spacing-body-1: normal;
895
+ --line-height-body-1: 26px;
896
+
897
+ --font-size-body-2: 16px;
898
+ --font-weight-body-2: 400;
899
+ --letter-spacing-body-2: normal;
900
+ --line-height-body-2: 22px;
901
+
902
+ --font-size-body-3: 14px;
903
+ --font-weight-body-3: 400;
904
+ --letter-spacing-body-3: normal;
905
+ --line-height-body-3: 20px;
906
+
907
+ --font-size-subtitle-1: 18px;
908
+ --font-weight-subtitle-1: 500;
909
+ --letter-spacing-subtitle-1: 1px;
910
+ --line-height-subtitle-1: 22px;
911
+
912
+ --font-size-subtitle-2: 14px;
913
+ --font-weight-subtitle-2: 500;
914
+ --letter-spacing-subtitle-2: 1px;
915
+ --line-height-subtitle-2: 22px;
916
+
917
+ --font-size-title-description: 20px;
918
+ --line-height-title-description: 28px;
919
+
920
+ --font-size-individual-listing-name: 19px;
921
+ --line-height-individual-listing-name: 24px;
922
+ --line-height-people-listing-gap: 24px;
923
+
924
+ --font-family-header: 'Gotham SSm A', 'Gotham SSm B', 'Montserrat', sans-serif;
925
+ --font-family-altHeader: 'adobe-garamond-pro';
926
+ --font-family-body: 'adobe-garamond-pro';
927
+ --font-family-body-italics: 'adobe-garamond-pro';
928
+ --font-family-buttons: 'Gotham SSm A', 'Gotham SSm B', 'Montserrat', sans-serif;
929
+ --font-family-overline: 'Gotham SSm A', 'Gotham SSm B', 'Montserrat', sans-serif;
930
+ --font-family-subtitle: 'Gotham SSm A', 'Gotham SSm B', 'Montserrat', sans-serif;
931
+ --font-family-people-listing-role: 'Gotham SSm A', 'Gotham SSm B', 'Montserrat', sans-serif;
932
+ --font-family-people-listing-name: 'adobe-garamond-pro';
933
+
934
+ --font-feature-settings-altHeader: 'pnum' on, 'onum' on;
935
+ --font-feature-settings-overline: 'tnum' on, 'lnum' on, 'liga' off, 'calt' off;
936
+ --font-feature-settings-navigation: 'tnum' on, 'lnum' on, 'liga' off, 'calt' off;
937
+
938
+ --text-transform-altHeader: none;
939
+ --text-transform-overline: uppercase;
940
+
941
+ --word-break-header: break-word;
942
+ --word-break-altHeader: break-word;
943
+ --word-break-body: break-word;
944
+ --word-break-overline: break-word;
945
+ --word-break-subtitle: break-word;
946
+
947
+ --font-family-navigation: 'Gotham SSm A', 'Gotham SSm B', 'Montserrat', sans-serif;
948
+ --font-size-navigation: 13px;
949
+ --font-weight-navigation: 500;
950
+ --line-height-navigation: 16px;
951
+ --text-transform-navigation: uppercase;
952
+ --letter-spacing-navigation: 1px;
953
+
954
+ --navigation-small-gap: 16px;
955
+ --navigation-middle-gap: 20px;
956
+ --navigation-large-gap: 24px;
957
+ --navigation-xlarge-gap: 36px;
958
+ --navigation-large-margin: 60px;
959
+
960
+ --font-size-search: 24px;
961
+ --font-family-search: 'adobe-garamond-pro';
962
+
963
+ --grid-outer-margin: 50px;
964
+ --grid-template-columns: 14px calc(10% - 86px) repeat(12, minmax(0, 1fr)) calc(10% - 86px) 14px;
965
+
966
+ --footer-height: 380px;
967
+ --footer-padding-top: 44px;
968
+ --footer-padding-bottom: 44px;
969
+ --footer-items-gap: 32px;
970
+ --footer-media-gap: 32px;
971
+ --footer-media-icon-width: 24px;
972
+ --footer-media-icon-height: 24px;
973
+ --footer-vertical-spacing-lg: 58px;
974
+ --footer-vertical-spacing-sm: 16px;
975
+
976
+ --text-link-underline-offset: 8px;
977
+ --cards-spacing-stack: 40px;
978
+
979
+ --editorial-subtitle-margin-bottom: 16px;
980
+ --editorial-margin-between: 24px;
981
+ --editorial-spacing-hover: 4px;
982
+ --anchor-tabs-height: 70px;
983
+
984
+ --font-family-sans: 'GreyLLTT', 'Roboto', sans-serif;
985
+ --font-family-serif: 'VictorSerif', 'Inria Serif Regular', serif;
986
+
987
+ --harmonic-text-link-underline-offset: 4px;
988
+ --harmonic-font-size-navigation: 19px;
989
+
990
+ --announcement-banner-color: var(--color-base-white);
991
+ --announcement-banner-bg-color: var(--color-primary-red);
992
+ --announcement-banner-hover-color: var(--color-white-hovered);
993
+ --announcement-banner-pressed-color: var(--color-white-pressed);
994
+
995
+ --information-panel-color: var(--color-base-white);
996
+ --information-panel-bg-color: var(--color-primary-red);
997
+ --information-panel-button-color: var(--color-primary-black);
998
+ --information-panel-button-bg-color: var(--color-base-white);
999
+ --information-panel-button-hover-color: var(--color-white-hovered);
1000
+ --information-panel-button-pressed-color: var(--color-white-pressed);
1001
+
1002
+ --heading-promo-bg-color: var(--color-primary-red);
1003
+ --page-header-bg-color: var(--color-primary-red);
1004
+
1005
+ @media (max-width: 699px) {
1006
+ --font-size-header-1: 38px;
1007
+ --font-weight-header-1: 500;
1008
+ --letter-spacing-header-1: 1px;
1009
+ --line-height-header-1: 42px;
1010
+
1011
+ --font-size-header-2: 30px;
1012
+ --font-weight-header-2: 500;
1013
+ --letter-spacing-header-2: 1px;
1014
+ --line-height-header-2: 34px;
1015
+
1016
+ --font-size-header-3: 26px;
1017
+ --font-weight-header-3: 500;
1018
+ --letter-spacing-header-3: 1px;
1019
+ --line-height-header-3: 30px;
1020
+
1021
+ --font-size-header-4: 24px;
1022
+ --font-weight-header-4: 500;
1023
+ --letter-spacing-header-4: 1px;
1024
+ --line-height-header-4: 28px;
1025
+
1026
+ --font-size-header-5: 20px;
1027
+ --font-weight-header-5: 500;
1028
+ --letter-spacing-header-5: 1px;
1029
+ --line-height-header-5: 28px;
1030
+
1031
+ --font-size-header-6: 17px;
1032
+ --font-weight-header-6: 500;
1033
+ --letter-spacing-header-6: 1px;
1034
+ --line-height-header-6: 24px;
1035
+
1036
+ --font-size-altHeader-3: 26px;
1037
+ --font-weight-altHeader-3: normal;
1038
+ --letter-spacing-altHeader-3: normal;
1039
+ --line-height-altHeader-3: 30px;
1040
+
1041
+ --font-size-altHeader-4: 24px;
1042
+ --font-weight-altHeader-4: normal;
1043
+ --letter-spacing-altHeader-4: normal;
1044
+ --line-height-altHeader-4: 28px;
1045
+
1046
+ --font-size-altHeader-5: 20px;
1047
+ --font-weight-altHeader-5: normal;
1048
+ --letter-spacing-altHeader-5: normal;
1049
+ --line-height-altHeader-5: 28px;
1050
+
1051
+ --font-size-altHeader-6: 17px;
1052
+ --font-weight-altHeader-6: normal;
1053
+ --letter-spacing-altHeader-6: normal;
1054
+ --line-height-altHeader-6: 24px;
1055
+
1056
+ --font-size-overline-1: 14px;
1057
+ --font-weight-overline-1: 500;
1058
+ --letter-spacing-overline-1: 1px;
1059
+ --line-height-overline-1: 16px;
1060
+
1061
+ --font-size-overline-2: 12px;
1062
+ --font-weight-overline-2: 500;
1063
+ --letter-spacing-overline-2: 1px;
1064
+ --line-height-overline-2: 14px;
1065
+
1066
+ --font-size-body-1: 17px;
1067
+ --font-weight-body-1: 400;
1068
+ --letter-spacing-body-1: normal;
1069
+ --line-height-body-1: 24px;
1070
+
1071
+ --font-size-body-2: 12px;
1072
+ --font-weight-body-2: 400;
1073
+ --letter-spacing-body-2: normal;
1074
+ --line-height-body-2: 18px;
1075
+
1076
+ --font-size-body-3: 11px;
1077
+ --font-weight-body-3: 400;
1078
+ --letter-spacing-body-3: normal;
1079
+ --line-height-body-3: 16px;
1080
+
1081
+ --font-size-subtitle-1: 16px;
1082
+ --font-weight-subtitle-1: 500;
1083
+ --letter-spacing-subtitle-1: 1px;
1084
+ --line-height-subtitle-1: 24px;
1085
+
1086
+ --font-size-subtitle-2: 14px;
1087
+ --font-weight-subtitle-2: 500;
1088
+ --letter-spacing-subtitle-2: 1px;
1089
+ --line-height-subtitle-2: 18px;
1090
+
1091
+ --font-size-title-description: 17px;
1092
+ --line-height-title-description: 24px;
1093
+ --line-height-people-listing-gap: 16px;
1094
+
1095
+ --font-size-search: 20px;
1096
+ --font-family-search: 'adobe-garamond-pro';
1097
+
1098
+ --font-family-header: 'Gotham SSm A', 'Gotham SSm B', 'Montserrat', sans-serif;
1099
+ --font-family-altHeader: 'adobe-garamond-pro';
1100
+ --font-family-body: 'adobe-garamond-pro';
1101
+ --font-family-body-italics: 'adobe-garamond-pro';
1102
+ --font-family-buttons: 'Gotham SSm A', 'Gotham SSm B', 'Montserrat', sans-serif;
1103
+ --font-family-overline: 'Gotham SSm Medium', sans-serif;
1104
+ --font-family-subtitle: 'Gotham SSm Medium', 'Montserrat', sans-serif;
1105
+ --font-family-people-listing-role: 'Gotham SSm A', 'Gotham SSm B', 'Montserrat', sans-serif;
1106
+ --font-family-people-listing-name: 'adobe-garamond-pro';
1107
+
1108
+ --font-feature-settings-altHeader: 'pnum' on, 'onum' on;
1109
+ --font-feature-settings-overline: 'tnum' on, 'lnum' on, 'liga' off, 'calt' off;
1110
+ --font-feature-settings-navigation: 'tnum' on, 'lnum' on, 'liga' off, 'calt' off;
1111
+
1112
+ --text-transform-altHeader: none;
1113
+ --text-transform-overline: uppercase;
1114
+
1115
+ --word-break-header: break-word;
1116
+ --word-break-altHeader: break-word;
1117
+ --word-break-body: break-word;
1118
+ --word-break-overline: break-word;
1119
+ --word-break-subtitle: break-word;
1120
+
1121
+ --grid-template-columns: calc(20px - 12px) repeat(12, minmax(0, 1fr)) calc(20px - 12px);
1122
+
1123
+ --footer-height: auto;
1124
+ --footer-padding-top: 20px;
1125
+ --footer-padding-bottom: 20px;
1126
+ --footer-items-gap: 12px;
1127
+ --footer-media-icon-width: 28px;
1128
+ --footer-media-icon-height: 28px;
1129
+ --footer-vertical-spacing-lg: 24px;
1130
+ --footer-vertical-spacing-sm: 24px;
1131
+
1132
+ --anchor-tabs-height: 60px;
1133
+ }
1134
+
1135
+ @media (min-width: 700px) and (max-width: 1139px) {
1136
+ --grid-template-columns: calc(32px - 20px) repeat(12, minmax(0, 1fr)) calc(32px - 20px);
1137
+ --font-size-header-6: 17px;
1138
+ --font-size-altHeader-4: 24px;
1139
+ --font-size-body-1: 17px;
1140
+
1141
+ --footer-media-gap: 24px;
1142
+ --footer-padding-top: 40px;
1143
+ --footer-padding-bottom: 40px;
1144
+ }
1145
+ }
1146
+
1147
+ .stream-theme-module_streamTheme__lTfqQ {
1148
+ /* Stream theme overrides */
1149
+ --base-color-primary: #1a1a1a;
1150
+ --color-primary: #1a1a1a;
1151
+ --color-primary-background: #1a1a1a;
1152
+ --color-primary-button: #1a1a1a;
1153
+ --color-secondary-button: #ffffff;
1154
+ --color-tertiary-button: transparent;
1155
+ --color-auxiliary-button: transparent;
1156
+ --color-primary-button-reverse-bg: #1a1a1a;
1157
+ --color-primary-button-reverse: #ffffff;
1158
+
1159
+ --button-color: var(--color-base-white);
1160
+ --button-bg-color: var(--color-primary-black);
1161
+ --button-hover-color: var(--color-black-hovered);
1162
+ --button-pressed-color: var(--color-black-pressed);
1163
+ --button-secondary-color: var(--color-primary-black);
1164
+ --button-secondary-hover-color: var(--color-black-hovered);
1165
+ --button-secondary-pressed-color: var(--color-black-pressed);
1166
+ --button-tertiary-color: var(--color-primary-black);
1167
+ --button-tertiary-hover-color: var(--color-rbo-black-hovered);
1168
+ --button-tertiary-pressed-color: var(--color-rbo-black-pressed);
1169
+ --button-anchor-tab-color: var(--color-primary-black);
1170
+
1171
+ --rotator-button-color: var(--color-base-black);
1172
+ --rotator-button-bg-color: var(--color-base-light-grey);
1173
+ --rotator-button-hover-color: var(--color-base-white);
1174
+ --rotator-button-hover-bg-color: var(--color-primary-black);
1175
+
1176
+ --announcement-banner-color: var(--color-base-white);
1177
+ --announcement-banner-bg-color: var(--color-primary-black);
1178
+ --announcement-banner-hover-color: var(--color-white-hovered);
1179
+ --announcement-banner-pressed-color: var(--color-white-pressed);
1180
+
1181
+ --information-panel-color: var(--color-base-white);
1182
+ --information-panel-bg-color: var(--color-primary-black);
1183
+
1184
+ --heading-promo-bg-color: var(--color-base-black);
1185
+ --page-header-bg-color: var(--color-primary-black);
1186
+
1187
+ --upsell-border-color: var(--color-primary-black);
1188
+ }
1189
+
1190
+ .cinema-theme-module_cinemaTheme__f5QFs {
1191
+ /* White */
1192
+ --base-color-primary: #1a1a1a;
1193
+ --color-primary: #1a1a1a;
1194
+ --color-primary-button: #ffffff;
1195
+ --color-primary-background: #1a1a1a;
1196
+ --color-primary-button-reverse-bg: #ffffff;
1197
+ --color-primary-button-reverse: #1a1a1a;
1198
+ --color-secondary-button: #ffffff;
1199
+ --color-tertiary-button: transparent;
1200
+ --color-auxiliary-button: transparent;
1201
+ --color-white-hovered: #fafafa;
1202
+ --color-white-pressed: #f2f2f2;
1203
+
1204
+ --button-color: var(--color-primary-black);
1205
+ --button-bg-color: var(--color-base-white);
1206
+ --button-hover-color: var(--color-white-hovered);
1207
+ --button-pressed-color: var(--color-white-pressed);
1208
+ --button-secondary-color: var(--color-base-white);
1209
+ --button-secondary-hover-color: var(--color-white-hovered);
1210
+ --button-secondary-pressed-color: var(--color-white-pressed);
1211
+ --button-tertiary-color: var(--color-base-white);
1212
+ --button-tertiary-hover-color: var(--color-white-hovered);
1213
+ --button-tertiary-pressed-color: var(--color-white-pressed);
1214
+ --button-anchor-tab-color: var(--color-primary-black);
1215
+
1216
+ --rotator-button-color: var(--color-primary-black);
1217
+ --rotator-button-bg-color: var(--color-base-light-grey);
1218
+ --rotator-button-hover-color: var(--color-base-white);
1219
+ --rotator-button-hover-bg-color: var(--color-primary-black);
1220
+
1221
+ --announcement-banner-color: var(--color-primary-red);
1222
+ --announcement-banner-bg-color: var(--color-base-white);
1223
+ --announcement-banner-hover-color: var(--color-rbo-red-hovered);
1224
+ --announcement-banner-pressed-color: var(--color-rbo-red-pressed);
1225
+
1226
+ --information-panel-color: var(--color-primary-black);
1227
+ --information-panel-bg-color: var(--color-base-white);
1228
+ --information-panel-button-color: var(--color-base-white);
1229
+ --information-panel-button-bg-color: var(--color-primary-red);
1230
+ --information-panel-button-hover-color: var(--color-rbo-red-hovered);
1231
+ --information-panel-button-pressed-color: var(--color-rbo-red-pressed);
1232
+
1233
+ --heading-promo-bg-color: var(--color-base-white);
1234
+ --page-header-bg-color: var(--color-primary-black);
1235
+
1236
+ --upsell-border-color: var(--color-primary-black);
1237
+ }
1238
+
1239
+ .schools-theme-module_schoolsTheme__CWHba {
1240
+ /* Schools theme overrides */
1241
+ --base-color-primary: #c8102e;
1242
+ --color-primary: #c8102e;
1243
+ --color-primary-button: #c8102e;
1244
+ --color-primary-button-reverse-bg: #1a1a1a;
1245
+ --color-primary-button-reverse: #ffffff;
1246
+ --color-secondary-button: #ffffff;
1247
+ --color-tertiary-button: transparent;
1248
+ --color-auxiliary-button: transparent;
1249
+
1250
+ --text-transform-header: none;
1251
+ --text-transform-altHeader: none;
1252
+ --text-transform-body: none;
1253
+ --text-transform-overline: none;
1254
+ --text-transform-subtitle: none;
1255
+ --text-transform-navigation: uppercase;
1256
+
1257
+ @media only screen and (max-width: calc(var(--breakpoint-sm) - 1px)) {
1258
+ --text-transform-header: none;
1259
+ --text-transform-altHeader: none;
1260
+ --text-transform-body: none;
1261
+ --text-transform-overline: none;
1262
+ --text-transform-subtitle: none;
1263
+ --text-transform-navigation: uppercase;
1264
+ }
1265
+ }