@royaloperahouse/chord 0.5.10 → 0.7.1

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 (30) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/README.md +2 -2
  3. package/dist/chord.cjs.development.js +426 -341
  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 +426 -343
  8. package/dist/chord.esm.js.map +1 -1
  9. package/dist/components/atoms/Tickbox/Tickbox.d.ts +4 -0
  10. package/dist/components/atoms/Tickbox/Tickbox.style.d.ts +4 -0
  11. package/dist/components/atoms/Tickbox/index.d.ts +2 -0
  12. package/dist/components/atoms/index.d.ts +3 -1
  13. package/dist/components/index.d.ts +3 -3
  14. package/dist/components/molecules/PeopleListing/PeopleListing.d.ts +1 -1
  15. package/dist/components/molecules/PeopleListing/PeopleListing.style.d.ts +3 -2
  16. package/dist/components/molecules/PeopleListing/Person.d.ts +7 -0
  17. package/dist/components/organisms/AnchorTapBar/AnchorTapBar.style.d.ts +0 -6
  18. package/dist/components/organisms/TitleWithCTA/TitleWithCTA.d.ts +4 -0
  19. package/dist/components/organisms/TitleWithCTA/TitleWithCTA.style.d.ts +9 -0
  20. package/dist/components/organisms/TitleWithCTA/index.d.ts +2 -0
  21. package/dist/components/organisms/index.d.ts +2 -1
  22. package/dist/index.d.ts +3 -3
  23. package/dist/types/index.d.ts +2 -1
  24. package/dist/types/navigation.d.ts +16 -10
  25. package/dist/types/tickbox.d.ts +40 -0
  26. package/dist/types/types.d.ts +29 -4
  27. package/package.json +1 -1
  28. package/dist/components/atoms/IndividualListing/IndividualListing.d.ts +0 -3
  29. package/dist/components/atoms/IndividualListing/IndividualListing.style.d.ts +0 -2
  30. package/dist/components/atoms/IndividualListing/index.d.ts +0 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## [0.7.1]
4
+ - Fix TitleWithCTA bug (visualization in two lines) in tablet
5
+ - Export TextLink component
6
+ - PeopleListing: custom person separator
7
+
8
+ ## [0.7.0]
9
+ - PeopleListing: replace people prop by roles prop
10
+
11
+ ## [0.6.0]
12
+ - Refactor the AnchorTabBar to separate page title and buttons
13
+ - Add new TitleWithCTA component
14
+ - Export Tab component
15
+
16
+ ## [0.5.11]
17
+ - Add Tickbox component and TickboxMode enum
18
+ - PageHeading: fix typography
19
+
3
20
  ## [0.5.10]
4
21
  - Highlights Carousel: tablet layout improvements
5
22
  - Navigation improvements for small desktops.
package/README.md CHANGED
@@ -55,11 +55,11 @@ const App = ({ children }: InnerProps): React.ReactElement => (
55
55
 
56
56
  ## Components
57
57
 
58
- Accordion, Accordions, AltHeader, AnchorTapBar, BodyText, Card, Cards, Carousel, CinemaBadge, devices, Editorial, Footer, GlobalStyles, Grid, GridItem, Header, HighlightsCarousel, HighlightsCarouselCinema, HighlightsCarouselCore, HighlightsCarouselStream, Icon, ImageWithCaption, Navigation, Overline, PageHeadingCinema, PageHeadingCore, PageHeadingImpact, PageHeadingStream, PeopleListing, PrimaryButton, PromoWithTitle, RotatorButtons, SecondaryButton, SecondaryLogo, SectionSplitter, SectionTitle, Sponsorship, StreamBadge, Subtitle, TabLink, Tabs, TertiaryButton, TextOnly, ThemeProvider, TypeTags
58
+ Accordion, Accordions, AltHeader, AnchorTapBar, BodyText, Card, Cards, Carousel, CinemaBadge, devices, Editorial, Footer, GlobalStyles, Grid, GridItem, Header, HighlightsCarousel, HighlightsCarouselCinema, HighlightsCarouselCore, HighlightsCarouselStream, Icon, ImageWithCaption, Navigation, Overline, PageHeadingCinema, PageHeadingCore, PageHeadingImpact, PageHeadingStream, PeopleListing, PrimaryButton, PromoWithTitle, RotatorButtons, SecondaryButton, SecondaryLogo, SectionSplitter, SectionTitle, Sponsorship, StreamBadge, Subtitle, Tab, TabLink, Tabs, TertiaryButton, TextLink, TextOnly, Tickbox, TitleWithCTA, ThemeProvider, TypeTags
59
59
 
60
60
  ## Types
61
61
 
62
- CarouselType, Colors, FooterData, INavigationProps, INavTopProps, ThemeType
62
+ AspectRatio, CarouselType, Colors, FooterData, INavigationProps, INavTopProps, TickboxMode, ThemeType
63
63
 
64
64
 
65
65
  ## Documentation