@royaloperahouse/harmonic 0.6.2-a → 0.6.2-b
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 +2 -2
- 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 +2 -2
- package/dist/harmonic.esm.js.map +1 -1
- package/package.json +1 -1
|
@@ -8946,11 +8946,11 @@ var Information = function Information(_ref) {
|
|
|
8946
8946
|
columnStartDevice: 2,
|
|
8947
8947
|
columnSpanDesktop: 14 - titleColumnSpan,
|
|
8948
8948
|
columnSpanDevice: 12
|
|
8949
|
-
}, /*#__PURE__*/React__default.createElement(React__default.Fragment, null, /*#__PURE__*/React__default.createElement(InfoBodyWrapper, {
|
|
8949
|
+
}, /*#__PURE__*/React__default.createElement(React__default.Fragment, null, /*#__PURE__*/React__default.createElement(InfoBodyWrapper, null, /*#__PURE__*/React__default.createElement("span", {
|
|
8950
8950
|
dangerouslySetInnerHTML: {
|
|
8951
8951
|
__html: body
|
|
8952
8952
|
}
|
|
8953
|
-
}), cta && (/*#__PURE__*/React__default.createElement(InfoCta, {
|
|
8953
|
+
})), cta && (/*#__PURE__*/React__default.createElement(InfoCta, {
|
|
8954
8954
|
link: cta.link,
|
|
8955
8955
|
variant: cta.variant,
|
|
8956
8956
|
text: cta.text,
|