@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
package/dist/harmonic.esm.js
CHANGED
|
@@ -10480,11 +10480,7 @@ var PromoWithTitle = function PromoWithTitle(_ref) {
|
|
|
10480
10480
|
"data-testid": "buttons-wrapper",
|
|
10481
10481
|
primaryButtonTextLength: primaryButtonText.length,
|
|
10482
10482
|
tertiaryButtonTextLength: tertiaryButtonText.length
|
|
10483
|
-
}, primaryButton ?
|
|
10484
|
-
target: "_blank"
|
|
10485
|
-
}, restPrimaryButton), primaryButtonTextTruncate)) : null, tertiaryButton ? (/*#__PURE__*/React__default.createElement(TertiaryButton, Object.assign({
|
|
10486
|
-
target: "_blank"
|
|
10487
|
-
}, restTertiaryButton), tertiaryButtonTextTruncate)) : null)) : null));
|
|
10483
|
+
}, primaryButton ? /*#__PURE__*/React__default.createElement(PrimaryButton, Object.assign({}, restPrimaryButton), primaryButtonTextTruncate) : null, tertiaryButton ? (/*#__PURE__*/React__default.createElement(TertiaryButton, Object.assign({}, restTertiaryButton), tertiaryButtonTextTruncate)) : null)) : null));
|
|
10488
10484
|
};
|
|
10489
10485
|
|
|
10490
10486
|
var _templateObject$1a;
|