@royaloperahouse/harmonic 0.1.8-a → 0.1.8-b
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/dist/components/atoms/Buttons/Primary/utils.d.ts +2 -0
- package/dist/components/atoms/Buttons/Secondary/utils.d.ts +2 -0
- package/dist/components/index.d.ts +3 -3
- package/dist/components/molecules/PageHeading/Promo/Promo.d.ts +5 -0
- package/dist/components/molecules/PageHeading/Promo/Promo.style.d.ts +28 -0
- package/dist/components/molecules/PageHeading/Promo/components/Badge.d.ts +10 -0
- package/dist/components/molecules/PageHeading/Promo/components/Button.d.ts +10 -0
- package/dist/components/molecules/PageHeading/Promo/components/Image.d.ts +4 -0
- package/dist/components/molecules/PageHeading/Promo/index.d.ts +2 -0
- package/dist/components/molecules/PageHeading/index.d.ts +2 -1
- package/dist/components/molecules/Swipe/Swipe.d.ts +12 -0
- package/dist/components/molecules/Swipe/Swipe.style.d.ts +8 -0
- package/dist/components/molecules/Swipe/helper.d.ts +1 -0
- package/dist/components/molecules/Swipe/index.d.ts +2 -0
- package/dist/components/molecules/index.d.ts +2 -2
- package/dist/components/organisms/Carousels/Carousel/Carousel.d.ts +4 -0
- package/dist/components/organisms/Carousels/Carousel/Carousel.style.d.ts +11 -0
- package/dist/components/organisms/Carousels/Carousel/helper.d.ts +24 -0
- package/dist/components/organisms/Carousels/Carousel/index.d.ts +2 -0
- package/dist/components/organisms/Carousels/HighlightsCarousel/HighlightsCarousel.d.ts +4 -0
- package/dist/components/organisms/Carousels/HighlightsCarousel/HighlightsCarousel.style.d.ts +21 -0
- package/dist/components/organisms/Carousels/HighlightsCarousel/HighlightsCinema.d.ts +4 -0
- package/dist/components/organisms/Carousels/HighlightsCarousel/HighlightsCore.d.ts +4 -0
- package/dist/components/organisms/Carousels/HighlightsCarousel/HighlightsStream.d.ts +4 -0
- package/dist/components/organisms/Carousels/HighlightsCarousel/components/Buttons.d.ts +5 -0
- package/dist/components/organisms/Carousels/HighlightsCarousel/components/InfoSection.d.ts +10 -0
- package/dist/components/organisms/Carousels/HighlightsCarousel/components/SwipeCarousel.d.ts +12 -0
- package/dist/components/organisms/Carousels/HighlightsCarousel/helper.d.ts +291 -0
- package/dist/components/organisms/Carousels/HighlightsCarousel/index.d.ts +5 -0
- package/dist/components/organisms/Carousels/MinimalCarousel/MinimalCarousel.d.ts +4 -0
- package/dist/components/organisms/Carousels/MinimalCarousel/MinimalCarousel.style.d.ts +4 -0
- package/dist/components/organisms/Carousels/MinimalCarousel/index.d.ts +2 -0
- package/dist/components/organisms/index.d.ts +4 -1
- package/dist/harmonic.cjs.development.css +46 -27
- package/dist/harmonic.cjs.development.js +970 -463
- 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 +982 -476
- package/dist/harmonic.esm.js.map +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/types/buttonTypes.d.ts +6 -2
- package/dist/types/carousel.d.ts +64 -9
- package/dist/types/editorial.d.ts +15 -3
- package/dist/types/image.d.ts +9 -3
- package/dist/types/impactHeader.d.ts +52 -1
- package/dist/types/progress.d.ts +4 -0
- package/dist/types/types.d.ts +5 -1
- package/dist/types/typography.d.ts +2 -1
- package/package.json +2 -1
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import HighlightsCarouselCinema from './HighlightsCinema';
|
|
2
|
+
import HighlightsCarouselCore from './HighlightsCore';
|
|
3
|
+
import HighlightsCarouselStream from './HighlightsStream';
|
|
4
|
+
import HighlightsCarousel from './HighlightsCarousel';
|
|
5
|
+
export { HighlightsCarousel, HighlightsCarouselCinema, HighlightsCarouselCore, HighlightsCarouselStream };
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export declare const CarouselWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
2
|
+
export declare const TitleWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
3
|
+
export declare const ButtonsWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
4
|
+
export declare const TitleGridItem: import("styled-components").StyledComponent<"div", any, import("../../../../types/types").IGridItemProps, never>;
|
|
@@ -5,4 +5,7 @@ import TitleWithCTA from './TitleWithCTA';
|
|
|
5
5
|
import UpsellSection from './UpsellSection';
|
|
6
6
|
import StickyBar from './StickyBar';
|
|
7
7
|
import ModalWindow from './ModalWindow';
|
|
8
|
-
|
|
8
|
+
import Carousel from './Carousels/Carousel';
|
|
9
|
+
import { HighlightsCarousel, HighlightsCarouselCinema, HighlightsCarouselCore, HighlightsCarouselStream } from './Carousels/HighlightsCarousel';
|
|
10
|
+
import MinimalCarousel from './Carousels/MinimalCarousel';
|
|
11
|
+
export { AnchorTabBar, Carousel, Footer, HighlightsCarousel, HighlightsCarouselCinema, HighlightsCarouselCore, HighlightsCarouselStream, MinimalCarousel, ModalWindow, Navigation, StickyBar, TitleWithCTA, UpsellSection, };
|
|
@@ -363,6 +363,7 @@
|
|
|
363
363
|
/* RBO Red */
|
|
364
364
|
/* Primary Palette */
|
|
365
365
|
--color-primary: #1a1a1a;
|
|
366
|
+
--color-primary-background: #eb0a0a;
|
|
366
367
|
--color-primary-red: #eb0a0a;
|
|
367
368
|
--color-primary-black: #1a1a1a;
|
|
368
369
|
|
|
@@ -445,6 +446,37 @@
|
|
|
445
446
|
--button-auxiliary-color: var(--color-primary-black);
|
|
446
447
|
--button-auxiliary-bg-color: var(--color-base-transparent);
|
|
447
448
|
|
|
449
|
+
/* ----- Variables already used in Harmonic START ----- */
|
|
450
|
+
--grid-column-gap: 36px;
|
|
451
|
+
--grid-margin: 10%;
|
|
452
|
+
|
|
453
|
+
--rotator-button-width: 60px;
|
|
454
|
+
--rotator-button-icon-width: 36px;
|
|
455
|
+
--rotator-button-color: var(--color-primary-black);
|
|
456
|
+
--rotator-button-bg-color: var(--color-base-light-grey);
|
|
457
|
+
--rotator-button-hover-color: var(--color-base-white);
|
|
458
|
+
--rotator-button-hover-bg-color: var(--color-primary-red);
|
|
459
|
+
|
|
460
|
+
--carousel-image-caption-height: 17px;
|
|
461
|
+
|
|
462
|
+
@media (max-width: 699px) {
|
|
463
|
+
--grid-column-gap: 12px;
|
|
464
|
+
--grid-margin: 20px;
|
|
465
|
+
--rotator-button-width: 40px;
|
|
466
|
+
--rotator-button-icon-width: 24px;
|
|
467
|
+
--carousel-image-caption-height: 14px;
|
|
468
|
+
}
|
|
469
|
+
|
|
470
|
+
@media (min-width: 700px) and (max-width: 1139px) {
|
|
471
|
+
--grid-column-gap: 20px;
|
|
472
|
+
--grid-margin: 32px;
|
|
473
|
+
--rotator-button-width: 44px;
|
|
474
|
+
--rotator-button-icon-width: 24px;
|
|
475
|
+
--carousel-image-caption-height: 14px;
|
|
476
|
+
}
|
|
477
|
+
|
|
478
|
+
/* ----- Variables already used in Harmonic END ----- */
|
|
479
|
+
|
|
448
480
|
--font-size-header-1: 96px;
|
|
449
481
|
--font-weight-header-1: 500;
|
|
450
482
|
--letter-spacing-header-1: 2px;
|
|
@@ -596,20 +628,11 @@
|
|
|
596
628
|
--navigation-xlarge-gap: 36px;
|
|
597
629
|
--navigation-large-margin: 60px;
|
|
598
630
|
|
|
599
|
-
--rotator-button-width: 60px;
|
|
600
|
-
--rotator-button-icon-width: 36px;
|
|
601
|
-
--rotator-button-color: var(--color-primary-black);
|
|
602
|
-
--rotator-button-bg-color: var(--color-base-light-grey);
|
|
603
|
-
--rotator-button-hover-color: var(--color-base-white);
|
|
604
|
-
--rotator-button-hover-bg-color: var(--color-primary-red);
|
|
605
|
-
|
|
606
631
|
--font-size-search: 24px;
|
|
607
632
|
--font-family-search: 'adobe-garamond-pro';
|
|
608
633
|
|
|
609
|
-
--grid-margin: 10%;
|
|
610
634
|
--grid-outer-margin: 50px;
|
|
611
635
|
--grid-template-columns: 14px calc(10% - 86px) repeat(12, minmax(0, 1fr)) calc(10% - 86px) 14px;
|
|
612
|
-
--grid-column-gap: 36px;
|
|
613
636
|
|
|
614
637
|
--footer-height: 380px;
|
|
615
638
|
--footer-padding-top: 44px;
|
|
@@ -647,6 +670,8 @@
|
|
|
647
670
|
--information-panel-button-hover-color: var(--color-white-hovered);
|
|
648
671
|
--information-panel-button-pressed-color: var(--color-white-pressed);
|
|
649
672
|
|
|
673
|
+
--heading-promo-bg-color: var(--color-primary-red);
|
|
674
|
+
|
|
650
675
|
@media (max-width: 699px) {
|
|
651
676
|
--font-size-header-1: 38px;
|
|
652
677
|
--font-weight-header-1: 500;
|
|
@@ -770,8 +795,6 @@
|
|
|
770
795
|
--word-break-subtitle: break-word;
|
|
771
796
|
|
|
772
797
|
--grid-template-columns: calc(20px - 12px) repeat(12, minmax(0, 1fr)) calc(20px - 12px);
|
|
773
|
-
--grid-column-gap: 12px;
|
|
774
|
-
--grid-margin: 20px;
|
|
775
798
|
|
|
776
799
|
--footer-height: auto;
|
|
777
800
|
--footer-padding-top: 20px;
|
|
@@ -783,19 +806,10 @@
|
|
|
783
806
|
--footer-vertical-spacing-sm: 24px;
|
|
784
807
|
|
|
785
808
|
--anchor-tabs-height: 60px;
|
|
786
|
-
|
|
787
|
-
--rotator-button-width: 40px;
|
|
788
|
-
--rotator-button-icon-width: 24px;
|
|
789
809
|
}
|
|
790
810
|
|
|
791
811
|
@media (min-width: 700px) and (max-width: 1139px) {
|
|
792
812
|
--grid-template-columns: calc(32px - 20px) repeat(12, minmax(0, 1fr)) calc(32px - 20px);
|
|
793
|
-
--grid-column-gap: 20px;
|
|
794
|
-
--grid-margin: 32px;
|
|
795
|
-
|
|
796
|
-
--rotator-button-width: 44px;
|
|
797
|
-
--rotator-button-icon-width: 24px;
|
|
798
|
-
|
|
799
813
|
--font-size-header-6: 17px;
|
|
800
814
|
--font-size-altHeader-4: 24px;
|
|
801
815
|
--font-size-body-1: 17px;
|
|
@@ -807,10 +821,11 @@
|
|
|
807
821
|
}
|
|
808
822
|
|
|
809
823
|
.stream-theme-module_streamTheme__lTfqQ {
|
|
810
|
-
/*
|
|
811
|
-
--base-color-primary: #
|
|
812
|
-
--color-primary: #
|
|
813
|
-
--color-primary-
|
|
824
|
+
/* Stream theme overrides */
|
|
825
|
+
--base-color-primary: #1a1a1a;
|
|
826
|
+
--color-primary: #1a1a1a;
|
|
827
|
+
--color-primary-background: #1a1a1a;
|
|
828
|
+
--color-primary-button: #1a1a1a;
|
|
814
829
|
--color-secondary-button: #ffffff;
|
|
815
830
|
--color-tertiary-button: transparent;
|
|
816
831
|
--color-auxiliary-button: transparent;
|
|
@@ -828,10 +843,10 @@
|
|
|
828
843
|
--button-tertiary-hover-color: var(--color-rbo-black-hovered);
|
|
829
844
|
--button-tertiary-pressed-color: var(--color-rbo-black-pressed);
|
|
830
845
|
|
|
831
|
-
--rotator-button-color: var(--color-base-
|
|
832
|
-
--rotator-button-bg-color: var(--color-base-
|
|
846
|
+
--rotator-button-color: var(--color-base-black);
|
|
847
|
+
--rotator-button-bg-color: var(--color-base-light-grey);
|
|
833
848
|
--rotator-button-hover-color: var(--color-base-white);
|
|
834
|
-
--rotator-button-hover-bg-color: var(--color-primary-
|
|
849
|
+
--rotator-button-hover-bg-color: var(--color-primary-black);
|
|
835
850
|
|
|
836
851
|
--announcement-banner-color: var(--color-base-white);
|
|
837
852
|
--announcement-banner-bg-color: var(--color-primary-black);
|
|
@@ -840,6 +855,8 @@
|
|
|
840
855
|
|
|
841
856
|
--information-panel-color: var(--color-base-white);
|
|
842
857
|
--information-panel-bg-color: var(--color-primary-black);
|
|
858
|
+
|
|
859
|
+
--heading-promo-bg-color: var(--color-base-black);
|
|
843
860
|
}
|
|
844
861
|
|
|
845
862
|
.cinema-theme-module_cinemaTheme__f5QFs {
|
|
@@ -882,6 +899,8 @@
|
|
|
882
899
|
--information-panel-button-bg-color: var(--color-primary-red);
|
|
883
900
|
--information-panel-button-hover-color: var(--color-rbo-red-hovered);
|
|
884
901
|
--information-panel-button-pressed-color: var(--color-rbo-red-pressed);
|
|
902
|
+
|
|
903
|
+
--heading-promo-bg-color: var(--color-base-white);
|
|
885
904
|
}
|
|
886
905
|
|
|
887
906
|
.schools-theme-module_schoolsTheme__CWHba {
|