nvis-fe-cms-libs 1.1.5 → 1.1.7
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.
|
@@ -516,7 +516,7 @@ var __async = (__this, __arguments, generator) => {
|
|
|
516
516
|
console.warn(`Translation function not provided for key: ${key}`);
|
|
517
517
|
return key;
|
|
518
518
|
};
|
|
519
|
-
const companyData = (
|
|
519
|
+
const companyData = (_b = (_a = data == null ? void 0 : data.sectionDataBindingItems) == null ? void 0 : _a[0]) == null ? void 0 : _b.data;
|
|
520
520
|
if (!companyData) {
|
|
521
521
|
return null;
|
|
522
522
|
}
|
|
@@ -592,12 +592,17 @@ var __async = (__this, __arguments, generator) => {
|
|
|
592
592
|
safeT("aboutCompany.hero.trustedPartner"),
|
|
593
593
|
'"'
|
|
594
594
|
] }),
|
|
595
|
-
" "
|
|
596
|
-
"- ",
|
|
597
|
-
shortDescription
|
|
595
|
+
" "
|
|
598
596
|
]
|
|
599
597
|
}
|
|
600
598
|
),
|
|
599
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
600
|
+
"div",
|
|
601
|
+
{
|
|
602
|
+
dangerouslySetInnerHTML: { __html: shortDescription },
|
|
603
|
+
className: `prose max-w-none transition-colors ${isDarkMode ? "prose-invert text-gray-300" : "text-gray-600"}`
|
|
604
|
+
}
|
|
605
|
+
),
|
|
601
606
|
/* @__PURE__ */ jsxRuntimeExports.jsxs(
|
|
602
607
|
"div",
|
|
603
608
|
{
|