nvis-fe-cms-libs 1.1.29 → 1.1.30
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.
|
@@ -656,10 +656,7 @@ var __async = (__this, __arguments, generator) => {
|
|
|
656
656
|
"div",
|
|
657
657
|
{
|
|
658
658
|
dangerouslySetInnerHTML: { __html: shortDescription },
|
|
659
|
-
className: `prose max-w-none mb-8 leading-relaxed transition-colors ${isDarkMode ? "prose-invert text-gray-200
|
|
660
|
-
style: {
|
|
661
|
-
textShadow: isDarkMode ? "0 1px 3px rgba(0,0,0,0.8)" : "0 1px 3px rgba(0,0,0,0.5)"
|
|
662
|
-
}
|
|
659
|
+
className: `prose max-w-none mb-8 leading-relaxed transition-colors ${isDarkMode ? "prose-invert text-gray-200" : "text-gray-100"} text-lg sm:text-xl md:text-2xl font-light tracking-wide`
|
|
663
660
|
}
|
|
664
661
|
),
|
|
665
662
|
/* @__PURE__ */ jsxRuntimeExports.jsxs(
|
|
@@ -4499,15 +4496,7 @@ var __async = (__this, __arguments, generator) => {
|
|
|
4499
4496
|
},
|
|
4500
4497
|
index2
|
|
4501
4498
|
);
|
|
4502
|
-
}) })
|
|
4503
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "flex justify-center gap-3 mt-8", children: highlightData.map((_, index2) => /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
4504
|
-
"button",
|
|
4505
|
-
{
|
|
4506
|
-
onClick: () => setActiveTab(index2),
|
|
4507
|
-
className: `transition-all duration-300 rounded-full ${activeTab === index2 ? "w-12 h-3 bg-gradient-to-r from-blue-600 to-purple-600" : isDarkMode ? "w-3 h-3 bg-gray-600 hover:bg-gray-500" : "w-3 h-3 bg-gray-300 hover:bg-gray-400"}`
|
|
4508
|
-
},
|
|
4509
|
-
index2
|
|
4510
|
-
)) })
|
|
4499
|
+
}) })
|
|
4511
4500
|
] })
|
|
4512
4501
|
] });
|
|
4513
4502
|
};
|