@royaloperahouse/chord 1.20.2-a-chord-development → 1.20.2-b-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.
- package/dist/chord.cjs.development.js +2 -1
- package/dist/chord.cjs.development.js.map +1 -1
- package/dist/chord.cjs.production.min.js +1 -1
- package/dist/chord.cjs.production.min.js.map +1 -1
- package/dist/chord.esm.js +2 -1
- package/dist/chord.esm.js.map +1 -1
- package/dist/types/upsell.d.ts +4 -0
- package/package.json +1 -1
|
@@ -7949,6 +7949,7 @@ var Quote = function Quote(_ref) {
|
|
|
7949
7949
|
var UpsellSection = function UpsellSection(_ref) {
|
|
7950
7950
|
var title = _ref.title,
|
|
7951
7951
|
richText = _ref.richText,
|
|
7952
|
+
link = _ref.link,
|
|
7952
7953
|
upsellCards = _ref.upsellCards,
|
|
7953
7954
|
_ref$theme = _ref.theme,
|
|
7954
7955
|
theme = _ref$theme === void 0 ? exports.ThemeType.Core : _ref$theme;
|
|
@@ -7974,7 +7975,7 @@ var UpsellSection = function UpsellSection(_ref) {
|
|
|
7974
7975
|
columnSpanDesktop: 14,
|
|
7975
7976
|
columnStartDevice: 1,
|
|
7976
7977
|
columnSpanDevice: 14
|
|
7977
|
-
})), /*#__PURE__*/React__default.createElement(UpsellCards, {
|
|
7978
|
+
}), link && /*#__PURE__*/React__default.createElement(TextLink, null, link.text)), /*#__PURE__*/React__default.createElement(UpsellCards, {
|
|
7978
7979
|
upsellCards: themedUpsellCards
|
|
7979
7980
|
})))));
|
|
7980
7981
|
};
|