@tripian/react 9.1.29 → 9.1.30
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.
|
Binary file
|
package/index.js
CHANGED
|
@@ -57551,7 +57551,6 @@ var PoiInfo = function (_a) {
|
|
|
57551
57551
|
else
|
|
57552
57552
|
setOptInModalWarningMessage([planDateTime, (0, moment_1.default)((_a = offer.timeframe) === null || _a === void 0 ? void 0 : _a.start).format('YYYY-MM-DD'), (0, moment_1.default)((_b = offer.timeframe) === null || _b === void 0 ? void 0 : _b.end).format('YYYY-MM-DD')]);
|
|
57553
57553
|
}, cardClicked: offerCardClicked, planDate: planDate, redeemClicked: redeemClicked })));
|
|
57554
|
-
return null;
|
|
57555
57554
|
}),
|
|
57556
57555
|
react_1.default.createElement(Modal_1.default, { show: optInModalWarningMessage.length > 0, backdropClick: function () { return setOptInModalWarningMessage([]); } },
|
|
57557
57556
|
react_1.default.createElement("div", { className: "center py5" },
|
|
@@ -86903,6 +86902,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
86903
86902
|
/* eslint-disable @typescript-eslint/no-unsafe-assignment */
|
|
86904
86903
|
/* eslint-disable import/no-extraneous-dependencies */
|
|
86905
86904
|
var react_1 = __importDefault(__webpack_require__(0));
|
|
86905
|
+
// import RatingStars from '../../../../components/RatingStars/RatingStars';
|
|
86906
86906
|
var ToristyProductCardText_scss_1 = __importDefault(__webpack_require__(990));
|
|
86907
86907
|
var ToristyProductCardText = function (_a) {
|
|
86908
86908
|
var product = _a.product, t = _a.t;
|
|
@@ -86918,7 +86918,9 @@ var ToristyProductCardText = function (_a) {
|
|
|
86918
86918
|
react_1.default.createElement("span", null,
|
|
86919
86919
|
react_1.default.createElement("b", null,
|
|
86920
86920
|
product.starting_price.currencySymbol,
|
|
86921
|
-
product.starting_price.price)
|
|
86921
|
+
product.starting_price.price),
|
|
86922
|
+
"\u00A0",
|
|
86923
|
+
t('trips.myTrips.localExperiences.tourDetails.experience.perPerson'))))));
|
|
86922
86924
|
};
|
|
86923
86925
|
exports.default = ToristyProductCardText;
|
|
86924
86926
|
|