@royaloperahouse/chord 1.2.0 → 1.2.1-a-chord-development

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 (273) hide show
  1. package/CHANGELOG.md +504 -7
  2. package/README.md +250 -40
  3. package/dist/chord.cjs.development.js +9019 -3801
  4. package/dist/chord.cjs.development.js.map +1 -1
  5. package/dist/chord.cjs.production.min.js +1 -1
  6. package/dist/chord.cjs.production.min.js.map +1 -1
  7. package/dist/chord.esm.js +8986 -3797
  8. package/dist/chord.esm.js.map +1 -1
  9. package/dist/components/atoms/Buttons/Auxiliary/AuxiliaryButton.d.ts +4 -0
  10. package/dist/components/atoms/Buttons/Auxiliary/AuxiliaryButton.style.d.ts +4 -0
  11. package/dist/components/atoms/Buttons/Primary/PrimaryButtonWrapper.style.d.ts +1 -0
  12. package/dist/components/atoms/Grid/GridItemLegacy.d.ts +8 -0
  13. package/dist/components/atoms/Grid/index.d.ts +2 -1
  14. package/dist/components/atoms/Icons/Icons.d.ts +1 -1
  15. package/dist/components/atoms/Icons/StorybookSupport/Iconography.d.ts +1 -0
  16. package/dist/components/atoms/Icons/SvgIcons/12px/Expand.svg.d.ts +4 -0
  17. package/dist/components/atoms/Icons/SvgIcons/12px/Remove.svg.d.ts +1 -1
  18. package/dist/components/atoms/Icons/SvgIcons/12px/Tick.svg.d.ts +1 -1
  19. package/dist/components/atoms/Icons/SvgIcons/Actions/AddToMyList.svg.d.ts +1 -1
  20. package/dist/components/atoms/Icons/SvgIcons/Actions/BookTickets.svg.d.ts +1 -1
  21. package/dist/components/atoms/Icons/SvgIcons/Actions/ChooseDates.svg.d.ts +1 -1
  22. package/dist/components/atoms/Icons/SvgIcons/Actions/EditMyList.svg.d.ts +1 -1
  23. package/dist/components/atoms/Icons/SvgIcons/Actions/Favourite.svg.d.ts +1 -1
  24. package/dist/components/atoms/Icons/SvgIcons/Actions/FavouriteFull.svg.d.ts +1 -1
  25. package/dist/components/atoms/Icons/SvgIcons/Actions/Filter.svg.d.ts +1 -1
  26. package/dist/components/atoms/Icons/SvgIcons/Actions/FindAScreening.svg.d.ts +1 -1
  27. package/dist/components/atoms/Icons/SvgIcons/Actions/OnMyList.svg.d.ts +1 -1
  28. package/dist/components/atoms/Icons/SvgIcons/Actions/Reminder.svg.d.ts +1 -1
  29. package/dist/components/atoms/Icons/SvgIcons/Actions/Subscribe.svg.d.ts +1 -1
  30. package/dist/components/atoms/Icons/SvgIcons/Actions/Watch.svg.d.ts +1 -1
  31. package/dist/components/atoms/Icons/SvgIcons/Arrows/Arrow.svg.d.ts +1 -1
  32. package/dist/components/atoms/Icons/SvgIcons/Arrows/CarouselArrow.svg.d.ts +1 -1
  33. package/dist/components/atoms/Icons/SvgIcons/Arrows/DropdownArrow.svg.d.ts +1 -1
  34. package/dist/components/atoms/Icons/SvgIcons/Descriptors/Cinema.svg.d.ts +1 -1
  35. package/dist/components/atoms/Icons/SvgIcons/Descriptors/Clock.svg.d.ts +1 -1
  36. package/dist/components/atoms/Icons/SvgIcons/Descriptors/CreditCard.svg.d.ts +1 -1
  37. package/dist/components/atoms/Icons/SvgIcons/Descriptors/Email.svg.d.ts +1 -1
  38. package/dist/components/atoms/Icons/SvgIcons/Descriptors/Info.svg.d.ts +1 -1
  39. package/dist/components/atoms/Icons/SvgIcons/Descriptors/List.svg.d.ts +1 -1
  40. package/dist/components/atoms/Icons/SvgIcons/Descriptors/Location.svg.d.ts +1 -1
  41. package/dist/components/atoms/Icons/SvgIcons/Descriptors/PDF.svg.d.ts +1 -1
  42. package/dist/components/atoms/Icons/SvgIcons/Descriptors/Phone.svg.d.ts +1 -1
  43. package/dist/components/atoms/Icons/SvgIcons/Descriptors/Print.svg.d.ts +1 -1
  44. package/dist/components/atoms/Icons/SvgIcons/Descriptors/Seat.svg.d.ts +4 -0
  45. package/dist/components/atoms/Icons/SvgIcons/Descriptors/Secure.svg.d.ts +1 -1
  46. package/dist/components/atoms/Icons/SvgIcons/Descriptors/Standing.svg.d.ts +4 -0
  47. package/dist/components/atoms/Icons/SvgIcons/Descriptors/Tickets.svg.d.ts +1 -1
  48. package/dist/components/atoms/Icons/SvgIcons/Descriptors/Wheelchair.svg.d.ts +4 -0
  49. package/dist/components/atoms/Icons/SvgIcons/Logos/Social/Facebook.svg.d.ts +1 -1
  50. package/dist/components/atoms/Icons/SvgIcons/Logos/Social/Instagram.svg.d.ts +1 -1
  51. package/dist/components/atoms/Icons/SvgIcons/Logos/Social/Tiktok.svg.d.ts +1 -1
  52. package/dist/components/atoms/Icons/SvgIcons/Logos/Social/Twitter.svg.d.ts +1 -1
  53. package/dist/components/atoms/Icons/SvgIcons/Logos/Social/X.svg.d.ts +4 -0
  54. package/dist/components/atoms/Icons/SvgIcons/Logos/Social/Youtube.svg.d.ts +1 -1
  55. package/dist/components/atoms/Icons/SvgIcons/Navigation/BalletAndDance.svg.d.ts +1 -1
  56. package/dist/components/atoms/Icons/SvgIcons/Navigation/Basket.svg.d.ts +1 -1
  57. package/dist/components/atoms/Icons/SvgIcons/Navigation/BasketFull.svg.d.ts +1 -1
  58. package/dist/components/atoms/Icons/SvgIcons/Navigation/Home.svg.d.ts +1 -1
  59. package/dist/components/atoms/Icons/SvgIcons/Navigation/LiveStream.svg.d.ts +1 -1
  60. package/dist/components/atoms/Icons/SvgIcons/Navigation/Menu.svg.d.ts +1 -1
  61. package/dist/components/atoms/Icons/SvgIcons/Navigation/OperaAndMusic.svg.d.ts +1 -1
  62. package/dist/components/atoms/Icons/SvgIcons/Navigation/Search.svg.d.ts +1 -1
  63. package/dist/components/atoms/Icons/SvgIcons/Navigation/Settings.svg.d.ts +1 -1
  64. package/dist/components/atoms/Icons/SvgIcons/Navigation/User.svg.d.ts +1 -1
  65. package/dist/components/atoms/Icons/SvgIcons/Navigation/UserSignedIn.svg.d.ts +1 -1
  66. package/dist/components/atoms/Icons/SvgIcons/Text/Delete.svg.d.ts +1 -1
  67. package/dist/components/atoms/Icons/SvgIcons/Text/Shift.svg.d.ts +1 -1
  68. package/dist/components/atoms/Icons/SvgIcons/Text/Space.svg.d.ts +1 -1
  69. package/dist/components/atoms/Icons/SvgIcons/Utility/Close.svg.d.ts +1 -1
  70. package/dist/components/atoms/Icons/SvgIcons/Utility/Confirm.svg.d.ts +1 -1
  71. package/dist/components/atoms/Icons/SvgIcons/Utility/Detract.svg.d.ts +1 -1
  72. package/dist/components/atoms/Icons/SvgIcons/Utility/Expand.svg.d.ts +1 -1
  73. package/dist/components/atoms/Icons/SvgIcons/Utility/ExternalLink.svg.d.ts +1 -1
  74. package/dist/components/atoms/Icons/SvgIcons/Utility/GridView.svg.d.ts +1 -1
  75. package/dist/components/atoms/Icons/SvgIcons/Utility/ListView.svg.d.ts +1 -1
  76. package/dist/components/atoms/Icons/SvgIcons/Utility/Refresh.svg.d.ts +1 -1
  77. package/dist/components/atoms/Icons/SvgIcons/Utility/Remove.svg.d.ts +4 -0
  78. package/dist/components/atoms/Icons/SvgIcons/Utility/Star.svg.d.ts +1 -1
  79. package/dist/components/atoms/Icons/SvgIcons/Video/AudioDescription.svg.d.ts +1 -1
  80. package/dist/components/atoms/Icons/SvgIcons/Video/Back10.svg.d.ts +1 -1
  81. package/dist/components/atoms/Icons/SvgIcons/Video/Clips.svg.d.ts +1 -1
  82. package/dist/components/atoms/Icons/SvgIcons/Video/Forward10.svg.d.ts +1 -1
  83. package/dist/components/atoms/Icons/SvgIcons/Video/FullScreen.svg.d.ts +1 -1
  84. package/dist/components/atoms/Icons/SvgIcons/Video/Minimise.svg.d.ts +1 -1
  85. package/dist/components/atoms/Icons/SvgIcons/Video/Muted.svg.d.ts +1 -1
  86. package/dist/components/atoms/Icons/SvgIcons/Video/Pause.svg.d.ts +1 -1
  87. package/dist/components/atoms/Icons/SvgIcons/Video/Play.svg.d.ts +1 -1
  88. package/dist/components/atoms/Icons/SvgIcons/Video/Restart.svg.d.ts +1 -1
  89. package/dist/components/atoms/Icons/SvgIcons/Video/Subtitles.svg.d.ts +1 -1
  90. package/dist/components/atoms/Icons/SvgIcons/Video/Trailer.svg.d.ts +1 -1
  91. package/dist/components/atoms/Icons/SvgIcons/Video/Volume.svg.d.ts +1 -1
  92. package/dist/components/atoms/Icons/SvgIcons/index.d.ts +76 -70
  93. package/dist/components/atoms/Logo/Logo.d.ts +1 -1
  94. package/dist/components/atoms/Progress/Progress.d.ts +1 -1
  95. package/dist/components/atoms/Progress/Progress.styles.d.ts +10 -3
  96. package/dist/components/atoms/Radio/Radio.d.ts +6 -0
  97. package/dist/components/atoms/Radio/Radio.style.d.ts +4 -0
  98. package/dist/components/atoms/Radio/index.d.ts +2 -0
  99. package/dist/components/atoms/Radio2/Radio2.d.ts +23 -0
  100. package/dist/components/atoms/Radio2/Radio2.style.d.ts +7 -0
  101. package/dist/components/atoms/Radio2/index.d.ts +2 -0
  102. package/dist/components/atoms/Sponsorship/Sponsorship.style.d.ts +2 -0
  103. package/dist/components/atoms/Stepper/Stepper.d.ts +58 -0
  104. package/dist/components/atoms/Stepper/Stepper.style.d.ts +6 -0
  105. package/dist/components/atoms/Stepper/index.d.ts +2 -0
  106. package/dist/components/atoms/TextArea/TextArea.d.ts +44 -0
  107. package/dist/components/atoms/TextArea/TextArea.style.d.ts +5 -0
  108. package/dist/components/atoms/TextArea/index.d.ts +2 -0
  109. package/dist/components/atoms/TextField/TextField.d.ts +42 -0
  110. package/dist/components/atoms/TextField/TextField.style.d.ts +9 -0
  111. package/dist/components/atoms/TextField/TextFieldLegacy.d.ts +10 -0
  112. package/dist/components/atoms/TextField/TextFieldLegacy.style.d.ts +5 -0
  113. package/dist/components/atoms/TextField/index.d.ts +3 -0
  114. package/dist/components/atoms/TextLogo/TextLogo.d.ts +13 -0
  115. package/dist/components/atoms/TextLogo/index.d.ts +2 -0
  116. package/dist/components/atoms/TextLogo/styled.d.ts +12 -0
  117. package/dist/components/atoms/Tickbox/Tickbox.d.ts +3 -0
  118. package/dist/components/atoms/Tickbox/Tickbox.style.d.ts +5 -0
  119. package/dist/components/atoms/Tickbox2/Tickbox2.d.ts +23 -0
  120. package/dist/components/atoms/Tickbox2/Tickbox2.style.d.ts +7 -0
  121. package/dist/components/atoms/Tickbox2/index.d.ts +2 -0
  122. package/dist/components/atoms/Timer/Timer.d.ts +4 -0
  123. package/dist/components/atoms/Timer/Timer.style.d.ts +9 -0
  124. package/dist/components/atoms/Timer/index.d.ts +2 -0
  125. package/dist/components/atoms/Typography/Typography.d.ts +2 -2
  126. package/dist/components/atoms/VideoControls/VideoControls.d.ts +4 -0
  127. package/dist/components/atoms/VideoControls/VideoControls.style.d.ts +13 -0
  128. package/dist/components/atoms/VideoControls/index.d.ts +2 -0
  129. package/dist/components/atoms/index.d.ts +17 -7
  130. package/dist/components/index.d.ts +4 -4
  131. package/dist/components/molecules/Accordion/Accordion.style.d.ts +7 -2
  132. package/dist/components/molecules/AuxiliaryNav/AuxiliaryNav.d.ts +21 -0
  133. package/dist/components/molecules/AuxiliaryNav/AuxiliaryNav.styles.d.ts +9 -0
  134. package/dist/components/molecules/AuxiliaryNav/index.d.ts +2 -0
  135. package/dist/components/molecules/Basket/Basket.d.ts +3 -0
  136. package/dist/components/molecules/Basket/helpers.d.ts +3 -0
  137. package/dist/components/molecules/Basket/hooks.d.ts +8 -0
  138. package/dist/components/molecules/Card/Card.style.d.ts +17 -1
  139. package/dist/components/molecules/ContentSummary/ContentSummary.d.ts +3 -0
  140. package/dist/components/molecules/ContentSummary/ContentSummary.style.d.ts +17 -0
  141. package/dist/components/molecules/ContentSummary/ContentSummaryData.d.ts +25 -0
  142. package/dist/components/molecules/ContentSummary/index.d.ts +2 -0
  143. package/dist/components/molecules/Information/InfoCta.d.ts +2 -2
  144. package/dist/components/molecules/Information/Information.style.d.ts +6 -3
  145. package/dist/components/molecules/MiniCard/MiniCard.d.ts +4 -0
  146. package/dist/components/molecules/MiniCard/MiniCard.style.d.ts +6 -0
  147. package/dist/components/molecules/MiniCard/index.d.ts +2 -0
  148. package/dist/components/molecules/NavTop/NavTop.d.ts +1 -1
  149. package/dist/components/molecules/PageHeading/Compact/Compact.d.ts +4 -0
  150. package/dist/components/molecules/PageHeading/Compact/Compact.style.d.ts +24 -0
  151. package/dist/components/molecules/PageHeading/Compact/components/CompactHeaderBranding.d.ts +10 -0
  152. package/dist/components/molecules/PageHeading/Compact/index.d.ts +2 -0
  153. package/dist/components/molecules/PageHeading/Impact/Impact.d.ts +1 -1
  154. package/dist/components/molecules/PageHeading/Impact/Impact.style.d.ts +1 -0
  155. package/dist/components/molecules/PageHeading/PageHeading.style.d.ts +6 -3
  156. package/dist/components/molecules/PageHeading/Panel/Panel.d.ts +4 -0
  157. package/dist/components/molecules/PageHeading/Panel/Panel.style.d.ts +9 -0
  158. package/dist/components/molecules/PageHeading/Panel/index.d.ts +2 -0
  159. package/dist/components/molecules/PageHeading/index.d.ts +3 -1
  160. package/dist/components/molecules/Pagination/Pagination.d.ts +9 -0
  161. package/dist/components/molecules/Pagination/Pagination.style.d.ts +8 -0
  162. package/dist/components/molecules/Pagination/index.d.ts +2 -0
  163. package/dist/components/molecules/PasswordStrength/PasswordStrength.d.ts +33 -0
  164. package/dist/components/molecules/PasswordStrength/PasswordStrength.styles.d.ts +13 -0
  165. package/dist/components/molecules/PasswordStrength/index.d.ts +2 -0
  166. package/dist/components/molecules/PeopleListing/CreditListing/CreditListing.d.ts +5 -0
  167. package/dist/components/molecules/PeopleListing/CreditListing/CreditListing.style.d.ts +8 -0
  168. package/dist/components/molecules/PeopleListing/CreditListing/index.d.ts +2 -0
  169. package/dist/components/molecules/PeopleListing/PeopleListing.style.d.ts +1 -0
  170. package/dist/components/molecules/PeopleListing/index.d.ts +2 -1
  171. package/dist/components/molecules/PromoWithTags/PromoWithTags.d.ts +1 -1
  172. package/dist/components/molecules/PromoWithTags/PromoWithTags.style.d.ts +11 -4
  173. package/dist/components/molecules/PromoWithTitle/PromoChild.d.ts +9 -0
  174. package/dist/components/molecules/RadioGroup/RadioGroup.d.ts +6 -0
  175. package/dist/components/molecules/RadioGroup/RadioGroup.style.d.ts +1 -0
  176. package/dist/components/molecules/RadioGroup/index.d.ts +2 -0
  177. package/dist/components/molecules/RadioGroup2/RadioGroup2.d.ts +38 -0
  178. package/dist/components/molecules/RadioGroup2/RadioGroup2.style.d.ts +4 -0
  179. package/dist/components/molecules/RadioGroup2/index.d.ts +2 -0
  180. package/dist/components/molecules/ReadMore/ReadMore.d.ts +4 -0
  181. package/dist/components/molecules/ReadMore/ReadMore.style.d.ts +9 -0
  182. package/dist/components/molecules/ReadMore/index.d.ts +2 -0
  183. package/dist/components/molecules/SearchBar/SearchBar.style.d.ts +1 -0
  184. package/dist/components/molecules/SectionTitle/SectionTitle.d.ts +1 -1
  185. package/dist/components/molecules/Select/Select.d.ts +100 -0
  186. package/dist/components/molecules/Select/Select.style.d.ts +14 -0
  187. package/dist/components/molecules/Select/index.d.ts +2 -0
  188. package/dist/components/molecules/Select2/Select2.d.ts +24 -0
  189. package/dist/components/molecules/Select2/Select2.style.d.ts +5 -0
  190. package/dist/components/molecules/Select2/index.d.ts +2 -0
  191. package/dist/components/molecules/Select2Async/Select2Async.d.ts +18 -0
  192. package/dist/components/molecules/Select2Async/index.d.ts +2 -0
  193. package/dist/components/molecules/StatusBanner/StatusBanner.d.ts +4 -0
  194. package/dist/components/molecules/StatusBanner/StatusBanner.style.d.ts +3 -0
  195. package/dist/components/molecules/StatusBanner/index.d.ts +2 -0
  196. package/dist/components/molecules/Table/Table.d.ts +4 -0
  197. package/dist/components/molecules/Table/Table.style.d.ts +19 -0
  198. package/dist/components/molecules/Table/components/TableCell.d.ts +3 -0
  199. package/dist/components/molecules/Table/components/TableHelpers.d.ts +4 -0
  200. package/dist/components/molecules/Table/components/TableRow.d.ts +3 -0
  201. package/dist/components/molecules/Table/index.d.ts +2 -0
  202. package/dist/components/molecules/UpsellCard/OfferText.d.ts +2 -0
  203. package/dist/components/molecules/UpsellCard/UpsellCard.d.ts +4 -0
  204. package/dist/components/molecules/UpsellCard/UpsellCard.style.d.ts +15 -0
  205. package/dist/components/molecules/UpsellCard/index.d.ts +2 -0
  206. package/dist/components/molecules/UpsellCards/UpsellCards.d.ts +4 -0
  207. package/dist/components/molecules/UpsellCards/UpsellCards.style.d.ts +1 -0
  208. package/dist/components/molecules/UpsellCards/index.d.ts +2 -0
  209. package/dist/components/molecules/VideoWithControls/VideoWithControls.d.ts +4 -0
  210. package/dist/components/molecules/VideoWithControls/VideoWithControls.style.d.ts +2 -0
  211. package/dist/components/molecules/VideoWithControls/index.d.ts +2 -0
  212. package/dist/components/molecules/index.d.ts +19 -3
  213. package/dist/components/organisms/AnchorTabBar/AnchorTabBar.style.d.ts +4 -3
  214. package/dist/components/organisms/ModalWindow/ModalWindow.d.ts +68 -0
  215. package/dist/components/organisms/ModalWindow/ModalWindow.style.d.ts +4 -0
  216. package/dist/components/organisms/ModalWindow/index.d.ts +2 -0
  217. package/dist/components/organisms/Navigation/Navigation.style.d.ts +6 -2
  218. package/dist/components/organisms/StickyBar/StickyBar.style.d.ts +5 -1
  219. package/dist/components/organisms/UpsellSection/UpsellSection.d.ts +4 -0
  220. package/dist/components/organisms/UpsellSection/UpsellSection.style.d.ts +3 -0
  221. package/dist/components/organisms/UpsellSection/index.d.ts +2 -0
  222. package/dist/components/organisms/index.d.ts +3 -3
  223. package/dist/helpers/arrays.d.ts +6 -0
  224. package/dist/helpers/aspectRatio.d.ts +2 -0
  225. package/dist/helpers/defaultValues.d.ts +7 -0
  226. package/dist/helpers/devices.d.ts +3 -0
  227. package/dist/helpers/formatStrings.d.ts +2 -0
  228. package/dist/helpers/generateDomElementId.d.ts +8 -0
  229. package/dist/helpers/htmlStrings.d.ts +5 -1
  230. package/dist/helpers/keyboards.d.ts +3 -0
  231. package/dist/helpers/urls.d.ts +2 -0
  232. package/dist/index.d.ts +9 -4
  233. package/dist/styles/themes.d.ts +1188 -104
  234. package/dist/styles/viewports.d.ts +3 -0
  235. package/dist/types/auxiliaryNav.d.ts +39 -0
  236. package/dist/types/buttonTypes.d.ts +18 -0
  237. package/dist/types/card.d.ts +44 -0
  238. package/dist/types/carousel.d.ts +22 -1
  239. package/dist/types/creditListing.d.ts +13 -0
  240. package/dist/types/editorial.d.ts +80 -56
  241. package/dist/types/formTypes.d.ts +328 -0
  242. package/dist/types/iconTypes.d.ts +6 -0
  243. package/dist/types/image.d.ts +3 -0
  244. package/dist/types/impactHeader.d.ts +135 -0
  245. package/dist/types/index.d.ts +7 -2
  246. package/dist/types/information.d.ts +17 -12
  247. package/dist/types/miniCard.d.ts +27 -0
  248. package/dist/types/modalWindow.d.ts +20 -0
  249. package/dist/types/navigation.d.ts +68 -4
  250. package/dist/types/passwordStrength.d.ts +51 -0
  251. package/dist/types/progress.d.ts +33 -0
  252. package/dist/types/promoWithTags.d.ts +81 -0
  253. package/dist/types/tableTypes.d.ts +47 -0
  254. package/dist/types/tickbox.d.ts +35 -0
  255. package/dist/types/timer.d.ts +37 -0
  256. package/dist/types/types.d.ts +168 -10
  257. package/dist/types/typography.d.ts +18 -2
  258. package/dist/types/upsell.d.ts +78 -0
  259. package/dist/types/utility.d.ts +4 -0
  260. package/package.json +15 -4
  261. package/README.GIT +0 -122
  262. package/dist/components/atoms/Basket/Basket.d.ts +0 -3
  263. package/dist/components/organisms/Carousel/Carousel.d.ts +0 -5
  264. package/dist/components/organisms/Carousel/Carousel.style.d.ts +0 -6
  265. package/dist/components/organisms/Carousel/index.d.ts +0 -2
  266. package/dist/components/organisms/HighlightsCarousel/HighlightsCarousel.d.ts +0 -5
  267. package/dist/components/organisms/HighlightsCarousel/HighlightsCarousel.style.d.ts +0 -12
  268. package/dist/components/organisms/HighlightsCarousel/HighlightsCinema.d.ts +0 -4
  269. package/dist/components/organisms/HighlightsCarousel/HighlightsCore.d.ts +0 -4
  270. package/dist/components/organisms/HighlightsCarousel/HighlightsStream.d.ts +0 -4
  271. package/dist/components/organisms/HighlightsCarousel/index.d.ts +0 -5
  272. /package/dist/components/{atoms → molecules}/Basket/Basket.style.d.ts +0 -0
  273. /package/dist/components/{atoms → molecules}/Basket/index.d.ts +0 -0
