@harshit-wander/component-lib 1.1.2 → 1.1.3
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/index.cjs +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -679,7 +679,7 @@ var PackageCard = forwardRef(
|
|
|
679
679
|
}
|
|
680
680
|
),
|
|
681
681
|
/* @__PURE__ */ jsxs("div", { className: "relative inline-flex items-center self-start gap-xs py-[4px] px-md bg-accent border border-surface rounded-full", children: [
|
|
682
|
-
originalPrice ? /* @__PURE__ */ jsx("span", { className: "relative text-
|
|
682
|
+
originalPrice ? /* @__PURE__ */ jsx("span", { className: "relative text-[7px] font-normal leading-18 text-strike after:content-[''] after:absolute after:left-[-2px] after:right-[-2px] after:top-1/2 after:h-px after:bg-strike after:rotate-[-8deg]", children: originalPrice }) : null,
|
|
683
683
|
/* @__PURE__ */ jsx("span", { className: "text-sm font-semibold leading-4 text-text-deep", children: currentPrice }),
|
|
684
684
|
/* @__PURE__ */ jsx("span", { className: "text-xs font-normal leading-4 text-text-deep", children: priceSuffix })
|
|
685
685
|
] }),
|
|
@@ -1474,7 +1474,7 @@ var ContactSection = forwardRef(
|
|
|
1474
1474
|
ref,
|
|
1475
1475
|
className: cn(
|
|
1476
1476
|
"flex w-full justify-center",
|
|
1477
|
-
"lg:items-center lg:gap-
|
|
1477
|
+
"lg:items-center lg:gap-16 lg:px-xl lg:py-xl lg:bg-primary lg:rounded-lg lg:shadow-card",
|
|
1478
1478
|
className
|
|
1479
1479
|
),
|
|
1480
1480
|
...rest,
|
|
@@ -1666,7 +1666,7 @@ var EventCarousel = forwardRef(
|
|
|
1666
1666
|
} else {
|
|
1667
1667
|
scrollToStart();
|
|
1668
1668
|
}
|
|
1669
|
-
},
|
|
1669
|
+
}, 5e3);
|
|
1670
1670
|
return () => clearInterval(id);
|
|
1671
1671
|
}, [events.length, scrollNext, scrollToStart]);
|
|
1672
1672
|
return /* @__PURE__ */ jsxs(
|