h-section 0.0.8 → 0.0.9
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/hotelSection.mjs +4 -4
- package/package.json +1 -1
package/dist/hotelSection.mjs
CHANGED
|
@@ -10208,8 +10208,8 @@ const ee = {
|
|
|
10208
10208
|
flightIncludedText: "Lidojums iekļauts",
|
|
10209
10209
|
nightsText: "n.",
|
|
10210
10210
|
offerBtnText: "Piedāvājums",
|
|
10211
|
-
showMore: "
|
|
10212
|
-
showLess: "
|
|
10211
|
+
showMore: "Rādīt vairāk",
|
|
10212
|
+
showLess: "Rādīt mazāk"
|
|
10213
10213
|
},
|
|
10214
10214
|
priceSearchEndpoint: "https://www.coraltravel.lv/endpoints/PackageTourHotelProduct/PriceSearchList",
|
|
10215
10215
|
hotelDetailEndpoint: "https://www.coraltravel.lv/endpoints/HotelContent/ListHotelDetail",
|
|
@@ -10231,8 +10231,8 @@ const ee = {
|
|
|
10231
10231
|
flightIncludedText: "Lennupiletid hinna sees",
|
|
10232
10232
|
nightsText: "n.",
|
|
10233
10233
|
offerBtnText: "Vaata pakkumist",
|
|
10234
|
-
showMore: "
|
|
10235
|
-
showLess: "
|
|
10234
|
+
showMore: "Kuva rohkem",
|
|
10235
|
+
showLess: "Kuva vähem"
|
|
10236
10236
|
},
|
|
10237
10237
|
priceSearchEndpoint: "https://www.coraltravel.ee/endpoints/PackageTourHotelProduct/PriceSearchList",
|
|
10238
10238
|
hotelDetailEndpoint: "https://www.coraltravel.ee/endpoints/HotelContent/ListHotelDetail",
|