package/CHANGELOG.md CHANGED
@@ -1,219 +1,697 @@
1
- # CHANGELOG
1
+ ## [2.5.0]
2
+ - Credit Listing component: allow inline replacements
3
+
4
+ ## [2.4.10]
5
+ - Credit Listing component: extend column count
6
+
7
+ ## [2.4.9]
8
+ - Information component: fix UI issues
9
+
10
+ ## [2.4.8]
11
+ - Accessibility: all SVG icons can now take alt text
12
+
13
+ ## [2.4.7]
14
+ - Compact Header bug fixes for Default Pages roll out
15
+
16
+ ## [2.4.6]
17
+ - Print behaviour: Accordion and ReadMore now open to display content when printing, PeopleListing avoids content breaking between pages
18
+
19
+ ## [2.4.5]
20
+ - Primary Button: Disabled state
21
+
22
+ ## [2.4.4]
23
+ - Table Component: Accessibility improvements
24
+
25
+ ## [2.4.3]
26
+ - Fix Page Heading spacing around the title
27
+
28
+ ## [2.4.2]
29
+ - Logo change in main nav bar - added alt text, updated url, updated images for local testing
30
+
31
+ ## [2.4.1]
32
+ - Update Stream and Cinema badges with new logo.
33
+ - Update Page and Compact headers with new badges.
34
+
35
+ ## [2.4.0]
36
+ - Added optional semantic level props to Page Heading, Alt Header, Promo With Title, and Section Title
37
+ - Added optional character limit prop to Page Heading
38
+
39
+ ## [2.3.3]
40
+ - Reintroduced legacy behaviour of <TextField /> via opt-in component
41
+
42
+ ## [2.3.2]
43
+ - AuxiliaryNav: onClick handler fixes
44
+
45
+ ## [2.3.1]
46
+ - AuxiliaryNav: accessibility improvements
47
+
48
+ ## [2.3.0]
49
+ - New component: VideoWithControls
50
+ - PromoWithTitle: handle video
51
+ - VideoControls: extend the component with the new settings
52
+
53
+ ## [2.2.15]
54
+ - Sponsorship: Direct to Rolex v4 containing new jQuery version
55
+
56
+ ## [2.2.14]
57
+ - Table: fixed minor issues
58
+
59
+ ## [2.2.13]
60
+ - New component: Select2Async
61
+ - Select2: fixed minor issues
62
+
63
+ ## [2.2.12]
64
+ - Table component
65
+
66
+ ## [2.2.11]
67
+ - Add Auxiliary button component and extend cards with it
68
+
69
+ ## [2.2.10]
70
+ - Add Highlight text for the Card component
71
+
72
+ ## [2.2.9]
73
+ - New component: Select2
74
+ - Deprecated: Select
75
+
76
+ ## [2.2.8]
77
+ - New components: Tickbox2, Radio2, RadioGroup2
78
+ - Deprecated: Tickbox, Radio, RadioGroup
79
+
80
+ ## [2.2.7]
81
+ - Add new seat-type icons
82
+
83
+ ## [2.2.6]
84
+ - TextField: minor style fixes
85
+
86
+ ## [2.2.5]
87
+ - Add Status Banner Component
88
+
89
+ ## [2.2.4]
90
+ - Add AuxiliaryNav component
91
+ - Add PasswordStrength component
92
+ - TextField: add password view
93
+
94
+ ## [2.2.3]
95
+ - Add ModalWindow component
96
+
97
+ ## [2.2.2]
98
+ - Allow accordions to take different display and semantic levels
99
+
100
+ ## [2.2.1]
101
+ - Read More Component
102
+
103
+ ## [2.2.0]
104
+
105
+ - Fix Grid bug introduced in 2.1.9
106
+
107
+ ## [2.1.10]
108
+
109
+ - Add missing export for `CreditListing`
110
+
111
+ ## [2.1.9]
112
+
113
+ - Add Credit Listing
114
+
115
+ ## [2.1.8]
116
+
117
+ - Add Branding Link to Compact Header
118
+
119
+ ## [2.1.7]
120
+
121
+ - Footer updates
122
+
123
+ ## [2.1.6]
124
+
125
+ - Add X logo
126
+
127
+ ## [2.1.5]
128
+
129
+ - Patch search bar hidden fix
130
+
131
+ ## [2.1.4]
132
+
133
+ - Fix screenreader accessibility for accordions
134
+
135
+ ## [2.1.3]
136
+
137
+ - Navigation: make links links
138
+ - Clear testing errors
139
+
140
+ ## [2.1.2]
141
+
142
+ - TextField: include optional width param
143
+
144
+ ## [2.1.1]
145
+
146
+ - AnchorTabBar: change grid, to move tabs to the center
147
+
148
+ ## [2.1.0]
149
+
150
+ - Convert Pagination to href instead of React Router Link
151
+
152
+ ## [2.0.0]
153
+
154
+ - Remove swiper dependency
155
+
156
+ ## [1.28.0]
157
+
158
+ - Add new RadioGroup component
159
+ - Progress: add the steps
160
+ - Compact header: hide CTA if the prop is undefined
161
+ - Compact header: change highlight color for Stream variant
162
+
163
+ ## [1.27.1]
164
+
165
+ - Fixed failing test on timer component
166
+
167
+ ## [1.27.0]
168
+
169
+ - ContentSummary component can now be configured to be fully clickable
170
+
171
+ ## [1.26.0]
172
+
173
+ - MiniCard and MinimalCarousel: add new components
174
+
175
+ ## [1.25.2]
176
+
177
+ - Now clicking on the gray overlay closes the search bar
178
+
179
+ ## [1.25.1]
180
+
181
+ - Stepper: Properly export component
182
+
183
+ ## [1.25.0]
184
+
185
+ - Stepper: Add Stepper component
186
+
187
+ ## [1.24.2]
188
+
189
+ - Increase Upsell Card Flag character limit to 30
190
+
191
+ ## [1.24.1]
192
+
193
+ - Include link field to Upsell Cards
194
+
195
+ ## [1.24.0]
196
+
197
+ - Implement Upsell Section & Upsell Cards
198
+
199
+ ## [1.23.2-b]
200
+
201
+ - Add Stepper component
202
+ - Fix solo negative sign NaN bug
203
+ -
204
+
205
+ ## [1.23.2]
206
+
207
+ - Fix BrandingStyle not showing bug
208
+
209
+ ## [1.23.1]
210
+
211
+ - Fix enum on BrandingStyle
212
+
213
+ ## [1.23.0]
214
+
215
+ - Re-enabled compact header on iOS
216
+
217
+ ## [1.22.0]
218
+
219
+ - TextArea: Added new TextArea component
220
+ - TickBox: Added disabled and error states
221
+
222
+ ## [1.21.1]
223
+
224
+ - Compact PageHeading: Refactored to support iOS devices
225
+
226
+ ## [1.21.0]
227
+
228
+ - TextLogo: add new component
229
+ - Compact PageHeading: swap logo with TextLogo to fix iOS issues
230
+
231
+ ## [1.20.2-a]
232
+
233
+ - Made select state reset behaviour opt-in
234
+
235
+ ## [1.20.2]
236
+
237
+ - Card: change cursor to default for cards without buttons
238
+ - HighlightsCarousel: hide button in case there are no text for them
239
+
240
+ ## [1.20.1]
241
+
242
+ - Reset the select component's selected value to the first option if options change
243
+
244
+ ## [1.20.0]
245
+
246
+ - Tickbox: Add black-on-white option
247
+
248
+ ## [1.19.0]
249
+
250
+ - Add timer to navigation basket
251
+
252
+ ## [1.18.3]
253
+
254
+ - iOS devices show image instead of video for Compact PageHeading
255
+
256
+ ## [1.18.1-2]
257
+
258
+ - Fix iOS exception on VideoControls
259
+
260
+ ## [1.18.0]
261
+
262
+ - Add Compact PageHeading component
263
+
264
+ ## [1.17.0]
265
+
266
+ - Add Page Heading Panel variant
267
+
268
+ ## [1.16.0]
269
+
270
+ - Implemented a new Timer component
271
+ - Progress: extended the component, added it to Storybook
272
+ - PromoWithTags: added Timer component
273
+ - PromoWithTags: added possibility to configure type of the buttons
274
+ - Highlight Carousel: added Timer component
275
+ - Card: added label
276
+
277
+ ## [1.15.1]
278
+
279
+ - Change to pagination component to align page numbers with URL numbers.
280
+
281
+ ## [1.15.0]
282
+
283
+ - Add Compact PageHeading component
284
+
285
+ ## [1.14.0]
286
+
287
+ - Added standfirst functionality to Accordion/ Accordions component and theme for Schools Platform
288
+
289
+ ## [1.13.2]
290
+
291
+ - Add styled-components to dev-dependencies, to fix issues with tests that appear after adding the new styled components
292
+
293
+ ## [1.13.1]
294
+
295
+ - AnchorTabBar: fix the issues on mobile devices that are related to scroll/stickiness
296
+
297
+ ## [1.13.0]
298
+
299
+ - Implemented a new TextField component
300
+
301
+ ## [1.12.4]
302
+
303
+ - Search: change copy
304
+
305
+ ## [1.12.0]
306
+
307
+ - Search: Extend ContentSummary and SearchBar components to support new search results
308
+
309
+ ## [1.11.0-a]
310
+
311
+ - Pagination: add new component
312
+
313
+ ## [1.11.0]
314
+
315
+ - Carousels: Rewrite logic that cuts description, to support older browsers
316
+
317
+ ## [1.10.0-a]
318
+
319
+ - ContentSummary: make image clickable
320
+
321
+ ## [1.10.0]
322
+
323
+ - PageHeadingImpact: Replace CSS background-image with HTML image element
324
+
325
+ ## [1.9.0]
326
+
327
+ - Card: Add a new prop for the hover line color
328
+
329
+ ## [1.9.0-c]
330
+
331
+ - ContentSummary: make image clickable
332
+
333
+ ## [1.9.0-b]
334
+
335
+ - ContentSummary: change image size
336
+ - SearchBar: Export component
337
+
338
+ ## [1.9.0-a]
339
+
340
+ - ContentSummary: change image props
341
+
342
+ ## [1.9.0]
343
+
344
+ - Card: Add a new prop for the hover line color
345
+
346
+ ## [1.8.1-h]
347
+
348
+ - ContentSummary: add exports
349
+
350
+ ## [1.8.1-g]
351
+
352
+ - ContentSummary: refactor
353
+
354
+ ## [1.8.1-f]
355
+
356
+ - ContentSummary: update conditional rendering
357
+
358
+ ## [1.8.1-c]
359
+
360
+ - ContentSummary: update for Search results
361
+ - ContentSummarySection: remove
362
+
363
+ ## [1.8.1-b]
364
+
365
+ - Card: add new prop for the line color on hover
366
+
367
+ ## [1.8.0]
368
+
369
+ - SearchBar: Disable
370
+
371
+ ## [1.7.2]
372
+
373
+ - Add imageAltText to Card component
374
+
375
+ ## [1.7.0]
376
+
377
+ - Add new ContentSummary component
378
+ - Add new ContentSummarySection component
379
+ - Add Content Summary Section and individual Content Summaries
380
+
381
+ ## [1.6.3]
382
+
383
+ - Add exports for zIndexes
384
+
385
+ ## [1.6.2]
386
+
387
+ - ImpactHeader: add alt text for sponsors logo custom image
388
+
389
+ ## [1.6.1]
390
+
391
+ - PageHeadingHighlight component: update exports
392
+
393
+ ## [1.6.0]
394
+
395
+ - Add new PageHeadingHighlight component
396
+
397
+ ## [1.5.0]
398
+
399
+ - PageHeading: decrease header height when title is not available
400
+
401
+ ## [1.4.0]
402
+
403
+ - ImpactHeader: make it possible to pass custom image as a sponsor logo
404
+
405
+ ## [1.3.1]
406
+
407
+ - Enable reduced size textLinks on PromoWithTags/asCard
408
+
409
+ ## [1.3.0]
410
+
411
+ - Add Static Actvivity Cards as PromoWithTags variant
2
412
 
