kupos-ui-components-lib 9.7.5 → 9.7.6
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/styles.css
CHANGED
|
@@ -12,7 +12,7 @@ function BottomAmenities({ otherItems, serviceItem, grayscaleClass, isSoldOut, i
|
|
|
12
12
|
return (React.createElement("div", { className: "flex items-center mt-[15px] border-t border-[#eee] pt-[6px]" },
|
|
13
13
|
React.createElement("div", { className: "grid items-center gap-[2%] flex-1 ", style: {
|
|
14
14
|
// gridTemplateColumns: " 28% 21% 23% 23%",
|
|
15
|
-
gridTemplateColumns: "
|
|
15
|
+
gridTemplateColumns: "25.3% 17% 23% 23%",
|
|
16
16
|
} }, otherItems.map((item) => (React.createElement("div", { key: item.key, className: "flex items-center" }, item.render)))),
|
|
17
17
|
React.createElement("div", { className: "flex items-center justify-end shrink-0 ml-[5px] w-[150px]" },
|
|
18
18
|
(serviceItem === null || serviceItem === void 0 ? void 0 : serviceItem.is_tracking_enabled) && (React.createElement("div", { className: grayscaleClass + " mr-[10px]" },
|
|
@@ -30,9 +30,9 @@ function ExpandedDropdown({ serviceItem, isPeru = false, translation = {}, getAn
|
|
|
30
30
|
React.createElement("span", null, translation === null || translation === void 0 ? void 0 : translation.petFriendly)))),
|
|
31
31
|
ladiesBookedSeats &&
|
|
32
32
|
String(ladiesBookedSeats).trim() !== "" &&
|
|
33
|
-
isDpEnabled === true && (React.createElement("div", { className: "flex gap-[6px]
|
|
33
|
+
isDpEnabled === true && (React.createElement("div", { className: "flex gap-[6px]" },
|
|
34
34
|
React.createElement("span", null, renderIcon("womenSeatIcon", "16px")),
|
|
35
|
-
React.createElement("span", { className: "ml-[2px]" },
|
|
35
|
+
React.createElement("span", { className: "ml-[2px] mb-[3px]" },
|
|
36
36
|
React.createElement("span", { className: "bold-text" }, "Asientos para damas:"),
|
|
37
37
|
" Esta empresa cuenta con asientos recomendados para mujeres."))),
|
|
38
38
|
React.createElement("div", { className: "flex gap-[8px] text-[13.33px]" },
|
package/package.json
CHANGED
|
@@ -59,7 +59,7 @@ function BottomAmenities({
|
|
|
59
59
|
className="grid items-center gap-[2%] flex-1 "
|
|
60
60
|
style={{
|
|
61
61
|
// gridTemplateColumns: " 28% 21% 23% 23%",
|
|
62
|
-
gridTemplateColumns: "
|
|
62
|
+
gridTemplateColumns: "25.3% 17% 23% 23%",
|
|
63
63
|
}}
|
|
64
64
|
>
|
|
65
65
|
{otherItems.map((item) => (
|
|
@@ -91,10 +91,10 @@ function ExpandedDropdown({
|
|
|
91
91
|
{ladiesBookedSeats &&
|
|
92
92
|
String(ladiesBookedSeats).trim() !== "" &&
|
|
93
93
|
isDpEnabled === true && (
|
|
94
|
-
<div className="flex gap-[6px]
|
|
94
|
+
<div className="flex gap-[6px]">
|
|
95
95
|
<span>{renderIcon("womenSeatIcon", "16px")}</span>
|
|
96
96
|
|
|
97
|
-
<span className="ml-[2px]">
|
|
97
|
+
<span className="ml-[2px] mb-[3px]">
|
|
98
98
|
<span className="bold-text">Asientos para damas:</span> Esta
|
|
99
99
|
empresa cuenta con asientos recomendados para mujeres.
|
|
100
100
|
</span>
|