@royaloperahouse/harmonic 0.1.2 → 0.1.6
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 +21 -0
- package/README.GIT +38 -45
- package/README.md +8 -7
- package/dist/components/atoms/Icons/SvgIcons/Access/AudioDescription.svg.d.ts +4 -0
- package/dist/components/atoms/Icons/SvgIcons/Access/BritishSignLanguage.svg.d.ts +4 -0
- package/dist/components/atoms/Icons/SvgIcons/Access/ClosedCaptions.svg.d.ts +4 -0
- package/dist/components/atoms/Icons/SvgIcons/Access/OpenCaptions.svg.d.ts +4 -0
- package/dist/components/atoms/Icons/SvgIcons/Access/RelaxedPerformance.svg.d.ts +4 -0
- package/dist/components/atoms/Icons/SvgIcons/index.d.ts +4 -0
- package/dist/components/atoms/TabLink/index.d.ts +1 -2
- package/dist/components/atoms/index.d.ts +1 -1
- package/dist/components/index.d.ts +2 -2
- package/dist/components/organisms/Footer/index.d.ts +1 -2
- package/dist/components/organisms/index.d.ts +2 -3
- package/dist/harmonic.cjs.development.js +116 -65
- 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 +117 -65
- package/dist/harmonic.esm.js.map +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/types/index.d.ts +3 -2
- package/package.json +1 -1
- package/dist/components/organisms/LiveChat/LiveChat.d.ts +0 -3
- package/dist/components/organisms/LiveChat/index.d.ts +0 -2
- /package/dist/components/atoms/Icons/SvgIcons/{Video/AudioDescription.svg.d.ts → 12px/Detract.svg.d.ts} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,24 @@
|
|
|
1
|
+
## [0.1.6]
|
|
2
|
+
|
|
3
|
+
- Updated docs and branching strategy
|
|
4
|
+
|
|
5
|
+
## [0.1.5]
|
|
6
|
+
|
|
7
|
+
- Remove LiveChat component
|
|
8
|
+
|
|
9
|
+
## [0.1.4]
|
|
10
|
+
|
|
11
|
+
- Updated iconography
|
|
12
|
+
|
|
13
|
+
## [0.1.3]
|
|
14
|
+
|
|
15
|
+
- Update Footer component
|
|
16
|
+
- Update Image Proportions component
|
|
17
|
+
|
|
18
|
+
## [0.1.2]
|
|
19
|
+
|
|
20
|
+
- New Harmonic Typography components
|
|
21
|
+
|
|
1
22
|
## [0.1.0]
|
|
2
23
|
|
|
3
24
|
- Published Harmonic to NPM
|
package/README.GIT
CHANGED
|
@@ -1,24 +1,20 @@
|
|
|
1
1
|
# Royal Opera House Harmonic - Front End Design System
|
|
2
|
-
# Royal Opera House Harmonic - Front End Design System
|
|
3
2
|
|
|
4
|
-
Welcome to The Royal Opera House Front End Design System, `@royaloperahouse/harmonic`
|
|
5
3
|
Welcome to The Royal Opera House Front End Design System, `@royaloperahouse/harmonic`
|
|
6
4
|
|
|
7
5
|
This package is a library of UI components intended to be used in the ROH website.
|
|
8
6
|
|
|
9
7
|
It uses React, TypeScript, TSDX and Storybook.
|
|
10
8
|
|
|
11
|
-
The NPM packages are published at [
|
|
9
|
+
The NPM packages are published at [Royal Opera House - Harmonic](https://www.npmjs.com/package/@royaloperahouse/harmonic)
|
|
12
10
|
|
|
13
|
-
The Storybook for the latest version of the library is hosted at [
|
|
11
|
+
The Storybook for the latest version of the library is hosted at [Storybook - Harmonic] TODO: S3 deployment
|
|
14
12
|
|
|
15
13
|
|
|
16
14
|
## Prerequisites
|
|
17
15
|
---
|
|
18
16
|
|
|
19
17
|
* Make sure the required package dependencies are installed using `yarn install`
|
|
20
|
-
|
|
21
|
-
* If this is the first time you are working on Harmonic, make sure to run `yarn build` to build all the modules.
|
|
22
18
|
* If this is the first time you are working on Harmonic, make sure to run `yarn build` to build all the modules.
|
|
23
19
|
|
|
24
20
|
* **To deploy the storybook publicly** you will need credentials for the **parent** 'Royal Opera House' AWS account in your `~/.aws/credentials` file.
|
|
@@ -28,16 +24,18 @@ The Storybook for the latest version of the library is hosted at [coming soon]()
|
|
|
28
24
|
|
|
29
25
|
*AWS 'Your Applications' page -> 'Royal Opera House' -> 'Developer Access' -> 'Command line or programmatic access'*
|
|
30
26
|
|
|
31
|
-
* **To deploy a preview** for demo / QA you will need the `CHROMATIC_PROJECT_TOKEN` -- find this in 1Password
|
|
27
|
+
* **To deploy a preview** for demo / QA you will need the `CHROMATIC_PROJECT_TOKEN` -- find this in 1Password. Creating your own Chromatic account is advised if multiple builds are necessary.
|
|
32
28
|
|
|
33
29
|
|
|
34
|
-
* **To
|
|
30
|
+
* **To enable publishing to the NPM package**:
|
|
31
|
+
* Create account / log in to NPM
|
|
32
|
+
* Ask a colleague with admin rights to be added as a contributer
|
|
33
|
+
* Generate your own ROH `NPM_TOKEN` (store this token in 1Password)
|
|
35
34
|
|
|
36
35
|
|
|
37
36
|
## Versioning
|
|
38
37
|
---
|
|
39
38
|
|
|
40
|
-
We use [Semantic Versioning](https://semver.org/) for Harmonic.
|
|
41
39
|
We use [Semantic Versioning](https://semver.org/) for Harmonic.
|
|
42
40
|
|
|
43
41
|
Given a version number MAJOR.MINOR.PATCH, increment the:
|
|
@@ -48,7 +46,7 @@ Given a version number MAJOR.MINOR.PATCH, increment the:
|
|
|
48
46
|
|
|
49
47
|
When you create a new release always update the `CHANGELOG` and `package.json`
|
|
50
48
|
|
|
51
|
-
Increment your version from the latest stable version on (
|
|
49
|
+
Increment your version from the latest stable version on [Royal Opera House - Harmonic](https://www.npmjs.com/package/@royaloperahouse/harmonic?activeTab=versions)
|
|
52
50
|
|
|
53
51
|
|
|
54
52
|
## Deploying the Storybook
|
|
@@ -73,16 +71,15 @@ You can deploy a release candidate, or work-in-progress to [Chromatic](https://w
|
|
|
73
71
|
|
|
74
72
|
**NOTE:** you will need the `CHROMATIC_PROJECT_TOKEN` as described in *Prerequisites* above.
|
|
75
73
|
|
|
76
|
-
Either set the token as a shell variable or use a `.env` file in the
|
|
74
|
+
Either set the token as a shell variable or use a `.env` file in the `harmonic` root directory containing the token, as so:
|
|
77
75
|
|
|
78
76
|
```
|
|
79
77
|
CHROMATIC_PROJECT_TOKEN=tokengoeshere
|
|
80
78
|
```
|
|
81
79
|
|
|
82
80
|
Run:
|
|
83
|
-
|
|
84
81
|
```
|
|
85
|
-
yarn deploy-storybook-dev
|
|
82
|
+
CHROMATIC_PROJECT_TOKEN=tokengoeshere yarn deploy-storybook-dev
|
|
86
83
|
```
|
|
87
84
|
|
|
88
85
|
to build and deploy the storybook from your repo to Chromatic.
|
|
@@ -93,7 +90,7 @@ You will find the address of your deployed storybook in the console output, look
|
|
|
93
90
|
|
|
94
91
|
### **3. To deploy a release version**
|
|
95
92
|
|
|
96
|
-
You can deploy the contents of `./storybook-static` to S3 as a static site, which is permanently accessible at [WIP]
|
|
93
|
+
You can deploy the contents of `./storybook-static` to S3 as a static site, which is permanently accessible at [WIP] TODO: S3 deployment
|
|
97
94
|
|
|
98
95
|
**NOTE:** To do this you will need the correct `AWS` credentials set up, as described in *Prerequisites* above.
|
|
99
96
|
|
|
@@ -109,18 +106,17 @@ then run:
|
|
|
109
106
|
yarn deploy-storybook
|
|
110
107
|
```
|
|
111
108
|
|
|
112
|
-
> **IMPORTANT:** This URL is intended to showcase the latest stable version of
|
|
109
|
+
> **IMPORTANT:** This URL is intended to showcase the latest stable version of Harmonic, it should be kept up to date with the `main` Harmonic branch and should **only** be used for release versions. If you want to deploy a development version follow the steps above under *To deploy a preview version remotely*.
|
|
113
110
|
|
|
114
111
|
|
|
115
112
|
## Releasing a New Package Version
|
|
116
113
|
---
|
|
117
114
|
|
|
118
|
-
This is the procedure for releasing a new Harmonic NPM package.
|
|
119
115
|
This is the procedure for releasing a new Harmonic NPM package.
|
|
120
116
|
|
|
121
117
|
There are two types of package:
|
|
122
118
|
|
|
123
|
-
A **snapshot** can be published to use a development version of the
|
|
119
|
+
A **snapshot** can be published to use a development version of the Harmonic library in our frontend staging environments, to perform integrated, manual testing.
|
|
124
120
|
|
|
125
121
|
A **stable** package is published for use in production.
|
|
126
122
|
|
|
@@ -128,9 +124,9 @@ A **stable** package is published for use in production.
|
|
|
128
124
|
|
|
129
125
|
### **1. To release a snapshot version**
|
|
130
126
|
|
|
131
|
-
> **IMPORTANT:** Make sure you always publish your **snapshots** from
|
|
127
|
+
> **IMPORTANT:** Make sure you always publish your **snapshots** from `development` after merging in your feature branch.
|
|
132
128
|
|
|
133
|
-
For snapshots, `RELEASE_VERSION` should be the same as the latest **stable** version of the
|
|
129
|
+
For snapshots, `RELEASE_VERSION` should be the same as the latest **stable** version of the Harmonic Library, as found in [npm Harmonic - Versions](https://www.npmjs.com/package/@royaloperahouse/harmonic?activeTab=versions), followed by an **unused** lowercase letter.
|
|
134
130
|
|
|
135
131
|
For example, if the latest stable release was 1.42.0, and the last snapshot published to NPM was 1.42.0-w, you would use RELEASE_VERSION `1.42.0-x`
|
|
136
132
|
|
|
@@ -140,19 +136,18 @@ To publish a snapshot use:
|
|
|
140
136
|
NPM_ROH_TOKEN={NPM_TOKEN} RELEASE_VERSION={RELEASE_VERSION} yarn publish-snapshot
|
|
141
137
|
```
|
|
142
138
|
|
|
143
|
-
The version published to NPM will be named, e.g. `1.42.0-a-harmonic-development`, use this to install the snapshot package in the frontend repos.
|
|
144
139
|
The version published to NPM will be named, e.g. `1.42.0-a-harmonic-development`, use this to install the snapshot package in the frontend repos.
|
|
145
140
|
|
|
146
141
|
### **2. To release a stable version**
|
|
147
142
|
|
|
148
|
-
> **IMPORTANT:** Make sure you always publish your **stable** packages from
|
|
143
|
+
> **IMPORTANT:** Make sure you always publish your **stable** packages from `main` after merging in your feature branch.
|
|
149
144
|
|
|
150
|
-
For stable releases, increment your version from the latest **stable** version found on (
|
|
145
|
+
For stable releases, increment your version from the latest **stable** version found on [npm Harmonic - Versions](https://www.npmjs.com/package/@royaloperahouse/harmonic?activeTab=versions), following the rules described in *Versioning* above, and use this as `RELEASE_VERSION`. (Make sure it matches the version in your `package.json` and `CHANGELOG.md`!)
|
|
151
146
|
|
|
152
147
|
To publish a stable package use:
|
|
153
148
|
|
|
154
149
|
```bash
|
|
155
|
-
|
|
150
|
+
NPM_ROH_TOKEN={NPM_TOKEN} RELEASE_VERSION={RELEASE_VERSION} yarn publish-release
|
|
156
151
|
```
|
|
157
152
|
|
|
158
153
|
|
|
@@ -163,11 +158,9 @@ The package is deployed to NPM, and can be installed using yarn or npm:
|
|
|
163
158
|
|
|
164
159
|
```bash
|
|
165
160
|
npm i --save @royaloperahouse/harmonic
|
|
166
|
-
npm i --save @royaloperahouse/harmonic
|
|
167
161
|
```
|
|
168
162
|
```bash
|
|
169
163
|
yarn add @royaloperahouse/harmonic
|
|
170
|
-
yarn add @royaloperahouse/harmonic
|
|
171
164
|
```
|
|
172
165
|
|
|
173
166
|
|
|
@@ -202,26 +195,26 @@ yarn test-storybook
|
|
|
202
195
|
---
|
|
203
196
|
|
|
204
197
|
### **1. Branching Model**
|
|
205
|
-
* The
|
|
206
|
-
* When working on
|
|
207
|
-
* The
|
|
208
|
-
* The
|
|
209
|
-
* All work should be done on a correctly named **feature branch** of the format: `issueType/ticketNumber-short-description-of-feature`, e.g.
|
|
198
|
+
* The Harmonic project lives in the `harmonic-library/harmonic` *repository*
|
|
199
|
+
* When working on Harmonic, treat the `harmonic` directory as your root
|
|
200
|
+
* The Harmonic **development** branch is for QA
|
|
201
|
+
* The Harmonic **main** branch is currently for stable releases
|
|
202
|
+
* All work should be done on a correctly named **feature branch** of the format: `issueType/ticketNumber-short-description-of-feature`, e.g. `feature/RD-12345-add-example-component`
|
|
210
203
|
* Always create your feature branch FROM, and submit pull requests TO, the **main** branch
|
|
211
|
-
* For **QA / UAT** of a
|
|
204
|
+
* For **QA / UAT** of a Harmonic component in isolation: following review you should deploy a preview version to Chromatic straight from your **feature branch** _without_ merging to development
|
|
212
205
|
* For releasing an **NPM snapshot**: merge your feature branch into the **development** branch and publish the NPM snapshot from there
|
|
213
206
|
|
|
214
207
|
### **2. Detailed Workflow**
|
|
215
208
|
|
|
216
209
|
#### **Before review:**
|
|
217
210
|
|
|
218
|
-
* Git pull the latest version of
|
|
219
|
-
* Checkout a new, correctly-named feature branch from
|
|
211
|
+
* Git pull the latest version of Harmonic from `main`
|
|
212
|
+
* Checkout a new, correctly-named feature branch from `main`
|
|
220
213
|
* Do your work on this feature branch
|
|
221
|
-
* Run: `yarn lint`
|
|
222
|
-
* Run: `yarn test`
|
|
214
|
+
* Run: `yarn lint --fix`
|
|
215
|
+
* Run: `yarn test -u`
|
|
223
216
|
* Commit your changes
|
|
224
|
-
* Create a pull request from your feature branch to
|
|
217
|
+
* Create a pull request from your feature branch to `main`
|
|
225
218
|
* Add the appropriate reviewers
|
|
226
219
|
|
|
227
220
|
#### **Before QA / UAT:**
|
|
@@ -235,10 +228,10 @@ After your PR is approved, you have two options:
|
|
|
235
228
|
|
|
236
229
|
**ii.** For integrated testing of a component in the frontend staging environments:
|
|
237
230
|
|
|
238
|
-
* Check out the
|
|
239
|
-
* Merge your work in to
|
|
231
|
+
* Check out the `development` branch
|
|
232
|
+
* Merge your work in to `development`
|
|
240
233
|
* Follow the steps above under *Publishing a New Package Version -> 1. To release a snapshot version*
|
|
241
|
-
* Git push the updated
|
|
234
|
+
* Git push the updated `development` branch to remote
|
|
242
235
|
* Finally, in the frontend repo:
|
|
243
236
|
|
|
244
237
|
1. Update the `package.json` to reference the new snapshot version
|
|
@@ -247,17 +240,17 @@ After your PR is approved, you have two options:
|
|
|
247
240
|
|
|
248
241
|
#### **When ready for production:**
|
|
249
242
|
|
|
250
|
-
* Return to your
|
|
251
|
-
* Update the
|
|
243
|
+
* Return to your Harmonic **feature branch**
|
|
244
|
+
* Update the HArmonic version in `package.json`, incrementing from the last **stable** release, found in [npm Harmonic - Versions](https://www.npmjs.com/package/@royaloperahouse/harmonic?activeTab=versions), and following the rules described in the *Versioning* section
|
|
252
245
|
* Update `CHANGELOG.md`, adding the new version number and a short description of your changes
|
|
253
|
-
* Run: `yarn lint`
|
|
254
|
-
* Run: `yarn test`
|
|
246
|
+
* Run: `yarn lint --fix`
|
|
247
|
+
* Run: `yarn test -u`
|
|
255
248
|
* Run: `yarn test-storybook -u`
|
|
256
249
|
* Run: `yarn build-storybook`
|
|
257
250
|
* Git commit, push, and update your PR for final approval
|
|
258
|
-
* Merge your approved PR to
|
|
251
|
+
* Merge your approved PR to `main`
|
|
259
252
|
* Follow the steps in *Publishing a New Package Version -> 2. To release a stable version* to publish the NPM package
|
|
260
|
-
* Finally, follow the steps in *Deploying The Storybook -> 3. To deploy a release version*, to update the public
|
|
253
|
+
* Finally, follow the steps in *Deploying The Storybook -> 3. To deploy a release version*, to update the public Harmonic Storybook page
|
|
261
254
|
|
|
262
255
|
Once you have successfully published a new release version, you can open a ticket to update to this version in any of the frontend repos.
|
|
263
256
|
|
package/README.md
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
# Royal Opera House -
|
|
2
|
-
# Royal Opera House - harmonic
|
|
1
|
+
# Royal Opera House - Harmonic
|
|
3
2
|
|
|
4
3
|
Welcome to The Royal Opera House Harmonic library components `@royaloperahouse/harmonic`.
|
|
5
4
|
|
|
@@ -55,14 +54,16 @@ const App = ({ children }: InnerProps): React.ReactElement => (
|
|
|
55
54
|
```
|
|
56
55
|
|
|
57
56
|
## Components
|
|
57
|
+
(Complete)
|
|
58
|
+
ControlledDropdown, ImageProportion, Typography (Display, Header, Subtitle,BodyCopy, Overline, ButtonText, Caption, NavigationText, TextLink)
|
|
58
59
|
|
|
59
|
-
WIP
|
|
60
|
+
(WIP)
|
|
61
|
+
Colors, Footer, Iconography, Navigation, Tab, Tabs, TabLink
|
|
60
62
|
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
WIP
|
|
63
|
+
(TODO / Legacy)
|
|
64
|
+
Accordion, Accordions, AltHeader, AnchorTabBar, AnnouncementBanner, Card, Cards, Carousel, CinemaBadge, ContactCard, devices, Editorial, GlobalStyles, Grid, GridItem, HighlightsCarousel, HighlightsCarouselCinema, HighlightsCarouselCore, HighlightsCarouselStream, ImageWithCaption, PageHeadingCinema, PageHeadingCore, PageHeadingImpact, PageHeadingStream, PeopleListing, PrimaryButton, PromoWithTags, PromoWithTitle, RotatorButtons, SecondaryButton, SecondaryLogo, SectionSplitter, SectionTitle, Sponsorship, StickyBar, StreamBadge, TertiaryButton, TextOnly, Tickbox, TitleWithCTA, ThemeProvider, TypeTags, Quote
|
|
64
65
|
|
|
65
66
|
|
|
66
67
|
## Documentation
|
|
67
68
|
|
|
68
|
-
See Storybook as a reference
|
|
69
|
+
[See Storybook as a reference] TODO: S3 deployment
|
|
@@ -6,6 +6,7 @@ export declare const IconLibrary: {
|
|
|
6
6
|
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>)>;
|
|
7
7
|
Basket: ({ 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>)>;
|
|
8
8
|
BasketFull: ({ 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>)>;
|
|
9
|
+
BritishSignLanguage: ({ 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>)>;
|
|
9
10
|
BookTickets: ({ 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>)>;
|
|
10
11
|
CarouselArrow: ({ 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>)>;
|
|
11
12
|
ChooseDates: ({ 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>)>;
|
|
@@ -13,6 +14,7 @@ export declare const IconLibrary: {
|
|
|
13
14
|
Clips: ({ 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>)>;
|
|
14
15
|
Clock: ({ 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>)>;
|
|
15
16
|
Close: ({ 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>)>;
|
|
17
|
+
ClosedCaptions: ({ 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>)>;
|
|
16
18
|
Confirm: ({ 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>)>;
|
|
17
19
|
CreditCard: ({ 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>)>;
|
|
18
20
|
Delete: ({ 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>)>;
|
|
@@ -42,6 +44,7 @@ export declare const IconLibrary: {
|
|
|
42
44
|
Minimise: ({ 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>)>;
|
|
43
45
|
Muted: ({ 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>)>;
|
|
44
46
|
OnMyList: ({ 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>)>;
|
|
47
|
+
OpenCaptions: ({ 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>)>;
|
|
45
48
|
OperaAndMusic: ({ 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>)>;
|
|
46
49
|
Pause: ({ 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>)>;
|
|
47
50
|
PDF: ({ 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>)>;
|
|
@@ -49,6 +52,7 @@ export declare const IconLibrary: {
|
|
|
49
52
|
Play: ({ 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>)>;
|
|
50
53
|
Print: ({ 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>)>;
|
|
51
54
|
Refresh: ({ 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>)>;
|
|
55
|
+
RelaxedPerformance: ({ 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>)>;
|
|
52
56
|
Reminder: ({ 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>)>;
|
|
53
57
|
Remove: ({ 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>)>;
|
|
54
58
|
Remove12px: ({ 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,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export default TabLink;
|
|
1
|
+
export { default as TabLink } from './TabLink';
|
|
@@ -13,7 +13,7 @@ import SectionSplitter from './SectionSplitter';
|
|
|
13
13
|
import SponsorLogo from './SponsorLogo';
|
|
14
14
|
import Sponsorship from './Sponsorship';
|
|
15
15
|
import Tab from './Tab';
|
|
16
|
-
import TabLink from './TabLink';
|
|
16
|
+
import { TabLink } from './TabLink';
|
|
17
17
|
import TextArea from './TextArea';
|
|
18
18
|
import { TextField, TextFieldLegacy } from './TextField';
|
|
19
19
|
import TextLink from './TextLink';
|
|
@@ -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, Sponsorship, Stepper, StreamBadge, Subtitle, Tab, TabLink, TextLogo, TextArea, TextField, TextFieldLegacy, TextLink, Tickbox, Tickbox2, Timer, TypeTags, VideoControls } from './atoms';
|
|
3
|
-
import { AnchorTabBar, Footer,
|
|
3
|
+
import { AnchorTabBar, Footer, Navigation, StickyBar, TitleWithCTA, UpsellSection } from './organisms';
|
|
4
4
|
import { Accordion, Accordions, AnnouncementBanner, AuxiliaryNav, Card, Cards, ContactCard, ContentSummary, CreditListing, Editorial, ImageWithCaption, Information, PageHeadingCinema, PageHeadingCompact, PageHeadingCore, PageHeadingImpact, PageHeadingPanel, PageHeadingStream, PasswordStrength, Pagination, PeopleListing, PromoWithTags, PromoWithTitle, RadioGroup, RadioGroup2, ReadMore, StatusBanner, SearchBar, SectionTitle, Select, Select2, Select2Async, Table, Tabs, TextOnly, UpsellCard, Quote, VideoWithControls } from './molecules';
|
|
5
5
|
import ThemeProvider from '../styles/ThemeProvider';
|
|
6
6
|
import GlobalStyles from '../styles/GlobalStyles';
|
|
7
7
|
export { DisplayHeader, HarmonicHeader, HarmonicSubtitle, BodyCopyHarmonic, HarmonicOverline, ButtonText, Caption, NavigationText, };
|
|
8
|
-
export { Accordion, Accordions, AnnouncementBanner, AltHeader, AnchorTabBar, AuxiliaryNav, BodyText, Card, Cards, ContactCard, ContentSummary, CinemaBadge, ControlledDropdown, CreditListing, Editorial, Footer, GlobalStyles, Grid, GridItem, Header, Icon, ImageAspectRatioWrapper, ImageWithCaption, Information, Navigation, Overline, PageHeadingCinema, PageHeadingCompact, PageHeadingCore, PageHeadingImpact, PageHeadingPanel, PageHeadingStream, Pagination, PasswordStrength, PeopleListing, PrimaryButton, Progress, PromoWithTags, PromoWithTitle, Radio, Radio2, RadioGroup, RadioGroup2, ReadMore, RotatorButtons, SecondaryButton, SecondaryLogo, StatusBanner, SearchBar, SectionTitle, Select, Select2, Select2Async, Sponsorship, Stepper, StickyBar, StreamBadge, Subtitle, TertiaryButton, TextOnly, ThemeProvider, TitleWithCTA, SectionSplitter, Tab, TabLink, Table, Tabs, TextArea, TextField, TextFieldLegacy, TextLink, TextLogo, Tickbox, Tickbox2, Timer, TypeTags, UpsellCard, UpsellSection, Quote,
|
|
8
|
+
export { Accordion, Accordions, AnnouncementBanner, AltHeader, AnchorTabBar, AuxiliaryNav, BodyText, Card, Cards, ContactCard, ContentSummary, CinemaBadge, ControlledDropdown, CreditListing, Editorial, Footer, GlobalStyles, Grid, GridItem, Header, Icon, ImageAspectRatioWrapper, ImageWithCaption, Information, Navigation, Overline, PageHeadingCinema, PageHeadingCompact, PageHeadingCore, PageHeadingImpact, PageHeadingPanel, PageHeadingStream, Pagination, PasswordStrength, PeopleListing, PrimaryButton, Progress, PromoWithTags, PromoWithTitle, Radio, Radio2, RadioGroup, RadioGroup2, ReadMore, RotatorButtons, SecondaryButton, SecondaryLogo, StatusBanner, SearchBar, SectionTitle, Select, Select2, Select2Async, Sponsorship, Stepper, StickyBar, StreamBadge, Subtitle, TertiaryButton, TextOnly, ThemeProvider, TitleWithCTA, SectionSplitter, Tab, TabLink, Table, Tabs, TextArea, TextField, TextFieldLegacy, TextLink, TextLogo, Tickbox, Tickbox2, Timer, TypeTags, UpsellCard, UpsellSection, Quote, VideoControls, VideoWithControls, };
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export default Footer;
|
|
1
|
+
export { default as Footer } from './Footer';
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import Navigation from './Navigation';
|
|
2
|
-
import Footer from './Footer';
|
|
2
|
+
import { Footer } from './Footer';
|
|
3
3
|
import AnchorTabBar from './AnchorTabBar';
|
|
4
4
|
import TitleWithCTA from './TitleWithCTA';
|
|
5
5
|
import UpsellSection from './UpsellSection';
|
|
6
|
-
import { LiveChat } from './LiveChat';
|
|
7
6
|
import StickyBar from './StickyBar';
|
|
8
7
|
import ModalWindow from './ModalWindow';
|
|
9
|
-
export { AnchorTabBar, Footer,
|
|
8
|
+
export { AnchorTabBar, Footer, ModalWindow, Navigation, StickyBar, TitleWithCTA, UpsellSection };
|