@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.
- package/CHANGELOG.md +39 -16
- package/README.md +1 -1
- package/dist/chord.cjs.development.js +1391 -420
- package/dist/chord.cjs.development.js.map +1 -1
- package/dist/chord.cjs.production.min.js +1 -1
- package/dist/chord.cjs.production.min.js.map +1 -1
- package/dist/chord.esm.js +1377 -421
- package/dist/chord.esm.js.map +1 -1
- package/dist/components/atoms/Badge/Badge.style.d.ts +2 -0
- package/dist/components/atoms/Badge/CinemaBadge.d.ts +4 -0
- package/dist/components/atoms/Badge/StreamBadge.d.ts +4 -0
- package/dist/components/atoms/Badge/index.d.ts +3 -0
- package/dist/components/atoms/ControlledDropdown/ControlledDropdown.d.ts +4 -0
- package/dist/components/atoms/ControlledDropdown/ControlledDropdown.style.d.ts +4 -0
- package/dist/components/atoms/ControlledDropdown/index.d.ts +2 -0
- package/dist/components/atoms/SecondaryLogo/SecodaryLogo.style.d.ts +2 -0
- package/dist/components/atoms/SecondaryLogo/SecondaryLogo.d.ts +4 -0
- package/dist/components/atoms/SecondaryLogo/index.d.ts +2 -0
- package/dist/components/atoms/TypeTags/TypeTags.style.d.ts +0 -1
- package/dist/components/atoms/Typography/Typography.d.ts +7 -0
- package/dist/components/atoms/Typography/Typography.style.d.ts +3 -0
- package/dist/components/atoms/Typography/index.d.ts +2 -0
- package/dist/components/atoms/index.d.ts +4 -2
- package/dist/components/index.d.ts +4 -4
- package/dist/components/molecules/Accordion/Accordion.style.d.ts +2 -2
- package/dist/components/molecules/Card/Card.style.d.ts +3 -2
- package/dist/components/molecules/ImageWithCaption/ImageWithCaption.d.ts +4 -0
- package/dist/components/molecules/ImageWithCaption/ImageWithCaption.style.d.ts +2 -0
- package/dist/components/molecules/ImageWithCaption/index.d.ts +2 -0
- package/dist/components/molecules/PageHeading/Cinema/Cinema.d.ts +4 -0
- package/dist/components/molecules/PageHeading/Cinema/index.d.ts +2 -0
- package/dist/components/molecules/PageHeading/Core/Core.d.ts +4 -0
- package/dist/components/molecules/PageHeading/Core/index.d.ts +2 -0
- package/dist/components/molecules/PageHeading/Impact/Impact.d.ts +4 -0
- package/dist/components/molecules/PageHeading/Impact/Impact.style.d.ts +8 -0
- package/dist/components/molecules/PageHeading/Impact/index.d.ts +2 -0
- package/dist/components/molecules/PageHeading/PageHeading.d.ts +4 -0
- package/dist/components/molecules/PageHeading/PageHeading.style.d.ts +7 -0
- package/dist/components/molecules/PageHeading/Stream/Stream.d.ts +4 -0
- package/dist/components/molecules/PageHeading/Stream/index.d.ts +2 -0
- package/dist/components/molecules/PageHeading/index.d.ts +5 -0
- package/dist/components/molecules/PromoWithTitle/PromoWithTitle.style.d.ts +1 -1
- package/dist/components/molecules/index.d.ts +4 -1
- package/dist/components/organisms/Carousel/Carousel.d.ts +5 -0
- package/dist/components/organisms/Carousel/Carousel.style.d.ts +5 -0
- package/dist/components/organisms/Carousel/index.d.ts +2 -0
- package/dist/components/organisms/index.d.ts +2 -1
- package/dist/index.d.ts +3 -2
- package/dist/styles/themes.d.ts +252 -24
- package/dist/styles/zIndexes.d.ts +4 -0
- package/dist/types/card.d.ts +28 -3
- package/dist/types/carousel.d.ts +48 -0
- package/dist/types/editorial.d.ts +81 -4
- package/dist/types/image.d.ts +15 -0
- package/dist/types/types.d.ts +79 -18
- package/dist/types/typography.d.ts +73 -0
- package/package.json +4 -1
- package/dist/components/atoms/Heading/Heading.d.ts +0 -3
- package/dist/components/atoms/Heading/Heading.style.d.ts +0 -3
- 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
|
-
-
|
|
5
|
-
-
|
|
6
|
-
-
|
|
7
|
-
-
|
|
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
|
-
-
|
|
11
|
-
-
|
|
12
|
-
-
|
|
13
|
-
-
|
|
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
|
-
-
|
|
17
|
-
-
|
|
18
|
-
-
|
|
19
|
-
-
|
|
20
|
-
-
|
|
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
|
-
-
|
|
46
|
+
- Design system project renamed and moved to chord
|
|
24
47
|
|
|
25
48
|
## [0.2.0]
|
|
26
|
-
-
|
|
49
|
+
- public NPM Library
|
|
27
50
|
|
|
28
51
|
## [0.1.0]
|
|
29
|
-
-
|
|
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,
|
|
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
|
|