@royaloperahouse/harmonic 0.2.3-l → 0.2.3-m
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 +1 -5
- 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 +1 -5
- package/dist/harmonic.esm.js.map +1 -1
- package/package.json +1 -1
|
@@ -10453,11 +10453,7 @@ var PromoWithTitle = function PromoWithTitle(_ref) {
|
|
|
10453
10453
|
"data-testid": "buttons-wrapper",
|
|
10454
10454
|
primaryButtonTextLength: primaryButtonText.length,
|
|
10455
10455
|
tertiaryButtonTextLength: tertiaryButtonText.length
|
|
10456
|
-
}, primaryButton ?
|
|
10457
|
-
target: "_blank"
|
|
10458
|
-
}, restPrimaryButton), primaryButtonTextTruncate)) : null, tertiaryButton ? (/*#__PURE__*/React__default.createElement(TertiaryButton, Object.assign({
|
|
10459
|
-
target: "_blank"
|
|
10460
|
-
}, restTertiaryButton), tertiaryButtonTextTruncate)) : null)) : null));
|
|
10456
|
+
}, primaryButton ? /*#__PURE__*/React__default.createElement(PrimaryButton, Object.assign({}, restPrimaryButton), primaryButtonTextTruncate) : null, tertiaryButton ? (/*#__PURE__*/React__default.createElement(TertiaryButton, Object.assign({}, restTertiaryButton), tertiaryButtonTextTruncate)) : null)) : null));
|
|
10461
10457
|
};
|
|
10462
10458
|
|
|
10463
10459
|
var _templateObject$1a;
|