kupos-ui-components-lib 2.0.11 → 3.0.0

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 ml-[5px] group", style: { alignItems: "flex-end", marginTop: "5px" } },
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: "5px" } },
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kupos-ui-components-lib",
3
- "version": "2.0.11",
3
+ "version": "3.0.0",
4
4
  "description": "A reusable UI components package",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -885,7 +885,7 @@ function ServiceItemPB({
885
885
  {serviceItem.operator_details[4]?.length > 3 && (
886
886
  <div className="relative ml-1 cursor-pointer">
887
887
  <div
888
- className="w-[16px] h-[16px] bg-gray-200 rounded-full flex justify-center text-sm font-bold ml-[5px] group"
888
+ className="w-[16px] h-[16px] bg-gray-200 rounded-full flex justify-center text-sm font-bold group"
889
889
  style={{ alignItems: "flex-end", marginTop: "5px" }}
890
890
  >
891
891
  <img