kupos-ui-components-lib 9.5.0 → 9.5.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.
|
@@ -249,7 +249,9 @@ function ServiceItemPB({ serviceItem, onBookButtonPress, colors, metaData, child
|
|
|
249
249
|
(serviceItem === null || serviceItem === void 0 ? void 0 : serviceItem.offer_text) ||
|
|
250
250
|
hasDiscount
|
|
251
251
|
? "20px 15px 10px 15px"
|
|
252
|
-
:
|
|
252
|
+
: coachKey
|
|
253
|
+
? "20px 15px 20px 15px"
|
|
254
|
+
: "20px 15px 10px 15px",
|
|
253
255
|
marginTop: hasDiscount || hasOfferText ? "14px" : "",
|
|
254
256
|
} },
|
|
255
257
|
React.createElement("div", { className: "grid text-[#464647] w-full [grid-template-columns:22%_28%_2.5%_24%_15.5%] gap-x-[2%] items-center" },
|
package/package.json
CHANGED
|
@@ -442,7 +442,9 @@ function ServiceItemPB({
|
|
|
442
442
|
serviceItem?.offer_text ||
|
|
443
443
|
hasDiscount
|
|
444
444
|
? "20px 15px 10px 15px"
|
|
445
|
-
:
|
|
445
|
+
: coachKey
|
|
446
|
+
? "20px 15px 20px 15px"
|
|
447
|
+
: "20px 15px 10px 15px",
|
|
446
448
|
|
|
447
449
|
marginTop: hasDiscount || hasOfferText ? "14px" : "",
|
|
448
450
|
}}
|