kupos-ui-components-lib 5.0.2 → 5.0.3
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.
|
@@ -441,7 +441,7 @@ function ServiceItemPB({ serviceItem, onBookButtonPress, colors, metaData, child
|
|
|
441
441
|
: "mt-[14px]"} ` },
|
|
442
442
|
React.createElement("div", { className: "bg-white rounded-[20px] shadow-service mx-auto relative" },
|
|
443
443
|
React.createElement("div", { className: "p-[15px] pt-[20px]" },
|
|
444
|
-
React.createElement("div", { className: "grid text-[#464647] w-full [grid-template-columns:
|
|
444
|
+
React.createElement("div", { className: "grid text-[#464647] w-full [grid-template-columns:18%_28%_0.5%_24%_13.5%] gap-x-[4%] items-center", style: { marginTop: showTopLabel ? "8px" : "" } },
|
|
445
445
|
React.createElement("div", { className: "flex items-center justify-center m-[auto]" },
|
|
446
446
|
React.createElement("div", { className: " " },
|
|
447
447
|
React.createElement("img", { src: serviceItem.operator_details[0], alt: "service logo", className: ` h-auto object-contain ${isSoldOut ? "grayscale" : ""}` })),
|
package/dist/styles.css
CHANGED
|
@@ -397,12 +397,12 @@
|
|
|
397
397
|
.cursor-pointer {
|
|
398
398
|
cursor: pointer;
|
|
399
399
|
}
|
|
400
|
-
.\[grid-template-columns\:14\%_32\%_0\.5\%_24\%_13\.5\%\] {
|
|
401
|
-
grid-template-columns: 14% 32% 0.5% 24% 13.5%;
|
|
402
|
-
}
|
|
403
400
|
.\[grid-template-columns\:14\%_40\%_0\.5\%_24\%_13\.5\%\] {
|
|
404
401
|
grid-template-columns: 14% 40% 0.5% 24% 13.5%;
|
|
405
402
|
}
|
|
403
|
+
.\[grid-template-columns\:18\%_28\%_0\.5\%_24\%_13\.5\%\] {
|
|
404
|
+
grid-template-columns: 18% 28% 0.5% 24% 13.5%;
|
|
405
|
+
}
|
|
406
406
|
.\[grid-template-columns\:minmax\(0\,1\.4fr\)_minmax\(0\,0\.2fr\)_minmax\(0\,1fr\)_auto\] {
|
|
407
407
|
grid-template-columns: minmax(0,1.4fr) minmax(0,0.2fr) minmax(0,1fr) auto;
|
|
408
408
|
}
|
package/package.json
CHANGED
|
@@ -651,7 +651,7 @@ function ServiceItemPB({
|
|
|
651
651
|
|
|
652
652
|
{/* <div className="grid grid-cols-[1.5fr_1fr_auto] gap-[3rem] sm:gap-[4rem] md:gap-[5rem] lg:gap-[6rem] xl:gap-[5rem] 2xl:gap-[7rem] text-[#464647]"> */}
|
|
653
653
|
<div
|
|
654
|
-
className="grid text-[#464647] w-full [grid-template-columns:
|
|
654
|
+
className="grid text-[#464647] w-full [grid-template-columns:18%_28%_0.5%_24%_13.5%] gap-x-[4%] items-center"
|
|
655
655
|
style={{ marginTop: showTopLabel ? "8px" : "" }}
|
|
656
656
|
>
|
|
657
657
|
{/* OPERATOR LOGO */}
|