ctt-babylon 0.13.10 → 0.13.11
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/fesm2022/ctt-babylon.mjs
CHANGED
|
@@ -4835,6 +4835,7 @@ class MapperService {
|
|
|
4835
4835
|
return undefined;
|
|
4836
4836
|
}
|
|
4837
4837
|
const { texts, multimedia, buttons } = props?.room;
|
|
4838
|
+
const detailButtons = props.buttons?.length ? props.buttons : buttons;
|
|
4838
4839
|
return {
|
|
4839
4840
|
title: texts?.name,
|
|
4840
4841
|
description: texts?.additional4 !== undefined &&
|
|
@@ -4844,7 +4845,7 @@ class MapperService {
|
|
|
4844
4845
|
: texts?.description,
|
|
4845
4846
|
pretitle: texts?.additional1,
|
|
4846
4847
|
equipmentTitle: texts?.additional2,
|
|
4847
|
-
button: Utils.mapButtons(
|
|
4848
|
+
button: Utils.mapButtons(detailButtons)?.[0],
|
|
4848
4849
|
items: props?.room?.services
|
|
4849
4850
|
?.filter((item) => item?.type
|
|
4850
4851
|
?.split(',')
|
|
@@ -13381,7 +13382,7 @@ class BabylonLisC4TxtIcoComponent {
|
|
|
13381
13382
|
one: 'Benefit / Category',
|
|
13382
13383
|
two: 'Lofter <br>(0-9 bookings)',
|
|
13383
13384
|
three: 'SuperLofter <br />(10-25 bookings)',
|
|
13384
|
-
four: 'MegaLofter <br />(+25 bookings or influencers)
|
|
13385
|
+
four: 'MegaLofter <br />(+25 bookings or influencers)',
|
|
13385
13386
|
},
|
|
13386
13387
|
row2: {
|
|
13387
13388
|
one: 'Lower bunk bed (subject to availability)',
|