@royaloperahouse/chord 0.4.1 → 0.5.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,19 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## [0.5.0]
4
+ - Highlights Carousel: new slides props (breaking change)
5
+ - Fix in PageHeadingImpact image
6
+
7
+ ## [0.4.4]
8
+ - AnchorTapBar a11y: added tabIndex to links
9
+
10
+ ## [0.4.3]
11
+ - Prevent focus when navigation tab is clicked
12
+
13
+ ## [0.4.2]
14
+ - Highlights Carousel Components
15
+ - Keyboard navigation fix for Navigation Component
16
+
3
17
  ## [0.4.1]
4
18
  - Swiper included as dependency
5
19
  - Fix for italics in Editorial, Card and PromoWithTitle components
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, Colors, devices, Editorial, Footer, GlobalStyles, Grid, GridItem, Icon, ImageWithCaption, Header, Navigation, Overline, PageHeadingCinema, PageHeadingCore, PageHeadingImpact, PageHeadingStream, PeopleListing, PrimaryButton, PromoWithTitle, RotatorButtons, SecondaryButton, SecondaryLogo, SectionSplitter, SectionTitle, Sponsorship, StreamBadge, Subtitle, TabLink, Tabs, TertiaryButton, TextOnly, ThemeProvider, ThemeType, 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, ThemeProvider, TypeTags
59
59
 
60
60
  ## Types
61
61
 
62
- Colors, FooterData, INavigationProps, INavTopProps, ThemeType
62
+ CarouselType, Colors, FooterData, INavigationProps, INavTopProps, ThemeType
63
63
 
64
64
 
65
65
  ## Documentation