kupos-ui-components-lib 10.4.45 → 10.4.46

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.
package/dist/styles.css CHANGED
@@ -273,6 +273,9 @@
273
273
  .-mr-\[12px\] {
274
274
  margin-right: calc(12px * -1);
275
275
  }
276
+ .mr-\[1px\] {
277
+ margin-right: 1px;
278
+ }
276
279
  .mr-\[2px\] {
277
280
  margin-right: 2px;
278
281
  }
@@ -12,8 +12,8 @@ function BottomAmenitiesMobile({ isSoldOut, amenitiesNodes, hoursIcon, duration,
12
12
  React.createElement("div", { className: `cursor-default group min-[420]:text-[13px] text-[12px] ${isSoldOut ? "text-[#c0c0c0]" : ""}`, style: { lineHeight: "normal" } },
13
13
  DateService.formatDuration(duration),
14
14
  "hrs")),
15
- serviceType && (React.createElement("div", { className: "flex relative ", style: { color: isSoldOut ? "#bbb" : "text-[#464647]" } },
16
- React.createElement("div", { className: `w-[12px] h-auto mr-[2px] ${isSoldOut ? "grayscale" : ""}` }, renderIcon("serviceTypeIcon", "12px")),
15
+ serviceType && (React.createElement("div", { className: "flex relative items-center", style: { color: isSoldOut ? "#bbb" : "text-[#464647]" } },
16
+ React.createElement("div", { className: `w-[12px] h-auto mr-[1px] mt-[3px] ${isSoldOut ? "grayscale" : ""}` }, renderIcon("serviceTypeIcon", "12px")),
17
17
  "\u00A0",
18
18
  React.createElement("div", { className: `cursor-default group min-[420]:text-[13px] text-[12px] bold-text ${isSoldOut ? "text-[#c0c0c0]" : ""}`, style: { lineHeight: "normal" } }, commonService.capitalizeFirstLetter(serviceType))))),
19
19
  seatCategoryText && (React.createElement("div", { className: "flex-1 text-right whitespace-nowrap min-[420]:text-[13px] text-[12px]", style: { opacity: isSoldOut ? 0.5 : 1 } }, seatCategoryText)),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kupos-ui-components-lib",
3
- "version": "10.4.45",
3
+ "version": "10.4.46",
4
4
  "description": "A reusable UI components package",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -96,11 +96,11 @@ function BottomAmenitiesMobile({
96
96
 
97
97
  {serviceType && (
98
98
  <div
99
- className="flex relative "
99
+ className="flex relative items-center"
100
100
  style={{ color: isSoldOut ? "#bbb" : "text-[#464647]" }}
101
101
  >
102
102
  <div
103
- className={`w-[12px] h-auto mr-[2px] ${
103
+ className={`w-[12px] h-auto mr-[1px] mt-[3px] ${
104
104
  isSoldOut ? "grayscale" : ""
105
105
  }`}
106
106
  >