kupos-ui-components-lib 3.0.0 → 3.0.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.
|
@@ -425,7 +425,7 @@ function ServiceItemPB({ serviceItem, onBookButtonPress, colors, metaData, child
|
|
|
425
425
|
getAmenityName((_d = metaData.amenities[val]) === null || _d === void 0 ? void 0 : _d.split(".")[0].split("_").join(" ")))))) : null;
|
|
426
426
|
}),
|
|
427
427
|
((_e = serviceItem.operator_details[4]) === null || _e === void 0 ? void 0 : _e.length) > 3 && (React.createElement("div", { className: "relative ml-1 cursor-pointer" },
|
|
428
|
-
React.createElement("div", { className: "w-[16px] h-[16px] bg-gray-200 rounded-full flex justify-center text-sm font-bold group", style: { alignItems: "flex-end", marginTop: "
|
|
428
|
+
React.createElement("div", { className: "w-[16px] h-[16px] bg-gray-200 rounded-full flex justify-center text-sm font-bold group", style: { alignItems: "flex-end", marginTop: "3px" } },
|
|
429
429
|
React.createElement("img", { src: ((_f = serviceItem.icons) === null || _f === void 0 ? void 0 : _f.plus) ||
|
|
430
430
|
"/images/icons/amenities/icon_plus.svg", className: "w-[16px] h-[16px]", alt: "plus" }),
|
|
431
431
|
React.createElement("div", { className: "hidden group-hover:block absolute -top-[13px] left-[40px] z-20 pl-[10px]" },
|
package/package.json
CHANGED
|
@@ -886,7 +886,7 @@ function ServiceItemPB({
|
|
|
886
886
|
<div className="relative ml-1 cursor-pointer">
|
|
887
887
|
<div
|
|
888
888
|
className="w-[16px] h-[16px] bg-gray-200 rounded-full flex justify-center text-sm font-bold group"
|
|
889
|
-
style={{ alignItems: "flex-end", marginTop: "
|
|
889
|
+
style={{ alignItems: "flex-end", marginTop: "3px" }}
|
|
890
890
|
>
|
|
891
891
|
<img
|
|
892
892
|
src={
|