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