@royaloperahouse/harmonic 0.1.8-h → 0.1.8-j

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.
@@ -1,6 +1,6 @@
1
1
  @font-face {
2
2
  font-family: 'GreyLLTT';
3
- src: url('https://s3.eu-west-1.amazonaws.com/static.roh.org.uk/fonts/harmonic/GreyLLTT-Regular.woff2') format('woff2');
3
+ src: url('https://static.roh.org.uk/fonts/harmonic/GreyLLTT-Regular.woff2') format('woff2');
4
4
  font-weight: 400;
5
5
  font-style: normal;
6
6
  font-display: swap;
@@ -8,7 +8,7 @@
8
8
 
9
9
  @font-face {
10
10
  font-family: 'GreyLLTT';
11
- src: url('https://s3.eu-west-1.amazonaws.com/static.roh.org.uk/fonts/harmonic/GreyLLTT-Medium.woff2') format('woff2');
11
+ src: url('https://static.roh.org.uk/fonts/harmonic/GreyLLTT-Medium.woff2') format('woff2');
12
12
  font-weight: 500;
13
13
  font-style: normal;
14
14
  font-display: swap;
@@ -16,7 +16,7 @@
16
16
 
17
17
  @font-face {
18
18
  font-family: 'GreyLLTT';
19
- src: url('https://s3.eu-west-1.amazonaws.com/static.roh.org.uk/fonts/harmonic/GreyLLTT-Bold.woff2') format('woff2');
19
+ src: url('https://static.roh.org.uk/fonts/harmonic/GreyLLTT-Bold.woff2') format('woff2');
20
20
  font-weight: 700;
21
21
  font-style: normal;
22
22
  font-display: swap;
@@ -24,7 +24,7 @@
24
24
 
25
25
  @font-face {
26
26
  font-family: 'VictorSerif';
27
- src: url('https://s3.eu-west-1.amazonaws.com/static.roh.org.uk/fonts/harmonic/VictorSerif-Medium.woff2')
27
+ src: url('https://static.roh.org.uk/fonts/harmonic/VictorSerif-Medium.woff2')
28
28
  format('woff2');
29
29
  font-weight: 500;
30
30
  font-style: normal;
@@ -33,7 +33,7 @@
33
33
 
34
34
  @font-face {
35
35
  font-family: 'VictorSerif';
36
- src: url('https://s3.eu-west-1.amazonaws.com/static.roh.org.uk/fonts/harmonic/VictorSerif-MediumItalic.woff2')
36
+ src: url('https://static.roh.org.uk/fonts/harmonic/VictorSerif-MediumItalic.woff2')
37
37
  format('woff2');
38
38
  font-weight: 500;
39
39
  font-style: italic;
@@ -13271,6 +13271,13 @@ var GlobalStyles = /*#__PURE__*/styled.createGlobalStyle(_templateObject$1p || (
13271
13271
  return theme.footer.tablet.paddingBottom;
13272
13272
  }, devices.desktop, devices.largeDesktop);
13273
13273
 
13274
+ /* ~~~~~~~ new harmonic types ~~~~~~~ */
13275
+ var HarmonicSizes = {
13276
+ Small: 'small',
13277
+ Medium: 'medium',
13278
+ Large: 'large'
13279
+ };
13280
+
13274
13281
  exports.Accordion = Accordion;
13275
13282
  exports.Accordions = Accordions;
13276
13283
  exports.AltHeader = AltHeader;
@@ -13292,6 +13299,7 @@ exports.Footer = Footer;
13292
13299
  exports.GlobalStyles = GlobalStyles;
13293
13300
  exports.Grid = Grid;
13294
13301
  exports.GridItem = GridItem;
13302
+ exports.HarmonicSizes = HarmonicSizes;
13295
13303
  exports.HarmonicThemeProvider = HarmonicThemeProvider;
13296
13304
  exports.Header = Header;
13297
13305
  exports.HighlightsCarousel = HighlightsCarousel;