@harshit-wander/component-lib 1.1.7 → 1.1.9
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 +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2752,7 +2752,7 @@ var TripsCategorySection = forwardRef(
|
|
|
2752
2752
|
cta.onClick?.();
|
|
2753
2753
|
};
|
|
2754
2754
|
const progressWidth = Math.min(33 + scrollProgress * (120 - 33), 120);
|
|
2755
|
-
return /* @__PURE__ */ jsxs("section", { ref, className: cn("relative flex flex-col bg-surface", className), ...rest, children: [
|
|
2755
|
+
return /* @__PURE__ */ jsxs("section", { ref, className: cn("relative flex flex-col bg-surface max-md:overflow-x-clip", className), ...rest, children: [
|
|
2756
2756
|
/* @__PURE__ */ jsxs("div", { className: "relative h-[318px] rounded-lg overflow-hidden max-md:h-[260px]", children: [
|
|
2757
2757
|
/* @__PURE__ */ jsxs("div", { className: "absolute inset-0", children: [
|
|
2758
2758
|
/* @__PURE__ */ jsx(
|
|
@@ -2778,7 +2778,7 @@ var TripsCategorySection = forwardRef(
|
|
|
2778
2778
|
)
|
|
2779
2779
|
] }),
|
|
2780
2780
|
/* @__PURE__ */ jsxs("div", { className: "absolute inset-0 flex flex-col justify-center gap-lg p-[44px] max-md:p-[24px] text-on-image [text-shadow:0px_6px_24px_rgba(0,0,0,0.16)]", children: [
|
|
2781
|
-
/* @__PURE__ */ jsx("h2", { className: "m-0 text-hero-title max-w-[436px]", children: title }),
|
|
2781
|
+
/* @__PURE__ */ jsx("h2", { className: "m-0 text-hero-title max-w-[436px] max-md:text-secondary max-md:[text-shadow:none]", children: title }),
|
|
2782
2782
|
/* @__PURE__ */ jsx("p", { className: "max-md:hidden m-0 text-xs font-bold leading-5", children: description }),
|
|
2783
2783
|
/* @__PURE__ */ jsx(
|
|
2784
2784
|
"button",
|