@windrun-huaiin/third-ui 5.11.0 → 5.11.2

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.
@@ -3305,6 +3305,9 @@ function LastUpdatedDate({ date }) {
3305
3305
  ] });
3306
3306
  }
3307
3307
 
3308
+ // src/fuma/mdx/fuma-banner-suit.tsx
3309
+ import { useTranslations } from "next-intl";
3310
+
3308
3311
  // src/fuma/mdx/banner.tsx
3309
3312
  import { cva as cva2 } from "class-variance-authority";
3310
3313
  import { useEffect as useEffect2, useState as useState5 } from "react";
@@ -3452,7 +3455,6 @@ var rainbowLayer = /* @__PURE__ */ jsxs16(Fragment5, { children: [
3452
3455
  ] });
3453
3456
 
3454
3457
  // src/fuma/mdx/fuma-banner-suit.tsx
3455
- import { useTranslations } from "next-intl";
3456
3458
  import { Fragment as Fragment6, jsx as jsx43 } from "react/jsx-runtime";
3457
3459
  function FumaBannerSuit({ showBanner }) {
3458
3460
  const t = useTranslations("home");