kupos-ui-components-lib 10.3.5 → 10.3.6

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.
@@ -13,7 +13,7 @@ function BottomAmenities({ otherItems, serviceItem, grayscaleClass, isSoldOut, i
13
13
  React.createElement("div", { className: "grid items-center gap-[2%] flex-1 ", style: {
14
14
  // gridTemplateColumns: " 28% 21% 23% 23%",
15
15
  gridTemplateColumns: isTrain
16
- ? "20.6% 17% 23% 23%"
16
+ ? "25.6% 17% 23% 23%"
17
17
  : "25.3% 17% 23% 23%",
18
18
  } }, otherItems.map((item) => (React.createElement("div", { key: item.key, className: "flex items-center" }, item.render)))),
19
19
  React.createElement("div", { className: "flex items-center justify-end shrink-0 ml-[5px] w-[150px]" },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kupos-ui-components-lib",
3
- "version": "10.3.5",
3
+ "version": "10.3.6",
4
4
  "description": "A reusable UI components package",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -64,7 +64,7 @@ function BottomAmenities({
64
64
  style={{
65
65
  // gridTemplateColumns: " 28% 21% 23% 23%",
66
66
  gridTemplateColumns: isTrain
67
- ? "20.6% 17% 23% 23%"
67
+ ? "25.6% 17% 23% 23%"
68
68
  : "25.3% 17% 23% 23%",
69
69
  }}
70
70
  >