kupos-ui-components-lib 9.4.2 → 9.4.3
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.
|
@@ -288,7 +288,8 @@ function ServiceItemPB({ serviceItem, onBookButtonPress, colors, metaData, child
|
|
|
288
288
|
((serviceItem === null || serviceItem === void 0 ? void 0 : serviceItem.offer_text) || (serviceItem === null || serviceItem === void 0 ? void 0 : serviceItem.is_dp_enabled)) && (React.createElement("div", { className: "text-white p-[10px_15px] text-left w-full flex items-center absolute -bottom-[36px] pt-[50px] rounded-b-[14px] text-[14px]", style: {
|
|
289
289
|
background: offerGradient,
|
|
290
290
|
opacity: isSoldOut ? 0.5 : 1,
|
|
291
|
-
zIndex:
|
|
291
|
+
zIndex: isPeru ? undefined : -2,
|
|
292
|
+
// zIndex: hasOfferText ? 2 : isPeru ? 1 : -2,
|
|
292
293
|
} },
|
|
293
294
|
React.createElement("div", { className: "flex justify-between items-center w-full" },
|
|
294
295
|
React.createElement("div", { className: "flex items-center " }, (serviceItem === null || serviceItem === void 0 ? void 0 : serviceItem.is_dp_enabled) ? (React.createElement("div", { className: "flex items-center gap-[3px]" },
|
package/package.json
CHANGED
|
@@ -612,7 +612,8 @@ function ServiceItemPB({
|
|
|
612
612
|
style={{
|
|
613
613
|
background: offerGradient,
|
|
614
614
|
opacity: isSoldOut ? 0.5 : 1,
|
|
615
|
-
zIndex:
|
|
615
|
+
zIndex: isPeru ? undefined : -2,
|
|
616
|
+
// zIndex: hasOfferText ? 2 : isPeru ? 1 : -2,
|
|
616
617
|
}}
|
|
617
618
|
>
|
|
618
619
|
<div className="flex justify-between items-center w-full">
|