@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.cjs
CHANGED
|
@@ -681,7 +681,7 @@ var PackageCard = react.forwardRef(
|
|
|
681
681
|
}
|
|
682
682
|
),
|
|
683
683
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "relative inline-flex items-center self-start gap-xs py-[4px] px-md bg-accent border border-surface rounded-full", children: [
|
|
684
|
-
originalPrice ? /* @__PURE__ */ jsxRuntime.jsx("span", { className: "relative text-
|
|
684
|
+
originalPrice ? /* @__PURE__ */ jsxRuntime.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,
|
|
685
685
|
/* @__PURE__ */ jsxRuntime.jsx("span", { className: "text-sm font-semibold leading-4 text-text-deep", children: currentPrice }),
|
|
686
686
|
/* @__PURE__ */ jsxRuntime.jsx("span", { className: "text-xs font-normal leading-4 text-text-deep", children: priceSuffix })
|
|
687
687
|
] }),
|
|
@@ -1476,7 +1476,7 @@ var ContactSection = react.forwardRef(
|
|
|
1476
1476
|
ref,
|
|
1477
1477
|
className: cn(
|
|
1478
1478
|
"flex w-full justify-center",
|
|
1479
|
-
"lg:items-center lg:gap-
|
|
1479
|
+
"lg:items-center lg:gap-16 lg:px-xl lg:py-xl lg:bg-primary lg:rounded-lg lg:shadow-card",
|
|
1480
1480
|
className
|
|
1481
1481
|
),
|
|
1482
1482
|
...rest,
|
|
@@ -1668,7 +1668,7 @@ var EventCarousel = react.forwardRef(
|
|
|
1668
1668
|
} else {
|
|
1669
1669
|
scrollToStart();
|
|
1670
1670
|
}
|
|
1671
|
-
},
|
|
1671
|
+
}, 5e3);
|
|
1672
1672
|
return () => clearInterval(id);
|
|
1673
1673
|
}, [events.length, scrollNext, scrollToStart]);
|
|
1674
1674
|
return /* @__PURE__ */ jsxRuntime.jsxs(
|