@windrun-huaiin/third-ui 11.0.9 → 11.0.10

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.
@@ -20,7 +20,7 @@ function CustomHomeLayout({ locale, options, children, showBanner = false, banne
20
20
  return (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [banner !== null && banner !== void 0 ? banner : (jsxRuntime.jsx(fumaBannerSuit.FumaBannerSuit, { locale: locale, showBanner: showBanner, floating: floatingNav })), jsxRuntime.jsxs(home.HomeLayout, Object.assign({}, homeLayoutProps, { nav: Object.assign(Object.assign({}, navOptions), { component: header }), className: 'bg-neutral-100 dark:bg-neutral-900', style: layoutStyle, children: [children, showFooter ? footer$1 !== null && footer$1 !== void 0 ? footer$1 : jsxRuntime.jsx(footer.Footer, { locale: locale }) : null, showGoToTop ? goToTop$1 !== null && goToTop$1 !== void 0 ? goToTop$1 : jsxRuntime.jsx(goToTop.GoToTop, {}) : null] }))] }));
21
21
  }
22
22
  function HomeTitle({ children, className, }) {
23
- return (jsxRuntime.jsx("span", { className: `font-medium in-[.uwu]:hidden in-[header]:text-[15px] ${className !== null && className !== void 0 ? className : ''}`, children: children }));
23
+ return (jsxRuntime.jsx("span", { className: `font-medium in-[.uwu]:hidden in-[header]:text-[clamp(8px,3vw,15px)]! ${className !== null && className !== void 0 ? className : ''}`, children: children }));
24
24
  }
25
25
 
26
26
  exports.CustomHomeLayout = CustomHomeLayout;
@@ -18,7 +18,7 @@ function CustomHomeLayout({ locale, options, children, showBanner = false, banne
18
18
  return (jsxs(Fragment, { children: [banner !== null && banner !== void 0 ? banner : (jsx(FumaBannerSuit, { locale: locale, showBanner: showBanner, floating: floatingNav })), jsxs(HomeLayout, Object.assign({}, homeLayoutProps, { nav: Object.assign(Object.assign({}, navOptions), { component: header }), className: 'bg-neutral-100 dark:bg-neutral-900', style: layoutStyle, children: [children, showFooter ? footer !== null && footer !== void 0 ? footer : jsx(Footer, { locale: locale }) : null, showGoToTop ? goToTop !== null && goToTop !== void 0 ? goToTop : jsx(GoToTop, {}) : null] }))] }));
19
19
  }
20
20
  function HomeTitle({ children, className, }) {
21
- return (jsx("span", { className: `font-medium in-[.uwu]:hidden in-[header]:text-[15px] ${className !== null && className !== void 0 ? className : ''}`, children: children }));
21
+ return (jsx("span", { className: `font-medium in-[.uwu]:hidden in-[header]:text-[clamp(8px,3vw,15px)]! ${className !== null && className !== void 0 ? className : ''}`, children: children }));
22
22
  }
23
23
 
24
24
  export { CustomHomeLayout, HomeTitle };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@windrun-huaiin/third-ui",
3
- "version": "11.0.9",
3
+ "version": "11.0.10",
4
4
  "description": "Third-party integrated UI components for windrun-huaiin projects",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -177,7 +177,7 @@ export function HomeTitle({
177
177
  }) {
178
178
  return (
179
179
  <span
180
- className={`font-medium in-[.uwu]:hidden in-[header]:text-[15px] ${className ?? ''}`}
180
+ className={`font-medium in-[.uwu]:hidden in-[header]:text-[clamp(8px,3vw,15px)]! ${className ?? ''}`}
181
181
  >
182
182
  {children}
183
183
  </span>