3
413
  ## [1.2.0]
4
- - Card: buttons do not change position on mobiles;
414
+
415
+ - Card: buttons do not change position on mobiles;
5
416
 
6
417
  ## [1.1.0]
418
+
7
419
  - TitleWithCTA: fix cases with a long title
8
420
  - Card: add pointer cursor to container
9
421
 
10
422
  ## [0.9.0]
423
+
11
424
  - PromoWithTags: Add margin under ExtraContent iframe
12
425
 
13
426
  ## [0.8.0]
427
+
14
428
  - Card component: buttons are aligned by height
15
429
  - Highlight carousel: added possibility to display two CTAs
16
430
 
431
+ ## [0.7.50]
432
+
433
+ - Add Static Actvivity Cards
434
+
17
435
  ## [0.7.49]
436
+
18
437
  - Change button behaviour on stream and DED pages
19
438
 
20
439
  ## [0.7.48]
440
+
21
441
  - Add background themes to Information component
22
442
 
23
443
  ## [0.7.47]
444
+
24
445
  - PromoWithTags: Swap Content & ExtraContent divs to correct keyboard tab order
25
446
 
26
447
  ## [0.7.46]
448
+
27
449
  - Information: Add new Information component
28
450
 
29
451
  ## [0.7.45]
452
+
30
453
  - PromoWithTags: extend the component to handle extra content
