@royaloperahouse/harmonic 0.17.0-h → 0.17.0-i
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 +3 -1
- 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 +3 -1
- package/dist/harmonic.esm.js.map +1 -1
- package/package.json +1 -1
|
@@ -8015,7 +8015,9 @@ var PageHeadingHighlightCarousel = function PageHeadingHighlightCarousel(_ref) {
|
|
|
8015
8015
|
hierarchy: "h1"
|
|
8016
8016
|
}, title), /*#__PURE__*/React__default.createElement(HarmonicOverline, {
|
|
8017
8017
|
size: "large"
|
|
8018
|
-
}, subtitle)), text ? (/*#__PURE__*/React__default.createElement(HighlightTextWrapper, null, /*#__PURE__*/React__default.createElement(BodyCopyHarmonic,
|
|
8018
|
+
}, subtitle)), text ? (/*#__PURE__*/React__default.createElement(HighlightTextWrapper, null, /*#__PURE__*/React__default.createElement(BodyCopyHarmonic, {
|
|
8019
|
+
size: "large"
|
|
8020
|
+
}, /*#__PURE__*/React__default.createElement("span", {
|
|
8019
8021
|
dangerouslySetInnerHTML: {
|
|
8020
8022
|
__html: text
|
|
8021
8023
|
}
|