nvis-fe-cms-libs 1.1.25 → 1.1.26
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.
|
@@ -697,53 +697,7 @@ const TimelineSection = ({ data, t, isDarkMode, section }) => {
|
|
|
697
697
|
] }) });
|
|
698
698
|
}
|
|
699
699
|
return /* @__PURE__ */ jsxRuntimeExports.jsx("section", { className: `py-20 ${isDarkMode ? "bg-gray-800" : "bg-white"}`, children: /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "max-w-7xl mx-auto px-4 sm:px-6 lg:px-8", children: [
|
|
700
|
-
/* @__PURE__ */ jsxRuntimeExports.
|
|
701
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
702
|
-
"div",
|
|
703
|
-
{
|
|
704
|
-
className: `relative inline-block px-4 py-2 rounded-full text-sm font-semibold mb-4 border transition-all duration-300 transform hover:scale-105 shadow-md hover:shadow-lg overflow-hidden ${isDarkMode ? "bg-gradient-to-br from-slate-900 via-blue-900 to-indigo-900 text-emerald-300 border-blue-800" : "bg-white text-emerald-800 border-gray-200"}`,
|
|
705
|
-
children: isDarkMode && /* @__PURE__ */ jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [
|
|
706
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
707
|
-
"div",
|
|
708
|
-
{
|
|
709
|
-
className: "absolute w-12 h-12 bg-white/5 rounded-full",
|
|
710
|
-
style: { left: "10%", top: "20%" }
|
|
711
|
-
}
|
|
712
|
-
),
|
|
713
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
714
|
-
"div",
|
|
715
|
-
{
|
|
716
|
-
className: "absolute w-10 h-10 bg-white/5 rounded-full",
|
|
717
|
-
style: { right: "30%", bottom: "10%" }
|
|
718
|
-
}
|
|
719
|
-
),
|
|
720
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
721
|
-
"div",
|
|
722
|
-
{
|
|
723
|
-
className: "absolute w-14 h-14 bg-white/5 rounded-md",
|
|
724
|
-
style: { left: "20%", bottom: "30%" }
|
|
725
|
-
}
|
|
726
|
-
),
|
|
727
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
728
|
-
"div",
|
|
729
|
-
{
|
|
730
|
-
className: 'absolute inset-0 bg-[url("data:image/svg+xml,%3Csvg width=\\\\\\"60\\\\\\" height=\\\\\\"60\\\\\\" viewBox=\\\\\\"0 0 60 60\\\\\\" xmlns=\\\\\\"http://www.w3.org/2000/svg\\\\\\"%3E%3Cg fill=\\\\\\"none\\\\\\" fill-rule=\\\\\\"evenodd\\\\\\"%3E%3Cg fill=\\\\\\"%23ffffff\\\\\\" fill-opacity=\\\\\\"0.05\\\\\\"%3E%3Ccircle cx=\\\\\\"30\\\\\\" cy=\\\\\\"30\\\\\\" r=\\\\\\"2\\\\\\"/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")] opacity-20'
|
|
731
|
-
}
|
|
732
|
-
)
|
|
733
|
-
] })
|
|
734
|
-
}
|
|
735
|
-
),
|
|
736
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
737
|
-
"h2",
|
|
738
|
-
{
|
|
739
|
-
className: `text-3xl lg:text-4xl font-bold mb-4 ${isDarkMode ? "text-white" : "text-gray-900"}`,
|
|
740
|
-
children: /* @__PURE__ */ jsxRuntimeExports.jsxs("span", { className: "block bg-gradient-to-r from-emerald-600 to-teal-600 bg-clip-text text-transparent", children: [
|
|
741
|
-
"📈 ",
|
|
742
|
-
sectionTitle
|
|
743
|
-
] })
|
|
744
|
-
}
|
|
745
|
-
)
|
|
746
|
-
] }),
|
|
700
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "text-center mb-12", children: /* @__PURE__ */ jsxRuntimeExports.jsx("span", { className: "block bg-gradient-to-r from-emerald-600 to-teal-600 bg-clip-text text-transparent", children: sectionTitle }) }),
|
|
747
701
|
/* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "relative", children: [
|
|
748
702
|
/* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "absolute left-1/2 transform -translate-x-1/2 w-1 h-full bg-gradient-to-b from-blue-500 to-purple-600 rounded-full" }),
|
|
749
703
|
/* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "space-y-8", children: timelineData.map((milestone, index2) => /* @__PURE__ */ jsxRuntimeExports.jsxs(
|
|
@@ -4757,7 +4711,7 @@ const PageChildrenSelectSection = ({ data, isDarkMode, t, section, imageBaseUrl
|
|
|
4757
4711
|
onMouseEnter: (e) => {
|
|
4758
4712
|
e.currentTarget.style.transform = "translateY(-8px)";
|
|
4759
4713
|
e.currentTarget.style.boxShadow = isDarkMode ? "0 20px 25px -5px rgba(0, 0, 0, 0.5)" : "0 20px 25px -5px rgba(0, 0, 0, 0.15)";
|
|
4760
|
-
e.currentTarget.style.borderColor = "#
|
|
4714
|
+
e.currentTarget.style.borderColor = "#361985ff";
|
|
4761
4715
|
},
|
|
4762
4716
|
onMouseLeave: (e) => {
|
|
4763
4717
|
e.currentTarget.style.transform = "translateY(0)";
|
|
@@ -4808,7 +4762,7 @@ const PageChildrenSelectSection = ({ data, isDarkMode, t, section, imageBaseUrl
|
|
|
4808
4762
|
fontSize: "16px",
|
|
4809
4763
|
fontWeight: "600",
|
|
4810
4764
|
color: "#fff",
|
|
4811
|
-
backgroundColor: "#
|
|
4765
|
+
backgroundColor: "#361985ff",
|
|
4812
4766
|
border: "none",
|
|
4813
4767
|
borderRadius: "9999px",
|
|
4814
4768
|
cursor: "pointer",
|
|
@@ -4816,11 +4770,11 @@ const PageChildrenSelectSection = ({ data, isDarkMode, t, section, imageBaseUrl
|
|
|
4816
4770
|
boxShadow: "0 4px 6px -1px rgba(249, 115, 22, 0.3)"
|
|
4817
4771
|
},
|
|
4818
4772
|
onMouseEnter: (e) => {
|
|
4819
|
-
e.currentTarget.style.backgroundColor = "#
|
|
4773
|
+
e.currentTarget.style.backgroundColor = "#361985ff";
|
|
4820
4774
|
e.currentTarget.style.transform = "translateY(-2px)";
|
|
4821
4775
|
},
|
|
4822
4776
|
onMouseLeave: (e) => {
|
|
4823
|
-
e.currentTarget.style.backgroundColor = "#
|
|
4777
|
+
e.currentTarget.style.backgroundColor = "#361985ff";
|
|
4824
4778
|
e.currentTarget.style.transform = "translateY(0)";
|
|
4825
4779
|
},
|
|
4826
4780
|
children: [
|
|
@@ -4975,7 +4929,7 @@ const PageChildrenSelectSection1 = ({ data, isDarkMode, t, section, imageBaseUrl
|
|
|
4975
4929
|
fontSize: "16px",
|
|
4976
4930
|
fontWeight: "600",
|
|
4977
4931
|
color: "#fff",
|
|
4978
|
-
backgroundColor: "#
|
|
4932
|
+
backgroundColor: "#361985ff",
|
|
4979
4933
|
border: "none",
|
|
4980
4934
|
borderRadius: "9999px",
|
|
4981
4935
|
cursor: "pointer",
|
|
@@ -4983,11 +4937,11 @@ const PageChildrenSelectSection1 = ({ data, isDarkMode, t, section, imageBaseUrl
|
|
|
4983
4937
|
boxShadow: "0 4px 6px -1px rgba(37, 99, 235, 0.3)"
|
|
4984
4938
|
},
|
|
4985
4939
|
onMouseEnter: (e) => {
|
|
4986
|
-
e.currentTarget.style.backgroundColor = "#
|
|
4940
|
+
e.currentTarget.style.backgroundColor = "#361985ff";
|
|
4987
4941
|
e.currentTarget.style.transform = "translateY(-2px)";
|
|
4988
4942
|
},
|
|
4989
4943
|
onMouseLeave: (e) => {
|
|
4990
|
-
e.currentTarget.style.backgroundColor = "#
|
|
4944
|
+
e.currentTarget.style.backgroundColor = "#361985ff";
|
|
4991
4945
|
e.currentTarget.style.transform = "translateY(0)";
|
|
4992
4946
|
},
|
|
4993
4947
|
children: [
|
|
@@ -5130,7 +5084,7 @@ const PageChildrenSelectSection2 = ({ data, isDarkMode, t, section, imageBaseUrl
|
|
|
5130
5084
|
fontSize: "16px",
|
|
5131
5085
|
fontWeight: "600",
|
|
5132
5086
|
color: "#ffffff",
|
|
5133
|
-
backgroundColor: "#
|
|
5087
|
+
backgroundColor: "#361985ff",
|
|
5134
5088
|
border: "none",
|
|
5135
5089
|
borderRadius: "50px",
|
|
5136
5090
|
cursor: "pointer",
|
|
@@ -5138,12 +5092,12 @@ const PageChildrenSelectSection2 = ({ data, isDarkMode, t, section, imageBaseUrl
|
|
|
5138
5092
|
boxShadow: "0 4px 6px -1px rgba(239, 68, 68, 0.3)"
|
|
5139
5093
|
},
|
|
5140
5094
|
onMouseEnter: (e) => {
|
|
5141
|
-
e.currentTarget.style.backgroundColor = "#
|
|
5095
|
+
e.currentTarget.style.backgroundColor = "#361985ff";
|
|
5142
5096
|
e.currentTarget.style.transform = "translateY(-2px)";
|
|
5143
5097
|
e.currentTarget.style.boxShadow = "0 10px 15px -3px rgba(239, 68, 68, 0.4)";
|
|
5144
5098
|
},
|
|
5145
5099
|
onMouseLeave: (e) => {
|
|
5146
|
-
e.currentTarget.style.backgroundColor = "#
|
|
5100
|
+
e.currentTarget.style.backgroundColor = "#361985ff";
|
|
5147
5101
|
e.currentTarget.style.transform = "translateY(0)";
|
|
5148
5102
|
e.currentTarget.style.boxShadow = "0 4px 6px -1px rgba(239, 68, 68, 0.3)";
|
|
5149
5103
|
},
|