31
454
 
32
455
  ## [0.7.441]
456
+
33
457
  - PageHeading: increase max line height for mobile devices
34
458
 
35
459
  ## [0.7.44]
460
+
36
461
  - PromoWithTags, PromoWithTitle: change grid for text content on tablet view
37
462
 
38
463
  ## [0.7.43]
464
+
39
465
  - AnchorTabBar: fix the typo in the name of the component
40
466
  - PromoWithTags: increase spacing between tags and body text
41
467
  - PromoWithTags: change prop name for subtags
42
468
 
43
469
  ## [0.7.42]
470
+
44
471
  - Livechat: Add more branded fields
45
472
 
46
473
  ## [0.7.41]
474
+
47
475
  - PromoWithTags: convert the checks value to boolean
48
476
 
49
477
  ## [0.7.40]
478
+
50
479
  - Add new PromoWithTags component
51
480
  - StickyBar: remove bottom border for mobile viewport
52
481
 
53
482
  ## [0.7.39]
483
+
54
484
  - Livechat: restyling
55
485
 
56
486
  ## [0.7.38]
487
+
57
488
  - PromoWithTitle: add styles for headings
58
489
 
59
490
  ## [0.7.37]
491
+
60
492
  - Tabs: Fix nav item spacing for large desktop displays
