@royaloperahouse/harmonic 0.2.3-f → 0.2.3-g

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.
@@ -10323,9 +10323,6 @@ var PromoWithTitle = function PromoWithTitle(_ref) {
10323
10323
  var truncate = function truncate(str, n) {
10324
10324
  return str.length >= n ? str.substr(0, n) : str;
10325
10325
  };
10326
- // const correctTitleSize = (size: typeof titleSize): 'medium' | 'large' => {
10327
- // return size === 'small' ? 'medium' : 'large';
10328
- // };
10329
10326
  var imageToLeft = imagePosition === 'left';
10330
10327
  var primaryButton = links == null ? void 0 : links[0];
10331
10328
  var _ref2 = primaryButton || {},
@@ -13436,7 +13433,7 @@ var GlobalStyles = /*#__PURE__*/styled.createGlobalStyle(_templateObject$1p || (
13436
13433
  }, devices.desktop, devices.largeDesktop);
13437
13434
 
13438
13435
  /* ~~~~~~~ new harmonic types ~~~~~~~ */
13439
- var HarmonicSizes = {
13436
+ var HarmonicSize = {
13440
13437
  Small: 'small',
13441
13438
  Medium: 'medium',
13442
13439
  Large: 'large'
@@ -13463,7 +13460,7 @@ exports.Footer = Footer;
13463
13460
  exports.GlobalStyles = GlobalStyles;
13464
13461
  exports.Grid = Grid;
13465
13462
  exports.GridItem = GridItem;
13466
- exports.HarmonicSizes = HarmonicSizes;
13463
+ exports.HarmonicSize = HarmonicSize;
13467
13464
  exports.HarmonicThemeProvider = HarmonicThemeProvider;
13468
13465
  exports.Header = Header;
13469
13466
  exports.HighlightsCarousel = HighlightsCarousel;