@royaloperahouse/harmonic 0.18.2-a → 0.18.2-c
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 +0 -12
- package/dist/components/atoms/Dropdown/Dropdown.d.ts +1 -1
- package/dist/components/atoms/Tab/Tab.d.ts +1 -1
- package/dist/components/index.d.ts +2 -2
- package/dist/components/molecules/PromoWithTags/PromoWithTags.style.d.ts +0 -1
- package/dist/components/molecules/SkipToMain/SkipToMain.style.d.ts +1 -1
- package/dist/components/molecules/index.d.ts +1 -2
- package/dist/components/organisms/Carousels/HighlightsCarousel/HighlightsCarousel.style.d.ts +0 -1
- package/dist/harmonic.cjs.development.css +319 -0
- package/dist/harmonic.cjs.development.js +169 -361
- package/dist/harmonic.cjs.development.js.map +1 -1
- package/dist/harmonic.cjs.production.min.js +1 -1
- package/dist/harmonic.cjs.production.min.js.map +1 -1
- package/dist/harmonic.esm.js +181 -369
- package/dist/harmonic.esm.js.map +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/styles/HarmonicThemeProvider/HarmonicThemeProvider.d.ts +1 -0
- package/dist/types/carousel.d.ts +0 -12
- package/dist/types/progress.d.ts +3 -3
- package/dist/types/promoWithTags.d.ts +0 -12
- package/dist/types/types.d.ts +9 -1
- package/package.json +3 -5
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Accordion, Accordions, AnchorBar, AnnouncementBanner, AltHeader, AnchorTabBar, AuxiliaryNav, BodyText, Card, Cards, Carousel,
|
|
1
|
+
import { Accordion, Accordions, AnchorBar, AnnouncementBanner, AltHeader, AnchorTabBar, AuxiliaryNav, BodyText, Card, Cards, Carousel, CinemaBadge, ContactCard, ContentSummary, ControlledDropdown, CreditListing, Editorial, Footer, GlobalStyles, Grid, GridItem, Header, HighlightsCarousel, HighlightsCarouselCinema, HighlightsCarouselCore, HighlightsCarouselStream, HotFilters, Icon, ImageAspectRatioWrapper, ImageWithCaption, Information, Navigation, MinimalCarousel, Overline, PageHeading, PageHeadingCompact, PageHeadingImpact, PageHeadingPanel, PageHeadingHighlight, PageHeadingPromo, PageHeadingHighlightCarousel, Pagination, PasswordStrength, Paywall, PeopleListing, PrimaryButton, Progress, PromoWithTags, PromoWithTitle, Radio, Radio2, RadioGroup, RadioGroup2, ReadMore, RotatorButtons, StatusBanner, SearchBar, SecondaryButton, SecondaryLogo, SectionSplitter, SectionTitle, Select, Select2, Select2Async, SignUpForm, Sponsorship, StickyBar, Stepper, StreamBadge, Subtitle, TertiaryButton, ThemeProvider, TitleWithCTA, Tab, Table, TabLink, Tabs, TextArea, TextField, TextFieldLegacy, TextLink, Tickbox, Tickbox2, Timer, TypeTags, UpsellCard, UpsellSection, VideoControls, VideoWithControls } from './components';
|
|
2
2
|
import BodyContent from './components/molecules/BodyContent';
|
|
3
3
|
import Quote from './components/molecules/Quote';
|
|
4
4
|
import { devices, breakpoints } from './styles/viewports';
|
|
@@ -12,4 +12,4 @@ import HarmonicThemeProvider, { useHarmonicTheme } from './styles/HarmonicThemeP
|
|
|
12
12
|
import { HarmonicSize } from './types/typography';
|
|
13
13
|
import { HarmonicHeader, HarmonicSubtitle, BodyCopyHarmonic, HarmonicOverline, ButtonText, Caption, NavigationText } from './components/Typography';
|
|
14
14
|
export { useHarmonicTheme };
|
|
15
|
-
export { Accordion, Accordions, AnchorBar, AnnouncementBanner, AltHeader, AnchorTabBar, AuxiliaryButton, AuxiliaryNav, AspectRatio, BodyContent, BodyText, breakpoints, ButtonType, Card, Cards, CarouselType, Carousel,
|
|
15
|
+
export { Accordion, Accordions, AnchorBar, AnnouncementBanner, AltHeader, AnchorTabBar, AuxiliaryButton, AuxiliaryNav, AspectRatio, BodyContent, BodyText, breakpoints, ButtonType, Card, Cards, CarouselType, Carousel, CinemaBadge, Colors, ContactCard, ContentSummary, ControlledDropdown, CreditListing, devices, Editorial, EditorialLink, Footer, GlobalStyles, Grid, GridItem, HarmonicSize, HarmonicThemeProvider, Header, HighlightsCarousel, HighlightsCarouselCinema, HighlightsCarouselCore, HighlightsCarouselStream, HotFilters, Icon, IconNameType, ImageAspectRatioWrapper, ImageWithCaption, Information, IInformationCTAProps, IInformationTitleProps, ITimerProps, IntegratedTimerProps, MinimalCarousel, MiniCard, ModalWindow, Navigation, Overline, PageHeading, PageHeadingCompact, PageHeadingImpact, PageHeadingPanel, PageHeadingHighlight, PageHeadingPromo, PageHeadingHighlightCarousel, Pagination, PasswordStrength, PersonCard, Paywall, PeopleListing, PrimaryButton, Progress, PromoWithTags, PromoWithTitle, Radio, Radio2, RadioGroup, RadioGroup2, ReadMore, RotatorButtons, StatusBanner, SearchBar, SecondaryButton, SecondaryLogo, SectionSplitter, SectionTitle, Select, Select2, Select2Async, SignUpForm, Sponsorship, StickyBar, Stepper, StreamBadge, Subtitle, Tab, Table, TabLink, Tabs, TertiaryButton, TextArea, TextField, TextFieldLegacy, TextLink, ThemeColor, ThemeProvider, ThemeType, TitleWithCTA, Tickbox, Tickbox2, TickboxMode, Timer, TypeTags, UpsellCard, UpsellSection, Quote, VideoControls, VideoWithControls, zIndexes, HarmonicHeader, HarmonicSubtitle, BodyCopyHarmonic, HarmonicOverline, ButtonText, Caption, NavigationText, };
|
package/dist/types/carousel.d.ts
CHANGED
|
@@ -143,18 +143,6 @@ export declare type HighlightsCarouselSlide = {
|
|
|
143
143
|
* Renders an auxiliary button when passed
|
|
144
144
|
*/
|
|
145
145
|
auxiliaryCTA?: EditorialLink;
|
|
146
|
-
/**
|
|
147
|
-
* Set the visualization of progress bar
|
|
148
|
-
*/
|
|
149
|
-
withContinueWatching?: boolean;
|
|
150
|
-
/**
|
|
151
|
-
* The progress percentage
|
|
152
|
-
*/
|
|
153
|
-
progress?: number;
|
|
154
|
-
/**
|
|
155
|
-
* The progress title
|
|
156
|
-
*/
|
|
157
|
-
progressTitle?: string;
|
|
158
146
|
};
|
|
159
147
|
export interface IHighlightsCarouselProps {
|
|
160
148
|
/**
|
package/dist/types/progress.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Colors } from './types';
|
|
2
2
|
export interface IProgressSteps {
|
|
3
3
|
/**
|
|
4
4
|
* Number of the steps
|
|
@@ -21,11 +21,11 @@ export interface IProgressProps {
|
|
|
21
21
|
/**
|
|
22
22
|
* Color of the elapsed line
|
|
23
23
|
*/
|
|
24
|
-
elapsedLineColor?:
|
|
24
|
+
elapsedLineColor?: Colors;
|
|
25
25
|
/**
|
|
26
26
|
* Color of the pending line
|
|
27
27
|
*/
|
|
28
|
-
pendingLineColor?:
|
|
28
|
+
pendingLineColor?: Colors;
|
|
29
29
|
/**
|
|
30
30
|
* Number of the steps
|
|
31
31
|
*/
|
|
@@ -80,18 +80,6 @@ export interface IPromoWithTagsProps {
|
|
|
80
80
|
* Additional CSS class names to apply to component.
|
|
81
81
|
*/
|
|
82
82
|
className?: string;
|
|
83
|
-
/**
|
|
84
|
-
* Set the visualization of progress bar
|
|
85
|
-
*/
|
|
86
|
-
withContinueWatching?: boolean;
|
|
87
|
-
/**
|
|
88
|
-
* The progress percentage
|
|
89
|
-
*/
|
|
90
|
-
progress?: number;
|
|
91
|
-
/**
|
|
92
|
-
* The progress title
|
|
93
|
-
*/
|
|
94
|
-
progressTitle?: string;
|
|
95
83
|
}
|
|
96
84
|
export interface IPromoWithTagsStyledProps {
|
|
97
85
|
/**
|
package/dist/types/types.d.ts
CHANGED
|
@@ -147,6 +147,10 @@ export interface ITabProps {
|
|
|
147
147
|
* Additional CSS class names to apply to the navigation component.
|
|
148
148
|
*/
|
|
149
149
|
className?: string;
|
|
150
|
+
/**
|
|
151
|
+
* The unique ID to assign to the link element.
|
|
152
|
+
*/
|
|
153
|
+
tabLinkId?: string;
|
|
150
154
|
/**
|
|
151
155
|
* Defines the ARIA role of the element for accessibility purposes.
|
|
152
156
|
*/
|
|
@@ -222,7 +226,11 @@ export interface IDropdownProps {
|
|
|
222
226
|
*/
|
|
223
227
|
ariaLabel?: string;
|
|
224
228
|
/**
|
|
225
|
-
*
|
|
229
|
+
* The unique ID to assign to the link element inside the tab.
|
|
230
|
+
*/
|
|
231
|
+
tabLinkId?: string;
|
|
232
|
+
/**
|
|
233
|
+
* Defines if it is needed to trim the text of the Tab and add 3 dots in the end
|
|
226
234
|
*/
|
|
227
235
|
trimTabText?: boolean;
|
|
228
236
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@royaloperahouse/harmonic",
|
|
3
|
-
"version": "0.18.2-
|
|
3
|
+
"version": "0.18.2-c",
|
|
4
4
|
"author": "Royal Opera House",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -62,7 +62,6 @@
|
|
|
62
62
|
"devDependencies": {
|
|
63
63
|
"@babel/core": "^7.16.0",
|
|
64
64
|
"@babel/plugin-transform-modules-commonjs": "^7.16.0",
|
|
65
|
-
"@rollup/plugin-url": "^6.0.0",
|
|
66
65
|
"@size-limit/file": "^11.1.6",
|
|
67
66
|
"@size-limit/webpack": "^11.1.6",
|
|
68
67
|
"@size-limit/webpack-why": "^11.1.6",
|
|
@@ -129,7 +128,7 @@
|
|
|
129
128
|
"typescript": "^4.4.4"
|
|
130
129
|
},
|
|
131
130
|
"dependencies": {
|
|
132
|
-
"
|
|
131
|
+
"date-fns": "^4.1.0",
|
|
133
132
|
"react-modal": "^3.16.1",
|
|
134
133
|
"react-scrolllock": "^5.0.1",
|
|
135
134
|
"react-select": "^5.8.0"
|
|
@@ -143,6 +142,5 @@
|
|
|
143
142
|
"npx eslint src --fix ",
|
|
144
143
|
"npx prettier src --write --uncommitted"
|
|
145
144
|
]
|
|
146
|
-
}
|
|
147
|
-
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
|
145
|
+
}
|
|
148
146
|
}
|