@windrun-huaiin/third-ui 5.2.0 → 5.2.1

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.
@@ -2841,6 +2841,20 @@ function Footer() {
2841
2841
  /* @__PURE__ */ jsxs16(Link3, { href: `/${locale}/legal/privacy`, className: "flex items-center space-x-1 hover:underline", children: [
2842
2842
  /* @__PURE__ */ jsx40(globalLucideIcons.ShieldUser, { className: "h-3.5 w-3.5" }),
2843
2843
  /* @__PURE__ */ jsx40("span", { children: tFooter("privacy", { defaultValue: "Privacy Policy" }) })
2844
+ ] }),
2845
+ /* @__PURE__ */ jsxs16("div", { className: "relative group", children: [
2846
+ /* @__PURE__ */ jsx40("div", { className: "absolute left-2/3 -translate-x-1/4 bottom-full mb-1 hidden group-hover:block bg-zinc-600 text-white text-xs rounded px-3 py-1 whitespace-nowrap z-10 shadow-lg", children: tFooter("email") }),
2847
+ /* @__PURE__ */ jsxs16(
2848
+ "a",
2849
+ {
2850
+ href: `mailto:${tFooter("email")}`,
2851
+ className: "flex items-center space-x-1 underline cursor-pointer px-2",
2852
+ children: [
2853
+ /* @__PURE__ */ jsx40(globalLucideIcons.Mail, { className: "h-3.5 w-3.5" }),
2854
+ /* @__PURE__ */ jsx40("span", { children: tFooter("contactUs", { defaultValue: "Contact Us" }) })
2855
+ ]
2856
+ }
2857
+ )
2844
2858
  ] })
2845
2859
  ] }),
2846
2860
  /* @__PURE__ */ jsx40("div", { className: "text-xs text-center", children: /* @__PURE__ */ jsx40("span", { children: tFooter("copyright", { year: (/* @__PURE__ */ new Date()).getFullYear(), name: tFooter("company") }) }) })