nvis-fe-cms-libs 1.1.24 → 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.
@@ -700,57 +700,7 @@ var __async = (__this, __arguments, generator) => {
700
700
  ] }) });
701
701
  }
702
702
  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: [
703
- /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "text-center mb-12", children: [
704
- /* @__PURE__ */ jsxRuntimeExports.jsxs(
705
- "div",
706
- {
707
- 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"}`,
708
- children: [
709
- "📈 ",
710
- sectionTitle,
711
- isDarkMode && /* @__PURE__ */ jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [
712
- /* @__PURE__ */ jsxRuntimeExports.jsx(
713
- "div",
714
- {
715
- className: "absolute w-12 h-12 bg-white/5 rounded-full",
716
- style: { left: "10%", top: "20%" }
717
- }
718
- ),
719
- /* @__PURE__ */ jsxRuntimeExports.jsx(
720
- "div",
721
- {
722
- className: "absolute w-10 h-10 bg-white/5 rounded-full",
723
- style: { right: "30%", bottom: "10%" }
724
- }
725
- ),
726
- /* @__PURE__ */ jsxRuntimeExports.jsx(
727
- "div",
728
- {
729
- className: "absolute w-14 h-14 bg-white/5 rounded-md",
730
- style: { left: "20%", bottom: "30%" }
731
- }
732
- ),
733
- /* @__PURE__ */ jsxRuntimeExports.jsx(
734
- "div",
735
- {
736
- 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'
737
- }
738
- )
739
- ] })
740
- ]
741
- }
742
- ),
743
- /* @__PURE__ */ jsxRuntimeExports.jsxs(
744
- "h2",
745
- {
746
- className: `text-3xl lg:text-4xl font-bold mb-4 ${isDarkMode ? "text-white" : "text-gray-900"}`,
747
- children: [
748
- t("timeline.header.title1") || "Những cột mốc",
749
- /* @__PURE__ */ jsxRuntimeExports.jsx("span", { className: "block bg-gradient-to-r from-emerald-600 to-teal-600 bg-clip-text text-transparent", children: t("timeline.header.title2") || "Quan trọng" })
750
- ]
751
- }
752
- )
753
- ] }),
703
+ /* @__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 }) }),
754
704
  /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "relative", children: [
755
705
  /* @__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" }),
756
706
  /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "space-y-8", children: timelineData.map((milestone, index2) => /* @__PURE__ */ jsxRuntimeExports.jsxs(
@@ -1752,7 +1702,7 @@ var __async = (__this, __arguments, generator) => {
1752
1702
  ["path", { d: "M5 12h14", key: "1ays0h" }],
1753
1703
  ["path", { d: "m12 5 7 7-7 7", key: "xquz4c" }]
1754
1704
  ];
1755
- const ArrowRight$1 = createLucideIcon("arrow-right", __iconNode$B);
1705
+ const ArrowRight = createLucideIcon("arrow-right", __iconNode$B);
1756
1706
  /**
1757
1707
  * @license lucide-react v0.536.0 - ISC
1758
1708
  *
@@ -4764,7 +4714,7 @@ var __async = (__this, __arguments, generator) => {
4764
4714
  onMouseEnter: (e) => {
4765
4715
  e.currentTarget.style.transform = "translateY(-8px)";
4766
4716
  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)";
4767
- e.currentTarget.style.borderColor = "#1638f9ff";
4717
+ e.currentTarget.style.borderColor = "#361985ff";
4768
4718
  },
4769
4719
  onMouseLeave: (e) => {
4770
4720
  e.currentTarget.style.transform = "translateY(0)";
@@ -4815,7 +4765,7 @@ var __async = (__this, __arguments, generator) => {
4815
4765
  fontSize: "16px",
4816
4766
  fontWeight: "600",
4817
4767
  color: "#fff",
4818
- backgroundColor: "#f97316",
4768
+ backgroundColor: "#361985ff",
4819
4769
  border: "none",
4820
4770
  borderRadius: "9999px",
4821
4771
  cursor: "pointer",
@@ -4823,11 +4773,11 @@ var __async = (__this, __arguments, generator) => {
4823
4773
  boxShadow: "0 4px 6px -1px rgba(249, 115, 22, 0.3)"
4824
4774
  },
4825
4775
  onMouseEnter: (e) => {
4826
- e.currentTarget.style.backgroundColor = "#ea580c";
4776
+ e.currentTarget.style.backgroundColor = "#361985ff";
4827
4777
  e.currentTarget.style.transform = "translateY(-2px)";
4828
4778
  },
4829
4779
  onMouseLeave: (e) => {
4830
- e.currentTarget.style.backgroundColor = "#f97316";
4780
+ e.currentTarget.style.backgroundColor = "#361985ff";
4831
4781
  e.currentTarget.style.transform = "translateY(0)";
4832
4782
  },
4833
4783
  children: [
@@ -4982,7 +4932,7 @@ var __async = (__this, __arguments, generator) => {
4982
4932
  fontSize: "16px",
4983
4933
  fontWeight: "600",
4984
4934
  color: "#fff",
4985
- backgroundColor: "#2563eb",
4935
+ backgroundColor: "#361985ff",
4986
4936
  border: "none",
4987
4937
  borderRadius: "9999px",
4988
4938
  cursor: "pointer",
@@ -4990,11 +4940,11 @@ var __async = (__this, __arguments, generator) => {
4990
4940
  boxShadow: "0 4px 6px -1px rgba(37, 99, 235, 0.3)"
4991
4941
  },
4992
4942
  onMouseEnter: (e) => {
4993
- e.currentTarget.style.backgroundColor = "#1d4ed8";
4943
+ e.currentTarget.style.backgroundColor = "#361985ff";
4994
4944
  e.currentTarget.style.transform = "translateY(-2px)";
4995
4945
  },
4996
4946
  onMouseLeave: (e) => {
4997
- e.currentTarget.style.backgroundColor = "#2563eb";
4947
+ e.currentTarget.style.backgroundColor = "#361985ff";
4998
4948
  e.currentTarget.style.transform = "translateY(0)";
4999
4949
  },
5000
4950
  children: [
@@ -5137,7 +5087,7 @@ var __async = (__this, __arguments, generator) => {
5137
5087
  fontSize: "16px",
5138
5088
  fontWeight: "600",
5139
5089
  color: "#ffffff",
5140
- backgroundColor: "#ef4444",
5090
+ backgroundColor: "#361985ff",
5141
5091
  border: "none",
5142
5092
  borderRadius: "50px",
5143
5093
  cursor: "pointer",
@@ -5145,18 +5095,18 @@ var __async = (__this, __arguments, generator) => {
5145
5095
  boxShadow: "0 4px 6px -1px rgba(239, 68, 68, 0.3)"
5146
5096
  },
5147
5097
  onMouseEnter: (e) => {
5148
- e.currentTarget.style.backgroundColor = "#dc2626";
5098
+ e.currentTarget.style.backgroundColor = "#361985ff";
5149
5099
  e.currentTarget.style.transform = "translateY(-2px)";
5150
5100
  e.currentTarget.style.boxShadow = "0 10px 15px -3px rgba(239, 68, 68, 0.4)";
5151
5101
  },
5152
5102
  onMouseLeave: (e) => {
5153
- e.currentTarget.style.backgroundColor = "#ef4444";
5103
+ e.currentTarget.style.backgroundColor = "#361985ff";
5154
5104
  e.currentTarget.style.transform = "translateY(0)";
5155
5105
  e.currentTarget.style.boxShadow = "0 4px 6px -1px rgba(239, 68, 68, 0.3)";
5156
5106
  },
5157
5107
  children: [
5158
5108
  t("pageChildrenSelect.moreInsights"),
5159
- /* @__PURE__ */ jsxRuntimeExports.jsx(ArrowRight$1, { size: 18 })
5109
+ /* @__PURE__ */ jsxRuntimeExports.jsx(ArrowRight, { size: 18 })
5160
5110
  ]
5161
5111
  }
5162
5112
  ) })