@harshit-wander/component-lib 1.1.8 → 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 CHANGED
@@ -2754,7 +2754,7 @@ var TripsCategorySection = react.forwardRef(
2754
2754
  cta.onClick?.();
2755
2755
  };
2756
2756
  const progressWidth = Math.min(33 + scrollProgress * (120 - 33), 120);
2757
- return /* @__PURE__ */ jsxRuntime.jsxs("section", { ref, className: cn("relative flex flex-col bg-surface max-md:overflow-x-hidden", className), ...rest, children: [
2757
+ return /* @__PURE__ */ jsxRuntime.jsxs("section", { ref, className: cn("relative flex flex-col bg-surface max-md:overflow-x-clip", className), ...rest, children: [
2758
2758
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "relative h-[318px] rounded-lg overflow-hidden max-md:h-[260px]", children: [
2759
2759
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "absolute inset-0", children: [
2760
2760
  /* @__PURE__ */ jsxRuntime.jsx(
@@ -2780,7 +2780,7 @@ var TripsCategorySection = react.forwardRef(
2780
2780
  )
2781
2781
  ] }),
2782
2782
  /* @__PURE__ */ jsxRuntime.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: [
2783
- /* @__PURE__ */ jsxRuntime.jsx("h2", { className: "m-0 text-hero-title max-w-[436px]", children: title }),
2783
+ /* @__PURE__ */ jsxRuntime.jsx("h2", { className: "m-0 text-hero-title max-w-[436px] max-md:text-secondary max-md:[text-shadow:none]", children: title }),
2784
2784
  /* @__PURE__ */ jsxRuntime.jsx("p", { className: "max-md:hidden m-0 text-xs font-bold leading-5", children: description }),
2785
2785
  /* @__PURE__ */ jsxRuntime.jsx(
2786
2786
  "button",