@royaloperahouse/chord 1.24.3-d-chord-development → 1.24.3-e-chord-development
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.
|
@@ -6575,7 +6575,7 @@ var ContentSummary = function ContentSummary(_ref) {
|
|
|
6575
6575
|
_ref$truncate = _ref.truncate,
|
|
6576
6576
|
truncate = _ref$truncate === void 0 ? 0 : _ref$truncate,
|
|
6577
6577
|
_ref$fullyClickable = _ref.fullyClickable,
|
|
6578
|
-
fullyClickable = _ref$fullyClickable === void 0 ?
|
|
6578
|
+
fullyClickable = _ref$fullyClickable === void 0 ? true : _ref$fullyClickable,
|
|
6579
6579
|
_ref$baseSemanticLeve = _ref.baseSemanticLevel,
|
|
6580
6580
|
baseSemanticLevel = _ref$baseSemanticLeve === void 0 ? 3 : _ref$baseSemanticLeve;
|
|
6581
6581
|
return /*#__PURE__*/React__default.createElement(ContentSummaryWrapper, {
|