kupos-ui-components-lib 10.2.0 → 10.2.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.
@@ -126,7 +126,7 @@ function ServiceItemMobile({ serviceItem, onBookButtonPress, colors, busStage, o
126
126
  React.createElement("div", { className: "flex items-center justify-center gap-x-4", style: {
127
127
  marginBottom: (serviceItem === null || serviceItem === void 0 ? void 0 : serviceItem.offer_text) || hasDiscount ? "10px" : "",
128
128
  } },
129
- React.createElement("div", { className: `w-[auto] ${isFlores ? "" : "overflow-y-hidden"} h-[30px]` },
129
+ React.createElement("div", { className: `w-[115px] ${isFlores ? "" : "overflow-y-hidden"} h-[30px]` },
130
130
  React.createElement("img", { src: serviceItem.operator_details[0], alt: "service logo", className: `w-[100px] h-auto object-contain ${isSoldOut ? "grayscale" : ""}` })),
131
131
  isCiva ? (React.createElement("div", { className: "black-text min-[420]:text-[12px] text-[12px]" }, serviceItem === null || serviceItem === void 0 ? void 0 : serviceItem.operator_details[2])) : showRating ? (React.createElement("div", { className: "flex min-[420]:text-[13px] text-[12px] h-[22px] items-center" },
132
132
  React.createElement("div", { className: "flex items-center" },
package/dist/styles.css CHANGED
@@ -474,6 +474,9 @@
474
474
  .w-\[100px\] {
475
475
  width: 100px;
476
476
  }
477
+ .w-\[115px\] {
478
+ width: 115px;
479
+ }
477
480
  .w-\[150px\] {
478
481
  width: 150px;
479
482
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kupos-ui-components-lib",
3
- "version": "10.2.0",
3
+ "version": "10.2.1",
4
4
  "description": "A reusable UI components package",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -266,7 +266,7 @@ function ServiceItemMobile({
266
266
  }}
267
267
  >
268
268
  <div
269
- className={`w-[auto] ${isFlores ? "" : "overflow-y-hidden"} h-[30px]`}
269
+ className={`w-[115px] ${isFlores ? "" : "overflow-y-hidden"} h-[30px]`}
270
270
  >
271
271
  <img
272
272
  src={serviceItem.operator_details[0]}