@harshit-wander/component-lib 1.1.5 → 1.1.6
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
|
@@ -475,7 +475,7 @@ var FeatureCard = forwardRef(
|
|
|
475
475
|
style,
|
|
476
476
|
...rest,
|
|
477
477
|
children: [
|
|
478
|
-
/* @__PURE__ */ jsxs("div", { className: "flex flex-col gap-sm px-lg pt-lg", children: [
|
|
478
|
+
/* @__PURE__ */ jsxs("div", { className: "relative z-10 flex flex-col gap-sm px-lg pt-lg", children: [
|
|
479
479
|
/* @__PURE__ */ jsx("h3", { className: "m-0 text-lg font-semibold leading-card text-primary", children: h }),
|
|
480
480
|
d ? /* @__PURE__ */ jsx("p", { className: "m-0 text-sm font-normal leading-body text-text", children: d }) : null
|
|
481
481
|
] }),
|
|
@@ -1468,7 +1468,7 @@ var ContactSection = forwardRef(
|
|
|
1468
1468
|
children: illustration
|
|
1469
1469
|
}
|
|
1470
1470
|
),
|
|
1471
|
-
/* @__PURE__ */ jsx("div", { className: "shrink-0 flex justify-center", children: /* @__PURE__ */ jsx(
|
|
1471
|
+
/* @__PURE__ */ jsx("div", { className: "shrink-0 flex justify-center w-full px-md lg:w-auto lg:px-0", children: /* @__PURE__ */ jsx(
|
|
1472
1472
|
ContactForm,
|
|
1473
1473
|
{
|
|
1474
1474
|
eyebrow,
|