@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.
- package/dist/harmonic.cjs.development.js +10 -10
- package/dist/harmonic.cjs.development.js.map +1 -1
- package/dist/harmonic.cjs.production.min.js +1 -1
- package/dist/harmonic.cjs.production.min.js.map +1 -1
- package/dist/harmonic.esm.js +10 -10
- package/dist/harmonic.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/harmonic.esm.js
CHANGED
|
@@ -9142,15 +9142,15 @@ var CreditListing = function CreditListing(_ref) {
|
|
|
9142
9142
|
title: "role",
|
|
9143
9143
|
"data-roh": dataROH
|
|
9144
9144
|
}, /*#__PURE__*/React__default.createElement(HarmonicSubtitle, {
|
|
9145
|
-
size: "
|
|
9145
|
+
size: "small",
|
|
9146
9146
|
color: "grey"
|
|
9147
9147
|
}, name)), description && (/*#__PURE__*/React__default.createElement(DescriptionWrapper, null, /*#__PURE__*/React__default.createElement(HarmonicSubtitle, {
|
|
9148
|
-
size: "
|
|
9148
|
+
size: "small",
|
|
9149
9149
|
color: "grey"
|
|
9150
9150
|
}, description))), personArrays.map(function (personArray, arrayIndex) {
|
|
9151
9151
|
return /*#__PURE__*/React__default.createElement(BodyCopyHarmonic, {
|
|
9152
9152
|
key: "personArray" + arrayIndex,
|
|
9153
|
-
size: "
|
|
9153
|
+
size: "medium"
|
|
9154
9154
|
}, personArray.map(function (person, personIndex) {
|
|
9155
9155
|
return /*#__PURE__*/React__default.createElement(Person, {
|
|
9156
9156
|
key: "" + person.name + personIndex,
|
|
@@ -9159,12 +9159,12 @@ var CreditListing = function CreditListing(_ref) {
|
|
|
9159
9159
|
});
|
|
9160
9160
|
}));
|
|
9161
9161
|
}), replacement && (/*#__PURE__*/React__default.createElement(ReplacementWrapper, null, /*#__PURE__*/React__default.createElement(BodyCopyHarmonic, {
|
|
9162
|
-
size: "
|
|
9162
|
+
size: "medium"
|
|
9163
9163
|
}, replacement))), musicTitle && musicTitle.length > 0 && (/*#__PURE__*/React__default.createElement(BodyCopyHarmonic, {
|
|
9164
9164
|
size: "small",
|
|
9165
9165
|
key: "music-" + musicTitle + "-text"
|
|
9166
9166
|
}, concatenateMusicTitle(musicTitle, index))), additionalInfo && /*#__PURE__*/React__default.createElement(BodyCopyHarmonic, {
|
|
9167
|
-
size: "
|
|
9167
|
+
size: "medium"
|
|
9168
9168
|
}, additionalInfo))));
|
|
9169
9169
|
});
|
|
9170
9170
|
return /*#__PURE__*/React__default.createElement(CreditListingWrapper, {
|
|
@@ -10572,9 +10572,9 @@ var NavTop = function NavTop(_ref) {
|
|
|
10572
10572
|
};
|
|
10573
10573
|
|
|
10574
10574
|
var _templateObject$1h, _templateObject2$Z, _templateObject3$M, _templateObject4$C, _templateObject5$v;
|
|
10575
|
-
var ReadMoreContainer = /*#__PURE__*/styled.div(_templateObject$1h || (_templateObject$1h = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n h1,\n h2,\n h3 {\n margin: 0px 0px 12px 0px !important;\n }\n"])));
|
|
10575
|
+
var ReadMoreContainer = /*#__PURE__*/styled.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"])));
|
|
10576
10576
|
var LinkContainer = /*#__PURE__*/styled.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"])));
|
|
10577
|
-
var FullTextContainer = /*#__PURE__*/styled.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) {
|
|
10577
|
+
var FullTextContainer = /*#__PURE__*/styled.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) {
|
|
10578
10578
|
var isVisible = _ref.isVisible;
|
|
10579
10579
|
return isVisible ? 'visible' : 'hidden';
|
|
10580
10580
|
});
|
|
@@ -10582,13 +10582,13 @@ var IntroTextContainer = /*#__PURE__*/styled.div(_templateObject4$C || (_templat
|
|
|
10582
10582
|
var isVisible = _ref2.isVisible;
|
|
10583
10583
|
return isVisible ? 'visible' : 'hidden';
|
|
10584
10584
|
});
|
|
10585
|
-
var ContentContainer$5 = /*#__PURE__*/styled.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
|
|
10585
|
+
var ContentContainer$5 = /*#__PURE__*/styled.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"])));
|
|
10586
10586
|
|
|
10587
10587
|
var _templateObject$1i, _templateObject2$_;
|
|
10588
|
-
var TextLinkWrapper$4 = /*#__PURE__*/styled.a(_templateObject$1i || (_templateObject$1i = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n border-bottom: 1px solid;\n font-family: var(--font-family-sans);\n font-size:
|
|
10588
|
+
var TextLinkWrapper$4 = /*#__PURE__*/styled.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) {
|
|
10589
10589
|
var color = _ref.color;
|
|
10590
10590
|
return color;
|
|
10591
|
-
}
|
|
10591
|
+
});
|
|
10592
10592
|
var TextLinkIconWrapper$1 = /*#__PURE__*/styled.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"])));
|
|
10593
10593
|
|
|
10594
10594
|
var _excluded$r = ["children", "iconName", "iconDirection", "textColor", "disableTruncation"];
|