@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
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
2
  import { IconSVGProps } from '../../../../../types/iconTypes';
3
- declare const _default: ({ color }: IconSVGProps) => React.ReactElement;
3
+ declare const _default: ({ color, ariaLabel }: IconSVGProps) => React.ReactElement;
4
4
  export default _default;
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
2
  import { IconSVGProps } from '../../../../../types/iconTypes';
3
- declare const _default: ({ color }: IconSVGProps) => React.ReactElement;
3
+ declare const _default: ({ color, ariaLabel }: IconSVGProps) => React.ReactElement;
4
4
  export default _default;
@@ -1,73 +1,79 @@
1
1
  /// <reference types="react" />
2
2
  export declare const IconLibrary: {
3
- AddToMyList: ({ color }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
4
- Arrow: ({ color }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
5
- AudioDescription: ({ color }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
6
- Back10: ({ color }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
7
- BalletAndDance: ({ color }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
8
- Basket: ({ color }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
9
- BasketFull: ({ color }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
10
- BookTickets: ({ color }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
11
- CarouselArrow: ({ color }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
12
- ChooseDates: ({ color }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
13
- Cinema: ({ color }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
14
- Clips: ({ color }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
15
- Clock: ({ color }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
16
- Close: ({ color }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
17
- Confirm: ({ color }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
18
- CreditCard: ({ color }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
19
- Delete: ({ color }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
20
- Detract: ({ color }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
21
- DropdownArrow: ({ color }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
22
- EditMyList: ({ color }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
23
- Email: ({ color }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
24
- Expand: ({ color }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
25
- ExternalLink: ({ color }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
26
- Facebook: ({ color }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
27
- Favourite: ({ color }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
28
- FavouriteFull: ({ color }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
29
- Filter: ({ color }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
30
- FindAScreening: ({ color }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
31
- Forward10: ({ color }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
32
- FullScreen: ({ color }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
33
- GridView: ({ color }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
34
- Home: ({ color }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
35
- Info: ({ color }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
36
- Instagram: ({ color }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
37
- List: ({ color }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
38
- ListView: ({ color }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
39
- LiveStream: ({ color }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
40
- Location: ({ color }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
41
- Menu: ({ color }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
42
- Minimise: ({ color }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
43
- Muted: ({ color }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
44
- OnMyList: ({ color }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
45
- OperaAndMusic: ({ color }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
46
- Pause: ({ color }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
47
- PDF: ({ color }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
48
- Phone: ({ color }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
49
- Play: ({ color }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
50
- Print: ({ color }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
51
- Refresh: ({ color }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
52
- Reminder: ({ color }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
53
- Remove: ({ color }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
54
- Restart: ({ color }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
55
- Search: ({ color }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
56
- Secure: ({ color }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
57
- Settings: ({ color }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
58
- Shift: ({ color }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
59
- Space: ({ color }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
60
- Star: ({ color }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
61
- Subscribe: ({ color }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
62
- Subtitles: ({ color }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
63
- Tick: ({ color }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
64
- Tickets: ({ color }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
65
- Tiktok: ({ color }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
66
- Trailer: ({ color }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
67
- Twitter: ({ color }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
68
- User: ({ color }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
69
- UserSignedIn: ({ color }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
70
- Volume: ({ color }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
71
- Watch: ({ color }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
72
- Youtube: ({ color }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
3
+ AddToMyList: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
4
+ Arrow: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
5
+ AudioDescription: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
6
+ Back10: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
7
+ BalletAndDance: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
8
+ Basket: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
9
+ BasketFull: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
10
+ BookTickets: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
11
+ CarouselArrow: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
12
+ ChooseDates: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
13
+ Cinema: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
14
+ Clips: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
15
+ Clock: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
16
+ Close: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
17
+ Confirm: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
18
+ CreditCard: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
19
+ Delete: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
20
+ Detract: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
21
+ DropdownArrow: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
22
+ EditMyList: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
23
+ Email: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
24
+ Expand: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
25
+ Expand12px: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
26
+ ExternalLink: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
27
+ Facebook: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
28
+ Favourite: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
29
+ FavouriteFull: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
30
+ Filter: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
31
+ FindAScreening: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
32
+ Forward10: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
33
+ FullScreen: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
34
+ GridView: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
35
+ Home: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
36
+ Info: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
37
+ Instagram: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
38
+ List: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
39
+ ListView: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
40
+ LiveStream: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
41
+ Location: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
42
+ Menu: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
43
+ Minimise: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
44
+ Muted: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
45
+ OnMyList: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
46
+ OperaAndMusic: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
47
+ Pause: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
48
+ PDF: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
49
+ Phone: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
50
+ Play: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
51
+ Print: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
52
+ Refresh: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
53
+ Reminder: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
54
+ Remove: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
55
+ Remove12px: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
56
+ Restart: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
57
+ Search: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
58
+ Seat: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
59
+ Secure: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
60
+ Settings: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
61
+ Shift: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
62
+ Space: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
63
+ Standing: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
64
+ Star: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
65
+ Subscribe: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
66
+ Subtitles: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
67
+ Tick: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
68
+ Tickets: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
69
+ Tiktok: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
70
+ Trailer: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
71
+ Twitter: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
72
+ User: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
73
+ UserSignedIn: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
74
+ Volume: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
75
+ Watch: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
76
+ Wheelchair: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
77
+ X: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
78
+ Youtube: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
73
79
  };
@@ -1,3 +1,3 @@
1
1
  import { ILogoProps } from '../../../types/types';
2
- declare const Logo: ({ id, dataRoh, urlLink, desktopImage, devicesImage, title, }: ILogoProps) => JSX.Element;
2
+ declare const Logo: ({ id, dataRoh, urlLink, desktopImage, devicesImage, title, altText, }: ILogoProps) => JSX.Element;
3
3
  export default Logo;
@@ -1,4 +1,4 @@
1
1
  import { FunctionComponent } from 'react';
2
- import { IProgressProps } from '../../../types/types';
2
+ import { IProgressProps } from '../../../types/progress';
3
3
  declare const Progress: FunctionComponent<IProgressProps>;
4
4
  export default Progress;
@@ -1,4 +1,11 @@
1
- import { IProgressProps } from '../../../types/types';
2
- export declare const ProgressView: import("styled-components").StyledComponent<"div", any, {}, never>;
3
- export declare const ElapsedProgressView: import("styled-components").StyledComponent<"div", any, IProgressProps, never>;
1
+ import { IProgressProps } from '../../../types/progress';
2
+ export declare const ProgressView: import("styled-components").StyledComponent<"div", any, IProgressProps, never>;
3
+ export declare const ElapsedProgressView: import("styled-components").StyledComponent<"div", any, IProgressProps & {
4
+ isProgressWithSteps: boolean;
5
+ }, never>;
4
6
  export declare const PendingProgressView: import("styled-components").StyledComponent<"div", any, IProgressProps, never>;
7
+ export declare const StepsWrapper: import("styled-components").StyledComponent<"div", any, IProgressProps, never>;
8
+ export declare const StepWrapper: import("styled-components").StyledComponent<"div", any, {
9
+ isVisible: boolean;
10
+ isActive: boolean;
11
+ }, never>;
@@ -0,0 +1,6 @@
1
+ import { IRadioProps } from '../../../types/formTypes';
2
+ /**
3
+ * DEPRECATED. Use Radio2 instead
4
+ */
5
+ declare const Radio: ({ checked, error, label, onChange }: IRadioProps) => JSX.Element;
6
+ export default Radio;
@@ -0,0 +1,4 @@
1
+ import { IRadioProps } from '../../../types/formTypes';
2
+ export declare const RadioContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
3
+ export declare const RadioLine: import("styled-components").StyledComponent<"div", any, IRadioProps, never>;
4
+ export declare const RadioError: import("styled-components").StyledComponent<"div", any, IRadioProps, never>;
@@ -0,0 +1,2 @@
1
+ import Radio from './Radio';
2
+ export default Radio;
@@ -0,0 +1,23 @@
1
+ import React from 'react';
2
+ import { IRadio2Props } from '../../../types/formTypes';
3
+ /**
4
+ * A Radio component, that wraps around the native `<input type="radio"/>` element
5
+ * and adds some extra styling, states and information around it (i.e. an error label,
6
+ * error state).
7
+ *
8
+ * # Error state
9
+ * An error label will be shown below the radio if the `error` prop exists.
10
+ * Also radio will be rendered with a red border. An empty string can be passed to
11
+ * render only error state without error message.
12
+ *
13
+ * # Light / Dark mode
14
+ * The component can also adapt its styles for light / dark mode. If you want this component
15
+ * to be rendered on a dark / coloured background, you can use the `darkMode` prop.
16
+ *
17
+ * # Black box mode
18
+ * If `blackBox` prop is true checked state will be styled as black box with white tick icon.
19
+ * This style was used before as a default. Not preferred in new components.
20
+ * This will be ignored if `darkMode` is true.
21
+ */
22
+ declare const Radio2: React.ForwardRefExoticComponent<IRadio2Props & React.RefAttributes<HTMLInputElement>>;
23
+ export default Radio2;
@@ -0,0 +1,7 @@
1
+ import { IRadio2Props } from '../../../types/formTypes';
2
+ export declare const Container: import("styled-components").StyledComponent<"div", any, {}, never>;
3
+ export declare const Radio: import("styled-components").StyledComponent<"div", any, Pick<IRadio2Props, "error" | "darkMode" | "disabled" | "blackBox">, never>;
4
+ export declare const TickboxLabel: import("styled-components").StyledComponent<"label", any, Pick<IRadio2Props, "darkMode" | "blackBox">, never>;
5
+ export declare const RadioIcon: import("styled-components").StyledComponent<"div", any, {}, never>;
6
+ export declare const TextLabel: import("styled-components").StyledComponent<"div", any, Pick<IRadio2Props, "darkMode" | "disabled">, never>;
7
+ export declare const ErrorLabel: import("styled-components").StyledComponent<"div", any, Pick<IRadio2Props, "darkMode">, never>;
@@ -0,0 +1,2 @@
1
+ import Radio2 from './Radio2';
2
+ export default Radio2;
@@ -0,0 +1,2 @@
1
+ export declare const CustomImage: import("styled-components").StyledComponent<"img", any, {}, never>;
2
+ export declare const SponsorshipStyledIframe: import("styled-components").StyledComponent<"div", any, {}, never>;
@@ -0,0 +1,58 @@
1
+ import { ReactElement } from 'react';
2
+ import { IStepperProps } from '../../../types/formTypes';
3
+ /**
4
+ * A chord Stepper component, used similarly to an HTML input type number.
5
+ *
6
+ * The buttons are clickable but not keyboard focusable
7
+ *
8
+ * An `initialValue`, the `step` to increase / decrease by, `min`
9
+ * and `max` values can all be provided, but are optional, with defaults.
10
+ *
11
+ * The displayed value can be controlled by:
12
+ *
13
+ * - Entering a value in to the central input area (both mouse and keyboard-focusable)
14
+ *
15
+ * - Clicking the buttons on either side (mouse only)
16
+ *
17
+ * - Keyboard-focusing the stepper box and using the arrow keys
18
+ *
19
+ * In all cases the value will be clamped between min and max values.
20
+ *
21
+ * The maximum width of the component is 4 characters, meaning 3 digits with a
22
+ * sign, or 4 without.
23
+ *
24
+ * Optional `plusAction` and `minusAction` functions can be provided and will be
25
+ * called on click of the corresponding buttons.
26
+ *
27
+ * The component will display an `error` string beneath the stepper box, if present.
28
+ *
29
+ * Styles are provided for the `disabled` state and for display on dark or
30
+ * coloured backgrounds, using the `darkMode` boolean.
31
+ *
32
+ * Finally, an `accessibleName` string can be provided. Although optional,
33
+ * it's a very good idea to include this so that users of screen-readers
34
+ * know what they are actually controlling.
35
+ *
36
+ * Example:
37
+ *
38
+ * ```tsx
39
+ * import { Stepper } from '@royaloperahouse/chord'
40
+ *
41
+ * <div>
42
+ * <p>How How many seas must a white dove sail before she sleeps in the sand?</p>
43
+ * <Stepper
44
+ * initialValue={12}
45
+ * step={2}
46
+ * min={-8}
47
+ * max={667}
48
+ * plusAction={() => {console.log('More seas')}}
49
+ * minusAction={() => {console.log('Fewer seas')}}
50
+ * darkMode={false}
51
+ * disabled={false}
52
+ * error="Something went wrong!"
53
+ * accessibleName="Number of seas"
54
+ * />
55
+ * </div>
56
+ */
57
+ export declare const Component: ({ initialValue, step, min, max, minusAction, plusAction, darkMode, error, disabled, accessibleName, }: IStepperProps) => ReactElement;
58
+ export default Component;
@@ -0,0 +1,6 @@
1
+ import { IStepperProps } from '../../../types/formTypes';
2
+ export declare const StepperWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
3
+ export declare const StepperError: import("styled-components").StyledComponent<"div", any, Pick<IStepperProps, "darkMode">, never>;
4
+ export declare const StepperBox: import("styled-components").StyledComponent<"div", any, Pick<IStepperProps, "darkMode" | "error" | "disabled">, never>;
5
+ export declare const StepperValue: import("styled-components").StyledComponent<"input", any, Pick<IStepperProps, "disabled">, never>;
6
+ export declare const StepperButton: import("styled-components").StyledComponent<"div", any, Pick<IStepperProps, "disabled">, never>;
@@ -0,0 +1,2 @@
1
+ import Stepper from './Stepper';
2
+ export { Stepper };
@@ -0,0 +1,44 @@
1
+ import { ITextAreaProps } from '../../../types/formTypes';
2
+ /**
3
+ * An HTML textarea component for Chord.
4
+ *
5
+ * Control the height and width of the component with `height` and `width`.
6
+ *
7
+ * The TextArea can also be used as the direct child of a
8
+ * Chord Grid component, in which case you can control the width and
9
+ * horizontal position by specifying GridItem props.
10
+ *
11
+ * If a fixed pixel width is specified it will take precedence over the
12
+ * column span on Desktop.
13
+ *
14
+ * Example using width:
15
+ *
16
+ * ```tsx
17
+ * <TextArea
18
+ * label='My Text Area'
19
+ * error={myError}
20
+ * height={100}
21
+ * width={300}
22
+ * darkMode={true}
23
+ * />
24
+ * ```
25
+ *
26
+ * Example of use as a GridItem:
27
+ *
28
+ * ```tsx
29
+ * import {Grid, TextArea} from '@royaloperahouse/chord';
30
+ *
31
+ * <Grid>
32
+ * <TextArea
33
+ * label='My Text Area'
34
+ * error={myError}
35
+ * darkMode={false}
36
+ * height={250}
37
+ * columnStartDesktop={2}
38
+ * columnSpanDesktop={7}
39
+ * />
40
+ * </Grid>
41
+ * ```
42
+ */
43
+ declare const TextArea: ({ label, error, width, darkMode, height, columnStartDesktop, columnStartDevice, columnSpanDesktop, columnSpanDevice, maxLength, tabIndex, ...textareaProps }: ITextAreaProps) => JSX.Element;
44
+ export default TextArea;
@@ -0,0 +1,5 @@
1
+ import { ITextAreaProps } from '../../../types/formTypes';
2
+ export declare const TextAreaWrapper: import("styled-components").StyledComponent<"div", any, Pick<ITextAreaProps, "width" | "height">, never>;
3
+ export declare const TextAreaLabel: import("styled-components").StyledComponent<"div", any, Pick<ITextAreaProps, "darkMode">, never>;
4
+ export declare const TextAreaBox: import("styled-components").StyledComponent<"textarea", any, Pick<ITextAreaProps, "error" | "darkMode">, never>;
5
+ export declare const TextAreaError: import("styled-components").StyledComponent<"div", any, Pick<ITextAreaProps, "darkMode">, never>;
@@ -0,0 +1,2 @@
1
+ import TextArea from './TextArea';
2
+ export default TextArea;
@@ -0,0 +1,42 @@
1
+ import React from 'react';
2
+ import { ITextFieldProps } from '../../../types/formTypes';
3
+ /**
4
+ * A text field component, that wraps around the native `<input />` element
5
+ * and adds some extra states and information around it (i.e. a text and an error labels,
6
+ * error state, show/hide button for password field).
7
+ *
8
+ * # Label
9
+ * You can use this component just like you would use a regular `<input />` element,
10
+ * just with the extra `label` prop, to set the label of the content. For example:
11
+ * ```tsx
12
+ * <TextField label="This is a label" />
13
+ * ```
14
+ *
15
+ * # Error state
16
+ * An error label will be shown below the text input field if the `error` prop exists.
17
+ * Also input will be rendered with a red border. An empty string can be passed to
18
+ * render only error state without error message.
19
+ *
20
+ * # Password mode
21
+ * If type `password` provided this will be rendered with the `Show/Hide` button over the input field.
22
+ * Clicking on that changes type to `text` and back to `password`.
23
+ *
24
+ * # Light / Dark mode
25
+ * The component can also adapt its styles for light / dark mode. If you want this component
26
+ * to be rendered on a dark / coloured background, you can use the `darkMode` prop.
27
+ * ```tsx
28
+ * <div>
29
+ * <WhiteBackgroundContainer>
30
+ * <TextField label="..." />
31
+ * </WhiteBackgroundContainer>
32
+ * <BlackBackgroundContainer>
33
+ * <TextField darkMode label="..." />
34
+ * </BlackBackgroundContainer>
35
+ * <BlueBackgroundContainer>
36
+ * <TextField darkMode label="..." />
37
+ * </BlueBackgroundContainer>
38
+ * </div>
39
+ * ```
40
+ */
41
+ declare const TextField: React.ForwardRefExoticComponent<ITextFieldProps & React.RefAttributes<HTMLInputElement>>;
42
+ export default TextField;
@@ -0,0 +1,9 @@
1
+ import { ITextFieldProps } from '../../../types/formTypes';
2
+ export declare const Container: import("styled-components").StyledComponent<"div", any, {}, never>;
3
+ export declare const InputWrapper: import("styled-components").StyledComponent<"div", any, Pick<ITextFieldProps, "width">, never>;
4
+ export declare const Input: import("styled-components").StyledComponent<"input", any, Pick<ITextFieldProps, "error" | "darkMode"> & {
5
+ isPasswordField: boolean;
6
+ }, never>;
7
+ export declare const ShowHideButton: import("styled-components").StyledComponent<"button", any, {}, never>;
8
+ export declare const TextLabel: import("styled-components").StyledComponent<"div", any, Pick<ITextFieldProps, "darkMode">, never>;
9
+ export declare const ErrorLabel: import("styled-components").StyledComponent<"div", any, Pick<ITextFieldProps, "darkMode">, never>;
@@ -0,0 +1,10 @@
1
+ import { ITextFieldProps } from '../../../types/formTypes';
2
+ /**
3
+ * @deprecated
4
+ *
5
+ * # IMPORTANT
6
+ * Please use the `<TextField />` component instead of this component if possible.
7
+ * This component was introduced due to incompatibilities between versions of the Chord library.
8
+ * */
9
+ declare const TextFieldLegacy: ({ label, error, darkMode, width, ...inputProps }: ITextFieldProps) => JSX.Element;
10
+ export default TextFieldLegacy;
@@ -0,0 +1,5 @@
1
+ import { ITextFieldProps } from '../../../types/formTypes';
2
+ export declare const TextFieldContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
3
+ export declare const Input: import("styled-components").StyledComponent<"input", any, Pick<ITextFieldProps, "error" | "darkMode">, never>;
4
+ export declare const TextLabel: import("styled-components").StyledComponent<"p", any, Pick<ITextFieldProps, "darkMode">, never>;
5
+ export declare const ErrorLabel: import("styled-components").StyledComponent<"p", any, Pick<ITextFieldProps, "darkMode">, never>;
@@ -0,0 +1,3 @@
1
+ import TextField from './TextField';
2
+ import TextFieldLegacy from './TextFieldLegacy';
3
+ export { TextField, TextFieldLegacy };
@@ -0,0 +1,13 @@
1
+ import * as React from 'react';
2
+ import { Colors } from '../../../types';
3
+ export declare enum TextLogoProduct {
4
+ Stream = "STREAM",
5
+ Cinema = "CINEMA"
6
+ }
7
+ export interface ITextLogoProps {
8
+ productName: TextLogoProduct;
9
+ color: Colors;
10
+ fontSize?: number;
11
+ }
12
+ declare const Logo: ({ color, productName, fontSize }: ITextLogoProps) => React.ReactElement;
13
+ export default Logo;
@@ -0,0 +1,2 @@
1
+ import TextLogo from './TextLogo';
2
+ export default TextLogo;
@@ -0,0 +1,12 @@
1
+ import { Colors } from '../../../types';
2
+ declare type WithFont = {
3
+ fontSize: number;
4
+ color: Colors;
5
+ };
6
+ export declare const LogoWrapper: import("styled-components").StyledComponent<"div", any, WithFont, never>;
7
+ export declare const LogoRightSide: import("styled-components").StyledComponent<"div", any, {}, never>;
8
+ export declare const LogoLeftSide: import("styled-components").StyledComponent<"div", any, {
9
+ color: Colors;
10
+ }, never>;
11
+ export declare const LogoLeftSideRow: import("styled-components").StyledComponent<"div", any, {}, never>;
12
+ export {};
@@ -1,4 +1,7 @@
1
1
  import { FunctionComponent } from 'react';
2
2
  import { ITickboxProps } from '../../../types/tickbox';
3
+ /**
4
+ * DEPRECATED. Use Tickbox2 instead
5
+ */
3
6
  declare const Tickbox: FunctionComponent<ITickboxProps>;
4
7
  export default Tickbox;
@@ -1,4 +1,9 @@
1
1
  import { TickboxLabelProps, TickboxInputProps, TickboxCheckmarkProps } from '../../../types/tickbox';
2
+ interface ITickboxErrorProps {
3
+ dark: boolean;
4
+ }
5
+ export declare const TickboxError: import("styled-components").StyledComponent<"div", any, ITickboxErrorProps, never>;
2
6
  export declare const TickboxLabel: import("styled-components").StyledComponent<"label", any, TickboxLabelProps, never>;
3
7
  export declare const TickboxCheckmark: import("styled-components").StyledComponent<"span", any, TickboxCheckmarkProps, never>;
4
8
  export declare const TickboxInput: import("styled-components").StyledComponent<"input", any, TickboxInputProps, never>;
9
+ export {};