@royaloperahouse/chord 2.1.0 → 2.1.1
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 +8 -0
- package/dist/chord.cjs.development.js +291 -943
- 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 +293 -938
- package/dist/chord.esm.js.map +1 -1
- package/dist/components/index.d.ts +3 -3
- package/dist/components/molecules/PageHeading/index.d.ts +1 -2
- package/dist/components/molecules/Pagination/Pagination.style.d.ts +2 -3
- package/dist/components/molecules/index.d.ts +2 -2
- package/dist/components/organisms/index.d.ts +1 -4
- package/dist/index.d.ts +2 -3
- package/package.json +2 -4
- package/dist/components/molecules/PageHeading/Highlight/Highlight.d.ts +0 -5
- package/dist/components/molecules/PageHeading/Highlight/Highlight.style.d.ts +0 -14
- package/dist/components/molecules/PageHeading/Highlight/index.d.ts +0 -2
- package/dist/components/organisms/Carousel/Carousel.d.ts +0 -5
- package/dist/components/organisms/Carousel/Carousel.style.d.ts +0 -6
- package/dist/components/organisms/Carousel/index.d.ts +0 -2
- package/dist/components/organisms/HighlightsCarousel/HighlightsCarousel.d.ts +0 -5
- package/dist/components/organisms/HighlightsCarousel/HighlightsCarousel.style.d.ts +0 -14
- package/dist/components/organisms/HighlightsCarousel/HighlightsCinema.d.ts +0 -4
- package/dist/components/organisms/HighlightsCarousel/HighlightsCore.d.ts +0 -4
- package/dist/components/organisms/HighlightsCarousel/HighlightsStream.d.ts +0 -4
- package/dist/components/organisms/HighlightsCarousel/index.d.ts +0 -5
- package/dist/components/organisms/MinimalCarousel/MinimalCarousel.d.ts +0 -5
- package/dist/components/organisms/MinimalCarousel/MinimalCarousel.style.d.ts +0 -4
- package/dist/components/organisms/MinimalCarousel/index.d.ts +0 -2
- package/dist/types/minimalCarousel.d.ts +0 -7
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AltHeader, BodyText, CinemaBadge, ControlledDropdown, Grid, GridItem, Header, Icon, ImageAspectRatioWrapper, Overline, PrimaryButton, Progress, Radio, RotatorButtons, SecondaryButton, SecondaryLogo, TertiaryButton, SectionSplitter, Sponsorship, Stepper, StreamBadge, Subtitle, Tab, TabLink, TextLogo, TextArea, TextField, TextLink, Tickbox, Timer, TypeTags, VideoControls } from './atoms';
|
|
2
|
-
import { AnchorTabBar,
|
|
3
|
-
import { Accordion, Accordions, AnnouncementBanner, Card, Cards, ContactCard, ContentSummary, Editorial, ImageWithCaption, Information, PageHeadingCinema, PageHeadingCompact, PageHeadingCore,
|
|
2
|
+
import { AnchorTabBar, Footer, LiveChat, Navigation, StickyBar, TitleWithCTA, UpsellSection } from './organisms';
|
|
3
|
+
import { Accordion, Accordions, AnnouncementBanner, Card, Cards, ContactCard, ContentSummary, Editorial, ImageWithCaption, Information, PageHeadingCinema, PageHeadingCompact, PageHeadingCore, PageHeadingImpact, PageHeadingPanel, PageHeadingStream, Pagination, PeopleListing, PromoWithTags, PromoWithTitle, RadioGroup, SearchBar, SectionTitle, Select, Tabs, TextOnly, UpsellCard, Quote } from './molecules';
|
|
4
4
|
import ThemeProvider from '../styles/ThemeProvider';
|
|
5
5
|
import GlobalStyles from '../styles/GlobalStyles';
|
|
6
|
-
export { Accordion, Accordions, AnnouncementBanner, AltHeader, AnchorTabBar, BodyText, Card, Cards, ContactCard, ContentSummary,
|
|
6
|
+
export { Accordion, Accordions, AnnouncementBanner, AltHeader, AnchorTabBar, BodyText, Card, Cards, ContactCard, ContentSummary, CinemaBadge, ControlledDropdown, Editorial, Footer, GlobalStyles, Grid, GridItem, Header, Icon, ImageAspectRatioWrapper, ImageWithCaption, Information, Navigation, Overline, PageHeadingCinema, PageHeadingCompact, PageHeadingCore, PageHeadingImpact, PageHeadingPanel, PageHeadingStream, Pagination, PeopleListing, PrimaryButton, Progress, PromoWithTags, PromoWithTitle, Radio, RadioGroup, RotatorButtons, SecondaryButton, SecondaryLogo, SearchBar, SectionTitle, Select, Sponsorship, Stepper, StickyBar, StreamBadge, Subtitle, TertiaryButton, TextOnly, ThemeProvider, TitleWithCTA, SectionSplitter, Tab, TabLink, Tabs, TextArea, TextField, TextLink, TextLogo, Tickbox, Timer, TypeTags, UpsellCard, UpsellSection, Quote, LiveChat, VideoControls, };
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import PageHeadingCore from './Core';
|
|
2
2
|
import PageHeadingCinema from './Cinema';
|
|
3
|
-
import PageHeadingHighlight from './Highlight';
|
|
4
3
|
import PageHeadingImpact from './Impact';
|
|
5
4
|
import PageHeadingPanel from './Panel';
|
|
6
5
|
import PageHeadingStream from './Stream';
|
|
7
6
|
import PageHeadingCompact from './Compact/Compact';
|
|
8
|
-
export { PageHeadingCinema, PageHeadingCore,
|
|
7
|
+
export { PageHeadingCinema, PageHeadingCore, PageHeadingImpact, PageHeadingStream, PageHeadingCompact, PageHeadingPanel, };
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import { Link } from 'react-router-dom';
|
|
2
1
|
export declare const MorePages: import("styled-components").StyledComponent<"span", any, {}, never>;
|
|
3
2
|
export declare const PageNumberWrapper: import("styled-components").StyledComponent<"ol", any, {}, never>;
|
|
4
|
-
export declare const PageNumber: import("styled-components").StyledComponent<
|
|
3
|
+
export declare const PageNumber: import("styled-components").StyledComponent<"a", any, {
|
|
5
4
|
active?: string | undefined;
|
|
6
5
|
}, never>;
|
|
7
|
-
export declare const NextPage: import("styled-components").StyledComponent<
|
|
6
|
+
export declare const NextPage: import("styled-components").StyledComponent<"a", any, {
|
|
8
7
|
active?: string | undefined;
|
|
9
8
|
}, never>;
|
|
@@ -7,7 +7,7 @@ import ContactCard from './ContactCard';
|
|
|
7
7
|
import ContentSummary from './ContentSummary';
|
|
8
8
|
import Editorial from './Editorial';
|
|
9
9
|
import Information from './Information';
|
|
10
|
-
import { PageHeadingCinema, PageHeadingCore,
|
|
10
|
+
import { PageHeadingCinema, PageHeadingCore, PageHeadingImpact, PageHeadingPanel, PageHeadingStream, PageHeadingCompact } from './PageHeading';
|
|
11
11
|
import Pagination from './Pagination';
|
|
12
12
|
import PeopleListing from './PeopleListing';
|
|
13
13
|
import PromoWithTags from './PromoWithTags';
|
|
@@ -22,4 +22,4 @@ import UpsellCard from './UpsellCard';
|
|
|
22
22
|
import ImageWithCaption from './ImageWithCaption';
|
|
23
23
|
import Quote from './Quote';
|
|
24
24
|
import MiniCard from './MiniCard';
|
|
25
|
-
export { Accordion, Accordions, AnnouncementBanner, Card, Cards, ContactCard, ContentSummary, Editorial, ImageWithCaption, Information, MiniCard, PageHeadingCinema, PageHeadingCompact, PageHeadingCore, PageHeadingImpact,
|
|
25
|
+
export { Accordion, Accordions, AnnouncementBanner, Card, Cards, ContactCard, ContentSummary, Editorial, ImageWithCaption, Information, MiniCard, PageHeadingCinema, PageHeadingCompact, PageHeadingCore, PageHeadingImpact, PageHeadingPanel, PageHeadingStream, Pagination, PeopleListing, PromoWithTags, PromoWithTitle, RadioGroup, Quote, SectionTitle, SearchBar, Select, Tabs, TextOnly, UpsellCard, };
|
|
@@ -1,11 +1,8 @@
|
|
|
1
1
|
import Navigation from './Navigation';
|
|
2
2
|
import Footer from './Footer';
|
|
3
3
|
import AnchorTabBar from './AnchorTabBar';
|
|
4
|
-
import Carousel from './Carousel';
|
|
5
|
-
import { HighlightsCarousel, HighlightsCarouselCinema, HighlightsCarouselCore, HighlightsCarouselStream } from './HighlightsCarousel';
|
|
6
4
|
import TitleWithCTA from './TitleWithCTA';
|
|
7
5
|
import UpsellSection from './UpsellSection';
|
|
8
6
|
import { LiveChat } from './LiveChat';
|
|
9
7
|
import StickyBar from './StickyBar';
|
|
10
|
-
|
|
11
|
-
export { AnchorTabBar, Carousel, Footer, HighlightsCarousel, HighlightsCarouselCinema, HighlightsCarouselCore, HighlightsCarouselStream, LiveChat, MinimalCarousel, Navigation, StickyBar, TitleWithCTA, UpsellSection, };
|
|
8
|
+
export { AnchorTabBar, Footer, LiveChat, Navigation, StickyBar, TitleWithCTA, UpsellSection };
|
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { Accordion, Accordions, AnnouncementBanner, AltHeader, AnchorTabBar, BodyText, Card, Cards,
|
|
1
|
+
import { Accordion, Accordions, AnnouncementBanner, AltHeader, AnchorTabBar, BodyText, Card, Cards, CinemaBadge, ContactCard, ContentSummary, ControlledDropdown, Editorial, Footer, GlobalStyles, Grid, GridItem, Header, Icon, ImageAspectRatioWrapper, ImageWithCaption, Information, LiveChat, Navigation, Overline, PageHeadingCinema, PageHeadingCompact, PageHeadingCore, PageHeadingImpact, PageHeadingPanel, PageHeadingStream, Pagination, PeopleListing, PrimaryButton, Progress, PromoWithTags, PromoWithTitle, Radio, RadioGroup, RotatorButtons, SearchBar, SecondaryButton, SecondaryLogo, SectionSplitter, SectionTitle, Select, Sponsorship, StickyBar, Stepper, StreamBadge, Subtitle, TertiaryButton, TextOnly, ThemeProvider, TitleWithCTA, Tab, TabLink, Tabs, TextArea, TextField, TextLink, Tickbox, Timer, TypeTags, UpsellCard, UpsellSection, Quote } from './components';
|
|
2
2
|
import { devices, breakpoints } from './styles/viewports';
|
|
3
3
|
import zIndexes from './styles/zIndexes';
|
|
4
4
|
import { AspectRatio, ButtonType, CarouselType, Colors, IconNameType, IntegratedTimerProps, ITimerProps, TickboxMode, ThemeType } from './types';
|
|
5
5
|
import { MiniCard } from './components/molecules';
|
|
6
|
-
|
|
7
|
-
export { Accordion, Accordions, AnnouncementBanner, AltHeader, AnchorTabBar, AspectRatio, BodyText, breakpoints, ButtonType, Card, Cards, Carousel, CarouselType, CinemaBadge, Colors, ContactCard, ContentSummary, ControlledDropdown, devices, Editorial, Footer, GlobalStyles, Grid, GridItem, Header, HighlightsCarousel, HighlightsCarouselCinema, HighlightsCarouselCore, HighlightsCarouselStream, Icon, IconNameType, ImageAspectRatioWrapper, ImageWithCaption, Information, ITimerProps, IntegratedTimerProps, LiveChat, MiniCard, MinimalCarousel, Navigation, Overline, PageHeadingCinema, PageHeadingCompact, PageHeadingCore, PageHeadingHighlight, PageHeadingImpact, PageHeadingPanel, PageHeadingStream, Pagination, PeopleListing, PrimaryButton, Progress, PromoWithTags, PromoWithTitle, Radio, RadioGroup, RotatorButtons, SearchBar, SecondaryButton, SecondaryLogo, SectionSplitter, SectionTitle, Select, Sponsorship, StickyBar, Stepper, StreamBadge, Subtitle, Tab, TabLink, Tabs, TertiaryButton, TextArea, TextField, TextLink, TextOnly, ThemeProvider, ThemeType, TitleWithCTA, Tickbox, TickboxMode, Timer, TypeTags, UpsellCard, UpsellSection, Quote, zIndexes, };
|
|
6
|
+
export { Accordion, Accordions, AnnouncementBanner, AltHeader, AnchorTabBar, AspectRatio, BodyText, breakpoints, ButtonType, Card, Cards, CarouselType, CinemaBadge, Colors, ContactCard, ContentSummary, ControlledDropdown, devices, Editorial, Footer, GlobalStyles, Grid, GridItem, Header, Icon, IconNameType, ImageAspectRatioWrapper, ImageWithCaption, Information, ITimerProps, IntegratedTimerProps, LiveChat, MiniCard, Navigation, Overline, PageHeadingCinema, PageHeadingCompact, PageHeadingCore, PageHeadingImpact, PageHeadingPanel, PageHeadingStream, Pagination, PeopleListing, PrimaryButton, Progress, PromoWithTags, PromoWithTitle, Radio, RadioGroup, RotatorButtons, SearchBar, SecondaryButton, SecondaryLogo, SectionSplitter, SectionTitle, Select, Sponsorship, StickyBar, Stepper, StreamBadge, Subtitle, Tab, TabLink, Tabs, TertiaryButton, TextArea, TextField, TextLink, TextOnly, ThemeProvider, ThemeType, TitleWithCTA, Tickbox, TickboxMode, Timer, TypeTags, UpsellCard, UpsellSection, Quote, zIndexes, };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@royaloperahouse/chord",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.1",
|
|
4
4
|
"author": "Royal Opera House",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -93,7 +93,6 @@
|
|
|
93
93
|
"@types/react-dom": "^17.0.11",
|
|
94
94
|
"@types/react-test-renderer": "^17.0.1",
|
|
95
95
|
"@types/styled-components": "^5.1.15",
|
|
96
|
-
"@types/swiper": "^5.4.3",
|
|
97
96
|
"@types/testing-library__jest-dom": "^5.14.1",
|
|
98
97
|
"babel-loader": "^8.2.3",
|
|
99
98
|
"chromatic": "^6.11.4",
|
|
@@ -111,7 +110,6 @@
|
|
|
111
110
|
"typescript": "^4.4.4"
|
|
112
111
|
},
|
|
113
112
|
"dependencies": {
|
|
114
|
-
"moment": "^2.29.4"
|
|
115
|
-
"swiper": "^7.3.3"
|
|
113
|
+
"moment": "^2.29.4"
|
|
116
114
|
}
|
|
117
115
|
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
interface HighlightsInfoWrapperProps {
|
|
2
|
-
hasImages: boolean;
|
|
3
|
-
}
|
|
4
|
-
interface HighlightsCarouselWrapperProps {
|
|
5
|
-
hasMultipleImages: boolean;
|
|
6
|
-
}
|
|
7
|
-
export declare const HighlightsGrid: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
8
|
-
export declare const HighlightTitleWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
9
|
-
export declare const HighlightTextWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
10
|
-
export declare const HighlightsInfoWrapper: import("styled-components").StyledComponent<"div", any, HighlightsInfoWrapperProps, never>;
|
|
11
|
-
export declare const HighlightsCarouselWrapper: import("styled-components").StyledComponent<"div", any, HighlightsCarouselWrapperProps, never>;
|
|
12
|
-
export declare const MobileRotatorButtonsWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
13
|
-
export declare const RotatorButtonsWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
14
|
-
export {};
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { ICarouselWrapperProps } from '../../../types/carousel';
|
|
2
|
-
export declare const CarouselWrapper: import("styled-components").StyledComponent<"div", any, ICarouselWrapperProps, never>;
|
|
3
|
-
export declare const TitleButtonsGrid: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
4
|
-
export declare const TitleWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
5
|
-
export declare const ButtonsWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
6
|
-
export declare const TitleGridItem: import("styled-components").StyledComponent<"div", any, import("../../../types/types").IGridItemProps, never>;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
export declare const HighlightsGrid: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
2
|
-
export declare const CarouselTitleWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
3
|
-
export declare const InfoWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
4
|
-
export declare const InfoLogoWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
5
|
-
export declare const InfoTitleWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
6
|
-
export declare const InfoTextWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
7
|
-
export declare const InfoLinkWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
8
|
-
export declare const CarouselWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
9
|
-
export declare const RotatorButtonsWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
10
|
-
export declare const RotatorButtonsWrapperMobile: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
11
|
-
export declare const HtmlBodyText: import("styled-components").StyledComponent<"p", any, {}, never>;
|
|
12
|
-
export declare const FirstButtonComponentWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
13
|
-
export declare const TimerWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
14
|
-
export declare const AdditionalInfoWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import HighlightsCarouselCinema from './HighlightsCinema';
|
|
2
|
-
import HighlightsCarouselCore from './HighlightsCore';
|
|
3
|
-
import HighlightsCarouselStream from './HighlightsStream';
|
|
4
|
-
import HighlightsCarousel from './HighlightsCarousel';
|
|
5
|
-
export { HighlightsCarousel, HighlightsCarouselCinema, HighlightsCarouselCore, HighlightsCarouselStream };
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export declare const CarouselWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
2
|
-
export declare const TitleWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
3
|
-
export declare const ButtonsWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
4
|
-
export declare const TitleGridItem: import("styled-components").StyledComponent<"div", any, import("../../../types/types").IGridItemProps, never>;
|