61
493
 
62
494
  ## [0.7.36]
63
- - Update PromowithTitle component with tags and change highlight color for text and title in Stream Header
495
+
496
+ - Update PromowithTitle component with tags and change highlight color for text and title in Stream Header
64
497
 
65
498
  ## [0.7.35]
499
+
66
500
  - Add new StickyBar component
67
501
 
68
502
  ## [0.7.34]
503
+
69
504
  - Tabs: Left-align last dropdown menu in the navigation bar
70
505
 
71
506
  ## [0.7.33]
507
+
72
508
  - Livechat: add Talkdesk Livechat injection component
73
509
 
74
510
  ## [0.7.32]
511
+
75
512
  - Carousels: extend character limit for description
76
513
 
77
514
  ## [0.7.31]
515
+
78
516
  - Card: add image alt text as a prop
79
517
 
80
518
  ## [0.7.30]
519
+
81
520
  - Navigation: add possibility to pass basket link as prop
82
521
 
83
522
  ## [0.7.29]
523
+
84
524
  - TextOnly: change spacing for the headings
85
525
 
86
526
  ## [0.7.28]
527
+
87
528
  - Order PeopleListing component by presence of headshot
88
529
  - Show four listings per row on large desktop
89
530
 
90
531
  ## [0.7.27]
