@royaloperahouse/chord 0.3.5 → 0.3.9

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 (60) hide show
  1. package/CHANGELOG.md +39 -16
  2. package/README.md +1 -1
  3. package/dist/chord.cjs.development.js +1391 -420
  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 +1377 -421
  8. package/dist/chord.esm.js.map +1 -1
  9. package/dist/components/atoms/Badge/Badge.style.d.ts +2 -0
  10. package/dist/components/atoms/Badge/CinemaBadge.d.ts +4 -0
  11. package/dist/components/atoms/Badge/StreamBadge.d.ts +4 -0
  12. package/dist/components/atoms/Badge/index.d.ts +3 -0
  13. package/dist/components/atoms/ControlledDropdown/ControlledDropdown.d.ts +4 -0
  14. package/dist/components/atoms/ControlledDropdown/ControlledDropdown.style.d.ts +4 -0
  15. package/dist/components/atoms/ControlledDropdown/index.d.ts +2 -0
  16. package/dist/components/atoms/SecondaryLogo/SecodaryLogo.style.d.ts +2 -0
  17. package/dist/components/atoms/SecondaryLogo/SecondaryLogo.d.ts +4 -0
  18. package/dist/components/atoms/SecondaryLogo/index.d.ts +2 -0
  19. package/dist/components/atoms/TypeTags/TypeTags.style.d.ts +0 -1
  20. package/dist/components/atoms/Typography/Typography.d.ts +7 -0
  21. package/dist/components/atoms/Typography/Typography.style.d.ts +3 -0
  22. package/dist/components/atoms/Typography/index.d.ts +2 -0
  23. package/dist/components/atoms/index.d.ts +4 -2
  24. package/dist/components/index.d.ts +4 -4
  25. package/dist/components/molecules/Accordion/Accordion.style.d.ts +2 -2
  26. package/dist/components/molecules/Card/Card.style.d.ts +3 -2
  27. package/dist/components/molecules/ImageWithCaption/ImageWithCaption.d.ts +4 -0
  28. package/dist/components/molecules/ImageWithCaption/ImageWithCaption.style.d.ts +2 -0
  29. package/dist/components/molecules/ImageWithCaption/index.d.ts +2 -0
  30. package/dist/components/molecules/PageHeading/Cinema/Cinema.d.ts +4 -0
  31. package/dist/components/molecules/PageHeading/Cinema/index.d.ts +2 -0
  32. package/dist/components/molecules/PageHeading/Core/Core.d.ts +4 -0
  33. package/dist/components/molecules/PageHeading/Core/index.d.ts +2 -0
  34. package/dist/components/molecules/PageHeading/Impact/Impact.d.ts +4 -0
  35. package/dist/components/molecules/PageHeading/Impact/Impact.style.d.ts +8 -0
  36. package/dist/components/molecules/PageHeading/Impact/index.d.ts +2 -0
  37. package/dist/components/molecules/PageHeading/PageHeading.d.ts +4 -0
  38. package/dist/components/molecules/PageHeading/PageHeading.style.d.ts +7 -0
  39. package/dist/components/molecules/PageHeading/Stream/Stream.d.ts +4 -0
  40. package/dist/components/molecules/PageHeading/Stream/index.d.ts +2 -0
  41. package/dist/components/molecules/PageHeading/index.d.ts +5 -0
  42. package/dist/components/molecules/PromoWithTitle/PromoWithTitle.style.d.ts +1 -1
  43. package/dist/components/molecules/index.d.ts +4 -1
  44. package/dist/components/organisms/Carousel/Carousel.d.ts +5 -0
  45. package/dist/components/organisms/Carousel/Carousel.style.d.ts +5 -0
  46. package/dist/components/organisms/Carousel/index.d.ts +2 -0
  47. package/dist/components/organisms/index.d.ts +2 -1
  48. package/dist/index.d.ts +3 -2
  49. package/dist/styles/themes.d.ts +252 -24
  50. package/dist/styles/zIndexes.d.ts +4 -0
  51. package/dist/types/card.d.ts +28 -3
  52. package/dist/types/carousel.d.ts +48 -0
  53. package/dist/types/editorial.d.ts +81 -4
  54. package/dist/types/image.d.ts +15 -0
  55. package/dist/types/types.d.ts +79 -18
  56. package/dist/types/typography.d.ts +73 -0
  57. package/package.json +4 -1
  58. package/dist/components/atoms/Heading/Heading.d.ts +0 -3
  59. package/dist/components/atoms/Heading/Heading.style.d.ts +0 -3
  60. package/dist/components/atoms/Heading/index.d.ts +0 -2
