@tripian/react 9.3.36 → 9.3.38
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/index.js +1 -1
- package/index.js.map +1 -1
- package/package.json +2 -2
package/index.js
CHANGED
|
@@ -94680,7 +94680,7 @@ const KiwiHotelInfoModal = ({ hotel, onClose, fetchPropertyDetail, fetchProperty
|
|
|
94680
94680
|
react_1.default.createElement("span", { className: KiwiHotelInfoModal_scss_1.default.locationSectionLabel }, t('kiwi.infoModal.locationInfo'))),
|
|
94681
94681
|
react_1.default.createElement("p", { className: KiwiHotelInfoModal_scss_1.default.locationDescription }, data.locationDescription))))),
|
|
94682
94682
|
activeTab === 'amenities' && (react_1.default.createElement("div", null,
|
|
94683
|
-
react_1.default.createElement("div", { className: KiwiHotelInfoModal_scss_1.default.amenitiesTitle },
|
|
94683
|
+
react_1.default.createElement("div", { className: KiwiHotelInfoModal_scss_1.default.amenitiesTitle }, t('kiwi.includes')),
|
|
94684
94684
|
react_1.default.createElement("div", { className: KiwiHotelInfoModal_scss_1.default.amenitiesGrid }, (((_a = propertyDetail === null || propertyDetail === void 0 ? void 0 : propertyDetail.facilities) === null || _a === void 0 ? void 0 : _a.length) ? propertyDetail.facilities : data.amenities || []).map((item) => (react_1.default.createElement("div", { key: item, className: KiwiHotelInfoModal_scss_1.default.amenityItem },
|
|
94685
94685
|
react_1.default.createElement("svg", { className: KiwiHotelInfoModal_scss_1.default.amenityCheck, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", fill: "none", stroke: "currentColor", strokeWidth: "2.5", strokeLinecap: "round", strokeLinejoin: "round" },
|
|
94686
94686
|
react_1.default.createElement("polyline", { points: "20 6 9 17 4 12" })),
|