kupos-ui-components-lib 9.0.1 → 9.0.2

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.
@@ -414,7 +414,7 @@ function ServiceItemPB({ serviceItem, onBookButtonPress, colors, metaData, child
414
414
  (serviceItem === null || serviceItem === void 0 ? void 0 : serviceItem.available_seats) > 0 && (React.createElement("div", { className: "text-[12px] text-[red] mt-1 text-center" }, "\u00A1 \u00DAltimos Asientos!")))) : null,
415
415
  React.createElement("div", { className: "flex items-center mt-[15px] border-t border-[#eee] pt-[10px]" },
416
416
  React.createElement("div", { className: "grid items-center gap-[2%] flex-1", style: {
417
- gridTemplateColumns: "30% 18% 23% 23%",
417
+ gridTemplateColumns: "40% 18% 23% 23%",
418
418
  // otherItems
419
419
  // .map((i) => i.width)
420
420
  // .join(" "),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kupos-ui-components-lib",
3
- "version": "9.0.1",
3
+ "version": "9.0.2",
4
4
  "description": "A reusable UI components package",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -853,7 +853,7 @@ function ServiceItemPB({
853
853
  <div
854
854
  className="grid items-center gap-[2%] flex-1"
855
855
  style={{
856
- gridTemplateColumns: "30% 18% 23% 23%",
856
+ gridTemplateColumns: "40% 18% 23% 23%",
857
857
  // otherItems
858
858
  // .map((i) => i.width)
859
859
  // .join(" "),