@royaloperahouse/harmonic 0.11.0-h → 0.11.0-i

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.
@@ -752,7 +752,7 @@
752
752
  --button-auxiliary-color: var(--color-primary-black);
753
753
  --button-auxiliary-bg-color: var(--color-base-transparent);
754
754
 
755
- /* ----- Variables already used in Harmonic START ----- */
755
+ /* ----- Variables already used in Harmonic START ----- */
756
756
  --grid-column-gap: 36px;
757
757
  --grid-margin: 10%;
758
758
 
@@ -764,13 +764,33 @@
764
764
  --rotator-button-hover-bg-color: var(--color-primary-red);
765
765
 
766
766
  --carousel-image-caption-height: 17px;
767
-
767
+
768
+ --line-height-listing: 36px;
769
+
770
+ --font-feature-settings-body: 'pnum' on, 'onum' on, 'liga' off;
771
+ --font-feature-settings-header: 'tnum' on, 'lnum' on;
772
+ --font-feature-settings-subtitle: 'tnum' on, 'lnum' on;
773
+
774
+ --text-transform-body: none;
775
+ --text-transform-header: uppercase;
776
+ --text-transform-subtitle: uppercase;
777
+
768
778
  @media (max-width: 699px) {
769
779
  --grid-column-gap: 12px;
770
780
  --grid-margin: 20px;
771
781
  --rotator-button-width: 40px;
772
782
  --rotator-button-icon-width: 24px;
773
783
  --carousel-image-caption-height: 14px;
784
+
785
+ --line-height-listing: 34px;
786
+
787
+ --font-feature-settings-body: 'pnum' on, 'onum' on, 'liga' off;
788
+ --font-feature-settings-header: 'tnum' on, 'lnum' on;
789
+ --font-feature-settings-subtitle: 'tnum' on, 'lnum' on;
790
+
791
+ --text-transform-body: none;
792
+ --text-transform-header: uppercase;
793
+ --text-transform-subtitle: uppercase;
774
794
  }
775
795
 
776
796
  @media (min-width: 700px) and (max-width: 1139px) {
@@ -781,7 +801,7 @@
781
801
  --carousel-image-caption-height: 14px;
782
802
  }
783
803
 
784
- /* ----- Variables already used in Harmonic END ----- */
804
+ /* ----- Variables already used in Harmonic END ----- */
785
805
 
786
806
  --font-size-header-1: 96px;
787
807
  --font-weight-header-1: 500;
@@ -887,7 +907,6 @@
887
907
  --font-size-title-description: 20px;
888
908
  --line-height-title-description: 28px;
889
909
 
890
- --line-height-listing: 36px;
891
910
  --font-size-individual-listing-name: 19px;
892
911
  --line-height-individual-listing-name: 24px;
893
912
  --line-height-people-listing-gap: 24px;
@@ -902,18 +921,12 @@
902
921
  --font-family-people-listing-role: 'Gotham SSm A', 'Gotham SSm B', 'Montserrat', sans-serif;
903
922
  --font-family-people-listing-name: 'adobe-garamond-pro';
904
923
 
905
- --font-feature-settings-header: 'tnum' on, 'lnum' on;
906
924
  --font-feature-settings-altHeader: 'pnum' on, 'onum' on;
907
925
  --font-feature-settings-overline: 'tnum' on, 'lnum' on, 'liga' off, 'calt' off;
908
- --font-feature-settings-subtitle: 'tnum' on, 'lnum' on;
909
- --font-feature-settings-body: 'pnum' on, 'onum' on, 'liga' off;
910
926
  --font-feature-settings-navigation: 'tnum' on, 'lnum' on, 'liga' off, 'calt' off;
911
927
 
912
- --text-transform-header: uppercase;
913
928
  --text-transform-altHeader: none;
914
- --text-transform-body: none;
915
929
  --text-transform-overline: uppercase;
916
- --text-transform-subtitle: uppercase;
917
930
 
918
931
  --word-break-header: break-word;
919
932
  --word-break-altHeader: break-word;
@@ -1082,18 +1095,12 @@
1082
1095
  --font-family-people-listing-role: 'Gotham SSm A', 'Gotham SSm B', 'Montserrat', sans-serif;
1083
1096
  --font-family-people-listing-name: 'adobe-garamond-pro';
1084
1097
 
1085
- --font-feature-settings-header: 'tnum' on, 'lnum' on;
1086
1098
  --font-feature-settings-altHeader: 'pnum' on, 'onum' on;
1087
1099
  --font-feature-settings-overline: 'tnum' on, 'lnum' on, 'liga' off, 'calt' off;
1088
- --font-feature-settings-subtitle: 'tnum' on, 'lnum' on;
1089
- --font-feature-settings-body: 'pnum' on, 'onum' on, 'liga' off;
1090
1100
  --font-feature-settings-navigation: 'tnum' on, 'lnum' on, 'liga' off, 'calt' off;
1091
1101
 
1092
- --text-transform-header: uppercase;
1093
1102
  --text-transform-altHeader: none;
1094
- --text-transform-body: none;
1095
1103
  --text-transform-overline: uppercase;
1096
- --text-transform-subtitle: uppercase;
1097
1104
 
1098
1105
  --word-break-header: break-word;
1099
1106
  --word-break-altHeader: break-word;