nvis-fe-cms-libs 1.1.6 → 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.
@@ -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
  {