@royaloperahouse/chord 0.3.4 → 0.3.8

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