kupos-ui-components-lib 10.3.9 → 10.3.10

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.
@@ -236,7 +236,7 @@ function SeatSection({ seatTypes, availableSeats, isSoldOut, priceColor, currenc
236
236
  height: "20px",
237
237
  marginRight: "5px",
238
238
  } })),
239
- CommonService.truncateSeatLabel(CommonService.capitalize(seatLabel), 15))) : (React.createElement("span", { className: "text-[13.33px]" }, "Desde")))));
239
+ CommonService.capitalize(seatLabel))) : (React.createElement("span", { className: "text-[13.33px]" }, "Desde")))));
240
240
  }
241
241
  return renderSeatNames();
242
242
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kupos-ui-components-lib",
3
- "version": "10.3.9",
3
+ "version": "10.3.10",
4
4
  "description": "A reusable UI components package",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -444,10 +444,7 @@ function SeatSection({
444
444
  }}
445
445
  />
446
446
  )}
447
- {CommonService.truncateSeatLabel(
448
- CommonService.capitalize(seatLabel),
449
- 15,
450
- )}
447
+ {CommonService.capitalize(seatLabel)}
451
448
  </span>
452
449
  ) : (
453
450
  <span className="text-[13.33px]">Desde</span>