kupos-ui-components-lib 6.0.0 → 6.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.
@@ -300,7 +300,7 @@ function ServiceItemMobile({ serviceItem, onBookButtonPress, colors, busStage, o
300
300
  React.createElement("div", { className: `h-auto mr-[4px] min-[420]:text-[13px] text-[11px] text-[#464647] ${isSoldOut ? "grayscale" : ""}` },
301
301
  React.createElement(LottiePlayer, { animationData: serviceItem.icons.locationAnim, width: "20px", height: "20px" })))),
302
302
  (serviceItem.is_change_ticket || isPetSeat) && (React.createElement("img", { src: serviceItem.icons.plus, alt: "icon", width: 11 })))))),
303
- (serviceItem === null || serviceItem === void 0 ? void 0 : serviceItem.offer_text) && (React.createElement("div", { className: ` text-white p-[10px_15px] text-left w-full flex items-center absolute -bottom-[40px] pt-[50px] z-10 rounded-b-[14px] min-[420]:text-[14px] text-[12px]`, style: {
303
+ (serviceItem === null || serviceItem === void 0 ? void 0 : serviceItem.offer_text) && (React.createElement("div", { className: ` text-white p-[10px_15px] text-left w-full flex items-center absolute -bottom-[35px] pt-[50px] z-10 rounded-b-[14px] min-[420]:text-[14px] text-[12px]`, style: {
304
304
  backgroundColor: isSoldOut ? "#ccc" : colors === null || colors === void 0 ? void 0 : colors.bottomStripColor,
305
305
  zIndex: -1,
306
306
  color: "#fff",
package/dist/styles.css CHANGED
@@ -63,12 +63,12 @@
63
63
  .-bottom-\[10\%\] {
64
64
  bottom: calc(10% * -1);
65
65
  }
66
+ .-bottom-\[35px\] {
67
+ bottom: calc(35px * -1);
68
+ }
66
69
  .-bottom-\[36px\] {
67
70
  bottom: calc(36px * -1);
68
71
  }
69
- .-bottom-\[40px\] {
70
- bottom: calc(40px * -1);
71
- }
72
72
  .-bottom-\[160px\] {
73
73
  bottom: calc(160px * -1);
74
74
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kupos-ui-components-lib",
3
- "version": "6.0.0",
3
+ "version": "6.0.1",
4
4
  "description": "A reusable UI components package",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -611,7 +611,7 @@ function ServiceItemMobile({
611
611
 
612
612
  {serviceItem?.offer_text && (
613
613
  <div
614
- className={` text-white p-[10px_15px] text-left w-full flex items-center absolute -bottom-[40px] pt-[50px] z-10 rounded-b-[14px] min-[420]:text-[14px] text-[12px]`}
614
+ className={` text-white p-[10px_15px] text-left w-full flex items-center absolute -bottom-[35px] pt-[50px] z-10 rounded-b-[14px] min-[420]:text-[14px] text-[12px]`}
615
615
  style={{
616
616
  backgroundColor: isSoldOut ? "#ccc" : colors?.bottomStripColor,
617
617
  zIndex: -1,