@windrun-huaiin/base-ui 14.0.1 → 14.0.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.
@@ -28,7 +28,7 @@ function NotFoundPage({ siteIcon }) {
28
28
  fontFamily: "Montserrat, monospace",
29
29
  textShadow: "0 0 30px rgba(172, 98, 253, 0.3)",
30
30
  letterSpacing: "0.1em",
31
- }, children: glitchText }), jsxRuntime.jsx("div", { className: "absolute inset-0 pointer-events-none", children: jsxRuntime.jsx("div", { className: utils.cn("h-full w-full bg-linear-to-b from-transparent to-transparent animate-pulse", themeUtil.themeViaColor) }) })] }), jsxRuntime.jsxs("div", { className: "space-y-4", children: [jsxRuntime.jsx("h2", { className: "text-2xl md:text-3xl font-semibold text-foreground", children: "Page Not Found" }), jsxRuntime.jsx("p", { className: "text-lg text-muted-foreground max-w-md mx-auto leading-relaxed", children: "The page you're looking for doesn't exist" })] }), jsxRuntime.jsxs("div", { className: "flex justify-center items-center gap-8 pt-8 opacity-60", children: [jsxRuntime.jsxs("div", { className: "flex items-center gap-2 text-sm text-muted-foreground", children: [siteIcon, jsxRuntime.jsx("span", { children: "Woops!" })] }), jsxRuntime.jsx("div", { className: utils.cn("w-1 h-1 rounded-full animate-ping", themeUtil.themeBgColor) }), jsxRuntime.jsxs("div", { className: "flex items-center gap-2 text-sm text-muted-foreground", children: [jsxRuntime.jsx(globalIcon.NotFoundIcon, {}), jsxRuntime.jsx("span", { children: "Error Code: 404" })] })] })] }), jsxRuntime.jsxs("div", { className: "fixed inset-0 pointer-events-none overflow-hidden -z-10", children: [jsxRuntime.jsx("div", { className: "absolute inset-0 opacity-[0.02] dark:opacity-[0.05]", style: {
31
+ }, children: glitchText }), jsxRuntime.jsx("div", { className: "absolute inset-0 pointer-events-none", children: jsxRuntime.jsx("div", { className: utils.cn("h-full w-full bg-linear-to-b from-transparent to-transparent animate-pulse", themeUtil.themeViaColor) }) })] }), jsxRuntime.jsxs("div", { className: "space-y-4", children: [jsxRuntime.jsx("h2", { className: "text-2xl md:text-3xl font-semibold text-foreground", children: "Page Not Found" }), jsxRuntime.jsx("p", { className: "text-lg text-muted-foreground max-w-md mx-auto leading-relaxed", children: "The page you're looking for doesn't exist" })] }), jsxRuntime.jsxs("div", { className: "flex justify-center items-center gap-8 pt-8 opacity-60", children: [jsxRuntime.jsxs("div", { className: "flex items-center gap-2 text-sm text-muted-foreground", children: [siteIcon, jsxRuntime.jsx("span", { children: "Woops!" })] }), jsxRuntime.jsx("div", { className: utils.cn("w-2 h-2 rounded-full animate-ping", themeUtil.themeBgColor) }), jsxRuntime.jsxs("div", { className: "flex items-center gap-2 text-sm text-muted-foreground", children: [jsxRuntime.jsx(globalIcon.NotFoundIcon, {}), jsxRuntime.jsx("span", { children: "Error Code: 404" })] })] })] }), jsxRuntime.jsxs("div", { className: "fixed inset-0 pointer-events-none overflow-hidden -z-10", children: [jsxRuntime.jsx("div", { className: "absolute inset-0 opacity-[0.02] dark:opacity-[0.05]", style: {
32
32
  backgroundImage: `
33
33
  linear-gradient(rgba(172, 98, 253, 0.1) 1px, transparent 1px),
34
34
  linear-gradient(90deg, rgba(172, 98, 253, 0.1) 1px, transparent 1px)
@@ -26,7 +26,7 @@ function NotFoundPage({ siteIcon }) {
26
26
  fontFamily: "Montserrat, monospace",
27
27
  textShadow: "0 0 30px rgba(172, 98, 253, 0.3)",
28
28
  letterSpacing: "0.1em",
29
- }, children: glitchText }), jsx("div", { className: "absolute inset-0 pointer-events-none", children: jsx("div", { className: cn("h-full w-full bg-linear-to-b from-transparent to-transparent animate-pulse", themeViaColor) }) })] }), jsxs("div", { className: "space-y-4", children: [jsx("h2", { className: "text-2xl md:text-3xl font-semibold text-foreground", children: "Page Not Found" }), jsx("p", { className: "text-lg text-muted-foreground max-w-md mx-auto leading-relaxed", children: "The page you're looking for doesn't exist" })] }), jsxs("div", { className: "flex justify-center items-center gap-8 pt-8 opacity-60", children: [jsxs("div", { className: "flex items-center gap-2 text-sm text-muted-foreground", children: [siteIcon, jsx("span", { children: "Woops!" })] }), jsx("div", { className: cn("w-1 h-1 rounded-full animate-ping", themeBgColor) }), jsxs("div", { className: "flex items-center gap-2 text-sm text-muted-foreground", children: [jsx(NotFoundIcon, {}), jsx("span", { children: "Error Code: 404" })] })] })] }), jsxs("div", { className: "fixed inset-0 pointer-events-none overflow-hidden -z-10", children: [jsx("div", { className: "absolute inset-0 opacity-[0.02] dark:opacity-[0.05]", style: {
29
+ }, children: glitchText }), jsx("div", { className: "absolute inset-0 pointer-events-none", children: jsx("div", { className: cn("h-full w-full bg-linear-to-b from-transparent to-transparent animate-pulse", themeViaColor) }) })] }), jsxs("div", { className: "space-y-4", children: [jsx("h2", { className: "text-2xl md:text-3xl font-semibold text-foreground", children: "Page Not Found" }), jsx("p", { className: "text-lg text-muted-foreground max-w-md mx-auto leading-relaxed", children: "The page you're looking for doesn't exist" })] }), jsxs("div", { className: "flex justify-center items-center gap-8 pt-8 opacity-60", children: [jsxs("div", { className: "flex items-center gap-2 text-sm text-muted-foreground", children: [siteIcon, jsx("span", { children: "Woops!" })] }), jsx("div", { className: cn("w-2 h-2 rounded-full animate-ping", themeBgColor) }), jsxs("div", { className: "flex items-center gap-2 text-sm text-muted-foreground", children: [jsx(NotFoundIcon, {}), jsx("span", { children: "Error Code: 404" })] })] })] }), jsxs("div", { className: "fixed inset-0 pointer-events-none overflow-hidden -z-10", children: [jsx("div", { className: "absolute inset-0 opacity-[0.02] dark:opacity-[0.05]", style: {
30
30
  backgroundImage: `
31
31
  linear-gradient(rgba(172, 98, 253, 0.1) 1px, transparent 1px),
32
32
  linear-gradient(90deg, rgba(172, 98, 253, 0.1) 1px, transparent 1px)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@windrun-huaiin/base-ui",
3
- "version": "14.0.1",
3
+ "version": "14.0.2",
4
4
  "description": "Base UI components for windrun-huaiin projects",
5
5
  "type": "module",
6
6
  "exports": {
@@ -70,7 +70,7 @@ export function NotFoundPage({ siteIcon }: NotFoundPageProps) {
70
70
  {siteIcon}
71
71
  <span>Woops!</span>
72
72
  </div>
73
- <div className={cn("w-1 h-1 rounded-full animate-ping", themeBgColor)} />
73
+ <div className={cn("w-2 h-2 rounded-full animate-ping", themeBgColor)} />
74
74
  <div className="flex items-center gap-2 text-sm text-muted-foreground">
75
75
  <NotFoundIcon />
76
76
  <span>Error Code: 404</span>