nvis-fe-cms-libs 1.1.8 → 1.1.9

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.
@@ -585,19 +585,18 @@ var __async = (__this, __arguments, generator) => {
585
585
  /* @__PURE__ */ jsxRuntimeExports.jsxs(
586
586
  "p",
587
587
  {
588
- className: `text-lg leading-relaxed mb-4 ${isDarkMode ? "text-gray-300" : "text-gray-600"}`,
588
+ className: `text-lg mb-4 flex flex-wrap items-center ${isDarkMode ? "text-gray-100" : "text-gray-900"}`,
589
589
  children: [
590
- /* @__PURE__ */ jsxRuntimeExports.jsxs("span", { className: "font-semibold text-white", children: [
590
+ /* @__PURE__ */ jsxRuntimeExports.jsxs("span", { className: "font-semibold text-yellow-400 whitespace-nowrap", children: [
591
591
  '"',
592
592
  safeT("aboutCompany.hero.trustedPartner"),
593
593
  '"'
594
594
  ] }),
595
- " - ",
596
595
  /* @__PURE__ */ jsxRuntimeExports.jsx(
597
596
  "span",
598
597
  {
599
598
  dangerouslySetInnerHTML: { __html: shortDescription },
600
- className: `inline transition-colors ${isDarkMode ? "text-gray-300" : "text-gray-600"}`
599
+ className: "[&_p]:inline [&_p]:m-0 ml-1"
601
600
  }
602
601
  )
603
602
  ]
@@ -606,11 +605,12 @@ var __async = (__this, __arguments, generator) => {
606
605
  /* @__PURE__ */ jsxRuntimeExports.jsxs(
607
606
  "div",
608
607
  {
609
- className: `inline-flex items-center px-4 py-2 rounded-full border text-sm font-medium ${isDarkMode ? "bg-gray-800/70 border-gray-600 text-gray-300" : "bg-white/20 border-white/40 text-white"}`,
608
+ className: `inline-flex items-center px-4 py-2 rounded-full border text-sm font-medium mb-6 ${isDarkMode ? "bg-gray-800/70 border-gray-600 text-gray-300" : "bg-white/20 border-white/40 text-white"}`,
610
609
  children: [
611
610
  "🚀 ",
612
611
  safeT("aboutCompany.hero.establishedYear", { year: establishedYear }),
613
- " - ",
612
+ " -",
613
+ " ",
614
614
  safeT("aboutCompany.hero.experience", { years: experienceYears })
615
615
  ]
616
616
  }