@royaloperahouse/harmonic 0.11.0-g → 0.11.0-h

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.
@@ -4520,7 +4520,7 @@ var TypeTags = function TypeTags(_ref) {
4520
4520
  return /*#__PURE__*/React__default.createElement("li", {
4521
4521
  key: t
4522
4522
  }, /*#__PURE__*/React__default.createElement(BodyCopyHarmonic, {
4523
- size: "large"
4523
+ size: "medium"
4524
4524
  }, t));
4525
4525
  }));
4526
4526
  };
@@ -9986,12 +9986,12 @@ var ButtonsContainer$2 = /*#__PURE__*/styled.div(_templateObject3$H || (_templat
9986
9986
  }
9987
9987
  return '';
9988
9988
  });
9989
- var PromoWithTagsTagWrapper = /*#__PURE__*/styled.div(_templateObject4$z || (_templateObject4$z = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-bottom: ", ";\n\n @media ", " {\n margin-bottom: ", ";\n }\n"])), function (_ref7) {
9989
+ var PromoWithTagsTagWrapper = /*#__PURE__*/styled.div(_templateObject4$z || (_templateObject4$z = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-bottom: ", ";\n\n ", "\n"])), function (_ref7) {
9990
9990
  var marginBottom = _ref7.marginBottom;
9991
9991
  return marginBottom + "px";
9992
- }, devices.mobile, function (_ref8) {
9992
+ }, function (_ref8) {
9993
9993
  var mobileMarginBottom = _ref8.mobileMarginBottom;
9994
- return mobileMarginBottom + "px";
9994
+ return mobileMarginBottom && "\n @media " + devices.mobile + " {\n margin-bottom: " + mobileMarginBottom + "px;\n }\n ";
9995
9995
  });
9996
9996
  var TextLinksContainer = /*#__PURE__*/styled.div(_templateObject5$t || (_templateObject5$t = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-wrap: wrap;\n margin: 24px 0 4px 0;\n"])));
9997
9997
  var TextLinkWrapper$3 = /*#__PURE__*/styled.div(_templateObject6$o || (_templateObject6$o = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-right: 24px;\n margin-bottom: 20px;\n\n &:last-child {\n margin-right: 0;\n }\n"])));
@@ -10016,7 +10016,7 @@ var PromoWithTagsContentWrapper = /*#__PURE__*/styled.div(_templateObject11$3 ||
10016
10016
  });
10017
10017
  var TimerWrapper$2 = /*#__PURE__*/styled.div(_templateObject12$3 || (_templateObject12$3 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-bottom: 32px;\n"])));
10018
10018
  var EndDateText = /*#__PURE__*/styled.div(_templateObject13$2 || (_templateObject13$2 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n border-bottom: 1px solid var(--color-base-black);\n padding-bottom: 32px;\n margin-bottom: 32px;\n\n @media ", " {\n padding-bottom: 20px;\n margin-bottom: 20px;\n }\n"])), devices.mobile);
10019
- var HarmonicHeaderWithWrapper = /*#__PURE__*/styled(HarmonicHeader)(_templateObject14$1 || (_templateObject14$1 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin: 0;\n padding-bottom: 32px;\n\n @media ", " {\n padding-bottom: 24px;\n }\n"])), devices.mobile);
10019
+ var HarmonicHeaderWithWrapper = /*#__PURE__*/styled(HarmonicHeader)(_templateObject14$1 || (_templateObject14$1 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin: 0;\n padding-bottom: 32px;\n\n @media ", " {\n padding-bottom: 24px;\n }\n"])), devices.mobileAndTablet);
10020
10020
  var BodyCopyHarmonicWithWrapper$1 = /*#__PURE__*/styled(BodyCopyHarmonic)(_templateObject15$1 || (_templateObject15$1 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n padding: 0;\n margin: 0;\n margin-bottom: 32px;\n whiete-space: break-spaces;\n overflow-wrap: break-word;\n\n a {\n text-decoration: underline;\n cursor: pointer;\n\n &[href^='tel:'] {\n text-decoration: none;\n }\n\n &:link {\n color: var(--color-primary-black);\n }\n\n &:visited {\n color: var(--color-base-dark-grey);\n }\n\n &:hover {\n color: var(--color-primary-red);\n }\n }\n @media ", " {\n margin-bottom: 24px;\n }\n"])), devices.mobile);
10021
10021
  var HarmonicSubtitleWithWrapper = /*#__PURE__*/styled(HarmonicSubtitle)(_templateObject16 || (_templateObject16 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n overflow-wrap: break-word;\n margin-bottom: 16px;\n"])));
10022
10022
 
@@ -10131,8 +10131,7 @@ var PromoWithTags = function PromoWithTags(_ref) {
10131
10131
  hideSection: showExtraContent,
10132
10132
  asCard: asCard
10133
10133
  }, renderTimerBlock(), /*#__PURE__*/React__default.createElement(React__default.Fragment, null, !!(aboveTitleTags != null && aboveTitleTags.length) && (/*#__PURE__*/React__default.createElement(PromoWithTagsTagWrapper, {
10134
- marginBottom: 24,
10135
- mobileMarginBottom: 24
10134
+ marginBottom: 24
10136
10135
  }, /*#__PURE__*/React__default.createElement(TypeTags, {
10137
10136
  list: aboveTitleTags
10138
10137
  }))), /*#__PURE__*/React__default.createElement(HarmonicHeaderWithWrapper, {
@@ -10144,7 +10143,7 @@ var PromoWithTags = function PromoWithTags(_ref) {
10144
10143
  }, /*#__PURE__*/React__default.createElement(TypeTags, {
10145
10144
  list: belowTitleTags
10146
10145
  }))), subtitle ? /*#__PURE__*/React__default.createElement(HarmonicSubtitleWithWrapper, {
10147
- size: "medium"
10146
+ size: "large"
10148
10147
  }, subtitle) : null, /*#__PURE__*/React__default.createElement(BodyCopyHarmonicWithWrapper$1, {
10149
10148
  size: "large",
10150
10149
  dangerouslySetInnerHTML: {