@royaloperahouse/harmonic 0.4.1-j → 0.5.0-a
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 +46 -0
- package/README.md +18 -2
- package/dist/components/Typography/Typography.d.ts +277 -6
- package/dist/components/atoms/Dropdown/Dropdown.d.ts +1 -1
- package/dist/components/atoms/Icons/SvgIcons/Arrows/ArrowPagination.svg.d.ts +4 -0
- package/dist/components/atoms/Icons/SvgIcons/Arrows/LastPageArrow.svg.d.ts +4 -0
- package/dist/components/atoms/Icons/SvgIcons/index.d.ts +2 -0
- package/dist/components/atoms/RotatorButtons/RotatorButtons.d.ts +1 -1
- package/dist/components/atoms/RotatorButtons/RotatorButtons.style.d.ts +1 -0
- package/dist/components/atoms/Search/Search.d.ts +1 -1
- package/dist/components/atoms/Search/Search.style.d.ts +1 -1
- package/dist/components/atoms/SectionSplitter/SectionSplitter.d.ts +1 -1
- package/dist/components/atoms/Tab/Tab.d.ts +1 -1
- package/dist/components/atoms/TextField/TextField.style.d.ts +1 -1
- package/dist/components/index.d.ts +3 -3
- package/dist/components/molecules/Accordion/Accordion.style.d.ts +8 -4
- package/dist/components/molecules/AnchorBar/AnchorBar.style.d.ts +5 -1
- package/dist/components/molecules/BodyContent/BodyContent.d.ts +9 -0
- package/dist/components/molecules/BodyContent/BodyContent.style.d.ts +1 -0
- package/dist/components/molecules/BodyContent/index.d.ts +2 -0
- package/dist/components/molecules/Card/Card.style.d.ts +1 -1
- package/dist/components/molecules/CastFilter/CastFilters.d.ts +4 -0
- package/dist/components/molecules/CastFilter/CastFilters.style.d.ts +16 -0
- package/dist/components/molecules/CastFilter/index.d.ts +2 -0
- package/dist/components/molecules/ContactCard/ContactCard.style.d.ts +5 -4
- package/dist/components/molecules/ContentSummary/ContentSummary.d.ts +1 -1
- package/dist/components/molecules/ContentSummary/ContentSummary.style.d.ts +1 -2
- package/dist/components/molecules/Editorial/Editorial.style.d.ts +2 -2
- package/dist/components/molecules/HotFilters/HotFilters.d.ts +4 -0
- package/dist/components/molecules/HotFilters/HotFilters.style.d.ts +3 -0
- package/dist/components/molecules/HotFilters/index.d.ts +2 -0
- package/dist/components/molecules/ImageWithCaption/ImageWithCaption.style.d.ts +1 -1
- package/dist/components/molecules/Information/Information.style.d.ts +3 -2
- package/dist/components/molecules/NavTop/NavTop.d.ts +1 -1
- package/dist/components/molecules/PageHeading/Highlight/Highlight.d.ts +4 -0
- package/dist/components/molecules/PageHeading/Highlight/Highlight.style.d.ts +9 -0
- package/dist/components/molecules/PageHeading/Highlight/index.d.ts +2 -0
- package/dist/components/molecules/PageHeading/HighlightCarousel/HighlightCarousel.d.ts +4 -0
- package/dist/components/molecules/PageHeading/HighlightCarousel/HighlightCarousel.style.d.ts +14 -0
- package/dist/components/molecules/PageHeading/HighlightCarousel/index.d.ts +2 -0
- package/dist/components/molecules/PageHeading/Promo/Promo.d.ts +1 -2
- package/dist/components/molecules/PageHeading/index.d.ts +3 -1
- package/dist/components/molecules/Pagination/Pagination.d.ts +11 -3
- package/dist/components/molecules/Pagination/Pagination.style.d.ts +6 -5
- package/dist/components/molecules/Pagination/components/NavButtonOrLink.d.ts +4 -0
- package/dist/components/molecules/Pagination/components/PageLinkOrButton.d.ts +4 -0
- package/dist/components/molecules/Pagination/components/index.d.ts +2 -0
- package/dist/components/molecules/Paywall/Paywall.d.ts +4 -0
- package/dist/components/molecules/Paywall/Paywall.styles.d.ts +288 -0
- package/dist/components/molecules/Paywall/index.d.ts +2 -0
- package/dist/components/molecules/PeopleListing/PeopleListing.d.ts +1 -1
- package/dist/components/molecules/PeopleListing/PeopleListing.style.d.ts +2 -2
- package/dist/components/molecules/PromoWithTags/PromoWithTags.style.d.ts +273 -6
- package/dist/components/molecules/PromoWithTitle/PromoWithTitle.style.d.ts +273 -3
- package/dist/components/molecules/Quote/Quote.style.d.ts +3 -4
- package/dist/components/molecules/SearchBar/SearchBar.d.ts +1 -1
- package/dist/components/molecules/SearchBar/SearchBar.style.d.ts +1 -1
- package/dist/components/molecules/SectionTitle/SectionTitle.d.ts +1 -1
- package/dist/components/molecules/SkipToMain/SkipToMain.d.ts +20 -0
- package/dist/components/molecules/SkipToMain/SkipToMain.style.d.ts +6 -0
- package/dist/components/molecules/SkipToMain/index.d.ts +2 -0
- package/dist/components/molecules/Table/Table.style.d.ts +1 -8
- package/dist/components/molecules/Table/components/DataCells.d.ts +7 -0
- package/dist/components/molecules/Table/components/HeaderCells.d.ts +7 -0
- package/dist/components/molecules/UpsellCard/UpsellCard.style.d.ts +279 -12
- package/dist/components/molecules/index.d.ts +5 -4
- package/dist/components/organisms/AnchorTabBar/AnchorTabBar.style.d.ts +8 -3
- package/dist/components/organisms/Carousels/Carousel/Carousel.style.d.ts +271 -0
- package/dist/components/organisms/Carousels/HighlightsCarousel/helper.d.ts +1 -1
- package/dist/components/organisms/Footer/Footer.style.d.ts +5 -5
- package/dist/components/organisms/Navigation/Navigation.d.ts +1 -1
- package/dist/components/organisms/Navigation/Navigation.style.d.ts +1 -1
- package/dist/components/organisms/StickyBar/StickyBar.style.d.ts +1 -1
- package/dist/components/organisms/UpsellSection/UpsellSection.style.d.ts +272 -1
- package/dist/harmonic.cjs.development.css +50 -24
- package/dist/harmonic.cjs.development.js +7386 -6745
- 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 +5395 -4759
- package/dist/harmonic.esm.js.map +1 -1
- package/dist/helpers/accessibility.d.ts +1 -0
- package/dist/index.d.ts +6 -3
- package/dist/styles/HarmonicThemeProvider/HarmonicThemeProvider.d.ts +3 -0
- package/dist/styles/HarmonicThemeProvider/index.d.ts +2 -1
- package/dist/types/anchorBar.d.ts +5 -0
- package/dist/types/buttonTypes.d.ts +6 -0
- package/dist/types/contactCard.d.ts +8 -22
- package/dist/types/creditListing.d.ts +1 -1
- package/dist/types/editorial.d.ts +13 -23
- package/dist/types/image.d.ts +5 -9
- package/dist/types/impactHeader.d.ts +22 -2
- package/dist/types/information.d.ts +23 -43
- package/dist/types/navigation.d.ts +52 -61
- package/dist/types/pagination.d.ts +9 -0
- package/dist/types/promoWithTags.d.ts +9 -1
- package/dist/types/quote.d.ts +4 -15
- package/dist/types/tableTypes.d.ts +8 -25
- package/dist/types/types.d.ts +144 -74
- package/dist/types/typography.d.ts +9 -1
- package/dist/types/upsell.d.ts +22 -16
- package/package.json +3 -2
- package/dist/components/molecules/TextOnly/TextOnly.d.ts +0 -4
- package/dist/components/molecules/TextOnly/TextOnly.style.d.ts +0 -1
- package/dist/components/molecules/TextOnly/index.d.ts +0 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,49 @@
|
|
|
1
|
+
## [0.15.0]
|
|
2
|
+
- PageHeading: Add PageHeadingHighlight component
|
|
3
|
+
|
|
4
|
+
## [0.14.0]
|
|
5
|
+
- CastFilter: Add CastFilter component
|
|
6
|
+
- Swipe: Update focus padding
|
|
7
|
+
|
|
8
|
+
## [0.13.4]
|
|
9
|
+
- Footer: internal links open in the same tab
|
|
10
|
+
|
|
11
|
+
## [0.13.3]
|
|
12
|
+
- BodyContent: remove uppercase for the headers
|
|
13
|
+
|
|
14
|
+
## [0.13.2]
|
|
15
|
+
- Tab: add isOpen boolean param to set aria-expanded
|
|
16
|
+
|
|
17
|
+
## [0.13.1]
|
|
18
|
+
- Buttons, ControlledDropdown, SocialLinks, AnchorBar, Pagination, PolicyLinks, Footer: add tabIndex=0
|
|
19
|
+
|
|
20
|
+
## [0.13.0]
|
|
21
|
+
- Restyled: Quote, Image Gallery, Accordions, BodyContent, AnchorTabBar, PromoWithTags, Section, ContactCard
|
|
22
|
+
|
|
23
|
+
## [0.12.1]
|
|
24
|
+
- Table: improve the pagination
|
|
25
|
+
|
|
26
|
+
## [0.12.0]
|
|
27
|
+
- AnchorBar: add visual improvements
|
|
28
|
+
- Footer: align the grid
|
|
29
|
+
|
|
30
|
+
## [0.11.0]
|
|
31
|
+
- CreditListing line groups
|
|
32
|
+
|
|
33
|
+
## [0.10.0]
|
|
34
|
+
- Restyle Tables, add accessibility labels to the Pagination component
|
|
35
|
+
|
|
36
|
+
## [0.9.3]
|
|
37
|
+
- Card: use the first button as a source for OnClick handler
|
|
38
|
+
|
|
39
|
+
## [0.9.2]
|
|
40
|
+
- Add onClick handler to the Card component
|
|
41
|
+
|
|
42
|
+
## [0.9.0]
|
|
43
|
+
- Upsell Card, Upsell Cards, Upsell section:
|
|
44
|
+
- Add secondary CTA
|
|
45
|
+
- Update device styling
|
|
46
|
+
|
|
1
47
|
## [0.2.3]
|
|
2
48
|
- Restyle PromoWithTitle component
|
|
3
49
|
|
package/README.md
CHANGED
|
@@ -24,17 +24,33 @@ The Storybook for the latest version of the library is hosted at [Storybook - Ha
|
|
|
24
24
|
|
|
25
25
|
*AWS 'Your Applications' page -> 'Royal Opera House' -> 'Developer Access' -> 'Command line or programmatic access'*
|
|
26
26
|
|
|
27
|
-
* **To deploy a preview** for demo / QA you will need
|
|
27
|
+
* **To deploy a preview** for demo / QA you will need:
|
|
28
|
+
|
|
29
|
+
* A Chromatic account with a **Developer** role in the `roh-ml` project in Chromatic
|
|
30
|
+
* [Mari Lovell](mari.lovell@roh.org.uk) is the current owner of this project, you can contact her to invite you
|
|
31
|
+
* The `CHROMATIC_PROJECT_TOKEN` -- find this in 1Password or ask the project owner.
|
|
28
32
|
|
|
29
33
|
|
|
30
34
|
* **To enable publishing to the NPM package**:
|
|
31
35
|
* Create account / log in to NPM
|
|
32
36
|
* Ask a colleague with admin rights to be added as a contributer
|
|
33
37
|
* Generate your own ROH `NPM_TOKEN` (store this token in 1Password)
|
|
38
|
+
* Set up Two-Factor Authentication for NPM, as you will be prompted by the publishing script
|
|
34
39
|
|
|
35
40
|
|
|
36
41
|
## Versioning
|
|
37
42
|
---
|
|
43
|
+
> NOTE: The following applies while the Harmonic project is in Alpha (before a version 1.0.0 release)
|
|
44
|
+
|
|
45
|
+
We are **not** yet using semantic versioning.
|
|
46
|
+
|
|
47
|
+
When proposing changes to the Harmonic library, increment the patch version (the last number) by one, **only** in the changelog (alternatively, leave the version in the changelog as TBC) along with a note about your changes.
|
|
48
|
+
|
|
49
|
+
Only increment the version in the package.json for releasing snapshots.
|
|
50
|
+
|
|
51
|
+
Once your changes are merged to the main branch and released in a new version, the release manager will be responsible for incrementing that release version.
|
|
52
|
+
|
|
53
|
+
> NOTE: The following **may** apply once the Harmonic project is out of Alpha, but is subject to change before then.
|
|
38
54
|
|
|
39
55
|
We use [Semantic Versioning](https://semver.org/) for Harmonic.
|
|
40
56
|
|
|
@@ -69,7 +85,7 @@ The server will hot-reload on most changes.
|
|
|
69
85
|
|
|
70
86
|
You can deploy a release candidate, or work-in-progress to [Chromatic](https://www.chromatic.com/) for showcase or QA.
|
|
71
87
|
|
|
72
|
-
**NOTE:** you will need the `CHROMATIC_PROJECT_TOKEN` as described in *Prerequisites* above.
|
|
88
|
+
**NOTE:** you will need the `CHROMATIC_PROJECT_TOKEN` and to be invited as a contributor to the Harmonic project in Chromatic, as described in *Prerequisites* above.
|
|
73
89
|
|
|
74
90
|
Either set the token as a shell variable or use a `.env` file in the `harmonic` root directory containing the token, as so:
|
|
75
91
|
|
|
@@ -1,10 +1,281 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { IGenericTypographyProps,
|
|
2
|
+
import { IGenericTypographyProps, ITaggedTypographyProps } from '../../types/typography';
|
|
3
|
+
import type { HarmonicHeaderProps } from '../../types/typography';
|
|
3
4
|
export declare const DisplayHeader: ({ children, size, em, color, serif, className }: IGenericTypographyProps) => React.JSX.Element;
|
|
4
|
-
export declare const HarmonicHeader: ({ children, size, em, color, serif, hierarchy
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
export declare const HarmonicHeader: ({ children, size, em, color, serif, hierarchy, tag, className, ...props }: HarmonicHeaderProps) => React.DOMElement<{
|
|
6
|
+
defaultChecked?: boolean | undefined;
|
|
7
|
+
defaultValue?: string | number | readonly string[] | undefined;
|
|
8
|
+
suppressContentEditableWarning?: boolean | undefined;
|
|
9
|
+
suppressHydrationWarning?: boolean | undefined;
|
|
10
|
+
accessKey?: string | undefined;
|
|
11
|
+
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | (string & {}) | undefined;
|
|
12
|
+
autoFocus?: boolean | undefined;
|
|
13
|
+
className: string;
|
|
14
|
+
contentEditable?: boolean | "inherit" | "true" | "false" | undefined;
|
|
15
|
+
contextMenu?: string | undefined;
|
|
16
|
+
dir?: string | undefined;
|
|
17
|
+
draggable?: boolean | "true" | "false" | undefined;
|
|
18
|
+
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
|
|
19
|
+
hidden?: boolean | undefined;
|
|
20
|
+
id?: string | undefined;
|
|
21
|
+
lang?: string | undefined;
|
|
22
|
+
nonce?: string | undefined;
|
|
23
|
+
placeholder?: string | undefined;
|
|
24
|
+
slot?: string | undefined;
|
|
25
|
+
spellCheck?: boolean | "true" | "false" | undefined;
|
|
26
|
+
style?: React.CSSProperties | undefined;
|
|
27
|
+
tabIndex?: number | undefined;
|
|
28
|
+
title?: string | undefined;
|
|
29
|
+
translate?: "yes" | "no" | undefined;
|
|
30
|
+
radioGroup?: string | undefined;
|
|
31
|
+
role?: "article" | "button" | "dialog" | "figure" | "form" | "img" | "link" | "main" | "menu" | "menuitem" | "option" | "table" | "switch" | "none" | (string & {}) | "search" | "alert" | "alertdialog" | "application" | "banner" | "cell" | "checkbox" | "columnheader" | "combobox" | "complementary" | "contentinfo" | "definition" | "directory" | "document" | "feed" | "grid" | "gridcell" | "group" | "heading" | "list" | "listbox" | "listitem" | "log" | "marquee" | "math" | "menubar" | "menuitemcheckbox" | "menuitemradio" | "navigation" | "note" | "presentation" | "progressbar" | "radio" | "radiogroup" | "region" | "row" | "rowgroup" | "rowheader" | "scrollbar" | "searchbox" | "separator" | "slider" | "spinbutton" | "status" | "tab" | "tablist" | "tabpanel" | "term" | "textbox" | "timer" | "toolbar" | "tooltip" | "tree" | "treegrid" | "treeitem" | undefined;
|
|
32
|
+
about?: string | undefined;
|
|
33
|
+
content?: string | undefined;
|
|
34
|
+
datatype?: string | undefined;
|
|
35
|
+
inlist?: any;
|
|
36
|
+
prefix?: string | undefined;
|
|
37
|
+
property?: string | undefined;
|
|
38
|
+
rel?: string | undefined;
|
|
39
|
+
resource?: string | undefined;
|
|
40
|
+
rev?: string | undefined;
|
|
41
|
+
typeof?: string | undefined;
|
|
42
|
+
vocab?: string | undefined;
|
|
43
|
+
autoCorrect?: string | undefined;
|
|
44
|
+
autoSave?: string | undefined;
|
|
45
|
+
color?: string | undefined;
|
|
46
|
+
itemProp?: string | undefined;
|
|
47
|
+
itemScope?: boolean | undefined;
|
|
48
|
+
itemType?: string | undefined;
|
|
49
|
+
itemID?: string | undefined;
|
|
50
|
+
itemRef?: string | undefined;
|
|
51
|
+
results?: number | undefined;
|
|
52
|
+
security?: string | undefined;
|
|
53
|
+
unselectable?: "off" | "on" | undefined;
|
|
54
|
+
inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
55
|
+
is?: string | undefined;
|
|
56
|
+
exportparts?: string | undefined;
|
|
57
|
+
part?: string | undefined;
|
|
58
|
+
"aria-activedescendant"?: string | undefined;
|
|
59
|
+
"aria-atomic"?: boolean | "true" | "false" | undefined;
|
|
60
|
+
"aria-autocomplete"?: "none" | "list" | "inline" | "both" | undefined;
|
|
61
|
+
"aria-braillelabel"?: string | undefined;
|
|
62
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
63
|
+
"aria-busy"?: boolean | "true" | "false" | undefined;
|
|
64
|
+
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
65
|
+
"aria-colcount"?: number | undefined;
|
|
66
|
+
"aria-colindex"?: number | undefined;
|
|
67
|
+
"aria-colindextext"?: string | undefined;
|
|
68
|
+
"aria-colspan"?: number | undefined;
|
|
69
|
+
"aria-controls"?: string | undefined;
|
|
70
|
+
"aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
|
|
71
|
+
"aria-describedby"?: string | undefined;
|
|
72
|
+
"aria-description"?: string | undefined;
|
|
73
|
+
"aria-details"?: string | undefined;
|
|
74
|
+
"aria-disabled"?: boolean | "true" | "false" | undefined;
|
|
75
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
76
|
+
"aria-errormessage"?: string | undefined;
|
|
77
|
+
"aria-expanded"?: boolean | "true" | "false" | undefined;
|
|
78
|
+
"aria-flowto"?: string | undefined;
|
|
79
|
+
"aria-grabbed"?: boolean | "true" | "false" | undefined;
|
|
80
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
81
|
+
"aria-hidden"?: boolean | "true" | "false" | undefined;
|
|
82
|
+
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
83
|
+
"aria-keyshortcuts"?: string | undefined;
|
|
84
|
+
"aria-label"?: string | undefined;
|
|
85
|
+
"aria-labelledby"?: string | undefined;
|
|
86
|
+
"aria-level"?: number | undefined;
|
|
87
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
88
|
+
"aria-modal"?: boolean | "true" | "false" | undefined;
|
|
89
|
+
"aria-multiline"?: boolean | "true" | "false" | undefined;
|
|
90
|
+
"aria-multiselectable"?: boolean | "true" | "false" | undefined;
|
|
91
|
+
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
92
|
+
"aria-owns"?: string | undefined;
|
|
93
|
+
"aria-placeholder"?: string | undefined;
|
|
94
|
+
"aria-posinset"?: number | undefined;
|
|
95
|
+
"aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
96
|
+
"aria-readonly"?: boolean | "true" | "false" | undefined;
|
|
97
|
+
"aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
98
|
+
"aria-required"?: boolean | "true" | "false" | undefined;
|
|
99
|
+
"aria-roledescription"?: string | undefined;
|
|
100
|
+
"aria-rowcount"?: number | undefined;
|
|
101
|
+
"aria-rowindex"?: number | undefined;
|
|
102
|
+
"aria-rowindextext"?: string | undefined;
|
|
103
|
+
"aria-rowspan"?: number | undefined;
|
|
104
|
+
"aria-selected"?: boolean | "true" | "false" | undefined;
|
|
105
|
+
"aria-setsize"?: number | undefined;
|
|
106
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
107
|
+
"aria-valuemax"?: number | undefined;
|
|
108
|
+
"aria-valuemin"?: number | undefined;
|
|
109
|
+
"aria-valuenow"?: number | undefined;
|
|
110
|
+
"aria-valuetext"?: string | undefined;
|
|
111
|
+
children?: React.ReactNode;
|
|
112
|
+
dangerouslySetInnerHTML?: {
|
|
113
|
+
__html: string | TrustedHTML;
|
|
114
|
+
} | undefined;
|
|
115
|
+
onCopy?: ((event: React.ClipboardEvent<HTMLElement>) => void) | undefined;
|
|
116
|
+
onCopyCapture?: ((event: React.ClipboardEvent<HTMLElement>) => void) | undefined;
|
|
117
|
+
onCut?: ((event: React.ClipboardEvent<HTMLElement>) => void) | undefined;
|
|
118
|
+
onCutCapture?: ((event: React.ClipboardEvent<HTMLElement>) => void) | undefined;
|
|
119
|
+
onPaste?: ((event: React.ClipboardEvent<HTMLElement>) => void) | undefined;
|
|
120
|
+
onPasteCapture?: ((event: React.ClipboardEvent<HTMLElement>) => void) | undefined;
|
|
121
|
+
onCompositionEnd?: ((event: React.CompositionEvent<HTMLElement>) => void) | undefined;
|
|
122
|
+
onCompositionEndCapture?: ((event: React.CompositionEvent<HTMLElement>) => void) | undefined;
|
|
123
|
+
onCompositionStart?: ((event: React.CompositionEvent<HTMLElement>) => void) | undefined;
|
|
124
|
+
onCompositionStartCapture?: ((event: React.CompositionEvent<HTMLElement>) => void) | undefined;
|
|
125
|
+
onCompositionUpdate?: ((event: React.CompositionEvent<HTMLElement>) => void) | undefined;
|
|
126
|
+
onCompositionUpdateCapture?: ((event: React.CompositionEvent<HTMLElement>) => void) | undefined;
|
|
127
|
+
onFocus?: ((event: React.FocusEvent<HTMLElement, Element>) => void) | undefined;
|
|
128
|
+
onFocusCapture?: ((event: React.FocusEvent<HTMLElement, Element>) => void) | undefined;
|
|
129
|
+
onBlur?: ((event: React.FocusEvent<HTMLElement, Element>) => void) | undefined;
|
|
130
|
+
onBlurCapture?: ((event: React.FocusEvent<HTMLElement, Element>) => void) | undefined;
|
|
131
|
+
onChange?: ((event: React.FormEvent<HTMLElement>) => void) | undefined;
|
|
132
|
+
onChangeCapture?: ((event: React.FormEvent<HTMLElement>) => void) | undefined;
|
|
133
|
+
onBeforeInput?: ((event: React.InputEvent<HTMLElement>) => void) | undefined;
|
|
134
|
+
onBeforeInputCapture?: ((event: React.FormEvent<HTMLElement>) => void) | undefined;
|
|
135
|
+
onInput?: ((event: React.FormEvent<HTMLElement>) => void) | undefined;
|
|
136
|
+
onInputCapture?: ((event: React.FormEvent<HTMLElement>) => void) | undefined;
|
|
137
|
+
onReset?: ((event: React.FormEvent<HTMLElement>) => void) | undefined;
|
|
138
|
+
onResetCapture?: ((event: React.FormEvent<HTMLElement>) => void) | undefined;
|
|
139
|
+
onSubmit?: ((event: React.FormEvent<HTMLElement>) => void) | undefined;
|
|
140
|
+
onSubmitCapture?: ((event: React.FormEvent<HTMLElement>) => void) | undefined;
|
|
141
|
+
onInvalid?: ((event: React.FormEvent<HTMLElement>) => void) | undefined;
|
|
142
|
+
onInvalidCapture?: ((event: React.FormEvent<HTMLElement>) => void) | undefined;
|
|
143
|
+
onLoad?: ((event: React.SyntheticEvent<HTMLElement, Event>) => void) | undefined;
|
|
144
|
+
onLoadCapture?: ((event: React.SyntheticEvent<HTMLElement, Event>) => void) | undefined;
|
|
145
|
+
onError?: ((event: React.SyntheticEvent<HTMLElement, Event>) => void) | undefined;
|
|
146
|
+
onErrorCapture?: ((event: React.SyntheticEvent<HTMLElement, Event>) => void) | undefined;
|
|
147
|
+
onKeyDown?: ((event: React.KeyboardEvent<HTMLElement>) => void) | undefined;
|
|
148
|
+
onKeyDownCapture?: ((event: React.KeyboardEvent<HTMLElement>) => void) | undefined;
|
|
149
|
+
onKeyPress?: ((event: React.KeyboardEvent<HTMLElement>) => void) | undefined;
|
|
150
|
+
onKeyPressCapture?: ((event: React.KeyboardEvent<HTMLElement>) => void) | undefined;
|
|
151
|
+
onKeyUp?: ((event: React.KeyboardEvent<HTMLElement>) => void) | undefined;
|
|
152
|
+
onKeyUpCapture?: ((event: React.KeyboardEvent<HTMLElement>) => void) | undefined;
|
|
153
|
+
onAbort?: ((event: React.SyntheticEvent<HTMLElement, Event>) => void) | undefined;
|
|
154
|
+
onAbortCapture?: ((event: React.SyntheticEvent<HTMLElement, Event>) => void) | undefined;
|
|
155
|
+
onCanPlay?: ((event: React.SyntheticEvent<HTMLElement, Event>) => void) | undefined;
|
|
156
|
+
onCanPlayCapture?: ((event: React.SyntheticEvent<HTMLElement, Event>) => void) | undefined;
|
|
157
|
+
onCanPlayThrough?: ((event: React.SyntheticEvent<HTMLElement, Event>) => void) | undefined;
|
|
158
|
+
onCanPlayThroughCapture?: ((event: React.SyntheticEvent<HTMLElement, Event>) => void) | undefined;
|
|
159
|
+
onDurationChange?: ((event: React.SyntheticEvent<HTMLElement, Event>) => void) | undefined;
|
|
160
|
+
onDurationChangeCapture?: ((event: React.SyntheticEvent<HTMLElement, Event>) => void) | undefined;
|
|
161
|
+
onEmptied?: ((event: React.SyntheticEvent<HTMLElement, Event>) => void) | undefined;
|
|
162
|
+
onEmptiedCapture?: ((event: React.SyntheticEvent<HTMLElement, Event>) => void) | undefined;
|
|
163
|
+
onEncrypted?: ((event: React.SyntheticEvent<HTMLElement, Event>) => void) | undefined;
|
|
164
|
+
onEncryptedCapture?: ((event: React.SyntheticEvent<HTMLElement, Event>) => void) | undefined;
|
|
165
|
+
onEnded?: ((event: React.SyntheticEvent<HTMLElement, Event>) => void) | undefined;
|
|
166
|
+
onEndedCapture?: ((event: React.SyntheticEvent<HTMLElement, Event>) => void) | undefined;
|
|
167
|
+
onLoadedData?: ((event: React.SyntheticEvent<HTMLElement, Event>) => void) | undefined;
|
|
168
|
+
onLoadedDataCapture?: ((event: React.SyntheticEvent<HTMLElement, Event>) => void) | undefined;
|
|
169
|
+
onLoadedMetadata?: ((event: React.SyntheticEvent<HTMLElement, Event>) => void) | undefined;
|
|
170
|
+
onLoadedMetadataCapture?: ((event: React.SyntheticEvent<HTMLElement, Event>) => void) | undefined;
|
|
171
|
+
onLoadStart?: ((event: React.SyntheticEvent<HTMLElement, Event>) => void) | undefined;
|
|
172
|
+
onLoadStartCapture?: ((event: React.SyntheticEvent<HTMLElement, Event>) => void) | undefined;
|
|
173
|
+
onPause?: ((event: React.SyntheticEvent<HTMLElement, Event>) => void) | undefined;
|
|
174
|
+
onPauseCapture?: ((event: React.SyntheticEvent<HTMLElement, Event>) => void) | undefined;
|
|
175
|
+
onPlay?: ((event: React.SyntheticEvent<HTMLElement, Event>) => void) | undefined;
|
|
176
|
+
onPlayCapture?: ((event: React.SyntheticEvent<HTMLElement, Event>) => void) | undefined;
|
|
177
|
+
onPlaying?: ((event: React.SyntheticEvent<HTMLElement, Event>) => void) | undefined;
|
|
178
|
+
onPlayingCapture?: ((event: React.SyntheticEvent<HTMLElement, Event>) => void) | undefined;
|
|
179
|
+
onProgress?: ((event: React.SyntheticEvent<HTMLElement, Event>) => void) | undefined;
|
|
180
|
+
onProgressCapture?: ((event: React.SyntheticEvent<HTMLElement, Event>) => void) | undefined;
|
|
181
|
+
onRateChange?: ((event: React.SyntheticEvent<HTMLElement, Event>) => void) | undefined;
|
|
182
|
+
onRateChangeCapture?: ((event: React.SyntheticEvent<HTMLElement, Event>) => void) | undefined;
|
|
183
|
+
onSeeked?: ((event: React.SyntheticEvent<HTMLElement, Event>) => void) | undefined;
|
|
184
|
+
onSeekedCapture?: ((event: React.SyntheticEvent<HTMLElement, Event>) => void) | undefined;
|
|
185
|
+
onSeeking?: ((event: React.SyntheticEvent<HTMLElement, Event>) => void) | undefined;
|
|
186
|
+
onSeekingCapture?: ((event: React.SyntheticEvent<HTMLElement, Event>) => void) | undefined;
|
|
187
|
+
onStalled?: ((event: React.SyntheticEvent<HTMLElement, Event>) => void) | undefined;
|
|
188
|
+
onStalledCapture?: ((event: React.SyntheticEvent<HTMLElement, Event>) => void) | undefined;
|
|
189
|
+
onSuspend?: ((event: React.SyntheticEvent<HTMLElement, Event>) => void) | undefined;
|
|
190
|
+
onSuspendCapture?: ((event: React.SyntheticEvent<HTMLElement, Event>) => void) | undefined;
|
|
191
|
+
onTimeUpdate?: ((event: React.SyntheticEvent<HTMLElement, Event>) => void) | undefined;
|
|
192
|
+
onTimeUpdateCapture?: ((event: React.SyntheticEvent<HTMLElement, Event>) => void) | undefined;
|
|
193
|
+
onVolumeChange?: ((event: React.SyntheticEvent<HTMLElement, Event>) => void) | undefined;
|
|
194
|
+
onVolumeChangeCapture?: ((event: React.SyntheticEvent<HTMLElement, Event>) => void) | undefined;
|
|
195
|
+
onWaiting?: ((event: React.SyntheticEvent<HTMLElement, Event>) => void) | undefined;
|
|
196
|
+
onWaitingCapture?: ((event: React.SyntheticEvent<HTMLElement, Event>) => void) | undefined;
|
|
197
|
+
onAuxClick?: ((event: React.MouseEvent<HTMLElement, MouseEvent>) => void) | undefined;
|
|
198
|
+
onAuxClickCapture?: ((event: React.MouseEvent<HTMLElement, MouseEvent>) => void) | undefined;
|
|
199
|
+
onClick?: ((event: React.MouseEvent<HTMLElement, MouseEvent>) => void) | undefined;
|
|
200
|
+
onClickCapture?: ((event: React.MouseEvent<HTMLElement, MouseEvent>) => void) | undefined;
|
|
201
|
+
onContextMenu?: ((event: React.MouseEvent<HTMLElement, MouseEvent>) => void) | undefined;
|
|
202
|
+
onContextMenuCapture?: ((event: React.MouseEvent<HTMLElement, MouseEvent>) => void) | undefined;
|
|
203
|
+
onDoubleClick?: ((event: React.MouseEvent<HTMLElement, MouseEvent>) => void) | undefined;
|
|
204
|
+
onDoubleClickCapture?: ((event: React.MouseEvent<HTMLElement, MouseEvent>) => void) | undefined;
|
|
205
|
+
onDrag?: ((event: React.DragEvent<HTMLElement>) => void) | undefined;
|
|
206
|
+
onDragCapture?: ((event: React.DragEvent<HTMLElement>) => void) | undefined;
|
|
207
|
+
onDragEnd?: ((event: React.DragEvent<HTMLElement>) => void) | undefined;
|
|
208
|
+
onDragEndCapture?: ((event: React.DragEvent<HTMLElement>) => void) | undefined;
|
|
209
|
+
onDragEnter?: ((event: React.DragEvent<HTMLElement>) => void) | undefined;
|
|
210
|
+
onDragEnterCapture?: ((event: React.DragEvent<HTMLElement>) => void) | undefined;
|
|
211
|
+
onDragExit?: ((event: React.DragEvent<HTMLElement>) => void) | undefined;
|
|
212
|
+
onDragExitCapture?: ((event: React.DragEvent<HTMLElement>) => void) | undefined;
|
|
213
|
+
onDragLeave?: ((event: React.DragEvent<HTMLElement>) => void) | undefined;
|
|
214
|
+
onDragLeaveCapture?: ((event: React.DragEvent<HTMLElement>) => void) | undefined;
|
|
215
|
+
onDragOver?: ((event: React.DragEvent<HTMLElement>) => void) | undefined;
|
|
216
|
+
onDragOverCapture?: ((event: React.DragEvent<HTMLElement>) => void) | undefined;
|
|
217
|
+
onDragStart?: ((event: React.DragEvent<HTMLElement>) => void) | undefined;
|
|
218
|
+
onDragStartCapture?: ((event: React.DragEvent<HTMLElement>) => void) | undefined;
|
|
219
|
+
onDrop?: ((event: React.DragEvent<HTMLElement>) => void) | undefined;
|
|
220
|
+
onDropCapture?: ((event: React.DragEvent<HTMLElement>) => void) | undefined;
|
|
221
|
+
onMouseDown?: ((event: React.MouseEvent<HTMLElement, MouseEvent>) => void) | undefined;
|
|
222
|
+
onMouseDownCapture?: ((event: React.MouseEvent<HTMLElement, MouseEvent>) => void) | undefined;
|
|
223
|
+
onMouseEnter?: ((event: React.MouseEvent<HTMLElement, MouseEvent>) => void) | undefined;
|
|
224
|
+
onMouseLeave?: ((event: React.MouseEvent<HTMLElement, MouseEvent>) => void) | undefined;
|
|
225
|
+
onMouseMove?: ((event: React.MouseEvent<HTMLElement, MouseEvent>) => void) | undefined;
|
|
226
|
+
onMouseMoveCapture?: ((event: React.MouseEvent<HTMLElement, MouseEvent>) => void) | undefined;
|
|
227
|
+
onMouseOut?: ((event: React.MouseEvent<HTMLElement, MouseEvent>) => void) | undefined;
|
|
228
|
+
onMouseOutCapture?: ((event: React.MouseEvent<HTMLElement, MouseEvent>) => void) | undefined;
|
|
229
|
+
onMouseOver?: ((event: React.MouseEvent<HTMLElement, MouseEvent>) => void) | undefined;
|
|
230
|
+
onMouseOverCapture?: ((event: React.MouseEvent<HTMLElement, MouseEvent>) => void) | undefined;
|
|
231
|
+
onMouseUp?: ((event: React.MouseEvent<HTMLElement, MouseEvent>) => void) | undefined;
|
|
232
|
+
onMouseUpCapture?: ((event: React.MouseEvent<HTMLElement, MouseEvent>) => void) | undefined;
|
|
233
|
+
onSelect?: ((event: React.SyntheticEvent<HTMLElement, Event>) => void) | undefined;
|
|
234
|
+
onSelectCapture?: ((event: React.SyntheticEvent<HTMLElement, Event>) => void) | undefined;
|
|
235
|
+
onTouchCancel?: ((event: React.TouchEvent<HTMLElement>) => void) | undefined;
|
|
236
|
+
onTouchCancelCapture?: ((event: React.TouchEvent<HTMLElement>) => void) | undefined;
|
|
237
|
+
onTouchEnd?: ((event: React.TouchEvent<HTMLElement>) => void) | undefined;
|
|
238
|
+
onTouchEndCapture?: ((event: React.TouchEvent<HTMLElement>) => void) | undefined;
|
|
239
|
+
onTouchMove?: ((event: React.TouchEvent<HTMLElement>) => void) | undefined;
|
|
240
|
+
onTouchMoveCapture?: ((event: React.TouchEvent<HTMLElement>) => void) | undefined;
|
|
241
|
+
onTouchStart?: ((event: React.TouchEvent<HTMLElement>) => void) | undefined;
|
|
242
|
+
onTouchStartCapture?: ((event: React.TouchEvent<HTMLElement>) => void) | undefined;
|
|
243
|
+
onPointerDown?: ((event: React.PointerEvent<HTMLElement>) => void) | undefined;
|
|
244
|
+
onPointerDownCapture?: ((event: React.PointerEvent<HTMLElement>) => void) | undefined;
|
|
245
|
+
onPointerMove?: ((event: React.PointerEvent<HTMLElement>) => void) | undefined;
|
|
246
|
+
onPointerMoveCapture?: ((event: React.PointerEvent<HTMLElement>) => void) | undefined;
|
|
247
|
+
onPointerUp?: ((event: React.PointerEvent<HTMLElement>) => void) | undefined;
|
|
248
|
+
onPointerUpCapture?: ((event: React.PointerEvent<HTMLElement>) => void) | undefined;
|
|
249
|
+
onPointerCancel?: ((event: React.PointerEvent<HTMLElement>) => void) | undefined;
|
|
250
|
+
onPointerCancelCapture?: ((event: React.PointerEvent<HTMLElement>) => void) | undefined;
|
|
251
|
+
onPointerEnter?: ((event: React.PointerEvent<HTMLElement>) => void) | undefined;
|
|
252
|
+
onPointerEnterCapture?: ((event: React.PointerEvent<HTMLElement>) => void) | undefined;
|
|
253
|
+
onPointerLeave?: ((event: React.PointerEvent<HTMLElement>) => void) | undefined;
|
|
254
|
+
onPointerLeaveCapture?: ((event: React.PointerEvent<HTMLElement>) => void) | undefined;
|
|
255
|
+
onPointerOver?: ((event: React.PointerEvent<HTMLElement>) => void) | undefined;
|
|
256
|
+
onPointerOverCapture?: ((event: React.PointerEvent<HTMLElement>) => void) | undefined;
|
|
257
|
+
onPointerOut?: ((event: React.PointerEvent<HTMLElement>) => void) | undefined;
|
|
258
|
+
onPointerOutCapture?: ((event: React.PointerEvent<HTMLElement>) => void) | undefined;
|
|
259
|
+
onGotPointerCapture?: ((event: React.PointerEvent<HTMLElement>) => void) | undefined;
|
|
260
|
+
onGotPointerCaptureCapture?: ((event: React.PointerEvent<HTMLElement>) => void) | undefined;
|
|
261
|
+
onLostPointerCapture?: ((event: React.PointerEvent<HTMLElement>) => void) | undefined;
|
|
262
|
+
onLostPointerCaptureCapture?: ((event: React.PointerEvent<HTMLElement>) => void) | undefined;
|
|
263
|
+
onScroll?: ((event: React.UIEvent<HTMLElement, UIEvent>) => void) | undefined;
|
|
264
|
+
onScrollCapture?: ((event: React.UIEvent<HTMLElement, UIEvent>) => void) | undefined;
|
|
265
|
+
onWheel?: ((event: React.WheelEvent<HTMLElement>) => void) | undefined;
|
|
266
|
+
onWheelCapture?: ((event: React.WheelEvent<HTMLElement>) => void) | undefined;
|
|
267
|
+
onAnimationStart?: ((event: React.AnimationEvent<HTMLElement>) => void) | undefined;
|
|
268
|
+
onAnimationStartCapture?: ((event: React.AnimationEvent<HTMLElement>) => void) | undefined;
|
|
269
|
+
onAnimationEnd?: ((event: React.AnimationEvent<HTMLElement>) => void) | undefined;
|
|
270
|
+
onAnimationEndCapture?: ((event: React.AnimationEvent<HTMLElement>) => void) | undefined;
|
|
271
|
+
onAnimationIteration?: ((event: React.AnimationEvent<HTMLElement>) => void) | undefined;
|
|
272
|
+
onAnimationIterationCapture?: ((event: React.AnimationEvent<HTMLElement>) => void) | undefined;
|
|
273
|
+
onTransitionEnd?: ((event: React.TransitionEvent<HTMLElement>) => void) | undefined;
|
|
274
|
+
onTransitionEndCapture?: ((event: React.TransitionEvent<HTMLElement>) => void) | undefined;
|
|
275
|
+
}, Element>;
|
|
276
|
+
export declare const HarmonicSubtitle: ({ children, size, color, className, tag: Tag, }: ITaggedTypographyProps) => React.JSX.Element;
|
|
277
|
+
export declare const BodyCopyHarmonic: React.ForwardRefExoticComponent<ITaggedTypographyProps & React.RefAttributes<HTMLParagraphElement>>;
|
|
7
278
|
export declare const HarmonicOverline: ({ children, size, color, className, ...props }: IGenericTypographyProps) => React.JSX.Element;
|
|
8
279
|
export declare const ButtonText: ({ children, color, className }: IGenericTypographyProps) => React.JSX.Element;
|
|
9
|
-
export declare const Caption: ({ children, color, className }:
|
|
10
|
-
export declare const NavigationText: ({ children, color, className }:
|
|
280
|
+
export declare const Caption: ({ children, color, tag: Tag, className }: ITaggedTypographyProps) => React.JSX.Element;
|
|
281
|
+
export declare const NavigationText: ({ children, color, tag: Tag, className }: ITaggedTypographyProps) => React.JSX.Element;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { IDropdownProps } from '../../../types/types';
|
|
3
|
-
declare const Dropdown: ({ title, titleLink, selected, options, onChange, iconName, isMobileBehaviour, withOptionsInMobile, withIcon, className, role, ariaLabel, tabLinkId, }: IDropdownProps) => React.JSX.Element;
|
|
3
|
+
declare const Dropdown: ({ title, titleLink, selected, options, onChange, iconName, isMobileBehaviour, withOptionsInMobile, withIcon, className, role, ariaLabel, tabLinkId, trimTabText, }: IDropdownProps) => React.JSX.Element;
|
|
4
4
|
export default Dropdown;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export declare const IconLibrary: {
|
|
2
2
|
AddToMyList: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
|
|
3
3
|
Arrow: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
|
|
4
|
+
ArrowPagination: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
|
|
4
5
|
AudioDescription: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
|
|
5
6
|
Back10: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
|
|
6
7
|
BalletAndDance: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
|
|
@@ -36,6 +37,7 @@ export declare const IconLibrary: {
|
|
|
36
37
|
Home: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
|
|
37
38
|
Info: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
|
|
38
39
|
Instagram: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
|
|
40
|
+
LastPageArrow: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
|
|
39
41
|
List: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
|
|
40
42
|
ListView: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
|
|
41
43
|
LiveStream: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import type { RotatorButtonsProps } from '../../../types/buttonTypes';
|
|
3
|
-
declare const RotatorButtons: ({ onClickPrev, onClickNext, availablePrev, availableNext, className, }: RotatorButtonsProps) => React.JSX.Element;
|
|
3
|
+
declare const RotatorButtons: ({ onClickPrev, onClickNext, availablePrev, availableNext, showFullscreen, onClickFullscreen, isFullscreen, className, }: RotatorButtonsProps) => React.JSX.Element;
|
|
4
4
|
export default RotatorButtons;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
export declare const ButtonsContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
2
2
|
export declare const IconWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
3
3
|
export declare const IconUnavailableWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
4
|
+
export declare const FullscreenIconWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { ISearchProps } from '../../../types/navigation';
|
|
3
|
-
declare const Search:
|
|
3
|
+
declare const Search: React.ForwardRefExoticComponent<Pick<ISearchProps, "selected" | "onClick" | "className"> & React.RefAttributes<HTMLButtonElement>>;
|
|
4
4
|
export default Search;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { ISearchProps } from '../../../types/navigation';
|
|
2
|
-
export declare const SearchContainer: import("styled-components").StyledComponent<"
|
|
2
|
+
export declare const SearchContainer: import("styled-components").StyledComponent<"button", any, ISearchProps, never>;
|
|
3
3
|
export declare const SvgContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { ISectionSplitterProps } from '../../../types/types';
|
|
3
|
-
declare const SectionSplitter: ({ fullWidth }: ISectionSplitterProps) => React.JSX.Element;
|
|
3
|
+
declare const SectionSplitter: ({ fullWidth, className }: ISectionSplitterProps) => React.JSX.Element;
|
|
4
4
|
export default SectionSplitter;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { ITabProps } from '../../../types/types';
|
|
3
|
-
declare const Tab: ({ title, titleLink, onClick, onFocus, onReset, selected, iconName, iconDirection, withIcon, withTextInMobile, className, role, ariaLabel, tabLinkId, color, }: ITabProps) => React.JSX.Element;
|
|
3
|
+
declare const Tab: ({ title, titleLink, onClick, onFocus, onReset, selected, iconName, iconDirection, withIcon, withTextInMobile, trimText, className, role, ariaLabel, tabLinkId, color, dataTestId, isOpen, }: ITabProps) => React.JSX.Element;
|
|
4
4
|
export default Tab;
|
|
@@ -7,4 +7,4 @@ export declare const Input: import("styled-components").StyledComponent<"input",
|
|
|
7
7
|
export declare const ShowHideButton: import("styled-components").StyledComponent<"button", any, {}, never>;
|
|
8
8
|
export declare const TextLabel: import("styled-components").StyledComponent<"div", any, Pick<ITextFieldProps, "darkMode">, never>;
|
|
9
9
|
export declare const ErrorLabel: import("styled-components").StyledComponent<"div", any, Pick<ITextFieldProps, "darkMode">, never>;
|
|
10
|
-
export declare const BodyCopyHarmonicWithWrapper: import("styled-components").StyledComponent<(
|
|
10
|
+
export declare const BodyCopyHarmonicWithWrapper: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../../../types/typography").ITaggedTypographyProps & import("react").RefAttributes<HTMLParagraphElement>>, any, {}, never>;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { DisplayHeader, HarmonicHeader, HarmonicSubtitle, BodyCopyHarmonic, HarmonicOverline, ButtonText, Caption, NavigationText } from './Typography';
|
|
2
2
|
import { AltHeader, BodyText, CinemaBadge, ControlledDropdown, Grid, GridItem, Header, Icon, ImageAspectRatioWrapper, Overline, PrimaryButton, Progress, Radio, Radio2, RotatorButtons, SecondaryButton, SecondaryLogo, TertiaryButton, SectionSplitter, SponsorLogo, Sponsorship, Stepper, StreamBadge, Subtitle, Tab, TabLink, TextLogo, TextArea, TextField, TextFieldLegacy, TextLink, Tickbox, Tickbox2, Timer, TypeTags, VideoControls } from './atoms';
|
|
3
3
|
import { AnchorTabBar, Footer, Navigation, StickyBar, TitleWithCTA, UpsellSection, Carousel, MinimalCarousel, HighlightsCarousel, HighlightsCarouselCinema, HighlightsCarouselCore, HighlightsCarouselStream } from './organisms';
|
|
4
|
-
import { Accordion, Accordions, AnchorBar, AnnouncementBanner, AuxiliaryNav, Card, Cards, ContactCard, ContentSummary, CreditListing, Editorial, ImageWithCaption, Information, PageHeading, PageHeadingCompact, PageHeadingImpact, PageHeadingPanel, PageHeadingPromo, PasswordStrength, Pagination, PeopleListing, PromoWithTags, PromoWithTitle, RadioGroup, RadioGroup2, ReadMore, StatusBanner, SearchBar, SectionTitle, Select, Select2, Select2Async, SignUpForm, Table, Tabs,
|
|
4
|
+
import { Accordion, Accordions, AnchorBar, AnnouncementBanner, AuxiliaryNav, Card, Cards, ContactCard, ContentSummary, CreditListing, Editorial, HotFilters, ImageWithCaption, Information, PageHeading, PageHeadingCompact, PageHeadingImpact, PageHeadingPanel, PageHeadingPromo, PageHeadingHighlight, PageHeadingHighlightCarousel, PasswordStrength, Pagination, Paywall, PeopleListing, PromoWithTags, PromoWithTitle, RadioGroup, RadioGroup2, ReadMore, StatusBanner, SearchBar, SectionTitle, Select, Select2, Select2Async, SignUpForm, Table, Tabs, UpsellCard, VideoWithControls, SkipToMain } from './molecules';
|
|
5
5
|
import ThemeProvider from '../styles/ThemeProvider';
|
|
6
6
|
import GlobalStyles from '../styles/GlobalStyles';
|
|
7
|
-
export { DisplayHeader, HarmonicHeader, HarmonicSubtitle, BodyCopyHarmonic, HarmonicOverline, ButtonText, Caption, NavigationText, };
|
|
8
|
-
export { Accordion, Accordions, AnchorBar, AnnouncementBanner, AltHeader, AnchorTabBar, AuxiliaryNav, BodyText, Card, Cards, Carousel, ContactCard, ContentSummary, CinemaBadge, ControlledDropdown, CreditListing, Editorial, Footer, GlobalStyles, Grid, GridItem, HighlightsCarousel, HighlightsCarouselCinema, HighlightsCarouselCore, HighlightsCarouselStream, Header, Icon, ImageAspectRatioWrapper, ImageWithCaption, Information, MinimalCarousel, Navigation, Overline, PageHeading, PageHeadingCompact, PageHeadingImpact, PageHeadingPanel, PageHeadingPromo, Pagination, PasswordStrength, PeopleListing, PrimaryButton, Progress, PromoWithTags, PromoWithTitle, Radio, Radio2, RadioGroup, RadioGroup2, ReadMore, RotatorButtons, SecondaryButton, SecondaryLogo, StatusBanner, SearchBar, SectionTitle, Select, Select2, Select2Async, SponsorLogo, SignUpForm, Sponsorship, Stepper, StickyBar, StreamBadge, Subtitle, TertiaryButton,
|
|
7
|
+
export { DisplayHeader, HarmonicHeader, HarmonicSubtitle, BodyCopyHarmonic, HarmonicOverline, ButtonText, Caption, NavigationText, SkipToMain, };
|
|
8
|
+
export { Accordion, Accordions, AnchorBar, AnnouncementBanner, AltHeader, AnchorTabBar, AuxiliaryNav, BodyText, Card, Cards, Carousel, ContactCard, ContentSummary, CinemaBadge, ControlledDropdown, CreditListing, Editorial, Footer, GlobalStyles, Grid, GridItem, HighlightsCarousel, HighlightsCarouselCinema, HighlightsCarouselCore, HighlightsCarouselStream, Header, HotFilters, Icon, ImageAspectRatioWrapper, ImageWithCaption, Information, MinimalCarousel, Navigation, Overline, PageHeading, PageHeadingCompact, PageHeadingImpact, PageHeadingPanel, PageHeadingHighlight, PageHeadingPromo, PageHeadingHighlightCarousel, Pagination, PasswordStrength, Paywall, PeopleListing, PrimaryButton, Progress, PromoWithTags, PromoWithTitle, Radio, Radio2, RadioGroup, RadioGroup2, ReadMore, RotatorButtons, SecondaryButton, SecondaryLogo, StatusBanner, SearchBar, SectionTitle, Select, Select2, Select2Async, SponsorLogo, SignUpForm, Sponsorship, Stepper, StickyBar, StreamBadge, Subtitle, TertiaryButton, ThemeProvider, TitleWithCTA, SectionSplitter, Tab, TabLink, Table, Tabs, TextArea, TextField, TextFieldLegacy, TextLink, TextLogo, Tickbox, Tickbox2, Timer, TypeTags, UpsellCard, UpsellSection, VideoControls, VideoWithControls, };
|
|
@@ -1,10 +1,14 @@
|
|
|
1
|
-
export declare const AccordionContainer: import("styled-components").StyledComponent<"div", any, {
|
|
2
|
-
|
|
1
|
+
export declare const AccordionContainer: import("styled-components").StyledComponent<"div", any, {
|
|
2
|
+
showLine?: boolean | undefined;
|
|
3
|
+
}, never>;
|
|
3
4
|
export declare const ChildrenContainer: import("styled-components").StyledComponent<"div", any, {
|
|
4
5
|
isVisible: boolean;
|
|
5
6
|
}, never>;
|
|
6
|
-
export declare const TitleContainer: import("styled-components").StyledComponent<"div", any, {
|
|
7
|
-
|
|
7
|
+
export declare const TitleContainer: import("styled-components").StyledComponent<"div", any, {
|
|
8
|
+
hasChildren?: boolean | undefined;
|
|
9
|
+
}, never>;
|
|
10
|
+
export declare const TitleText: import("styled-components").StyledComponent<({ children, size, color, className, tag: Tag, }: import("../../../types/typography").ITaggedTypographyProps) => import("react").JSX.Element, any, {}, never>;
|
|
11
|
+
export declare const ContentContainer: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../../../types/typography").ITaggedTypographyProps & import("react").RefAttributes<HTMLParagraphElement>>, any, {
|
|
8
12
|
textHeight?: string | undefined;
|
|
9
13
|
}, never>;
|
|
10
14
|
export declare const PrintHideWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
@@ -1,4 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
interface AnchorBarContainerProps {
|
|
2
|
+
withShadow?: boolean;
|
|
3
|
+
}
|
|
4
|
+
export declare const AnchorBarContainer: import("styled-components").StyledComponent<"div", any, AnchorBarContainerProps, never>;
|
|
2
5
|
export declare const CTAWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
3
6
|
export declare const CloseButtonWrapper: import("styled-components").StyledComponent<"a", any, {}, never>;
|
|
4
7
|
export declare const ContentWrapper: import("styled-components").StyledComponent<"a", any, {}, never>;
|
|
8
|
+
export {};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React, { FunctionComponent } from 'react';
|
|
2
|
+
import { IBodyContentProps } from '../../../types/types';
|
|
3
|
+
declare type BodyContentTextContainerProps = {
|
|
4
|
+
className?: string;
|
|
5
|
+
html: string;
|
|
6
|
+
};
|
|
7
|
+
export declare const BodyContentTextContainer: ({ className, html }: BodyContentTextContainerProps) => React.JSX.Element;
|
|
8
|
+
declare const BodyContent: FunctionComponent<IBodyContentProps>;
|
|
9
|
+
export default BodyContent;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const TextContainer: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../../../types/typography").ITaggedTypographyProps & import("react").RefAttributes<HTMLParagraphElement>>, any, {}, never>;
|
|
@@ -11,7 +11,7 @@ export declare const ProgressContainer: import("styled-components").StyledCompon
|
|
|
11
11
|
export declare const ContentContainer: import("styled-components").StyledComponent<"div", any, ICardContentContainerProps, never>;
|
|
12
12
|
export declare const TitleContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
13
13
|
export declare const TitleContainerMobile: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
14
|
-
export declare const TextContainer: import("styled-components").StyledComponent<"
|
|
14
|
+
export declare const TextContainer: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../../../types/typography").ITaggedTypographyProps & import("react").RefAttributes<HTMLParagraphElement>>, any, {}, never>;
|
|
15
15
|
export declare const HighlightTextContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
16
16
|
export declare const SubtitleContainer: import("styled-components").StyledComponent<"span", any, {}, never>;
|
|
17
17
|
export declare const LabelContainer: import("styled-components").StyledComponent<"div", any, {
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export declare const CastFiltersComponentWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
2
|
+
export declare const CastFiltersWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
3
|
+
export declare const CastWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
4
|
+
export declare const ActionButtons: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
5
|
+
export declare const PersonWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
6
|
+
export declare const PersonToggle: import("styled-components").StyledComponent<"div", any, {
|
|
7
|
+
isSelected: boolean;
|
|
8
|
+
}, never>;
|
|
9
|
+
export declare const PersonImage: import("styled-components").StyledComponent<"img", any, {
|
|
10
|
+
isDefaultPlaceholder?: boolean | undefined;
|
|
11
|
+
}, never>;
|
|
12
|
+
export declare const PersonName: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
13
|
+
export declare const Decal: import("styled-components").StyledComponent<"div", any, {
|
|
14
|
+
isSelected: boolean;
|
|
15
|
+
}, never>;
|
|
16
|
+
export declare const EmptySelectionTextSpacer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { IContactCardWrapperProps } from '../../../types/contactCard';
|
|
2
1
|
export declare const ContentWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
3
|
-
export declare const Wrapper: import("styled-components").StyledComponent<"div", any,
|
|
4
|
-
export declare const
|
|
5
|
-
export declare const
|
|
2
|
+
export declare const Wrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
3
|
+
export declare const AddressWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
4
|
+
export declare const TitleWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
5
|
+
export declare const MobileSuffixWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
6
|
+
export declare const DesktopSuffixWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
6
7
|
export declare const DetailsWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { IContentSummaryProps } from '../../../types/editorial';
|
|
3
|
-
declare const ContentSummary: ({ title, subtitle, bodyText, link, image, largeTitle, showImage, truncate, fullyClickable,
|
|
3
|
+
declare const ContentSummary: ({ title, subtitle, bodyText, link, image, largeTitle, showImage, truncate, fullyClickable, headerSemanticLevel, className, }: IContentSummaryProps) => React.JSX.Element;
|
|
4
4
|
export default ContentSummary;
|