532
+
91
533
  - Extend ContactCard capabilities
92
534
  - Extend Tertiary Button text length
93
535
 
94
536
  ## [0.7.26]
537
+
95
538
  - Add storybook-deployer package
96
539
  - Update README with instructions for deployment
97
540
 
98
541
  ## [0.7.25]
542
+
99
543
  - PeopleListing: add headshot
100
544
 
101
545
  ## [0.7.24]
546
+
102
547
  - Add new ContactCard component
103
548
 
104
549
  ## [0.7.23]
550
+
105
551
  - Accordion: make accordion keyboard-navigable
106
552
 
107
553
  ## [0.7.22]
554
+
108
555
  - Add new AnnouncementBanner component
109
556
 
110
557
  ## [0.7.21]
558
+
111
559
  - PageHeading: add a possibility to handle bold and italic in text
112
560
  - Header-2: fix font size and line-height
113
561
 
114
562
  ## [0.7.20]
563
+
115
564
  - TextOnly: fix spacing between the elements
116
565
 
117
566
  ## [0.7.19]
567
+
118
568
  - TextOnly: extend styles for embedded headers and links
119
569
 
120
570
  ## [0.7.18]
571
+
121
572
  - Quote: fix qoute signs
122
573
 
123
574
  ## [0.7.17]
