nvis-fe-cms-libs 1.1.11 → 1.1.13
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.
|
@@ -790,7 +790,7 @@ const TimelineSection = ({ data, t, isDarkMode }) => {
|
|
|
790
790
|
}
|
|
791
791
|
)
|
|
792
792
|
] }),
|
|
793
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "text-blue-600 font-bold text-xl mb-2", children: milestone.
|
|
793
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "text-blue-600 font-bold text-xl mb-2", children: milestone.time }),
|
|
794
794
|
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
795
795
|
"h3",
|
|
796
796
|
{
|
|
@@ -2307,8 +2307,8 @@ const ContactFormSection = ({ data, t, isDarkMode, consultationRequestService })
|
|
|
2307
2307
|
] }) }) });
|
|
2308
2308
|
};
|
|
2309
2309
|
const ContactInfoSection = ({ data, t, isDarkMode }) => {
|
|
2310
|
-
var _a;
|
|
2311
|
-
const contactData = ((_a = data == null ? void 0 : data.sectionDataBindingItems) == null ? void 0 : _a.filter((item) => item)) || [];
|
|
2310
|
+
var _a, _b;
|
|
2311
|
+
const contactData = ((_b = (_a = data == null ? void 0 : data.sectionDataBindingItems) == null ? void 0 : _a.filter((item) => item == null ? void 0 : item.data)) == null ? void 0 : _b.map((item) => item.data)) || [];
|
|
2312
2312
|
if (!contactData.length) return null;
|
|
2313
2313
|
return /* @__PURE__ */ jsxRuntimeExports.jsx("section", { className: `py-16 ${isDarkMode ? "bg-gray-900" : "bg-slate-50"}`, children: /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "max-w-7xl mx-auto px-4 sm:px-6 lg:px-8", children: [
|
|
2314
2314
|
/* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "text-center mb-12", children: [
|