@royaloperahouse/chord 0.1.0

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 (431) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +82 -0
  3. package/dist/chord.cjs.development.js +3611 -0
  4. package/dist/chord.cjs.development.js.map +1 -0
  5. package/dist/chord.cjs.production.min.js +2 -0
  6. package/dist/chord.cjs.production.min.js.map +1 -0
  7. package/dist/chord.esm.js +3588 -0
  8. package/dist/chord.esm.js.map +1 -0
  9. package/dist/components/atoms/Account/Account.d.ts +3 -0
  10. package/dist/components/atoms/Account/index.d.ts +2 -0
  11. package/dist/components/atoms/Basket/Basket.d.ts +3 -0
  12. package/dist/components/atoms/Basket/Basket.style.d.ts +5 -0
  13. package/dist/components/atoms/Basket/index.d.ts +2 -0
  14. package/dist/components/atoms/Buttons/Button.d.ts +4 -0
  15. package/dist/components/atoms/Buttons/Button.style.d.ts +3 -0
  16. package/dist/components/atoms/Buttons/ButtonIconWrapper.style.d.ts +2 -0
  17. package/dist/components/atoms/Buttons/Primary/PrimaryButton.d.ts +4 -0
  18. package/dist/components/atoms/Buttons/Primary/PrimaryButtonWrapper.style.d.ts +4 -0
  19. package/dist/components/atoms/Buttons/Secondary/SecondaryButton.d.ts +4 -0
  20. package/dist/components/atoms/Buttons/Secondary/SecondaryButtonWrapper.style.d.ts +4 -0
  21. package/dist/components/atoms/Buttons/Tertiary/TertiaryButton.d.ts +4 -0
  22. package/dist/components/atoms/Buttons/Tertiary/TertiaryButton.style.d.ts +4 -0
  23. package/dist/components/atoms/Buttons/index.d.ts +4 -0
  24. package/dist/components/atoms/Dropdown/Dropdown.d.ts +3 -0
  25. package/dist/components/atoms/Dropdown/Dropdown.style.d.ts +4 -0
  26. package/dist/components/atoms/Dropdown/index.d.ts +2 -0
  27. package/dist/components/atoms/Grid/Grid.d.ts +2 -0
  28. package/dist/components/atoms/Grid/GridItem.d.ts +3 -0
  29. package/dist/components/atoms/Grid/index.d.ts +3 -0
  30. package/dist/components/atoms/Heading/Heading.d.ts +3 -0
  31. package/dist/components/atoms/Heading/Heading.style.d.ts +3 -0
  32. package/dist/components/atoms/Heading/index.d.ts +2 -0
  33. package/dist/components/atoms/Icons/Icons.d.ts +4 -0
  34. package/dist/components/atoms/Icons/Icons.style.d.ts +9 -0
  35. package/dist/components/atoms/Icons/StorybookSupport/Iconography.d.ts +10 -0
  36. package/dist/components/atoms/Icons/StorybookSupport/IconsDiv.style.d.ts +2 -0
  37. package/dist/components/atoms/Icons/SvgIcons/12px/Remove.svg.d.ts +4 -0
  38. package/dist/components/atoms/Icons/SvgIcons/12px/Tick.svg.d.ts +4 -0
  39. package/dist/components/atoms/Icons/SvgIcons/Actions/AddToMyList.svg.d.ts +4 -0
  40. package/dist/components/atoms/Icons/SvgIcons/Actions/BookTickets.svg.d.ts +4 -0
  41. package/dist/components/atoms/Icons/SvgIcons/Actions/ChooseDates.svg.d.ts +4 -0
  42. package/dist/components/atoms/Icons/SvgIcons/Actions/EditMyList.svg.d.ts +4 -0
  43. package/dist/components/atoms/Icons/SvgIcons/Actions/Filter.svg.d.ts +4 -0
  44. package/dist/components/atoms/Icons/SvgIcons/Actions/FindAScreening.svg.d.ts +4 -0
  45. package/dist/components/atoms/Icons/SvgIcons/Actions/OnMyList.svg.d.ts +4 -0
  46. package/dist/components/atoms/Icons/SvgIcons/Actions/Reminder.svg.d.ts +4 -0
  47. package/dist/components/atoms/Icons/SvgIcons/Actions/Subscribe.svg.d.ts +4 -0
  48. package/dist/components/atoms/Icons/SvgIcons/Actions/Watch.svg.d.ts +4 -0
  49. package/dist/components/atoms/Icons/SvgIcons/Arrows/Arrow.svg.d.ts +4 -0
  50. package/dist/components/atoms/Icons/SvgIcons/Arrows/CarouselArrow.svg.d.ts +4 -0
  51. package/dist/components/atoms/Icons/SvgIcons/Arrows/DropdownArrow.svg.d.ts +4 -0
  52. package/dist/components/atoms/Icons/SvgIcons/Descriptors/Cinema.svg.d.ts +4 -0
  53. package/dist/components/atoms/Icons/SvgIcons/Descriptors/Clock.svg.d.ts +4 -0
  54. package/dist/components/atoms/Icons/SvgIcons/Descriptors/CreditCard.svg.d.ts +4 -0
  55. package/dist/components/atoms/Icons/SvgIcons/Descriptors/Email.svg.d.ts +4 -0
  56. package/dist/components/atoms/Icons/SvgIcons/Descriptors/Info.svg.d.ts +4 -0
  57. package/dist/components/atoms/Icons/SvgIcons/Descriptors/List.svg.d.ts +4 -0
  58. package/dist/components/atoms/Icons/SvgIcons/Descriptors/Location.svg.d.ts +4 -0
  59. package/dist/components/atoms/Icons/SvgIcons/Descriptors/PDF.svg.d.ts +4 -0
  60. package/dist/components/atoms/Icons/SvgIcons/Descriptors/Phone.svg.d.ts +4 -0
  61. package/dist/components/atoms/Icons/SvgIcons/Descriptors/Print.svg.d.ts +4 -0
  62. package/dist/components/atoms/Icons/SvgIcons/Descriptors/Secure.svg.d.ts +4 -0
  63. package/dist/components/atoms/Icons/SvgIcons/Descriptors/Tickets.svg.d.ts +4 -0
  64. package/dist/components/atoms/Icons/SvgIcons/Logos/Social/Facebook.svg.d.ts +4 -0
  65. package/dist/components/atoms/Icons/SvgIcons/Logos/Social/Instagram.svg.d.ts +4 -0
  66. package/dist/components/atoms/Icons/SvgIcons/Logos/Social/Tiktok.svg.d.ts +4 -0
  67. package/dist/components/atoms/Icons/SvgIcons/Logos/Social/Twitter.svg.d.ts +4 -0
  68. package/dist/components/atoms/Icons/SvgIcons/Logos/Social/Youtube.svg.d.ts +4 -0
  69. package/dist/components/atoms/Icons/SvgIcons/Logos/Sponsors/Sponsor.svg.d.ts +4 -0
  70. package/dist/components/atoms/Icons/SvgIcons/Navigation/BalletAndDance.svg.d.ts +4 -0
  71. package/dist/components/atoms/Icons/SvgIcons/Navigation/Basket.svg.d.ts +4 -0
  72. package/dist/components/atoms/Icons/SvgIcons/Navigation/BasketFull.svg.d.ts +4 -0
  73. package/dist/components/atoms/Icons/SvgIcons/Navigation/Home.svg.d.ts +4 -0
  74. package/dist/components/atoms/Icons/SvgIcons/Navigation/LiveStream.svg.d.ts +4 -0
  75. package/dist/components/atoms/Icons/SvgIcons/Navigation/Menu.svg.d.ts +4 -0
  76. package/dist/components/atoms/Icons/SvgIcons/Navigation/OperaAndMusic.svg.d.ts +4 -0
  77. package/dist/components/atoms/Icons/SvgIcons/Navigation/Search.svg.d.ts +4 -0
  78. package/dist/components/atoms/Icons/SvgIcons/Navigation/Settings.svg.d.ts +4 -0
  79. package/dist/components/atoms/Icons/SvgIcons/Navigation/User.svg.d.ts +4 -0
  80. package/dist/components/atoms/Icons/SvgIcons/Navigation/UserSignedIn.svg.d.ts +4 -0
  81. package/dist/components/atoms/Icons/SvgIcons/Text/Delete.svg.d.ts +4 -0
  82. package/dist/components/atoms/Icons/SvgIcons/Text/Shift.svg.d.ts +4 -0
  83. package/dist/components/atoms/Icons/SvgIcons/Text/Space.svg.d.ts +4 -0
  84. package/dist/components/atoms/Icons/SvgIcons/Utility/Close.svg.d.ts +4 -0
  85. package/dist/components/atoms/Icons/SvgIcons/Utility/Confirm.svg.d.ts +4 -0
  86. package/dist/components/atoms/Icons/SvgIcons/Utility/Detract.svg.d.ts +4 -0
  87. package/dist/components/atoms/Icons/SvgIcons/Utility/Expand.svg.d.ts +4 -0
  88. package/dist/components/atoms/Icons/SvgIcons/Utility/ExternalLink.svg.d.ts +4 -0
  89. package/dist/components/atoms/Icons/SvgIcons/Utility/GridView.svg.d.ts +4 -0
  90. package/dist/components/atoms/Icons/SvgIcons/Utility/ListView.svg.d.ts +4 -0
  91. package/dist/components/atoms/Icons/SvgIcons/Utility/Refresh.svg.d.ts +4 -0
  92. package/dist/components/atoms/Icons/SvgIcons/Video/AudioDescription.svg.d.ts +4 -0
  93. package/dist/components/atoms/Icons/SvgIcons/Video/Back10.svg.d.ts +4 -0
  94. package/dist/components/atoms/Icons/SvgIcons/Video/Clips.svg.d.ts +4 -0
  95. package/dist/components/atoms/Icons/SvgIcons/Video/Forward10.svg.d.ts +4 -0
  96. package/dist/components/atoms/Icons/SvgIcons/Video/FullScreen.svg.d.ts +4 -0
  97. package/dist/components/atoms/Icons/SvgIcons/Video/Minimise.svg.d.ts +4 -0
  98. package/dist/components/atoms/Icons/SvgIcons/Video/Muted.svg.d.ts +4 -0
  99. package/dist/components/atoms/Icons/SvgIcons/Video/Pause.svg.d.ts +4 -0
  100. package/dist/components/atoms/Icons/SvgIcons/Video/Play.svg.d.ts +4 -0
  101. package/dist/components/atoms/Icons/SvgIcons/Video/Restart.svg.d.ts +4 -0
  102. package/dist/components/atoms/Icons/SvgIcons/Video/Subtitles.svg.d.ts +4 -0
  103. package/dist/components/atoms/Icons/SvgIcons/Video/Trailer.svg.d.ts +4 -0
  104. package/dist/components/atoms/Icons/SvgIcons/Video/Volume.svg.d.ts +4 -0
  105. package/dist/components/atoms/Icons/SvgIcons/index.d.ts +71 -0
  106. package/dist/components/atoms/Icons/index.d.ts +2 -0
  107. package/dist/components/atoms/Image/Image.d.ts +38 -0
  108. package/dist/components/atoms/ImageAspectRatioWrapper/ImageAspectRatioWrapper.d.ts +3 -0
  109. package/dist/components/atoms/ImageAspectRatioWrapper/index.d.ts +2 -0
  110. package/dist/components/atoms/IndividualListing/IndividualListing.d.ts +3 -0
  111. package/dist/components/atoms/IndividualListing/IndividualListing.style.d.ts +2 -0
  112. package/dist/components/atoms/IndividualListing/index.d.ts +2 -0
  113. package/dist/components/atoms/Logo/Logo.d.ts +3 -0
  114. package/dist/components/atoms/Logo/Logo.style.d.ts +6 -0
  115. package/dist/components/atoms/Logo/index.d.ts +2 -0
  116. package/dist/components/atoms/Search/Search.d.ts +3 -0
  117. package/dist/components/atoms/Search/Search.style.d.ts +3 -0
  118. package/dist/components/atoms/Search/index.d.ts +2 -0
  119. package/dist/components/atoms/SectionSplitter/SectionSplitter.d.ts +3 -0
  120. package/dist/components/atoms/SectionSplitter/SectionSplitter.style.d.ts +2 -0
  121. package/dist/components/atoms/SectionSplitter/index.d.ts +2 -0
  122. package/dist/components/atoms/Sponsorship/Sponsorship.d.ts +4 -0
  123. package/dist/components/atoms/Sponsorship/index.d.ts +2 -0
  124. package/dist/components/atoms/Tab/Tab.d.ts +3 -0
  125. package/dist/components/atoms/Tab/Tab.style.d.ts +3 -0
  126. package/dist/components/atoms/Tab/index.d.ts +2 -0
  127. package/dist/components/atoms/TextLink/TextLink.d.ts +4 -0
  128. package/dist/components/atoms/TextLink/TextLink.style.d.ts +3 -0
  129. package/dist/components/atoms/TextLink/index.d.ts +2 -0
  130. package/dist/components/atoms/TypeTags/TypeTags.d.ts +3 -0
  131. package/dist/components/atoms/TypeTags/TypeTags.style.d.ts +2 -0
  132. package/dist/components/atoms/TypeTags/index.d.ts +2 -0
  133. package/dist/components/atoms/index.d.ts +9 -0
  134. package/dist/components/index.d.ts +6 -0
  135. package/dist/components/molecules/ContactNewsletter/ContactNewsletter.d.ts +4 -0
  136. package/dist/components/molecules/ContactNewsletter/ContactNewsletter.style.d.ts +8 -0
  137. package/dist/components/molecules/ContactNewsletter/index.d.ts +2 -0
  138. package/dist/components/molecules/Editorial/Editorial.d.ts +4 -0
  139. package/dist/components/molecules/Editorial/Editorial.style.d.ts +6 -0
  140. package/dist/components/molecules/Editorial/index.d.ts +2 -0
  141. package/dist/components/molecules/NavTop/NavTop.d.ts +3 -0
  142. package/dist/components/molecules/NavTop/NavTop.style.d.ts +1 -0
  143. package/dist/components/molecules/NavTop/index.d.ts +2 -0
  144. package/dist/components/molecules/PeopleListing/PeopleListing.d.ts +3 -0
  145. package/dist/components/molecules/PeopleListing/PeopleListing.style.d.ts +2 -0
  146. package/dist/components/molecules/PeopleListing/index.d.ts +2 -0
  147. package/dist/components/molecules/PolicyLinks/PolicyLinks.d.ts +4 -0
  148. package/dist/components/molecules/PolicyLinks/PolicyLinks.style.d.ts +3 -0
  149. package/dist/components/molecules/PolicyLinks/index.d.ts +2 -0
  150. package/dist/components/molecules/PromoWithTitle/PromoWithTitle.d.ts +4 -0
  151. package/dist/components/molecules/PromoWithTitle/PromoWithTitle.style.d.ts +8 -0
  152. package/dist/components/molecules/PromoWithTitle/index.d.ts +2 -0
  153. package/dist/components/molecules/SearchBar/SearchBar.d.ts +3 -0
  154. package/dist/components/molecules/SearchBar/SearchBar.style.d.ts +5 -0
  155. package/dist/components/molecules/SearchBar/index.d.ts +2 -0
  156. package/dist/components/molecules/SectionTitle/SectionTitle.d.ts +3 -0
  157. package/dist/components/molecules/SectionTitle/SectionTitle.style.d.ts +2 -0
  158. package/dist/components/molecules/SectionTitle/index.d.ts +2 -0
  159. package/dist/components/molecules/Tabs/Tabs.d.ts +3 -0
  160. package/dist/components/molecules/Tabs/Tabs.style.d.ts +5 -0
  161. package/dist/components/molecules/Tabs/index.d.ts +2 -0
  162. package/dist/components/molecules/TextOnly/TextOnly.d.ts +4 -0
  163. package/dist/components/molecules/TextOnly/TextOnly.style.d.ts +1 -0
  164. package/dist/components/molecules/TextOnly/index.d.ts +2 -0
  165. package/dist/components/molecules/index.d.ts +6 -0
  166. package/dist/components/organisms/Footer/Footer.d.ts +4 -0
  167. package/dist/components/organisms/Footer/Footer.style.d.ts +6 -0
  168. package/dist/components/organisms/Footer/index.d.ts +2 -0
  169. package/dist/components/organisms/Navigation/Navigation.d.ts +3 -0
  170. package/dist/components/organisms/Navigation/Navigation.style.d.ts +7 -0
  171. package/dist/components/organisms/Navigation/index.d.ts +2 -0
  172. package/dist/components/organisms/index.d.ts +3 -0
  173. package/dist/index.d.ts +3 -0
  174. package/dist/index.js +8 -0
  175. package/dist/jest.setup.d.ts +1 -0
  176. package/dist/styles/GlobalStyles.d.ts +3 -0
  177. package/dist/styles/StorybookSupport/Colours/StorybookColourBox.d.ts +5 -0
  178. package/dist/styles/ThemeProvider.d.ts +3 -0
  179. package/dist/styles/themes.d.ts +2120 -0
  180. package/dist/styles/viewports.d.ts +13 -0
  181. package/dist/types/buttonTypes.d.ts +39 -0
  182. package/dist/types/editorial.d.ts +80 -0
  183. package/dist/types/footer.d.ts +41 -0
  184. package/dist/types/iconTypes.d.ts +33 -0
  185. package/dist/types/image.d.ts +12 -0
  186. package/dist/types/index.d.ts +4 -0
  187. package/dist/types/navigation.d.ts +141 -0
  188. package/dist/types/types.d.ts +256 -0
  189. package/package.json +93 -0
  190. package/src/components/atoms/Account/Account.stories.tsx +93 -0
  191. package/src/components/atoms/Account/Account.test.tsx +54 -0
  192. package/src/components/atoms/Account/Account.tsx +25 -0
  193. package/src/components/atoms/Account/index.tsx +3 -0
  194. package/src/components/atoms/Basket/Basket.stories.tsx +79 -0
  195. package/src/components/atoms/Basket/Basket.style.tsx +74 -0
  196. package/src/components/atoms/Basket/Basket.test.tsx +35 -0
  197. package/src/components/atoms/Basket/Basket.tsx +34 -0
  198. package/src/components/atoms/Basket/index.tsx +3 -0
  199. package/src/components/atoms/Buttons/Button.style.tsx +31 -0
  200. package/src/components/atoms/Buttons/Button.tsx +21 -0
  201. package/src/components/atoms/Buttons/ButtonIconWrapper.style.tsx +10 -0
  202. package/src/components/atoms/Buttons/Buttons.stories.tsx +77 -0
  203. package/src/components/atoms/Buttons/Primary/PrimaryButton.stories.tsx +94 -0
  204. package/src/components/atoms/Buttons/Primary/PrimaryButton.test.tsx +39 -0
  205. package/src/components/atoms/Buttons/Primary/PrimaryButton.tsx +14 -0
  206. package/src/components/atoms/Buttons/Primary/PrimaryButtonWrapper.style.tsx +11 -0
  207. package/src/components/atoms/Buttons/Secondary/SecondaryButton.stories.tsx +84 -0
  208. package/src/components/atoms/Buttons/Secondary/SecondaryButton.test.tsx +39 -0
  209. package/src/components/atoms/Buttons/Secondary/SecondaryButton.tsx +14 -0
  210. package/src/components/atoms/Buttons/Secondary/SecondaryButtonWrapper.style.tsx +11 -0
  211. package/src/components/atoms/Buttons/Tertiary/TertiaryButton.stories.tsx +73 -0
  212. package/src/components/atoms/Buttons/Tertiary/TertiaryButton.style.tsx +29 -0
  213. package/src/components/atoms/Buttons/Tertiary/TertiaryButton.test.tsx +29 -0
  214. package/src/components/atoms/Buttons/Tertiary/TertiaryButton.tsx +18 -0
  215. package/src/components/atoms/Buttons/index.tsx +5 -0
  216. package/src/components/atoms/Dropdown/Dropdown.stories.tsx +153 -0
  217. package/src/components/atoms/Dropdown/Dropdown.style.tsx +64 -0
  218. package/src/components/atoms/Dropdown/Dropdown.test.tsx +67 -0
  219. package/src/components/atoms/Dropdown/Dropdown.tsx +131 -0
  220. package/src/components/atoms/Dropdown/index.tsx +3 -0
  221. package/src/components/atoms/Grid/Grid.stories.tsx +127 -0
  222. package/src/components/atoms/Grid/Grid.test.tsx +17 -0
  223. package/src/components/atoms/Grid/Grid.tsx +11 -0
  224. package/src/components/atoms/Grid/GridItem.test.tsx +25 -0
  225. package/src/components/atoms/Grid/GridItem.tsx +24 -0
  226. package/src/components/atoms/Grid/index.tsx +3 -0
  227. package/src/components/atoms/Heading/Heading.stories.tsx +44 -0
  228. package/src/components/atoms/Heading/Heading.style.tsx +14 -0
  229. package/src/components/atoms/Heading/Heading.test.tsx +13 -0
  230. package/src/components/atoms/Heading/Heading.tsx +15 -0
  231. package/src/components/atoms/Heading/index.tsx +3 -0
  232. package/src/components/atoms/Icons/Icons.stories.tsx +190 -0
  233. package/src/components/atoms/Icons/Icons.style.tsx +24 -0
  234. package/src/components/atoms/Icons/Icons.test.tsx +31 -0
  235. package/src/components/atoms/Icons/Icons.tsx +20 -0
  236. package/src/components/atoms/Icons/StorybookSupport/Iconography.tsx +27 -0
  237. package/src/components/atoms/Icons/StorybookSupport/IconsDiv.style.tsx +49 -0
  238. package/src/components/atoms/Icons/SvgIcons/12px/Remove.svg.tsx +11 -0
  239. package/src/components/atoms/Icons/SvgIcons/12px/Tick.svg.tsx +11 -0
  240. package/src/components/atoms/Icons/SvgIcons/Actions/AddToMyList.svg.tsx +13 -0
  241. package/src/components/atoms/Icons/SvgIcons/Actions/BookTickets.svg.tsx +20 -0
  242. package/src/components/atoms/Icons/SvgIcons/Actions/ChooseDates.svg.tsx +11 -0
  243. package/src/components/atoms/Icons/SvgIcons/Actions/EditMyList.svg.tsx +16 -0
  244. package/src/components/atoms/Icons/SvgIcons/Actions/Filter.svg.tsx +19 -0
  245. package/src/components/atoms/Icons/SvgIcons/Actions/FindAScreening.svg.tsx +31 -0
  246. package/src/components/atoms/Icons/SvgIcons/Actions/OnMyList.svg.tsx +16 -0
  247. package/src/components/atoms/Icons/SvgIcons/Actions/Reminder.svg.tsx +11 -0
  248. package/src/components/atoms/Icons/SvgIcons/Actions/Subscribe.svg.tsx +9 -0
  249. package/src/components/atoms/Icons/SvgIcons/Actions/Watch.svg.tsx +9 -0
  250. package/src/components/atoms/Icons/SvgIcons/Arrows/Arrow.svg.tsx +11 -0
  251. package/src/components/atoms/Icons/SvgIcons/Arrows/CarouselArrow.svg.tsx +11 -0
  252. package/src/components/atoms/Icons/SvgIcons/Arrows/DropdownArrow.svg.tsx +8 -0
  253. package/src/components/atoms/Icons/SvgIcons/Descriptors/Cinema.svg.tsx +31 -0
  254. package/src/components/atoms/Icons/SvgIcons/Descriptors/Clock.svg.tsx +15 -0
  255. package/src/components/atoms/Icons/SvgIcons/Descriptors/CreditCard.svg.tsx +19 -0
  256. package/src/components/atoms/Icons/SvgIcons/Descriptors/Email.svg.tsx +11 -0
  257. package/src/components/atoms/Icons/SvgIcons/Descriptors/Info.svg.tsx +13 -0
  258. package/src/components/atoms/Icons/SvgIcons/Descriptors/List.svg.tsx +22 -0
  259. package/src/components/atoms/Icons/SvgIcons/Descriptors/Location.svg.tsx +15 -0
  260. package/src/components/atoms/Icons/SvgIcons/Descriptors/PDF.svg.tsx +20 -0
  261. package/src/components/atoms/Icons/SvgIcons/Descriptors/Phone.svg.tsx +11 -0
  262. package/src/components/atoms/Icons/SvgIcons/Descriptors/Print.svg.tsx +11 -0
  263. package/src/components/atoms/Icons/SvgIcons/Descriptors/Secure.svg.tsx +15 -0
  264. package/src/components/atoms/Icons/SvgIcons/Descriptors/Tickets.svg.tsx +13 -0
  265. package/src/components/atoms/Icons/SvgIcons/Logos/Social/Facebook.svg.tsx +11 -0
  266. package/src/components/atoms/Icons/SvgIcons/Logos/Social/Instagram.svg.tsx +19 -0
  267. package/src/components/atoms/Icons/SvgIcons/Logos/Social/Tiktok.svg.tsx +11 -0
  268. package/src/components/atoms/Icons/SvgIcons/Logos/Social/Twitter.svg.tsx +11 -0
  269. package/src/components/atoms/Icons/SvgIcons/Logos/Social/Youtube.svg.tsx +11 -0
  270. package/src/components/atoms/Icons/SvgIcons/Logos/Sponsors/Sponsor.svg.tsx +26 -0
  271. package/src/components/atoms/Icons/SvgIcons/Navigation/BalletAndDance.svg.tsx +11 -0
  272. package/src/components/atoms/Icons/SvgIcons/Navigation/Basket.svg.tsx +11 -0
  273. package/src/components/atoms/Icons/SvgIcons/Navigation/BasketFull.svg.tsx +11 -0
  274. package/src/components/atoms/Icons/SvgIcons/Navigation/Home.svg.tsx +11 -0
  275. package/src/components/atoms/Icons/SvgIcons/Navigation/LiveStream.svg.tsx +24 -0
  276. package/src/components/atoms/Icons/SvgIcons/Navigation/Menu.svg.tsx +10 -0
  277. package/src/components/atoms/Icons/SvgIcons/Navigation/OperaAndMusic.svg.tsx +17 -0
  278. package/src/components/atoms/Icons/SvgIcons/Navigation/Search.svg.tsx +11 -0
  279. package/src/components/atoms/Icons/SvgIcons/Navigation/Settings.svg.tsx +15 -0
  280. package/src/components/atoms/Icons/SvgIcons/Navigation/User.svg.tsx +15 -0
  281. package/src/components/atoms/Icons/SvgIcons/Navigation/UserSignedIn.svg.tsx +12 -0
  282. package/src/components/atoms/Icons/SvgIcons/Text/Delete.svg.tsx +12 -0
  283. package/src/components/atoms/Icons/SvgIcons/Text/Shift.svg.tsx +8 -0
  284. package/src/components/atoms/Icons/SvgIcons/Text/Space.svg.tsx +8 -0
  285. package/src/components/atoms/Icons/SvgIcons/Utility/Close.svg.tsx +11 -0
  286. package/src/components/atoms/Icons/SvgIcons/Utility/Confirm.svg.tsx +8 -0
  287. package/src/components/atoms/Icons/SvgIcons/Utility/Detract.svg.tsx +8 -0
  288. package/src/components/atoms/Icons/SvgIcons/Utility/Expand.svg.tsx +8 -0
  289. package/src/components/atoms/Icons/SvgIcons/Utility/ExternalLink.svg.tsx +12 -0
  290. package/src/components/atoms/Icons/SvgIcons/Utility/GridView.svg.tsx +11 -0
  291. package/src/components/atoms/Icons/SvgIcons/Utility/ListView.svg.tsx +10 -0
  292. package/src/components/atoms/Icons/SvgIcons/Utility/Refresh.svg.tsx +15 -0
  293. package/src/components/atoms/Icons/SvgIcons/Video/AudioDescription.svg.tsx +16 -0
  294. package/src/components/atoms/Icons/SvgIcons/Video/Back10.svg.tsx +16 -0
  295. package/src/components/atoms/Icons/SvgIcons/Video/Clips.svg.tsx +10 -0
  296. package/src/components/atoms/Icons/SvgIcons/Video/Forward10.svg.tsx +16 -0
  297. package/src/components/atoms/Icons/SvgIcons/Video/FullScreen.svg.tsx +11 -0
  298. package/src/components/atoms/Icons/SvgIcons/Video/Minimise.svg.tsx +11 -0
  299. package/src/components/atoms/Icons/SvgIcons/Video/Muted.svg.tsx +15 -0
  300. package/src/components/atoms/Icons/SvgIcons/Video/Pause.svg.tsx +9 -0
  301. package/src/components/atoms/Icons/SvgIcons/Video/Play.svg.tsx +9 -0
  302. package/src/components/atoms/Icons/SvgIcons/Video/Restart.svg.tsx +11 -0
  303. package/src/components/atoms/Icons/SvgIcons/Video/Subtitles.svg.tsx +17 -0
  304. package/src/components/atoms/Icons/SvgIcons/Video/Trailer.svg.tsx +12 -0
  305. package/src/components/atoms/Icons/SvgIcons/Video/Volume.svg.tsx +19 -0
  306. package/src/components/atoms/Icons/SvgIcons/index.tsx +149 -0
  307. package/src/components/atoms/Icons/__snapshots__/Icons.test.tsx.snap +1954 -0
  308. package/src/components/atoms/Icons/index.tsx +2 -0
  309. package/src/components/atoms/Image/Image.tsx +72 -0
  310. package/src/components/atoms/ImageAspectRatioWrapper/ImageAspectRatio.test.tsx +23 -0
  311. package/src/components/atoms/ImageAspectRatioWrapper/ImageAspectRatioWrapper.stories.tsx +71 -0
  312. package/src/components/atoms/ImageAspectRatioWrapper/ImageAspectRatioWrapper.tsx +15 -0
  313. package/src/components/atoms/ImageAspectRatioWrapper/index.tsx +3 -0
  314. package/src/components/atoms/IndividualListing/IndividualListing.stories.tsx +51 -0
  315. package/src/components/atoms/IndividualListing/IndividualListing.style.tsx +33 -0
  316. package/src/components/atoms/IndividualListing/IndividualListing.test.tsx +30 -0
  317. package/src/components/atoms/IndividualListing/IndividualListing.tsx +22 -0
  318. package/src/components/atoms/IndividualListing/index.tsx +3 -0
  319. package/src/components/atoms/Logo/Logo.stories.tsx +48 -0
  320. package/src/components/atoms/Logo/Logo.style.tsx +18 -0
  321. package/src/components/atoms/Logo/Logo.tsx +30 -0
  322. package/src/components/atoms/Logo/index.tsx +3 -0
  323. package/src/components/atoms/Search/Search.stories.tsx +63 -0
  324. package/src/components/atoms/Search/Search.style.tsx +36 -0
  325. package/src/components/atoms/Search/Search.test.tsx +24 -0
  326. package/src/components/atoms/Search/Search.tsx +16 -0
  327. package/src/components/atoms/Search/index.tsx +3 -0
  328. package/src/components/atoms/SectionSplitter/SectionSplitter.stories.tsx +47 -0
  329. package/src/components/atoms/SectionSplitter/SectionSplitter.style.tsx +11 -0
  330. package/src/components/atoms/SectionSplitter/SectionSplitter.tsx +22 -0
  331. package/src/components/atoms/SectionSplitter/index.tsx +3 -0
  332. package/src/components/atoms/Sponsorship/Sponsorship.stories.tsx +38 -0
  333. package/src/components/atoms/Sponsorship/Sponsorship.test.tsx +36 -0
  334. package/src/components/atoms/Sponsorship/Sponsorship.tsx +53 -0
  335. package/src/components/atoms/Sponsorship/index.tsx +3 -0
  336. package/src/components/atoms/Tab/Tab.stories.tsx +67 -0
  337. package/src/components/atoms/Tab/Tab.style.tsx +105 -0
  338. package/src/components/atoms/Tab/Tab.test.tsx +28 -0
  339. package/src/components/atoms/Tab/Tab.tsx +34 -0
  340. package/src/components/atoms/Tab/index.tsx +3 -0
  341. package/src/components/atoms/TextLink/TextLink.stories.tsx +81 -0
  342. package/src/components/atoms/TextLink/TextLink.style.tsx +26 -0
  343. package/src/components/atoms/TextLink/TextLink.test.tsx +39 -0
  344. package/src/components/atoms/TextLink/TextLink.tsx +20 -0
  345. package/src/components/atoms/TextLink/index.tsx +3 -0
  346. package/src/components/atoms/TypeTags/TypeTags.stories.tsx +57 -0
  347. package/src/components/atoms/TypeTags/TypeTags.style.tsx +28 -0
  348. package/src/components/atoms/TypeTags/TypeTags.test.tsx +21 -0
  349. package/src/components/atoms/TypeTags/TypeTags.tsx +15 -0
  350. package/src/components/atoms/TypeTags/index.tsx +3 -0
  351. package/src/components/atoms/index.tsx +22 -0
  352. package/src/components/index.tsx +38 -0
  353. package/src/components/molecules/ContactNewsletter/ContactNewsletter.style.tsx +116 -0
  354. package/src/components/molecules/ContactNewsletter/ContactNewsletter.test.tsx +85 -0
  355. package/src/components/molecules/ContactNewsletter/ContactNewsletter.tsx +51 -0
  356. package/src/components/molecules/ContactNewsletter/index.tsx +3 -0
  357. package/src/components/molecules/Editorial/Editorial.stories.tsx +78 -0
  358. package/src/components/molecules/Editorial/Editorial.style.tsx +73 -0
  359. package/src/components/molecules/Editorial/Editorial.test.tsx +73 -0
  360. package/src/components/molecules/Editorial/Editorial.tsx +32 -0
  361. package/src/components/molecules/Editorial/index.tsx +3 -0
  362. package/src/components/molecules/NavTop/NavTop.stories.tsx +95 -0
  363. package/src/components/molecules/NavTop/NavTop.style.tsx +14 -0
  364. package/src/components/molecules/NavTop/NavTop.test.tsx +113 -0
  365. package/src/components/molecules/NavTop/NavTop.tsx +27 -0
  366. package/src/components/molecules/NavTop/index.tsx +3 -0
  367. package/src/components/molecules/PeopleListing/PeopleListing.stories.tsx +185 -0
  368. package/src/components/molecules/PeopleListing/PeopleListing.style.tsx +8 -0
  369. package/src/components/molecules/PeopleListing/PeopleListing.test.tsx +24 -0
  370. package/src/components/molecules/PeopleListing/PeopleListing.tsx +27 -0
  371. package/src/components/molecules/PeopleListing/index.tsx +3 -0
  372. package/src/components/molecules/PolicyLinks/PolicyLinks.style.tsx +41 -0
  373. package/src/components/molecules/PolicyLinks/PolicyLinks.test.tsx +28 -0
  374. package/src/components/molecules/PolicyLinks/PolicyLinks.tsx +19 -0
  375. package/src/components/molecules/PolicyLinks/index.tsx +3 -0
  376. package/src/components/molecules/PromoWithTitle/PromoWithTitle.stories.tsx +119 -0
  377. package/src/components/molecules/PromoWithTitle/PromoWithTitle.style.tsx +108 -0
  378. package/src/components/molecules/PromoWithTitle/PromoWithTitle.test.tsx +75 -0
  379. package/src/components/molecules/PromoWithTitle/PromoWithTitle.tsx +53 -0
  380. package/src/components/molecules/PromoWithTitle/index.tsx +3 -0
  381. package/src/components/molecules/SearchBar/SearchBar.stories.tsx +35 -0
  382. package/src/components/molecules/SearchBar/SearchBar.style.tsx +66 -0
  383. package/src/components/molecules/SearchBar/SearchBar.test.tsx +63 -0
  384. package/src/components/molecules/SearchBar/SearchBar.tsx +69 -0
  385. package/src/components/molecules/SearchBar/index.tsx +3 -0
  386. package/src/components/molecules/SectionTitle/SectionTitle.stories.tsx +68 -0
  387. package/src/components/molecules/SectionTitle/SectionTitle.style.tsx +34 -0
  388. package/src/components/molecules/SectionTitle/SectionTitle.test.tsx +35 -0
  389. package/src/components/molecules/SectionTitle/SectionTitle.tsx +25 -0
  390. package/src/components/molecules/SectionTitle/index.tsx +3 -0
  391. package/src/components/molecules/Tabs/Tabs.stories.tsx +101 -0
  392. package/src/components/molecules/Tabs/Tabs.style.tsx +74 -0
  393. package/src/components/molecules/Tabs/Tabs.test.tsx +149 -0
  394. package/src/components/molecules/Tabs/Tabs.tsx +67 -0
  395. package/src/components/molecules/Tabs/index.tsx +3 -0
  396. package/src/components/molecules/TextOnly/TextOnly.stories.tsx +74 -0
  397. package/src/components/molecules/TextOnly/TextOnly.style.tsx +56 -0
  398. package/src/components/molecules/TextOnly/TextOnly.test.tsx +79 -0
  399. package/src/components/molecules/TextOnly/TextOnly.tsx +16 -0
  400. package/src/components/molecules/TextOnly/index.tsx +3 -0
  401. package/src/components/molecules/index.tsx +7 -0
  402. package/src/components/organisms/Footer/Footer.stories.tsx +54 -0
  403. package/src/components/organisms/Footer/Footer.style.tsx +72 -0
  404. package/src/components/organisms/Footer/Footer.test.tsx +31 -0
  405. package/src/components/organisms/Footer/Footer.tsx +53 -0
  406. package/src/components/organisms/Footer/exampleData.json +78 -0
  407. package/src/components/organisms/Footer/index.tsx +3 -0
  408. package/src/components/organisms/Navigation/Navigation.stories.tsx +110 -0
  409. package/src/components/organisms/Navigation/Navigation.style.tsx +87 -0
  410. package/src/components/organisms/Navigation/Navigation.test.tsx +115 -0
  411. package/src/components/organisms/Navigation/Navigation.tsx +109 -0
  412. package/src/components/organisms/Navigation/index.tsx +3 -0
  413. package/src/components/organisms/Navigation/menuData.json +104 -0
  414. package/src/components/organisms/index.tsx +4 -0
  415. package/src/index.tsx +44 -0
  416. package/src/jest.setup.ts +1 -0
  417. package/src/styles/GlobalStyles.tsx +205 -0
  418. package/src/styles/StorybookSupport/Colours/Colours.stories.mdx +101 -0
  419. package/src/styles/StorybookSupport/Colours/StorybookColourBox.tsx +32 -0
  420. package/src/styles/ThemeProvider.tsx +11 -0
  421. package/src/styles/themes.ts +398 -0
  422. package/src/styles/viewports.ts +14 -0
  423. package/src/types/buttonTypes.ts +42 -0
  424. package/src/types/editorial.ts +84 -0
  425. package/src/types/footer.ts +49 -0
  426. package/src/types/iconTypes.ts +38 -0
  427. package/src/types/image.ts +13 -0
  428. package/src/types/images.d.ts +1 -0
  429. package/src/types/index.tsx +5 -0
  430. package/src/types/navigation.ts +149 -0
  431. package/src/types/types.ts +276 -0