575
+
124
576
  - Add new Quote component
125
577
 
126
578
  ## [0.7.16]
579
+
127
580
  - Card: fix title font size for tablet
128
581
 
129
582
  ## [0.7.15]
583
+
130
584
  - Tickbox: fix keyboard key value
131
585
 
132
586
  ## [0.7.14]
587
+
133
588
  - Fix keyboard accessibility for Tickbox
134
589
 
135
590
  ## [0.7.13]
591
+
136
592
  - Fix Carousel Card typography
137
593
  - Fix Impact Header Grid
138
594
  - Fix Footer Grid
139
595
  - Add additional font sizes for tablet
140
596
 
141
597
  ## [0.7.12]
598
+
142
599
  - Tickbox: fixed issue with component's state updating
143
600
 
144
601
  ## [0.7.11]
602
+
145
603
  - PromoWithTitle: align image vertically
146
604
 
147
605
  ## [0.7.10]
606
+
148
607
  - Theme: increases font size
149
608
 
150
609
  ## [0.7.9]
610
+
151
611
  - Impact: fix sponsor click and font size on mobile
152
612
  - Carousel: add buttons to tablet
153
613
  - Navigation: position fixed when menu is open on mobile
154
614
  - Highlight Carousel: add html text to short description
155
615
 
156
616
  ## [0.7.8]
617
+
157
618
  - TitleWithCTA: add message prop
158
619
 