package/CHANGELOG.md CHANGED
@@ -1,29 +1,52 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## [0.3.9]
4
+ - Added Carousel Component
5
+ - Dropdowns overlap fix
6
+ - z-index fixes (for cards overlapping Anchor Tabs)
7
+ - Navigation menu alignment fix
8
+
9
+ ## [0.3.8]
10
+ - Add possibility to configure GridItem for TextOnly component
11
+ - Rich Text Editor Styling fix
12
+ - Tweaks to Button layout for components
13
+ - Anchor navigation arrows fix
14
+
15
+ ## [0.3.7]
16
+ - Typography change for Subtitle 2
17
+ - AltHeader, BodyText, Header, Overline and Subtitle Components
18
+ - REMOVED Heading Component - replaced by Header Component
19
+ - Accordion Component able to support other components as content
20
+ - made 'devices' public
21
+
22
+ ## [0.3.6]
23
+ - PageHeading Component
24
+ - SectionTitle multiline fix
25
+
3
26
  ## [0.3.5]
4
- - Fix for Searchbox border on iOS
5
- - Fix for Accordion - Mobile Styling Issue
6
- - Fix for Card Component - Styling Issues
7
- - Change in Search layout
27
+ - Fix for Searchbox border on iOS
28
+ - Fix for Accordion - Mobile Styling Issue
29
+ - Fix for Card Component - Styling Issues
30
+ - Change in Search layout
8
31
 
9
32
  ## [0.3.4]
10
- - Added Rotator Buttons
11
- - General Gotham SSm A & B font setup fixes
12
- - Fix for Footer font and size in mobile view
13
- - Subtitles 2 typography changes
33
+ - Added Rotator Buttons
34
+ - General Gotham SSm A & B font setup fixes
35
+ - Fix for Footer font and size in mobile view
36
+ - Subtitles 2 typography changes
14
37
 
15
38
  ## [0.3.3]
16
- - Added AnchorTapBar Component
17
- - Added Accordion Component
18
- - Added Card Component
19
- - Fixes to fonts setup
20
- - Fix for Navigation Search font and mobile view
39
+ - Added AnchorTapBar Component
40
+ - Added Accordion Component
41
+ - Added Card Component
42
+ - Fixes to fonts setup
43
+ - Fix for Navigation Search font and mobile view
21
44
 
22
45
  ## [0.3.0]
23
- - Design system project renamed and moved to chord
46
+ - Design system project renamed and moved to chord
24
47
 
25
48
  ## [0.2.0]
26
- - public NPM Library
49
+ - public NPM Library
27
50
 
28
51
  ## [0.1.0]
29
- - Initial version
52
+ - Initial version
package/README.md CHANGED
@@ -55,7 +55,7 @@ const App = ({ children }: InnerProps): React.ReactElement => (
55
55
 
56
56
  ## Components
57
57
 
58
- Accordion, Accordions, AnchorTapBar, Cards, Editorial, Footer, GlobalStyles, Grid, GridItem, Icon, Heading, Navigation, PeopleListing, PrimaryButton, PromoWithTitle, RotatorButtons, SecondaryButton, SectionSplitter, SectionTitle, Sponsorship, TabLink, Tabs, TertiaryButton, TextOnly, ThemeProvider, TypeTags
58
+ Accordion, Accordions, AltHeader, AnchorTapBar, BodyText, Cards, CinemaBadge, Editorial, Footer, GlobalStyles, Grid, GridItem, Icon, Header, Navigation, Overline, PageHeadingCinema, PageHeadingCore, PageHeadingImpact, PageHeadingStream, PeopleListing, PrimaryButton, PromoWithTitle, RotatorButtons, SecondaryButton, SecondaryLogo, SectionSplitter, SectionTitle, Sponsorship, StreamBadge, Subtitle, TabLink, Tabs, TertiaryButton, TextOnly, ThemeProvider, TypeTags, devices
59
59
 
60
60
  ## Types
61
61