@@ -0,0 +1,2120 @@
1
+ export declare const core: {
2
+ colors: {
3
+ primary: string;
4
+ primaryButton: string;
5
+ secondaryButton: string;
6
+ tertiaryButton: string;
7
+ black: string;
8
+ white: string;
9
+ darkgrey: string;
10
+ midgrey: string;
11
+ lightgrey: string;
12
+ error: string;
13
+ medium: string;
14
+ good: string;
15
+ };
16
+ fonts: {
17
+ desktop: {
18
+ sizes: {
19
+ headers: {
20
+ 1: string;
21
+ 2: string;
22
+ 3: string;
23
+ 4: string;
24
+ 5: string;
25
+ 6: string;
26
+ };
27
+ altHeaders: {
28
+ 3: string;
29
+ 4: string;
30
+ 5: string;
31
+ 6: string;
32
+ };
33
+ subtitles: {
34
+ 1: string;
35
+ 2: string;
36
+ };
37
+ titleDescription: string;
38
+ body: {
39
+ 1: string;
40
+ 2: string;
41
+ 3: string;
42
+ };
43
+ listing: string;
44
+ buttons: string;
45
+ overline: {
46
+ 1: string;
47
+ 2: string;
48
+ };
49
+ navigation: string;
50
+ search: string;
51
+ };
52
+ letterSpacing: {
53
+ headers: {
54
+ 1: string;
55
+ 2: string;
56
+ 3: string;
57
+ 4: string;
58
+ 5: string;
59
+ 6: string;
60
+ };
61
+ overline: {
62
+ 1: string;
63
+ 2: string;
64
+ };
65
+ subtitles: {
66
+ 1: string;
67
+ };
68
+ body: {
69
+ 1: string;
70
+ 2: string;
71
+ 3: string;
72
+ };
73
+ };
74
+ lineHeights: {
75
+ headers: {
76
+ 1: string;
77
+ 2: string;
78
+ 3: string;
79
+ 4: string;
80
+ 5: string;
81
+ 6: string;
82
+ };
83
+ altHeaders: {
84
+ 3: string;
85
+ 4: string;
86
+ 5: string;
87
+ 6: string;
88
+ };
89
+ subtitles: {
90
+ 1: string;
91
+ 2: string;
92
+ };
93
+ titleDescription: string;
94
+ body: {
95
+ 1: string;
96
+ 2: string;
97
+ 3: string;
98
+ };
99
+ peopleListing: string;
100
+ listing: string;
101
+ buttons: string;
102
+ overline: {
103
+ 1: string;
104
+ 2: string;
105
+ };
106
+ navigation: string;
107
+ };
108
+ families: {
109
+ headers: string;
110
+ altHeaders: string;
111
+ subtitles: string;
112
+ body: string;
113
+ bodyItalics: string;
114
+ listing: string;
115
+ listingItalics: string;
116
+ buttons: string;
117
+ overline: string;
118
+ navigation: string;
119
+ peopleListingRole: string;
120
+ };
121
+ weights: {
122
+ headers: {
123
+ 1: string;
124
+ 2: string;
125
+ 3: string;
126
+ 4: string;
127
+ 5: string;
128
+ 6: string;
129
+ };
130
+ buttons: string;
131
+ overline: {
132
+ 1: string;
133
+ };
134
+ body: {
135
+ 1: string;
136
+ 2: string;
137
+ 3: string;
138
+ };
139
+ subtitles: {
140
+ 1: string;
141
+ 2: string;
142
+ };
143
+ };
144
+ transforms: {
145
+ headers: string;
146
+ overline: string;
147
+ subtitles: string;
148
+ body: string;
149
+ };
150
+ };
151
+ mobile: {
152
+ sizes: {
153
+ headers: {
154
+ 1: string;
155
+ 2: string;
156
+ 3: string;
157
+ 4: string;
158
+ 5: string;
159
+ 6: string;
160
+ };
161
+ altHeaders: {
162
+ 3: string;
163
+ 4: string;
164
+ 5: string;
165
+ 6: string;
166
+ };
167
+ subtitles: {
168
+ 1: string;
169
+ 2: string;
170
+ };
171
+ titleDescription: string;
172
+ body: {
173
+ 1: string;
174
+ 2: string;
175
+ 3: string;
176
+ };
177
+ listing: string;
178
+ buttons: string;
179
+ overline: {
180
+ 1: string;
181
+ 2: string;
182
+ };
183
+ navigation: string;
184
+ };
185
+ letterSpacing: {
186
+ headers: {
187
+ 1: string;
188
+ 2: string;
189
+ 3: string;
190
+ 4: string;
191
+ 5: string;
192
+ 6: string;
193
+ };
194
+ overline: {
195
+ 1: string;
196
+ 2: string;
197
+ };
198
+ subtitles: {
199
+ 1: string;
200
+ };
201
+ body: {
202
+ 1: string;
203
+ 2: string;
204
+ 3: string;
205
+ };
206
+ };
207
+ lineHeights: {
208
+ headers: {
209
+ 1: string;
210
+ 2: string;
211
+ 3: string;
212
+ 4: string;
213
+ 5: string;
214
+ 6: string;
215
+ };
216
+ altHeaders: {
217
+ 3: string;
218
+ 4: string;
219
+ 5: string;
220
+ 6: string;
221
+ };
222
+ subtitles: {
223
+ 1: string;
224
+ 2: string;
225
+ };
226
+ titleDescription: string;
227
+ body: {
228
+ 1: string;
229
+ 2: string;
230
+ 3: string;
231
+ };
232
+ listing: string;
233
+ buttons: string;
234
+ overline: {
235
+ 1: string;
236
+ 2: string;
237
+ };
238
+ navigation: string;
239
+ };
240
+ families: {
241
+ headers: string;
242
+ altHeaders: string;
243
+ subtitles: string;
244
+ body: string;
245
+ bodyItalics: string;
246
+ listing: string;
247
+ listingItalics: string;
248
+ buttons: string;
249
+ overline: string;
250
+ navigation: string;
251
+ };
252
+ weights: {
253
+ headers: {
254
+ 1: string;
255
+ 2: string;
256
+ 3: string;
257
+ 4: string;
258
+ 5: string;
259
+ 6: string;
260
+ };
261
+ buttons: string;
262
+ overline: {
263
+ 1: string;
264
+ };
265
+ body: {
266
+ 1: string;
267
+ 2: string;
268
+ 3: string;
269
+ };
270
+ subtitles: {
271
+ 1: string;
272
+ 2: string;
273
+ };
274
+ };
275
+ transforms: {
276
+ headers: string;
277
+ overline: string;
278
+ subtitles: string;
279
+ body: string;
280
+ };
281
+ };
282
+ };
283
+ spacing: {
284
+ 1: string;
285
+ 2: string;
286
+ 3: string;
287
+ 4: string;
288
+ 5: string;
289
+ 6: string;
290
+ 7: string;
291
+ 8: string;
292
+ 9: string;
293
+ 10: string;
294
+ 12: string;
295
+ 15: string;
296
+ 18: string;
297
+ 20: string;
298
+ 30: string;
299
+ 35: string;
300
+ 40: string;
301
+ 45: string;
302
+ 50: string;
303
+ };
304
+ grid: {
305
+ mobile: {
306
+ margin: string;
307
+ outerMargin: string;
308
+ gap: string;
309
+ };
310
+ tablet: {
311
+ margin: string;
312
+ outerMargin: string;
313
+ gap: string;
314
+ };
315
+ desktop: {
316
+ margin: string;
317
+ outerMargin: string;
318
+ gap: string;
319
+ };
320
+ };
321
+ buttons: {
322
+ paddingX: string;
323
+ paddingY: string;
324
+ paddingYIcon: string;
325
+ iconWidth: string;
326
+ iconHeight: string;
327
+ iconMargin: string;
328
+ };
329
+ footer: {
330
+ desktop: {
331
+ height: string;
332
+ paddingTop: string;
333
+ paddingBottom: string;
334
+ itemsGap: string;
335
+ mediaGap: string;
336
+ mediaIconWidth: string;
337
+ mediaIconHeight: string;
338
+ verticalSpacingLarge: string;
339
+ verticalSpacingSmall: string;
340
+ };
341
+ mobile: {
342
+ height: string;
343
+ paddingTop: string;
344
+ paddingBottom: string;
345
+ itemsGap: string;
346
+ mediaGap: string;
347
+ mediaIconWidth: string;
348
+ mediaIconHeight: string;
349
+ verticalSpacingLarge: string;
350
+ verticalSpacingSmall: string;
351
+ };
352
+ };
353
+ };
354
+ export declare const stream: {
355
+ colors: {
356
+ primary: string;
357
+ primaryButton: string;
358
+ secondaryButton: string;
359
+ tertiaryButton: string;
360
+ black: string;
361
+ white: string;
362
+ darkgrey: string;
363
+ midgrey: string;
364
+ lightgrey: string;
365
+ error: string;
366
+ medium: string;
367
+ good: string;
368
+ };
369
+ fonts: {
370
+ desktop: {
371
+ sizes: {
372
+ headers: {
373
+ 1: string;
374
+ 2: string;
375
+ 3: string;
376
+ 4: string;
377
+ 5: string;
378
+ 6: string;
379
+ };
380
+ altHeaders: {
381
+ 3: string;
382
+ 4: string;
383
+ 5: string;
384
+ 6: string;
385
+ };
386
+ subtitles: {
387
+ 1: string;
388
+ 2: string;
389
+ };
390
+ titleDescription: string;
391
+ body: {
392
+ 1: string;
393
+ 2: string;
394
+ 3: string;
395
+ };
396
+ listing: string;
397
+ buttons: string;
398
+ overline: {
399
+ 1: string;
400
+ 2: string;
401
+ };
402
+ navigation: string;
403
+ search: string;
404
+ };
405
+ letterSpacing: {
406
+ headers: {
407
+ 1: string;
408
+ 2: string;
409
+ 3: string;
410
+ 4: string;
411
+ 5: string;
412
+ 6: string;
413
+ };
414
+ overline: {
415
+ 1: string;
416
+ 2: string;
417
+ };
418
+ subtitles: {
419
+ 1: string;
420
+ };
421
+ body: {
422
+ 1: string;
423
+ 2: string;
424
+ 3: string;
425
+ };
426
+ };
427
+ lineHeights: {
428
+ headers: {
429
+ 1: string;
430
+ 2: string;
431
+ 3: string;
432
+ 4: string;
433
+ 5: string;
434
+ 6: string;
435
+ };
436
+ altHeaders: {
437
+ 3: string;
438
+ 4: string;
439
+ 5: string;
440
+ 6: string;
441
+ };
442
+ subtitles: {
443
+ 1: string;
444
+ 2: string;
445
+ };
446
+ titleDescription: string;
447
+ body: {
448
+ 1: string;
449
+ 2: string;
450
+ 3: string;
451
+ };
452
+ peopleListing: string;
453
+ listing: string;
454
+ buttons: string;
455
+ overline: {
456
+ 1: string;
457
+ 2: string;
458
+ };
459
+ navigation: string;
460
+ };
461
+ families: {
462
+ headers: string;
463
+ altHeaders: string;
464
+ subtitles: string;
465
+ body: string;
466
+ bodyItalics: string;
467
+ listing: string;
468
+ listingItalics: string;
469
+ buttons: string;
470
+ overline: string;
471
+ navigation: string;
472
+ peopleListingRole: string;
473
+ };
474
+ weights: {
475
+ headers: {
476
+ 1: string;
477
+ 2: string;
478
+ 3: string;
479
+ 4: string;
480
+ 5: string;
481
+ 6: string;
482
+ };
483
+ buttons: string;
484
+ overline: {
485
+ 1: string;
486
+ };
487
+ body: {
488
+ 1: string;
489
+ 2: string;
490
+ 3: string;
491
+ };
492
+ subtitles: {
493
+ 1: string;
494
+ 2: string;
495
+ };
496
+ };
497
+ transforms: {
498
+ headers: string;
499
+ overline: string;
500
+ subtitles: string;
501
+ body: string;
502
+ };
503
+ };
504
+ mobile: {
505
+ sizes: {
506
+ headers: {
507
+ 1: string;
508
+ 2: string;
509
+ 3: string;
510
+ 4: string;
511
+ 5: string;
512
+ 6: string;
513
+ };
514
+ altHeaders: {
515
+ 3: string;
516
+ 4: string;
517
+ 5: string;
518
+ 6: string;
519
+ };
520
+ subtitles: {
521
+ 1: string;
522
+ 2: string;
523
+ };
524
+ titleDescription: string;
525
+ body: {
526
+ 1: string;
527
+ 2: string;
528
+ 3: string;
529
+ };
530
+ listing: string;
531
+ buttons: string;
532
+ overline: {
533
+ 1: string;
534
+ 2: string;
535
+ };
536
+ navigation: string;
537
+ };
538
+ letterSpacing: {
539
+ headers: {
540
+ 1: string;
541
+ 2: string;
542
+ 3: string;
543
+ 4: string;
544
+ 5: string;
545
+ 6: string;
546
+ };
547
+ overline: {
548
+ 1: string;
549
+ 2: string;
550
+ };
551
+ subtitles: {
552
+ 1: string;
553
+ };
554
+ body: {
555
+ 1: string;
556
+ 2: string;
557
+ 3: string;
558
+ };
559
+ };
560
+ lineHeights: {
561
+ headers: {
562
+ 1: string;
563
+ 2: string;
564
+ 3: string;
565
+ 4: string;
566
+ 5: string;
567
+ 6: string;
568
+ };
569
+ altHeaders: {
570
+ 3: string;
571
+ 4: string;
572
+ 5: string;
573
+ 6: string;
574
+ };
575
+ subtitles: {
576
+ 1: string;
577
+ 2: string;
578
+ };
579
+ titleDescription: string;
580
+ body: {
581
+ 1: string;
582
+ 2: string;
583
+ 3: string;
584
+ };
585
+ listing: string;
586
+ buttons: string;
587
+ overline: {
588
+ 1: string;
589
+ 2: string;
590
+ };
591
+ navigation: string;
592
+ };
593
+ families: {
594
+ headers: string;
595
+ altHeaders: string;
596
+ subtitles: string;
597
+ body: string;
598
+ bodyItalics: string;
599
+ listing: string;
600
+ listingItalics: string;
601
+ buttons: string;
602
+ overline: string;
603
+ navigation: string;
604
+ };
605
+ weights: {
606
+ headers: {
607
+ 1: string;
608
+ 2: string;
609
+ 3: string;
610
+ 4: string;
611
+ 5: string;
612
+ 6: string;
613
+ };
614
+ buttons: string;
615
+ overline: {
616
+ 1: string;
617
+ };
618
+ body: {
619
+ 1: string;
620
+ 2: string;
621
+ 3: string;
622
+ };
623
+ subtitles: {
624
+ 1: string;
625
+ 2: string;
626
+ };
627
+ };
628
+ transforms: {
629
+ headers: string;
630
+ overline: string;
631
+ subtitles: string;
632
+ body: string;
633
+ };
634
+ };
635
+ };
636
+ spacing: {
637
+ 1: string;
638
+ 2: string;
639
+ 3: string;
640
+ 4: string;
641
+ 5: string;
642
+ 6: string;
643
+ 7: string;
644
+ 8: string;
645
+ 9: string;
646
+ 10: string;
647
+ 12: string;
648
+ 15: string;
649
+ 18: string;
650
+ 20: string;
651
+ 30: string;
652
+ 35: string;
653
+ 40: string;
654
+ 45: string;
655
+ 50: string;
656
+ };
657
+ grid: {
658
+ mobile: {
659
+ margin: string;
660
+ outerMargin: string;
661
+ gap: string;
662
+ };
663
+ tablet: {
664
+ margin: string;
665
+ outerMargin: string;
666
+ gap: string;
667
+ };
668
+ desktop: {
669
+ margin: string;
670
+ outerMargin: string;
671
+ gap: string;
672
+ };
673
+ };
674
+ buttons: {
675
+ paddingX: string;
676
+ paddingY: string;
677
+ paddingYIcon: string;
678
+ iconWidth: string;
679
+ iconHeight: string;
680
+ iconMargin: string;
681
+ };
682
+ footer: {
683
+ desktop: {
684
+ height: string;
685
+ paddingTop: string;
686
+ paddingBottom: string;
687
+ itemsGap: string;
688
+ mediaGap: string;
689
+ mediaIconWidth: string;
690
+ mediaIconHeight: string;
691
+ verticalSpacingLarge: string;
692
+ verticalSpacingSmall: string;
693
+ };
694
+ mobile: {
695
+ height: string;
696
+ paddingTop: string;
697
+ paddingBottom: string;
698
+ itemsGap: string;
699
+ mediaGap: string;
700
+ mediaIconWidth: string;
701
+ mediaIconHeight: string;
702
+ verticalSpacingLarge: string;
703
+ verticalSpacingSmall: string;
704
+ };
705
+ };
706
+ };
707
+ export declare const cinema: {
708
+ colors: {
709
+ primary: string;
710
+ primaryButton: string;
711
+ secondaryButton: string;
712
+ tertiaryButton: string;
713
+ black: string;
714
+ white: string;
715
+ darkgrey: string;
716
+ midgrey: string;
717
+ lightgrey: string;
718
+ error: string;
719
+ medium: string;
720
+ good: string;
721
+ };
722
+ fonts: {
723
+ desktop: {
724
+ sizes: {
725
+ headers: {
726
+ 1: string;
727
+ 2: string;
728
+ 3: string;
729
+ 4: string;
730
+ 5: string;
731
+ 6: string;
732
+ };
733
+ altHeaders: {
734
+ 3: string;
735
+ 4: string;
736
+ 5: string;
737
+ 6: string;
738
+ };
739
+ subtitles: {
740
+ 1: string;
741
+ 2: string;
742
+ };
743
+ titleDescription: string;
744
+ body: {
745
+ 1: string;
746
+ 2: string;
747
+ 3: string;
748
+ };
749
+ listing: string;
750
+ buttons: string;
751
+ overline: {
752
+ 1: string;
753
+ 2: string;
754
+ };
755
+ navigation: string;
756
+ search: string;
757
+ };
758
+ letterSpacing: {
759
+ headers: {
760
+ 1: string;
761
+ 2: string;
762
+ 3: string;
763
+ 4: string;
764
+ 5: string;
765
+ 6: string;
766
+ };
767
+ overline: {
768
+ 1: string;
769
+ 2: string;
770
+ };
771
+ subtitles: {
772
+ 1: string;
773
+ };
774
+ body: {
775
+ 1: string;
776
+ 2: string;
777
+ 3: string;
778
+ };
779
+ };
780
+ lineHeights: {
781
+ headers: {
782
+ 1: string;
783
+ 2: string;
784
+ 3: string;
785
+ 4: string;
786
+ 5: string;
787
+ 6: string;
788
+ };
789
+ altHeaders: {
790
+ 3: string;
791
+ 4: string;
792
+ 5: string;
793
+ 6: string;
794
+ };
795
+ subtitles: {
796
+ 1: string;
797
+ 2: string;
798
+ };
799
+ titleDescription: string;
800
+ body: {
801
+ 1: string;
802
+ 2: string;
803
+ 3: string;
804
+ };
805
+ peopleListing: string;
806
+ listing: string;
807
+ buttons: string;
808
+ overline: {
809
+ 1: string;
810
+ 2: string;
811
+ };
812
+ navigation: string;
813
+ };
814
+ families: {
815
+ headers: string;
816
+ altHeaders: string;
817
+ subtitles: string;
818
+ body: string;
819
+ bodyItalics: string;
820
+ listing: string;
821
+ listingItalics: string;
822
+ buttons: string;
823
+ overline: string;
824
+ navigation: string;
825
+ peopleListingRole: string;
826
+ };
827
+ weights: {
828
+ headers: {
829
+ 1: string;
830
+ 2: string;
831
+ 3: string;
832
+ 4: string;
833
+ 5: string;
834
+ 6: string;
835
+ };
836
+ buttons: string;
837
+ overline: {
838
+ 1: string;
839
+ };
840
+ body: {
841
+ 1: string;
842
+ 2: string;
843
+ 3: string;
844
+ };
845
+ subtitles: {
846
+ 1: string;
847
+ 2: string;
848
+ };
849
+ };
850
+ transforms: {
851
+ headers: string;
852
+ overline: string;
853
+ subtitles: string;
854
+ body: string;
855
+ };
856
+ };
857
+ mobile: {
858
+ sizes: {
859
+ headers: {
860
+ 1: string;
861
+ 2: string;
862
+ 3: string;
863
+ 4: string;
864
+ 5: string;
865
+ 6: string;
866
+ };
867
+ altHeaders: {
868
+ 3: string;
869
+ 4: string;
870
+ 5: string;
871
+ 6: string;
872
+ };
873
+ subtitles: {
874
+ 1: string;
875
+ 2: string;
876
+ };
877
+ titleDescription: string;
878
+ body: {
879
+ 1: string;
880
+ 2: string;
881
+ 3: string;
882
+ };
883
+ listing: string;
884
+ buttons: string;
885
+ overline: {
886
+ 1: string;
887
+ 2: string;
888
+ };
889
+ navigation: string;
890
+ };
891
+ letterSpacing: {
892
+ headers: {
893
+ 1: string;
894
+ 2: string;
895
+ 3: string;
896
+ 4: string;
897
+ 5: string;
898
+ 6: string;
899
+ };
900
+ overline: {
901
+ 1: string;
902
+ 2: string;
903
+ };
904
+ subtitles: {
905
+ 1: string;
906
+ };
907
+ body: {
908
+ 1: string;
909
+ 2: string;
910
+ 3: string;
911
+ };
912
+ };
913
+ lineHeights: {
914
+ headers: {
915
+ 1: string;
916
+ 2: string;
917
+ 3: string;
918
+ 4: string;
919
+ 5: string;
920
+ 6: string;
921
+ };
922
+ altHeaders: {
923
+ 3: string;
924
+ 4: string;
925
+ 5: string;
926
+ 6: string;
927
+ };
928
+ subtitles: {
929
+ 1: string;
930
+ 2: string;
931
+ };
932
+ titleDescription: string;
933
+ body: {
934
+ 1: string;
935
+ 2: string;
936
+ 3: string;
937
+ };
938
+ listing: string;
939
+ buttons: string;
940
+ overline: {
941
+ 1: string;
942
+ 2: string;
943
+ };
944
+ navigation: string;
945
+ };
946
+ families: {
947
+ headers: string;
948
+ altHeaders: string;
949
+ subtitles: string;
950
+ body: string;
951
+ bodyItalics: string;
952
+ listing: string;
953
+ listingItalics: string;
954
+ buttons: string;
955
+ overline: string;
956
+ navigation: string;
957
+ };
958
+ weights: {
959
+ headers: {
960
+ 1: string;
961
+ 2: string;
962
+ 3: string;
963
+ 4: string;
964
+ 5: string;
965
+ 6: string;
966
+ };
967
+ buttons: string;
968
+ overline: {
969
+ 1: string;
970
+ };
971
+ body: {
972
+ 1: string;
973
+ 2: string;
974
+ 3: string;
975
+ };
976
+ subtitles: {
977
+ 1: string;
978
+ 2: string;
979
+ };
980
+ };
981
+ transforms: {
982
+ headers: string;
983
+ overline: string;
984
+ subtitles: string;
985
+ body: string;
986
+ };
987
+ };
988
+ };
989
+ spacing: {
990
+ 1: string;
991
+ 2: string;
992
+ 3: string;
993
+ 4: string;
994
+ 5: string;
995
+ 6: string;
996
+ 7: string;
997
+ 8: string;
998
+ 9: string;
999
+ 10: string;
1000
+ 12: string;
1001
+ 15: string;
1002
+ 18: string;
1003
+ 20: string;
1004
+ 30: string;
1005
+ 35: string;
1006
+ 40: string;
1007
+ 45: string;
1008
+ 50: string;
1009
+ };
1010
+ grid: {
1011
+ mobile: {
1012
+ margin: string;
1013
+ outerMargin: string;
1014
+ gap: string;
1015
+ };
1016
+ tablet: {
1017
+ margin: string;
1018
+ outerMargin: string;
1019
+ gap: string;
1020
+ };
1021
+ desktop: {
1022
+ margin: string;
1023
+ outerMargin: string;
1024
+ gap: string;
1025
+ };
1026
+ };
1027
+ buttons: {
1028
+ paddingX: string;
1029
+ paddingY: string;
1030
+ paddingYIcon: string;
1031
+ iconWidth: string;
1032
+ iconHeight: string;
1033
+ iconMargin: string;
1034
+ };
1035
+ footer: {
1036
+ desktop: {
1037
+ height: string;
1038
+ paddingTop: string;
1039
+ paddingBottom: string;
1040
+ itemsGap: string;
1041
+ mediaGap: string;
1042
+ mediaIconWidth: string;
1043
+ mediaIconHeight: string;
1044
+ verticalSpacingLarge: string;
1045
+ verticalSpacingSmall: string;
1046
+ };
1047
+ mobile: {
1048
+ height: string;
1049
+ paddingTop: string;
1050
+ paddingBottom: string;
1051
+ itemsGap: string;
1052
+ mediaGap: string;
1053
+ mediaIconWidth: string;
1054
+ mediaIconHeight: string;
1055
+ verticalSpacingLarge: string;
1056
+ verticalSpacingSmall: string;
1057
+ };
1058
+ };
1059
+ };
1060
+ export declare const themes: {
1061
+ core: {
1062
+ colors: {
1063
+ primary: string;
1064
+ primaryButton: string;
1065
+ secondaryButton: string;
1066
+ tertiaryButton: string;
1067
+ black: string;
1068
+ white: string;
1069
+ darkgrey: string;
1070
+ midgrey: string;
1071
+ lightgrey: string;
1072
+ error: string;
1073
+ medium: string;
1074
+ good: string;
1075
+ };
1076
+ fonts: {
1077
+ desktop: {
1078
+ sizes: {
1079
+ headers: {
1080
+ 1: string;
1081
+ 2: string;
1082
+ 3: string;
1083
+ 4: string;
1084
+ 5: string;
1085
+ 6: string;
1086
+ };
1087
+ altHeaders: {
1088
+ 3: string;
1089
+ 4: string;
1090
+ 5: string;
1091
+ 6: string;
1092
+ };
1093
+ subtitles: {
1094
+ 1: string;
1095
+ 2: string;
1096
+ };
1097
+ titleDescription: string;
1098
+ body: {
1099
+ 1: string;
1100
+ 2: string;
1101
+ 3: string;
1102
+ };
1103
+ listing: string;
1104
+ buttons: string;
1105
+ overline: {
1106
+ 1: string;
1107
+ 2: string;
1108
+ };
1109
+ navigation: string;
1110
+ search: string;
1111
+ };
1112
+ letterSpacing: {
1113
+ headers: {
1114
+ 1: string;
1115
+ 2: string;
1116
+ 3: string;
1117
+ 4: string;
1118
+ 5: string;
1119
+ 6: string;
1120
+ };
1121
+ overline: {
1122
+ 1: string;
1123
+ 2: string;
1124
+ };
1125
+ subtitles: {
1126
+ 1: string;
1127
+ };
1128
+ body: {
1129
+ 1: string;
1130
+ 2: string;
1131
+ 3: string;
1132
+ };
1133
+ };
1134
+ lineHeights: {
1135
+ headers: {
1136
+ 1: string;
1137
+ 2: string;
1138
+ 3: string;
1139
+ 4: string;
1140
+ 5: string;
1141
+ 6: string;
1142
+ };
1143
+ altHeaders: {
1144
+ 3: string;
1145
+ 4: string;
1146
+ 5: string;
1147
+ 6: string;
1148
+ };
1149
+ subtitles: {
1150
+ 1: string;
1151
+ 2: string;
1152
+ };
1153
+ titleDescription: string;
1154
+ body: {
1155
+ 1: string;
1156
+ 2: string;
1157
+ 3: string;
1158
+ };
1159
+ peopleListing: string;
1160
+ listing: string;
1161
+ buttons: string;
1162
+ overline: {
1163
+ 1: string;
1164
+ 2: string;
1165
+ };
1166
+ navigation: string;
1167
+ };
1168
+ families: {
1169
+ headers: string;
1170
+ altHeaders: string;
1171
+ subtitles: string;
1172
+ body: string;
1173
+ bodyItalics: string;
1174
+ listing: string;
1175
+ listingItalics: string;
1176
+ buttons: string;
1177
+ overline: string;
1178
+ navigation: string;
1179
+ peopleListingRole: string;
1180
+ };
1181
+ weights: {
1182
+ headers: {
1183
+ 1: string;
1184
+ 2: string;
1185
+ 3: string;
1186
+ 4: string;
1187
+ 5: string;
1188
+ 6: string;
1189
+ };
1190
+ buttons: string;
1191
+ overline: {
1192
+ 1: string;
1193
+ };
1194
+ body: {
1195
+ 1: string;
1196
+ 2: string;
1197
+ 3: string;
1198
+ };
1199
+ subtitles: {
1200
+ 1: string;
1201
+ 2: string;
1202
+ };
1203
+ };
1204
+ transforms: {
1205
+ headers: string;
1206
+ overline: string;
1207
+ subtitles: string;
1208
+ body: string;
1209
+ };
1210
+ };
1211
+ mobile: {
1212
+ sizes: {
1213
+ headers: {
1214
+ 1: string;
1215
+ 2: string;
1216
+ 3: string;
1217
+ 4: string;
1218
+ 5: string;
1219
+ 6: string;
1220
+ };
1221
+ altHeaders: {
1222
+ 3: string;
1223
+ 4: string;
1224
+ 5: string;
1225
+ 6: string;
1226
+ };
1227
+ subtitles: {
1228
+ 1: string;
1229
+ 2: string;
1230
+ };
1231
+ titleDescription: string;
1232
+ body: {
1233
+ 1: string;
1234
+ 2: string;
1235
+ 3: string;
1236
+ };
1237
+ listing: string;
1238
+ buttons: string;
1239
+ overline: {
1240
+ 1: string;
1241
+ 2: string;
1242
+ };
1243
+ navigation: string;
1244
+ };
1245
+ letterSpacing: {
1246
+ headers: {
1247
+ 1: string;
1248
+ 2: string;
1249
+ 3: string;
1250
+ 4: string;
1251
+ 5: string;
1252
+ 6: string;
1253
+ };
1254
+ overline: {
1255
+ 1: string;
1256
+ 2: string;
1257
+ };
1258
+ subtitles: {
1259
+ 1: string;
1260
+ };
1261
+ body: {
1262
+ 1: string;
1263
+ 2: string;
1264
+ 3: string;
1265
+ };
1266
+ };
1267
+ lineHeights: {
1268
+ headers: {
1269
+ 1: string;
1270
+ 2: string;
1271
+ 3: string;
1272
+ 4: string;
1273
+ 5: string;
1274
+ 6: string;
1275
+ };
1276
+ altHeaders: {
1277
+ 3: string;
1278
+ 4: string;
1279
+ 5: string;
1280
+ 6: string;
1281
+ };
1282
+ subtitles: {
1283
+ 1: string;
1284
+ 2: string;
1285
+ };
1286
+ titleDescription: string;
1287
+ body: {
1288
+ 1: string;
1289
+ 2: string;
1290
+ 3: string;
1291
+ };
1292
+ listing: string;
1293
+ buttons: string;
1294
+ overline: {
1295
+ 1: string;
1296
+ 2: string;
1297
+ };
1298
+ navigation: string;
1299
+ };
1300
+ families: {
1301
+ headers: string;
1302
+ altHeaders: string;
1303
+ subtitles: string;
1304
+ body: string;
1305
+ bodyItalics: string;
1306
+ listing: string;
1307
+ listingItalics: string;
1308
+ buttons: string;
1309
+ overline: string;
1310
+ navigation: string;
1311
+ };
1312
+ weights: {
1313
+ headers: {
1314
+ 1: string;
1315
+ 2: string;
1316
+ 3: string;
1317
+ 4: string;
1318
+ 5: string;
1319
+ 6: string;
1320
+ };
1321
+ buttons: string;
1322
+ overline: {
1323
+ 1: string;
1324
+ };
1325
+ body: {
1326
+ 1: string;
1327
+ 2: string;
1328
+ 3: string;
1329
+ };
1330
+ subtitles: {
1331
+ 1: string;
1332
+ 2: string;
1333
+ };
1334
+ };
1335
+ transforms: {
1336
+ headers: string;
1337
+ overline: string;
1338
+ subtitles: string;
1339
+ body: string;
1340
+ };
1341
+ };
1342
+ };
1343
+ spacing: {
1344
+ 1: string;
1345
+ 2: string;
1346
+ 3: string;
1347
+ 4: string;
1348
+ 5: string;
1349
+ 6: string;
1350
+ 7: string;
1351
+ 8: string;
1352
+ 9: string;
1353
+ 10: string;
1354
+ 12: string;
1355
+ 15: string;
1356
+ 18: string;
1357
+ 20: string;
1358
+ 30: string;
1359
+ 35: string;
1360
+ 40: string;
1361
+ 45: string;
1362
+ 50: string;
1363
+ };
1364
+ grid: {
1365
+ mobile: {
1366
+ margin: string;
1367
+ outerMargin: string;
1368
+ gap: string;
1369
+ };
1370
+ tablet: {
1371
+ margin: string;
1372
+ outerMargin: string;
1373
+ gap: string;
1374
+ };
1375
+ desktop: {
1376
+ margin: string;
1377
+ outerMargin: string;
1378
+ gap: string;
1379
+ };
1380
+ };
1381
+ buttons: {
1382
+ paddingX: string;
1383
+ paddingY: string;
1384
+ paddingYIcon: string;
1385
+ iconWidth: string;
1386
+ iconHeight: string;
1387
+ iconMargin: string;
1388
+ };
1389
+ footer: {
1390
+ desktop: {
1391
+ height: string;
1392
+ paddingTop: string;
1393
+ paddingBottom: string;
1394
+ itemsGap: string;
1395
+ mediaGap: string;
1396
+ mediaIconWidth: string;
1397
+ mediaIconHeight: string;
1398
+ verticalSpacingLarge: string;
1399
+ verticalSpacingSmall: string;
1400
+ };
1401
+ mobile: {
1402
+ height: string;
1403
+ paddingTop: string;
1404
+ paddingBottom: string;
1405
+ itemsGap: string;
1406
+ mediaGap: string;
1407
+ mediaIconWidth: string;
1408
+ mediaIconHeight: string;
1409
+ verticalSpacingLarge: string;
1410
+ verticalSpacingSmall: string;
1411
+ };
1412
+ };
1413
+ };
1414
+ stream: {
1415
+ colors: {
1416
+ primary: string;
1417
+ primaryButton: string;
1418
+ secondaryButton: string;
1419
+ tertiaryButton: string;
1420
+ black: string;
1421
+ white: string;
1422
+ darkgrey: string;
1423
+ midgrey: string;
1424
+ lightgrey: string;
1425
+ error: string;
1426
+ medium: string;
1427
+ good: string;
1428
+ };
1429
+ fonts: {
1430
+ desktop: {
1431
+ sizes: {
1432
+ headers: {
1433
+ 1: string;
1434
+ 2: string;
1435
+ 3: string;
1436
+ 4: string;
1437
+ 5: string;
1438
+ 6: string;
1439
+ };
1440
+ altHeaders: {
1441
+ 3: string;
1442
+ 4: string;
1443
+ 5: string;
1444
+ 6: string;
1445
+ };
1446
+ subtitles: {
1447
+ 1: string;
1448
+ 2: string;
1449
+ };
1450
+ titleDescription: string;
1451
+ body: {
1452
+ 1: string;
1453
+ 2: string;
1454
+ 3: string;
1455
+ };
1456
+ listing: string;
1457
+ buttons: string;
1458
+ overline: {
1459
+ 1: string;
1460
+ 2: string;
1461
+ };
1462
+ navigation: string;
1463
+ search: string;
1464
+ };
1465
+ letterSpacing: {
1466
+ headers: {
1467
+ 1: string;
1468
+ 2: string;
1469
+ 3: string;
1470
+ 4: string;
1471
+ 5: string;
1472
+ 6: string;
1473
+ };
1474
+ overline: {
1475
+ 1: string;
1476
+ 2: string;
1477
+ };
1478
+ subtitles: {
1479
+ 1: string;
1480
+ };
1481
+ body: {
1482
+ 1: string;
1483
+ 2: string;
1484
+ 3: string;
1485
+ };
1486
+ };
1487
+ lineHeights: {
1488
+ headers: {
1489
+ 1: string;
1490
+ 2: string;
1491
+ 3: string;
1492
+ 4: string;
1493
+ 5: string;
1494
+ 6: string;
1495
+ };
1496
+ altHeaders: {
1497
+ 3: string;
1498
+ 4: string;
1499
+ 5: string;
1500
+ 6: string;
1501
+ };
1502
+ subtitles: {
1503
+ 1: string;
1504
+ 2: string;
1505
+ };
1506
+ titleDescription: string;
1507
+ body: {
1508
+ 1: string;
1509
+ 2: string;
1510
+ 3: string;
1511
+ };
1512
+ peopleListing: string;
1513
+ listing: string;
1514
+ buttons: string;
1515
+ overline: {
1516
+ 1: string;
1517
+ 2: string;
1518
+ };
1519
+ navigation: string;
1520
+ };
1521
+ families: {
1522
+ headers: string;
1523
+ altHeaders: string;
1524
+ subtitles: string;
1525
+ body: string;
1526
+ bodyItalics: string;
1527
+ listing: string;
1528
+ listingItalics: string;
1529
+ buttons: string;
1530
+ overline: string;
1531
+ navigation: string;
1532
+ peopleListingRole: string;
1533
+ };
1534
+ weights: {
1535
+ headers: {
1536
+ 1: string;
1537
+ 2: string;
1538
+ 3: string;
1539
+ 4: string;
1540
+ 5: string;
1541
+ 6: string;
1542
+ };
1543
+ buttons: string;
1544
+ overline: {
1545
+ 1: string;
1546
+ };
1547
+ body: {
1548
+ 1: string;
1549
+ 2: string;
1550
+ 3: string;
1551
+ };
1552
+ subtitles: {
1553
+ 1: string;
1554
+ 2: string;
1555
+ };
1556
+ };
1557
+ transforms: {
1558
+ headers: string;
1559
+ overline: string;
1560
+ subtitles: string;
1561
+ body: string;
1562
+ };
1563
+ };
1564
+ mobile: {
1565
+ sizes: {
1566
+ headers: {
1567
+ 1: string;
1568
+ 2: string;
1569
+ 3: string;
1570
+ 4: string;
1571
+ 5: string;
1572
+ 6: string;
1573
+ };
1574
+ altHeaders: {
1575
+ 3: string;
1576
+ 4: string;
1577
+ 5: string;
1578
+ 6: string;
1579
+ };
1580
+ subtitles: {
1581
+ 1: string;
1582
+ 2: string;
1583
+ };
1584
+ titleDescription: string;
1585
+ body: {
1586
+ 1: string;
1587
+ 2: string;
1588
+ 3: string;
1589
+ };
1590
+ listing: string;
1591
+ buttons: string;
1592
+ overline: {
1593
+ 1: string;
1594
+ 2: string;
1595
+ };
1596
+ navigation: string;
1597
+ };
1598
+ letterSpacing: {
1599
+ headers: {
1600
+ 1: string;
1601
+ 2: string;
1602
+ 3: string;
1603
+ 4: string;
1604
+ 5: string;
1605
+ 6: string;
1606
+ };
1607
+ overline: {
1608
+ 1: string;
1609
+ 2: string;
1610
+ };
1611
+ subtitles: {
1612
+ 1: string;
1613
+ };
1614
+ body: {
1615
+ 1: string;
1616
+ 2: string;
1617
+ 3: string;
1618
+ };
1619
+ };
1620
+ lineHeights: {
1621
+ headers: {
1622
+ 1: string;
1623
+ 2: string;
1624
+ 3: string;
1625
+ 4: string;
1626
+ 5: string;
1627
+ 6: string;
1628
+ };
1629
+ altHeaders: {
1630
+ 3: string;
1631
+ 4: string;
1632
+ 5: string;
1633
+ 6: string;
1634
+ };
1635
+ subtitles: {
1636
+ 1: string;
1637
+ 2: string;
1638
+ };
1639
+ titleDescription: string;
1640
+ body: {
1641
+ 1: string;
1642
+ 2: string;
1643
+ 3: string;
1644
+ };
1645
+ listing: string;
1646
+ buttons: string;
1647
+ overline: {
1648
+ 1: string;
1649
+ 2: string;
1650
+ };
1651
+ navigation: string;
1652
+ };
1653
+ families: {
1654
+ headers: string;
1655
+ altHeaders: string;
1656
+ subtitles: string;
1657
+ body: string;
1658
+ bodyItalics: string;
1659
+ listing: string;
1660
+ listingItalics: string;
1661
+ buttons: string;
1662
+ overline: string;
1663
+ navigation: string;
1664
+ };
1665
+ weights: {
1666
+ headers: {
1667
+ 1: string;
1668
+ 2: string;
1669
+ 3: string;
1670
+ 4: string;
1671
+ 5: string;
1672
+ 6: string;
1673
+ };
1674
+ buttons: string;
1675
+ overline: {
1676
+ 1: string;
1677
+ };
1678
+ body: {
1679
+ 1: string;
1680
+ 2: string;
1681
+ 3: string;
1682
+ };
1683
+ subtitles: {
1684
+ 1: string;
1685
+ 2: string;
1686
+ };
1687
+ };
1688
+ transforms: {
1689
+ headers: string;
1690
+ overline: string;
1691
+ subtitles: string;
1692
+ body: string;
1693
+ };
1694
+ };
1695
+ };
1696
+ spacing: {
1697
+ 1: string;
1698
+ 2: string;
1699
+ 3: string;
1700
+ 4: string;
1701
+ 5: string;
1702
+ 6: string;
1703
+ 7: string;
1704
+ 8: string;
1705
+ 9: string;
1706
+ 10: string;
1707
+ 12: string;
1708
+ 15: string;
1709
+ 18: string;
1710
+ 20: string;
1711
+ 30: string;
1712
+ 35: string;
1713
+ 40: string;
1714
+ 45: string;
1715
+ 50: string;
1716
+ };
1717
+ grid: {
1718
+ mobile: {
1719
+ margin: string;
1720
+ outerMargin: string;
1721
+ gap: string;
1722
+ };
1723
+ tablet: {
1724
+ margin: string;
1725
+ outerMargin: string;
1726
+ gap: string;
1727
+ };
1728
+ desktop: {
1729
+ margin: string;
1730
+ outerMargin: string;
1731
+ gap: string;
1732
+ };
1733
+ };
1734
+ buttons: {
1735
+ paddingX: string;
1736
+ paddingY: string;
1737
+ paddingYIcon: string;
1738
+ iconWidth: string;
1739
+ iconHeight: string;
1740
+ iconMargin: string;
1741
+ };
1742
+ footer: {
1743
+ desktop: {
1744
+ height: string;
1745
+ paddingTop: string;
1746
+ paddingBottom: string;
1747
+ itemsGap: string;
1748
+ mediaGap: string;
1749
+ mediaIconWidth: string;
1750
+ mediaIconHeight: string;
1751
+ verticalSpacingLarge: string;
1752
+ verticalSpacingSmall: string;
1753
+ };
1754
+ mobile: {
1755
+ height: string;
1756
+ paddingTop: string;
1757
+ paddingBottom: string;
1758
+ itemsGap: string;
1759
+ mediaGap: string;
1760
+ mediaIconWidth: string;
1761
+ mediaIconHeight: string;
1762
+ verticalSpacingLarge: string;
1763
+ verticalSpacingSmall: string;
1764
+ };
1765
+ };
1766
+ };
1767
+ cinema: {
1768
+ colors: {
1769
+ primary: string;
1770
+ primaryButton: string;
1771
+ secondaryButton: string;
1772
+ tertiaryButton: string;
1773
+ black: string;
1774
+ white: string;
1775
+ darkgrey: string;
1776
+ midgrey: string;
1777
+ lightgrey: string;
1778
+ error: string;
1779
+ medium: string;
1780
+ good: string;
1781
+ };
1782
+ fonts: {
1783
+ desktop: {
1784
+ sizes: {
1785
+ headers: {
1786
+ 1: string;
1787
+ 2: string;
1788
+ 3: string;
1789
+ 4: string;
1790
+ 5: string;
1791
+ 6: string;
1792
+ };
1793
+ altHeaders: {
1794
+ 3: string;
1795
+ 4: string;
1796
+ 5: string;
1797
+ 6: string;
1798
+ };
1799
+ subtitles: {
1800
+ 1: string;
1801
+ 2: string;
1802
+ };
1803
+ titleDescription: string;
1804
+ body: {
1805
+ 1: string;
1806
+ 2: string;
1807
+ 3: string;
1808
+ };
1809
+ listing: string;
1810
+ buttons: string;
1811
+ overline: {
1812
+ 1: string;
1813
+ 2: string;
1814
+ };
1815
+ navigation: string;
1816
+ search: string;
1817
+ };
1818
+ letterSpacing: {
1819
+ headers: {
1820
+ 1: string;
1821
+ 2: string;
1822
+ 3: string;
1823
+ 4: string;
1824
+ 5: string;
1825
+ 6: string;
1826
+ };
1827
+ overline: {
1828
+ 1: string;
1829
+ 2: string;
1830
+ };
1831
+ subtitles: {
1832
+ 1: string;
1833
+ };
1834
+ body: {
1835
+ 1: string;
1836
+ 2: string;
1837
+ 3: string;
1838
+ };
1839
+ };
1840
+ lineHeights: {
1841
+ headers: {
1842
+ 1: string;
1843
+ 2: string;
1844
+ 3: string;
1845
+ 4: string;
1846
+ 5: string;
1847
+ 6: string;
1848
+ };
1849
+ altHeaders: {
1850
+ 3: string;
1851
+ 4: string;
1852
+ 5: string;
1853
+ 6: string;
1854
+ };
1855
+ subtitles: {
1856
+ 1: string;
1857
+ 2: string;
1858
+ };
1859
+ titleDescription: string;
1860
+ body: {
1861
+ 1: string;
1862
+ 2: string;
1863
+ 3: string;
1864
+ };
1865
+ peopleListing: string;
1866
+ listing: string;
1867
+ buttons: string;
1868
+ overline: {
1869
+ 1: string;
1870
+ 2: string;
1871
+ };
1872
+ navigation: string;
1873
+ };
1874
+ families: {
1875
+ headers: string;
1876
+ altHeaders: string;
1877
+ subtitles: string;
1878
+ body: string;
1879
+ bodyItalics: string;
1880
+ listing: string;
1881
+ listingItalics: string;
1882
+ buttons: string;
1883
+ overline: string;
1884
+ navigation: string;
1885
+ peopleListingRole: string;
1886
+ };
1887
+ weights: {
1888
+ headers: {
1889
+ 1: string;
1890
+ 2: string;
1891
+ 3: string;
1892
+ 4: string;
1893
+ 5: string;
1894
+ 6: string;
1895
+ };
1896
+ buttons: string;
1897
+ overline: {
1898
+ 1: string;
1899
+ };
1900
+ body: {
1901
+ 1: string;
1902
+ 2: string;
1903
+ 3: string;
1904
+ };
1905
+ subtitles: {
1906
+ 1: string;
1907
+ 2: string;
1908
+ };
1909
+ };
1910
+ transforms: {
1911
+ headers: string;
1912
+ overline: string;
1913
+ subtitles: string;
1914
+ body: string;
1915
+ };
1916
+ };
1917
+ mobile: {
1918
+ sizes: {
1919
+ headers: {
1920
+ 1: string;
1921
+ 2: string;
1922
+ 3: string;
1923
+ 4: string;
1924
+ 5: string;
1925
+ 6: string;
1926
+ };
1927
+ altHeaders: {
1928
+ 3: string;
1929
+ 4: string;
1930
+ 5: string;
1931
+ 6: string;
1932
+ };
1933
+ subtitles: {
1934
+ 1: string;
1935
+ 2: string;
1936
+ };
1937
+ titleDescription: string;
1938
+ body: {
1939
+ 1: string;
1940
+ 2: string;
1941
+ 3: string;
1942
+ };
1943
+ listing: string;
1944
+ buttons: string;
1945
+ overline: {
1946
+ 1: string;
1947
+ 2: string;
1948
+ };
1949
+ navigation: string;
1950
+ };
1951
+ letterSpacing: {
1952
+ headers: {
1953
+ 1: string;
1954
+ 2: string;
1955
+ 3: string;
1956
+ 4: string;
1957
+ 5: string;
1958
+ 6: string;
1959
+ };
1960
+ overline: {
1961
+ 1: string;
1962
+ 2: string;
1963
+ };
1964
+ subtitles: {
1965
+ 1: string;
1966
+ };
1967
+ body: {
1968
+ 1: string;
1969
+ 2: string;
1970
+ 3: string;
1971
+ };
1972
+ };
1973
+ lineHeights: {
1974
+ headers: {
1975
+ 1: string;
1976
+ 2: string;
1977
+ 3: string;
1978
+ 4: string;
1979
+ 5: string;
1980
+ 6: string;
1981
+ };
1982
+ altHeaders: {
1983
+ 3: string;
1984
+ 4: string;
1985
+ 5: string;
1986
+ 6: string;
1987
+ };
1988
+ subtitles: {
1989
+ 1: string;
1990
+ 2: string;
1991
+ };
1992
+ titleDescription: string;
1993
+ body: {
1994
+ 1: string;
1995
+ 2: string;
1996
+ 3: string;
1997
+ };
1998
+ listing: string;
1999
+ buttons: string;
2000
+ overline: {
2001
+ 1: string;
2002
+ 2: string;
2003
+ };
2004
+ navigation: string;
2005
+ };
2006
+ families: {
2007
+ headers: string;
2008
+ altHeaders: string;
2009
+ subtitles: string;
2010
+ body: string;
2011
+ bodyItalics: string;
2012
+ listing: string;
2013
+ listingItalics: string;
2014
+ buttons: string;
2015
+ overline: string;
2016
+ navigation: string;
2017
+ };
2018
+ weights: {
2019
+ headers: {
2020
+ 1: string;
2021
+ 2: string;
2022
+ 3: string;
2023
+ 4: string;
2024
+ 5: string;
2025
+ 6: string;
2026
+ };
2027
+ buttons: string;
2028
+ overline: {
2029
+ 1: string;
2030
+ };
2031
+ body: {
2032
+ 1: string;
2033
+ 2: string;
2034
+ 3: string;
2035
+ };
2036
+ subtitles: {
2037
+ 1: string;
2038
+ 2: string;
2039
+ };
2040
+ };
2041
+ transforms: {
2042
+ headers: string;
2043
+ overline: string;
2044
+ subtitles: string;
2045
+ body: string;
2046
+ };
2047
+ };
2048
+ };
2049
+ spacing: {
2050
+ 1: string;
2051
+ 2: string;
2052
+ 3: string;
2053
+ 4: string;
2054
+ 5: string;
2055
+ 6: string;
2056
+ 7: string;
2057
+ 8: string;
2058
+ 9: string;
2059
+ 10: string;
2060
+ 12: string;
2061
+ 15: string;
2062
+ 18: string;
2063
+ 20: string;
2064
+ 30: string;
2065
+ 35: string;
2066
+ 40: string;
2067
+ 45: string;
2068
+ 50: string;
2069
+ };
2070
+ grid: {
2071
+ mobile: {
2072
+ margin: string;
2073
+ outerMargin: string;
2074
+ gap: string;
2075
+ };
2076
+ tablet: {
2077
+ margin: string;
2078
+ outerMargin: string;
2079
+ gap: string;
2080
+ };
2081
+ desktop: {
2082
+ margin: string;
2083
+ outerMargin: string;
2084
+ gap: string;
2085
+ };
2086
+ };
2087
+ buttons: {
2088
+ paddingX: string;
2089
+ paddingY: string;
2090
+ paddingYIcon: string;
2091
+ iconWidth: string;
2092
+ iconHeight: string;
2093
+ iconMargin: string;
2094
+ };
2095
+ footer: {
2096
+ desktop: {
2097
+ height: string;
2098
+ paddingTop: string;
2099
+ paddingBottom: string;
2100
+ itemsGap: string;
2101
+ mediaGap: string;
2102
+ mediaIconWidth: string;
2103
+ mediaIconHeight: string;
2104
+ verticalSpacingLarge: string;
2105
+ verticalSpacingSmall: string;
2106
+ };
2107
+ mobile: {
2108
+ height: string;
2109
+ paddingTop: string;
2110
+ paddingBottom: string;
2111
+ itemsGap: string;
2112
+ mediaGap: string;
2113
+ mediaIconWidth: string;
2114
+ mediaIconHeight: string;
2115
+ verticalSpacingLarge: string;
2116
+ verticalSpacingSmall: string;
2117
+ };
2118
+ };
2119
+ };
2120
+ };