kupos-ui-components-lib 10.4.3 → 10.4.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,10 +243,11 @@ function SeatSectionMobile({ seatTypes: seatTypesData, isSoldOut, isPeru, seatPr
|
|
|
243
243
|
? `${commonService.currency(serviceItem === null || serviceItem === void 0 ? void 0 : serviceItem.max_discount)} OFF`
|
|
244
244
|
: `${discountValue}% OFF`)),
|
|
245
245
|
React.createElement("span", { className: "min-[420]:text-[13px] text-[12px] leading-[20px] text-[#c2c2c2]" }, "Antes"),
|
|
246
|
-
React.createElement("span", { className: "min-[420]:text-[13px] text-[12px] leading-[20px] text-
|
|
246
|
+
React.createElement("span", { className: "min-[420]:text-[13px] text-[12px] leading-[20px] text-right", style: {
|
|
247
247
|
position: "relative",
|
|
248
248
|
display: "inline-block",
|
|
249
249
|
overflow: "hidden",
|
|
250
|
+
color: discountSeatPriceColor,
|
|
250
251
|
} },
|
|
251
252
|
commonService.currency(discountSeat.originalPrice, currencySign),
|
|
252
253
|
React.createElement("span", { style: {
|
package/package.json
CHANGED
|
@@ -575,11 +575,12 @@ function SeatSectionMobile({
|
|
|
575
575
|
Antes
|
|
576
576
|
</span>
|
|
577
577
|
<span
|
|
578
|
-
className="min-[420]:text-[13px] text-[12px] leading-[20px] text-
|
|
578
|
+
className="min-[420]:text-[13px] text-[12px] leading-[20px] text-right"
|
|
579
579
|
style={{
|
|
580
580
|
position: "relative",
|
|
581
581
|
display: "inline-block",
|
|
582
582
|
overflow: "hidden",
|
|
583
|
+
color: discountSeatPriceColor,
|
|
583
584
|
}}
|
|
584
585
|
>
|
|
585
586
|
{commonService.currency(
|