159
620
  ## [0.7.7]
621
+
160
622
  - Tabs: close dropdown when it is clicked twice
161
623
 
162
624
  ## [0.7.6]
625
+
163
626
  - Add new initOpen prop to Accordion component
164
627
 
165
628
  ## [0.7.5]
629
+
166
630
  - Fix Styling in PeopleListing on Desktop
167
631
 
168
632
  ## [0.7.4]
633
+
169
634
  - Fix git README
170
635
 
171
636
  ## [0.7.3]
637
+
172
638
  - Fix Styling in PeopleListing on Mobile
173
639
 
174
640
  ## [0.7.2]
641
+
175
642
  - Add align center image in Editorial component
176
643
  - Export ControlledDropdown component
177
644
 
178
645
  ## [0.7.1]
646
+
179
647
  - Fix TitleWithCTA bug (visualization in two lines) in tablet
180
648
  - Export TextLink component
181
649
  - PeopleListing: custom person separator
182
650
 
183
651
  ## [0.7.0]
652
+
184
653
  - PeopleListing: replace people prop by roles prop
185
654
 
186
655
  ## [0.6.0]
656
+
187
657
  - Refactor the AnchorTabBar to separate page title and buttons
188
658
  - Add new TitleWithCTA component
189
659
  - Export Tab component
190
660
 
191
661
  ## [0.5.11]
662
+
192
663
  - Add Tickbox component and TickboxMode enum
193
664
  - PageHeading: fix typography
194
665
 
195
666
  ## [0.5.10]
667
+
196
668
  - Highlights Carousel: tablet layout improvements
197
669
  - Navigation improvements for small desktops.
198
670
  - Hide Rotator Buttons in the Hihghlight Carousel when there is only one event
199
671
 
200
672
  ## [0.5.9]
673
+
201
674
  - Reduce tablet grid margin from 50px to 32px.
202
675
  - Add alternative to aspect-ratio css attribute.
203
676
 
204
677
  ## [0.5.8]
678
+
205
679
  - PromoWithTitle links style
206
680
 
207
681
  ## [0.5.7]
682
+
208
683
  - Added Star icon to Iconography
209
684
 
210
685
  ## [0.5.6]
686
+
211
687
  - Added Favourite and Favourite Full icons to Iconography
212
688
 
213
689
  ## [0.5.5]
690
+
214
691
  - Export ImageAspectRatioWrapper component and AspectRatio enum
215
692
 
216
693
  ## [0.5.4]
694
+
217
695
  - Fix Card typography
218
696
  - Fix Carousel title typography
219
697
  - Fix Image Carousel size
@@ -222,51 +700,63 @@
222
700
  - Fix Anchor bar internal navigation
223
701
 
224
702
  ## [0.5.3]
703
+
225
704
  - Handle keyboard events using key attribute
226
705
 
227
706
  ## [0.5.2]
707
+
228
708
  - Highlights Carousel: info change swiping slide
229
709
  - Fix RotatorButtons a11y
230
710
 
231
711
  ## [0.5.1]
712
+
232
713
  - Highlights Carousel: fix box-sizing
233
714
 
234
715
  ## [0.5.0]
716
+
235
717
  - Highlights Carousel: new slides props (breaking change)
236
718
  - Fix in PageHeadingImpact image
237
719
 
238
720
  ## [0.4.4]
239
- - AnchorTapBar a11y: added tabIndex to links
721
+
722
+ - AnchorTabBar a11y: added tabIndex to links
240
723
 
241
724
  ## [0.4.3]
725
+
242
726
  - Prevent focus when navigation tab is clicked
243
727
 
244
728
  ## [0.4.2]
729
+
245
730
  - Highlights Carousel Components
246
731
  - Keyboard navigation fix for Navigation Component
247
732
 
248
733
  ## [0.4.1]
734
+
249
735
  - Swiper included as dependency
250
736
  - Fix for italics in Editorial, Card and PromoWithTitle components
251
- - Extra Props for AnchorTapBar
737
+ - Extra Props for AnchorTabBar
252
738
 
253
739
  ## [0.4.0]
740
+
254
741
  - Navigation Logo breaking change
255
742
  - Colors enum exported as in types
256
743
 
257
744
  ## [0.3.9]
745
+
258
746
  - Added Carousel Component
259
747
  - Dropdowns overlap fix
260
748
  - z-index fixes (for cards overlapping Anchor Tabs)
261
749
  - Navigation menu alignment fix
262
750
 
263
751
  ## [0.3.8]
752
+
264
753
  - Add possibility to configure GridItem for TextOnly component
265
754
  - Rich Text Editor Styling fix
266
755
  - Tweaks to Button layout for components
267
756
  - Anchor navigation arrows fix
268
757
 
269
758
  ## [0.3.7]
759
+
270
760
  - Typography change for Subtitle 2
271
761
  - AltHeader, BodyText, Header, Overline and Subtitle Components
272
762
  - REMOVED Heading Component - replaced by Header Component
@@ -274,33 +764,40 @@
274
764
  - made 'devices' public
275
765
 
276
766
  ## [0.3.6]
767
+
277
768
  - PageHeading Component
278
769
  - SectionTitle multiline fix
279
770
 
280
771
  ## [0.3.5]
772
+
281
773
  - Fix for Searchbox border on iOS
282
774
  - Fix for Accordion - Mobile Styling Issue
283
775
  - Fix for Card Component - Styling Issues
284
776
  - Change in Search layout
285
777
 
286
778
  ## [0.3.4]
779
+
287
780
  - Added Rotator Buttons
288
781
  - General Gotham SSm A & B font setup fixes
289
782
  - Fix for Footer font and size in mobile view
290
783
  - Subtitles 2 typography changes
291
784
 
292
785
  ## [0.3.3]
293
- - Added AnchorTapBar Component
786
+
787
+ - Added AnchorTabBar Component
294
788
  - Added Accordion Component
295
789
  - Added Card Component
296
790
  - Fixes to fonts setup
297
791
  - Fix for Navigation Search font and mobile view
298
792
 
299
793
  ## [0.3.0]
794
+
300
795
  - Design system project renamed and moved to chord
301
796
 
302
797
  ## [0.2.0]
303
- - public NPM Library
798
+
799
+ - public NPM Library
304
800
 
305
801
  ## [0.1.0]
802
+
306
803
  - Initial version