@royaloperahouse/harmonic 1.0.6-h → 1.0.6-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.
@@ -9101,15 +9101,15 @@ var CreditListing = function CreditListing(_ref) {
9101
9101
  title: "role",
9102
9102
  "data-roh": dataROH
9103
9103
  }, /*#__PURE__*/React__default.createElement(HarmonicSubtitle, {
9104
- size: "large",
9104
+ size: "small",
9105
9105
  color: "grey"
9106
9106
  }, name)), description && (/*#__PURE__*/React__default.createElement(DescriptionWrapper, null, /*#__PURE__*/React__default.createElement(HarmonicSubtitle, {
9107
- size: "large",
9107
+ size: "small",
9108
9108
  color: "grey"
9109
9109
  }, description))), personArrays.map(function (personArray, arrayIndex) {
9110
9110
  return /*#__PURE__*/React__default.createElement(BodyCopyHarmonic, {
9111
9111
  key: "personArray" + arrayIndex,
9112
- size: "large"
9112
+ size: "medium"
9113
9113
  }, personArray.map(function (person, personIndex) {
9114
9114
  return /*#__PURE__*/React__default.createElement(Person, {
9115
9115
  key: "" + person.name + personIndex,
@@ -9118,12 +9118,12 @@ var CreditListing = function CreditListing(_ref) {
9118
9118
  });
9119
9119
  }));
9120
9120
  }), replacement && (/*#__PURE__*/React__default.createElement(ReplacementWrapper, null, /*#__PURE__*/React__default.createElement(BodyCopyHarmonic, {
9121
- size: "large"
9121
+ size: "medium"
9122
9122
  }, replacement))), musicTitle && musicTitle.length > 0 && (/*#__PURE__*/React__default.createElement(BodyCopyHarmonic, {
9123
9123
  size: "small",
9124
9124
  key: "music-" + musicTitle + "-text"
9125
9125
  }, concatenateMusicTitle(musicTitle, index))), additionalInfo && /*#__PURE__*/React__default.createElement(BodyCopyHarmonic, {
9126
- size: "large"
9126
+ size: "medium"
9127
9127
  }, additionalInfo))));
9128
9128
  });
9129
9129
  return /*#__PURE__*/React__default.createElement(CreditListingWrapper, {
@@ -10531,9 +10531,9 @@ var NavTop = function NavTop(_ref) {
10531
10531
  };
10532
10532
 
10533
10533
  var _templateObject$1h, _templateObject2$Z, _templateObject3$M, _templateObject4$C, _templateObject5$v;
10534
- var ReadMoreContainer = /*#__PURE__*/styled__default.div(_templateObject$1h || (_templateObject$1h = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n h1,\n h2,\n h3 {\n margin: 0px 0px 12px 0px !important;\n }\n"])));
10534
+ var ReadMoreContainer = /*#__PURE__*/styled__default.div(_templateObject$1h || (_templateObject$1h = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n h1,\n h2,\n h3 {\n margin: 0px 0px 12px 0px !important;\n }\n\n p {\n font-size: 17px !important;\n }\n"])));
10535
10535
  var LinkContainer = /*#__PURE__*/styled__default.div(_templateObject2$Z || (_templateObject2$Z = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n padding-top: 12px;\n gap: 8px;\n\n :hover {\n cursor: pointer;\n }\n\n @media print {\n visibility: hidden;\n }\n"])));
10536
- var FullTextContainer = /*#__PURE__*/styled__default.div(_templateObject3$M || (_templateObject3$M = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n visibility: ", ";\n\n margin-bottom: 12px;\n\n @media print {\n visibility: visible;\n }\n"])), function (_ref) {
10536
+ var FullTextContainer = /*#__PURE__*/styled__default.div(_templateObject3$M || (_templateObject3$M = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n visibility: ", ";\n\n margin-bottom: 12px;\n p {\n font-size: 17px !important;\n }\n\n @media print {\n visibility: visible;\n }\n"])), function (_ref) {
10537
10537
  var isVisible = _ref.isVisible;
10538
10538
  return isVisible ? 'visible' : 'hidden';
10539
10539
  });
@@ -10541,13 +10541,13 @@ var IntroTextContainer = /*#__PURE__*/styled__default.div(_templateObject4$C ||
10541
10541
  var isVisible = _ref2.isVisible;
10542
10542
  return isVisible ? 'visible' : 'hidden';
10543
10543
  });
10544
- var ContentContainer$5 = /*#__PURE__*/styled__default.div(_templateObject5$v || (_templateObject5$v = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n overflow: auto;\n transition: max-height 0.4s ease;\n font-family: var(--font-family-sans);\n\n & h1 {\n font-family: var(--font-family-sans);\n white-space: break-spaces;\n overflow-wrap: break-word;\n }\n\n & h2 {\n font-family: var(--font-family-sans);\n white-space: break-spaces;\n overflow-wrap: break-word;\n }\n\n & em,\n i {\n font-style: italic;\n }\n\n & strong,\n b {\n font-weight: 500;\n letter-spacing: -0.5px;\n }\n\n font-size: 19px;\n\n @media ", " {\n font-size: 17px;\n }\n\n @media print {\n visibility: visible;\n max-height: 900px !important;\n }\n"])), devices.mobile);
10544
+ var ContentContainer$5 = /*#__PURE__*/styled__default.div(_templateObject5$v || (_templateObject5$v = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n overflow: auto;\n transition: max-height 0.4s ease;\n font-family: var(--font-family-sans);\n\n & h1 {\n font-family: var(--font-family-sans);\n white-space: break-spaces;\n overflow-wrap: break-word;\n }\n\n & h2 {\n font-family: var(--font-family-sans);\n white-space: break-spaces;\n overflow-wrap: break-word;\n }\n\n & em,\n i {\n font-style: italic;\n }\n\n & strong,\n b {\n font-weight: 500;\n letter-spacing: -0.5px;\n }\n\n @media print {\n visibility: visible;\n max-height: 900px !important;\n }\n"])));
10545
10545
 
10546
10546
  var _templateObject$1i, _templateObject2$_;
10547
- var TextLinkWrapper$4 = /*#__PURE__*/styled__default.a(_templateObject$1i || (_templateObject$1i = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n border-bottom: 1px solid;\n font-family: var(--font-family-sans);\n font-size: 19px;\n line-height: 28px;\n color: var(--color-", ");\n width: fit-content;\n display: flex;\n align-items: center;\n cursor: pointer;\n text-decoration: none;\n\n @media ", " {\n font-size: 17px;\n }\n"])), function (_ref) {
10547
+ var TextLinkWrapper$4 = /*#__PURE__*/styled__default.a(_templateObject$1i || (_templateObject$1i = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n border-bottom: 1px solid;\n font-family: var(--font-family-sans);\n font-size: 17px;\n line-height: 28px;\n color: var(--color-", ");\n width: fit-content;\n display: flex;\n align-items: center;\n cursor: pointer;\n text-decoration: none;\n"])), function (_ref) {
10548
10548
  var color = _ref.color;
10549
10549
  return color;
10550
- }, devices.mobile);
10550
+ });
10551
10551
  var TextLinkIconWrapper$1 = /*#__PURE__*/styled__default.span(_templateObject2$_ || (_templateObject2$_ = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n width: var(--button-icon-width);\n height: var(--button-icon-height);\n margin-left: var(--button-icon-margin);\n"])));
10552
10552
 
10553
10553
  var _excluded$r = ["children", "iconName", "iconDirection", "textColor", "disableTruncation"];