kupos-ui-components-lib 10.2.0 → 10.2.1
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.
|
@@ -126,7 +126,7 @@ function ServiceItemMobile({ serviceItem, onBookButtonPress, colors, busStage, o
|
|
|
126
126
|
React.createElement("div", { className: "flex items-center justify-center gap-x-4", style: {
|
|
127
127
|
marginBottom: (serviceItem === null || serviceItem === void 0 ? void 0 : serviceItem.offer_text) || hasDiscount ? "10px" : "",
|
|
128
128
|
} },
|
|
129
|
-
React.createElement("div", { className: `w-[
|
|
129
|
+
React.createElement("div", { className: `w-[115px] ${isFlores ? "" : "overflow-y-hidden"} h-[30px]` },
|
|
130
130
|
React.createElement("img", { src: serviceItem.operator_details[0], alt: "service logo", className: `w-[100px] h-auto object-contain ${isSoldOut ? "grayscale" : ""}` })),
|
|
131
131
|
isCiva ? (React.createElement("div", { className: "black-text min-[420]:text-[12px] text-[12px]" }, serviceItem === null || serviceItem === void 0 ? void 0 : serviceItem.operator_details[2])) : showRating ? (React.createElement("div", { className: "flex min-[420]:text-[13px] text-[12px] h-[22px] items-center" },
|
|
132
132
|
React.createElement("div", { className: "flex items-center" },
|
package/dist/styles.css
CHANGED
package/package.json
CHANGED
|
@@ -266,7 +266,7 @@ function ServiceItemMobile({
|
|
|
266
266
|
}}
|
|
267
267
|
>
|
|
268
268
|
<div
|
|
269
|
-
className={`w-[
|
|
269
|
+
className={`w-[115px] ${isFlores ? "" : "overflow-y-hidden"} h-[30px]`}
|
|
270
270
|
>
|
|
271
271
|
<img
|
|
272
272
|
src={serviceItem.operator_details[0]}
|