@royaloperahouse/chord 0.5.8 → 0.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## [0.6.0]
4
+ - Refactor the AnchorTabBar to separate page title and buttons
5
+ - Add new TitleWithCTA component
6
+ - Export Tab component
7
+
8
+ ## [0.5.11]
9
+ - Add Tickbox component and TickboxMode enum
10
+ - PageHeading: fix typography
11
+
12
+ ## [0.5.10]
13
+ - Highlights Carousel: tablet layout improvements
14
+ - Navigation improvements for small desktops.
15
+ - Hide Rotator Buttons in the Hihghlight Carousel when there is only one event
16
+
17
+ ## [0.5.9]
18
+ - Reduce tablet grid margin from 50px to 32px.
19
+ - Add alternative to aspect-ratio css attribute.
20
+
3
21
  ## [0.5.8]
4
22
  - PromoWithTitle links style
5
23
 
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, TabLink, Tabs, TertiaryButton, 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