kupos-ui-components-lib 10.0.3 → 10.0.4
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.
|
@@ -243,7 +243,7 @@ function SeatSection({ seatTypes, availableSeats, isSoldOut, priceColor, currenc
|
|
|
243
243
|
} }))),
|
|
244
244
|
React.createElement("div", { className: "col-start-2 row-start-3 flex h-[30px] items-end justify-center relative" },
|
|
245
245
|
React.createElement("span", { className: "flex items-center gap-[6px] text-[22px] bold-text leading-[30px]", style: { color: isSoldOut ? "#c0c0c0" : dpSeatColor || "#ff5964" } },
|
|
246
|
-
React.createElement("div", { className: "absolute", style: { left: isPeru ? "-
|
|
246
|
+
React.createElement("div", { className: "absolute", style: { left: isPeru ? "-19px" : "-19px", bottom: "1px" } }, renderIcon("fireIcon", "16px")),
|
|
247
247
|
availableSeats <= 0
|
|
248
248
|
? CommonService.currency(0, currencySign)
|
|
249
249
|
: CommonService.discountedCurrency(Number(seatTypeFare), currencySign)))));
|
|
@@ -315,7 +315,7 @@ function SeatSection({ seatTypes, availableSeats, isSoldOut, priceColor, currenc
|
|
|
315
315
|
React.createElement("div", { className: "col-start-2 row-start-3 flex h-[30px] items-end justify-center relative" },
|
|
316
316
|
React.createElement("span", { className: "flex items-center gap-[6px] text-[22px] bold-text leading-[30px]", style: { color: isSoldOut ? "#c0c0c0" : discountSeatPriceColor } },
|
|
317
317
|
React.createElement("div", { className: "absolute", style: {
|
|
318
|
-
left: isPeru ? "-
|
|
318
|
+
left: isPeru ? "-16px" : "-18px",
|
|
319
319
|
bottom: "1px",
|
|
320
320
|
} }, renderIcon("fireIcon", "16px")),
|
|
321
321
|
availableSeats <= 0
|
package/package.json
CHANGED
|
@@ -478,7 +478,7 @@ function SeatSection({
|
|
|
478
478
|
>
|
|
479
479
|
<div
|
|
480
480
|
className="absolute"
|
|
481
|
-
style={{ left: isPeru ? "-
|
|
481
|
+
style={{ left: isPeru ? "-19px" : "-19px", bottom: "1px" }}
|
|
482
482
|
>
|
|
483
483
|
{renderIcon("fireIcon", "16px")}
|
|
484
484
|
</div>
|
|
@@ -636,7 +636,7 @@ function SeatSection({
|
|
|
636
636
|
<div
|
|
637
637
|
className="absolute"
|
|
638
638
|
style={{
|
|
639
|
-
left: isPeru ? "-
|
|
639
|
+
left: isPeru ? "-16px" : "-18px",
|
|
640
640
|
bottom: "1px",
|
|
641
641
|
}}
|
|
642
642
|
>
|